Commit Graph

  • 97738a4f28 Testament pre parallel (#9137) Jacek Sieka 2018-10-12 09:27:47 -06:00
  • c492a7fd83 complete removal of web folder, fixes #9304 (#9310) Miran 2018-10-12 17:27:04 +02:00
  • 7f18d7cbc1 Merge tests into a larger file (part 1 of ∞) (#9318) Miran 2018-10-12 17:02:46 +02:00
  • d2b04a8bc7 manual: Remove stmt or expr template related text from manual (#9321) Tomohiro 2018-10-12 16:00:27 +09:00
  • 71636059e9 Avoid memory allocation during dynlib loading (#9320) LemonBoy 2018-10-12 08:56:14 +02:00
  • fab4d38411 string to string conversion keeps the dest type (#9323) LemonBoy 2018-10-12 08:50:28 +02:00
  • 9b002e0d4f Align to the actual experience (#9324) cooldome 2018-10-12 07:49:33 +01:00
  • fde4a086c5 8684 add shortcut sort procs (#9174) Konstantin Molchanov 2018-10-12 00:51:23 +04:00
  • 10f5f67767 gogc: GCC-8.2.0 compatibility and other improvements (#9211) Ștefan Talpalaru 2018-10-11 22:15:17 +02:00
  • d48e964950 fixes #9281 Araq 2018-10-11 19:52:48 +02:00
  • 8ab6fa1be2 fixes #9306 Araq 2018-10-11 16:15:16 +02:00
  • 160f8599c6 Clarify that term rewriting macros are applied recursively (#9305) Andrea Ferretti 2018-10-11 15:59:14 +02:00
  • 26a9ba71c8 codeowners: try to make github's RST parser happy Araq 2018-10-11 13:52:44 +02:00
  • 78f9c9a2cd update contributing.rst and added codeowners.rst Araq 2018-10-11 13:45:37 +02:00
  • 00c4aba828 compile date and compile time tz written in doc (#9283) eqperes 2018-10-11 12:15:15 +02:00
  • 027a11d7c8 Add procs to retrieve project name, directory and full path to nimscript (#9274) Solitude 2018-10-11 10:56:12 +03:00
  • 7a5b614edc fixes #9297 (#9298) cooldome 2018-10-11 08:54:50 +01:00
  • a58c982a49 test case for #9180 and re-enables the disabled tcompilerapi test (#9181) Timothee Cour 2018-10-11 00:44:35 -07:00
  • 8fc7cecfa2 compiler: show name of instantiating context in error traces (#6763) (#9207) xzfc 2018-10-11 14:34:56 +07:00
  • da4215af6a make contributing.rst more up to date; reference it in readme.md to make it more discoverable (#9302) Timothee Cour 2018-10-10 23:55:16 -07:00
  • 6d910dedf0 rm web/website.ini (#9290) Timothee Cour 2018-10-10 23:41:44 -07:00
  • eade49d7a7 Fix OrderedSet.excl (#9287) Oscar Nihlgård 2018-10-11 08:40:09 +02:00
  • 0aac5c9725 fix #9295 (#9299) Timothee Cour 2018-10-10 23:36:36 -07:00
  • 7775b7efd1 Fix wrong heuristic in codegen (#9293) LemonBoy 2018-10-11 08:36:05 +02:00
  • 8ed3dac1dc Fix tests on NixOS (#9209) (#9285) xzfc 2018-10-11 03:47:08 +07:00
  • 0ead36dae6 Unchecked arrays now have their own type (#9267) LemonBoy 2018-10-10 21:03:18 +02:00
  • 0803b532f4 fixes #9263 Andreas Rumpf 2018-10-10 21:00:45 +02:00
  • 6620b5dc8d Documentation improved for math module (#9266) eqperes 2018-10-10 14:25:39 +02:00
  • 16a941a642 Fixes #9154 (#9193) manterolat 2018-10-10 08:17:28 -03:00
  • 462bff48b2 Iter test: closes #3819 (#9272) Miran 2018-10-10 10:21:38 +02:00
  • 77f836b403 fix #9264 regression (#9265) Timothee Cour 2018-10-09 14:48:27 -07:00
  • 32d5b80938 Fix macro expansion in expandMacros (#8998) LemonBoy 2018-10-09 23:24:54 +02:00
  • 98a8868cb4 better docs for tables module (#9221) Miran 2018-10-09 22:39:51 +02:00
  • 63c00d7be9 fix tests/generics/t8694.nim: runnableExamples were not run because of #9216 (#9262) Timothee Cour 2018-10-09 12:51:51 -07:00
  • 47828efe32 better docs for algorithm module (#9192) Miran 2018-10-09 21:36:51 +02:00
  • 27e4825c62 [cleanup] remove xmldom and xmldomparser (#9234) Miran 2018-10-09 20:58:56 +02:00
  • c6dfbfc2cf Do not encode the anchors in docs (id attr in a tags) (#9261) Kaushal Modi 2018-10-09 14:48:00 -04:00
  • c68ea019f9 Separate high/low/len docs for each overload (#8816) hlaaf 2018-10-09 21:15:55 +03:00
  • 173e8c4913 fixes unexpected transforming of runnableExamples (#9158) Steve Kellock 2018-10-09 14:14:54 -04:00
  • 33458894da Fix overload resolution for pragmas evaluation (#8902) LemonBoy 2018-10-09 19:58:23 +02:00
  • ee14ace5d3 Field checks for everybody (#8957) LemonBoy 2018-10-09 19:54:12 +02:00
  • a3fb0a769c Try/Catch support for native JS exceptions (#8955) LemonBoy 2018-10-09 19:51:29 +02:00
  • f98a3056c6 Fix transformation of yield in inline context (#9135) LemonBoy 2018-10-09 19:43:31 +02:00
  • 21ecf64d24 Fixes #8994. FutureStream read procedure data loss no longer occurs. (#9183) Dominik Picheta 2018-10-09 18:39:12 +01:00
  • 5076fda2e2 fix for #9082 (#9089) Arne Döring 2018-10-09 19:37:53 +02:00
  • fe19670c52 Fixes #8841 (#9101) Yasuhiro Horimoto 2018-10-10 02:30:03 +09:00
  • a98b1a7764 fix #8341: add lastPathPart (#9116) Timothee Cour 2018-10-09 10:27:31 -07:00
  • b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) LemonBoy 2018-10-09 19:24:03 +02:00
  • 85187d4ba3 Fixes some minor typos in nimsuggest.rst (#9223) technicallyagd 2018-10-09 23:45:00 +08:00
  • 2a31f42d35 asyncmacro: add nnkSym support for getName() (#9204) alaviss 2018-10-09 20:53:13 +07:00
  • 8a1055adce Fix range type construction in the VM (#9205) LemonBoy 2018-10-09 15:51:49 +02:00
  • dad290accb os: use unlink() to remove file (#9220) alaviss 2018-10-09 20:37:36 +07:00
  • c0266e1afa Fix typo in an algorithm runnableExamples (#9260) Kaushal Modi 2018-10-09 09:36:36 -04:00
  • 036c52f0b6 fixes #9222 (#9224) cooldome 2018-10-09 14:19:21 +01:00
  • 73e6b229aa [os] clarify docs for existsDir (#9212) Timothee Cour 2018-10-09 06:04:29 -07:00
  • d36f98fa8b nim doc can run code blocks (#9228) LemonBoy 2018-10-09 14:58:40 +02:00
  • 505ae14f4b Codegen fix for procs taking type(nil) (#9231) xzfc 2018-10-09 19:51:34 +07:00
  • b8d2f79ef0 Prevent the construction of recursive tyStatic types (#9256) LemonBoy 2018-10-09 14:26:34 +02:00
  • 70018aa683 Add checks for except: body blocks (#9191) Dheepak Krishnamurthy 2018-10-09 06:09:22 -06:00
  • dd65986795 fixes #4435 (#9185) jcosborn 2018-10-09 06:34:03 -05:00
  • b90b45b01b Add algorithm.[sort,sorted,isSorted] overloads using 'system.cmp'. (#8778) pqflx3 2018-10-09 11:25:25 +00:00
  • bc557e4c6a HTMLGen Update, Add runnableExamples, Add HTML Tags center, details, dialog, marquee, picture, slot, summary (#9252) Juan Carlos 2018-10-09 08:13:13 -03:00
  • 18023c023d Replace the sha1 implementation w/ a working one (#9242) LemonBoy 2018-10-09 11:50:10 +02:00
  • 66c0f7c3fb development version is 0.19.1 Araq 2018-10-09 10:31:07 +02:00
  • cd5049e078 [cleanup] remove web folder (#9233) Miran 2018-10-08 20:42:38 +02:00
  • 7cadb5a65d build_all.sh fix bug introduced in https://github.com/nim-lang/Nim/pull/9145 Timothee Cour 2018-10-03 16:15:52 -07:00
  • 403f5aea14 define NIM_NIL nullptr when __cplusplus >= 201103L Timothee Cour 2018-10-03 15:58:39 -07:00
  • 269b957e29 Merges #8451 manually. Fixes #8099. Dominik Picheta 2018-10-03 21:24:19 -07:00
  • 8c2f576527 Merge pull request #9171 from flaviut/fix-9053 Dominik Picheta 2018-10-03 20:43:47 -07:00
  • 64ae47e6f0 Update macros.nim (#9182) Timothee Cour 2018-10-03 20:33:57 -07:00
  • f55580383c Use runnableExamples for example nre code Flaviu Tamas 2018-10-03 15:29:57 -04:00
  • 5ea0bf1940 koch tools: build Nimble in release mode Andreas Rumpf 2018-10-03 22:19:37 +02:00
  • 4b845d8edb Merge pull request #9168 from timotheecour/patch-4 Andreas Rumpf 2018-10-03 21:00:54 +02:00
  • 6e09f40c4e Merge pull request #9167 from LemonBoy/fix-asyncmacro-regression Andreas Rumpf 2018-10-03 19:20:33 +02:00
  • d3ea56ad15 add link to https://nim-lang.github.io/Nim/ in readme.md Timothee Cour 2018-10-03 09:46:40 -07:00
  • 2c0bfb34fd Fix regression w/ templates defined in async proc LemonBoy 2018-10-03 18:25:25 +02:00
  • 91c13a0163 [docs/json]: expands existing examples + shows {} operator in action (#9157) Steve Kellock 2018-10-02 23:47:21 -04:00
  • afd5b00310 Merge pull request #9152 from barbeque/4934-remove-old-install-scripts Dominik Picheta 2018-10-02 20:03:45 -07:00
  • 82693514c5 attempt to fix the .line pragma Araq 2018-10-03 01:25:47 +02:00
  • 1428aeccfb closes #5868 Araq 2018-10-03 00:08:45 +02:00
  • 9bd23b2d4c nimbase.h: use 0 instead of nullptr because travis' C++ compiler doesn't know nullptr Araq 2018-10-03 00:01:48 +02:00
  • c92fdb24c8 fixes #5015 Araq 2018-10-03 00:00:19 +02:00
  • bf85955802 fixes #7092 Araq 2018-10-02 23:45:27 +02:00
  • 7ac1e6e528 fixes #5479 Araq 2018-10-02 23:31:39 +02:00
  • f673fbd91f fixes #6533 Araq 2018-10-02 19:54:02 +02:00
  • 400a7ff1bb closes #6249 Araq 2018-10-02 19:41:47 +02:00
  • c3465e4379 nimsuggest docs: minor update; v2 of the protocol is now the default Araq 2018-10-02 19:41:20 +02:00
  • 7935c4aa5a C++ codegen: emit correctly typed code for closures in 'const'; refs #7870 Araq 2018-10-02 19:35:24 +02:00
  • 7bac21ac23 ccgtypes: improve internal documentation Araq 2018-10-02 19:33:29 +02:00
  • c2de135905 C++ codegen: map nil to nullptr Araq 2018-10-02 16:16:36 +02:00
  • 6f23b05c09 docgen: fixes typo Araq 2018-10-02 16:15:19 +02:00
  • 621b2db2e8 compiler IC: minor improvements Araq 2018-10-02 16:01:08 +02:00
  • ae901b3272 fixes #7351 Araq 2018-10-02 15:51:33 +02:00
  • f98352a498 compiler: fixes path generation for .line pragma Araq 2018-10-02 15:49:30 +02:00
  • 76aab9baf1 compiler: make symbolfiles feature compile again Araq 2018-10-02 08:52:28 +02:00
  • cf2142d82a Remove install_nimble.nims, install_tools.nims as per #4934 mike stedman 2018-10-01 22:41:46 -06:00
  • c6e10a442d Merge pull request #9151 from flaviut/fix-9053 Dominik Picheta 2018-10-01 20:33:51 -07:00
  • a0ac0b9696 Fix option documentation in nre (fixes #9053) Flaviu Tamas 2018-10-01 21:38:56 -04:00
  • 41bd6ed628 Merge pull request #9145 from valtron/devel Andreas Rumpf 2018-10-01 22:55:20 +02:00
  • 78078ea6b4 detect msys "os" valtron 2018-10-01 10:30:52 -06:00