Commit Graph

  • 8f4c5a8955 fixed #7894 (#8496) jcosborn 2018-08-01 03:57:35 -05:00
  • 9e37e3e5e8 add hintCC to optionally disable printing 'CC: filename' (#8479) Timothee Cour 2018-08-01 00:22:51 -07:00
  • 818d9be311 lineInfoObj (and check, expect) now return absolute paths (#8466) Timothee Cour 2018-07-31 14:02:04 -07:00
  • 51db60afed change formating to avoid a compiler warning Araq 2018-07-31 22:52:34 +02:00
  • 39192fa568 also fixes setLen and string concats; refs #7833 Araq 2018-07-31 15:46:00 +02:00
  • f5a1952027 make tests green again Araq 2018-07-31 10:25:02 +02:00
  • 53566f7165 fixes #7833; still to-do: fix setLen Araq 2018-07-30 23:27:01 +02:00
  • 931273cc6b Fix ref bug in vmgen (#8424) Oscar Nihlgård 2018-07-30 22:28:24 +02:00
  • 5491f1f53b Deprecate the dot style for import paths (#8474) Oscar Nihlgård 2018-07-30 15:24:16 +02:00
  • 52807287a4 Merge pull request #8476 from euantorano/patch-1 Dominik Picheta 2018-07-30 13:44:38 +01:00
  • e11d52a4e8 Update example code for UDP sockets Euan T 2018-07-30 13:39:32 +01:00
  • c0f78ec012 fixes #8419 fixes #8420 ; workaround #6071 workaround nim-lang/website#98 (#8423) Timothee Cour 2018-07-30 05:02:18 -07:00
  • f2ddd99539 fixes #8425 Araq 2018-07-30 12:07:01 +02:00
  • d270245a01 disable --app:gui for non Windows targets; fixes #2576 Araq 2018-07-30 12:04:00 +02:00
  • e86a0ecd86 asyncdispatch: remove outdated documentation about its limitations Araq 2018-07-30 11:57:50 +02:00
  • 2e6d073be1 fixes #8468, stdlib.encodings.convert not crash anymore on windows (#8470) andri lim 2018-07-30 17:04:49 +07:00
  • 6b40114f21 Added c_abort to ansi_c (#8449) Yuriy Glukhov 2018-07-30 12:10:51 +03:00
  • 404f0d64af Add sizeof for arrays of integral types (#8445) cooldome 2018-07-30 11:00:06 +02:00
  • c3a9ac4d35 Try conversion to static[T] in generic instantation (#8443) LemonBoy 2018-07-30 10:51:14 +02:00
  • becb6743f8 fixes #8434 (incomplete info in errmsg about 'required type') (#8441) skilchen 2018-07-30 10:41:59 +02:00
  • 06571f5495 fixes #8323 : avoid polluting git status after nim doc foo (#8415) Timothee Cour 2018-07-30 01:36:23 -07:00
  • a4c244aef0 Add checks for random.rand() (#8431) Quelklef 2018-07-30 04:19:11 -04:00
  • 2569c74909 docs: document that --flag is same as flag in cfg config files (#8430) Timothee Cour 2018-07-30 01:17:41 -07:00
  • 97ea18746b Fix path resolution of submodules in the std namespace (#8453) Oscar Nihlgård 2018-07-30 09:07:11 +02:00
  • 57c3b807d0 Fixed typo introduced in #8428 that leads to InvalidIdent assertion failure (#8464) Yuriy Glukhov 2018-07-30 09:54:52 +03:00
  • 1fc3a68205 Access implicit result trough envP in closures (#8471) LemonBoy 2018-07-30 08:34:15 +02:00
  • d07d148597 fixes #7492 excessiveStackTrace:on shows non-absolute file in stacktrace (#8469) Timothee Cour 2018-07-29 22:39:58 -07:00
  • 3838e2a8d7 Fix links to manual.html in the system module documentation (#8467) Hugo Locurcio 2018-07-28 18:13:37 +02:00
  • 700448f359 destroyer pass: adaptations for the new destructor based runtime Andreas Rumpf 2018-07-27 18:21:32 +02:00
  • ef4b755183 allows a destructor to be attached to a tyString/tySequence Andreas Rumpf 2018-07-27 18:20:13 +02:00
  • 4ec91a30c4 allocators: add deallocAll proc pointer Andreas Rumpf 2018-07-27 18:19:18 +02:00
  • 8b638ae599 Merge pull request #8428 from yglukhov/async-stdin Dominik Picheta 2018-07-26 16:38:31 +01:00
  • 34f398d010 Allow async stdin Yuriy Glukhov 2018-07-24 23:24:14 +03:00
  • d5c9255cab Allow use of typedesc as type converters (#8409) LemonBoy 2018-07-24 08:25:08 +02:00
  • 13df807576 fix issue #8349 FileSystemCaseSensitive should be false on OSX (#8411) Timothee Cour 2018-07-23 17:26:49 -07:00
  • 9249276db0 addresses issue #8391 show runtime context on some failed operations (#8393) Timothee Cour 2018-07-23 13:58:03 -07:00
  • 503dc22236 Use enum string values in times.nim (#8413) Oscar Nihlgård 2018-07-23 22:40:39 +02:00
  • 2094209837 Fixed #8399 (#8401) Yuriy Glukhov 2018-07-22 23:30:59 +03:00
  • a28090a8f2 tySequence has a tfHasAsgn flag consistently Andreas Rumpf 2018-07-22 16:45:33 +02:00
  • 4d85616e0b ast.nim: remove space for unary operator Andreas Rumpf 2018-07-22 16:44:33 +02:00
  • 9379f9353a Add application/wasm to mimetypes.nim (#8389) Zachary Carter 2018-07-21 15:42:07 -04:00
  • 8fe8bed9c3 add sets.pop procedure (analogue to python) (#8383) skilchen 2018-07-21 19:51:14 +02:00
  • f3926b5af1 Merge pull request #8388 from skilchen/remove_ascii_art_from_sequtils Dominik Picheta 2018-07-21 18:24:25 +01:00
  • 57f4a5d429 sequtils: remove some aligning spaces around == to silence warnings skilchen 2018-07-21 19:16:05 +02:00
  • f485ebe162 --gc:destructors: next steps; WIP Andreas Rumpf 2018-07-21 13:16:53 +02:00
  • ec02940185 Render bug: if expression with statement list expression as condition (#8375) cooldome 2018-07-21 13:01:47 +02:00
  • 5ea3b4d581 Implements alloc/dealloc counters for better leak debugging. (#8384) Dominik Picheta 2018-07-21 00:43:13 +01:00
  • 2b6f324929 Add -w flag to Switch compilation to prevent deadlock (#8372) Joey 2018-07-21 04:47:19 +09:00
  • 9c3336dcff fixes #8371, macros.hasCustomPragma doesn't crash anymore (#8378) andri lim 2018-07-21 00:48:12 +07:00
  • 060871e64a Better doc search (#8260) Ray Imber 2018-07-20 02:58:42 -07:00
  • f92d61b1f4 fixes #8037, json.to support object with distinct types (#8086) andri lim 2018-07-19 22:38:40 +07:00
  • 20591845df ospaths.expandTilde: handle ~ correctly; refactor to use DirSep, AltSep Timothee Cour 2018-07-18 13:51:31 -07:00
  • 143834ba4e keep the imports in runnableExamples visible in generated html doc (#8354) skilchen 2018-07-19 01:05:07 +02:00
  • a651809411 Fixes #8343, Fixes #8344 (#8347) cooldome 2018-07-18 14:54:44 +02:00
  • 4389409e26 fix merge conflict Andreas Rumpf 2018-07-18 09:46:30 +02:00
  • 6eedac3207 Fix link to first class iterator docs (#8356) Chris de Graaf 2018-07-18 02:17:34 -05:00
  • 6512f8688d Fix #8345 (#8350) Aaron Levine 2018-07-18 02:08:49 -04:00
  • 2262c255e2 let runnableExamples start in a new paragraph (#8355) skilchen 2018-07-18 07:51:39 +02:00
  • 0cbfd67522 make typesafeprintf test green Andreas Rumpf 2018-07-17 20:33:42 +02:00
  • 6a9b082b53 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2018-07-17 18:23:03 +02:00
  • 2e3f477957 VM: accessing the string terminator is not allowed anymore; cleanup tests/system/tostring.nim Andreas Rumpf 2018-07-17 18:22:20 +02:00
  • ae09879b3a fixes #8223 Andreas Rumpf 2018-07-17 18:21:09 +02:00
  • ebf4e9f717 Extend init variable tracking to tuple assignments (#8321) LemonBoy 2018-07-17 17:50:05 +02:00
  • fc0bcccc15 fixes #8230 Andreas Rumpf 2018-07-17 16:43:05 +02:00
  • f29225fc63 sigmatch: no trailing whitespace Andreas Rumpf 2018-07-17 16:14:12 +02:00
  • 59a5c0462f fixes #8338 Andreas Rumpf 2018-07-17 15:49:55 +02:00
  • 1aa3435317 manual.rst: fixes a typo Andreas Rumpf 2018-07-17 15:49:42 +02:00
  • 32afdc09c6 WIP: strings/seqs based on destructors Andreas Rumpf 2018-07-17 13:19:42 +02:00
  • f2b6efb7dc Make pragmas look clickable in docs (#8176) Quelklef 2018-07-17 06:14:31 -04:00
  • 692d1da95d Fix setCursorPos and setCursorXPos on POSIX (#8310) John Novak 2018-07-17 19:35:26 +10:00
  • f8723cd1e3 Add extended baud rates to posix/termios (#8322) Jeff Ciesielski 2018-07-16 15:15:47 -04:00
  • 2ac22b4cf0 fix #8273 times format regression, and fix inconsistent ordering in 1 format overload (#8290) Timothee Cour 2018-07-16 12:15:17 -07:00
  • 97d37aeb0b Gdb pretty printers (#8263) Arne Döring 2018-07-16 19:30:05 +02:00
  • 217a2cf098 Resolve converter call to constants in case arms (#8336) LemonBoy 2018-07-16 16:19:31 +02:00
  • d07489abf4 fix #7405 and #8195 (#8198) Timothee Cour 2018-07-16 04:34:44 -07:00
  • b625e6115c Merge pull request #8328 from jyapayne/patch-1 Dominik Picheta 2018-07-15 14:00:29 +01:00
  • d3c2fb22db Remove env vars from docs Joey Yakimowich-Payne 2018-07-15 11:23:22 +09:00
  • ab840f445e Remove cross-platform breaking env var in Nintendo Switch config Joey 2018-07-15 10:54:50 +09:00
  • 332469692d Bugfix for modules with multi byte characters in the name (#8319) Oscar Nihlgård 2018-07-14 16:00:52 +02:00
  • 9b98add6c7 Do not crash while instantiating a generic outside a call (#8279) LemonBoy 2018-07-14 01:44:40 +02:00
  • 74bf316619 more progress on destructor based strings Andreas Rumpf 2018-07-13 21:15:47 +02:00
  • dd47013017 add SSL_set_SSL_CTX for SNI(Server Name Indication) (#8308) momf 2018-07-14 01:09:22 +09:00
  • dfe3f16022 Don't depend on string.h in codegen (#8299) Yuriy Glukhov 2018-07-13 18:41:59 +03:00
  • 54a85b4ff5 Give different names to objects coming from cpp files (#8278) LemonBoy 2018-07-13 15:23:41 +02:00
  • 40f44a0c16 fix issue #8251 ospaths.isAbsolute: out of bound errors (#8291) Timothee Cour 2018-07-13 00:54:48 -07:00
  • 3163a0f466 Do not consider enums with holes as ordinals (#8264) LemonBoy 2018-07-12 18:08:45 +02:00
  • 3fec2ba5e5 Fix terminal.nim to be GCSAFE. (#8296) Eugene Kabanov 2018-07-12 19:06:15 +03:00
  • ba1f036a56 Correctly hash inferred types (#8286) LemonBoy 2018-07-12 13:00:11 +02:00
  • 9aad193d27 Fix undefined PObject reference Joey Yakimowich-Payne 2018-07-12 19:48:43 +09:00
  • 1102f9aaf1 Make the Style enum a proper Ordinal (no holes) (#8282) Kaushal Modi 2018-07-12 05:30:51 -04:00
  • 6de52d2b74 make runnableExamples use a private nimcache so that they can be tested in parallel (#8281) skilchen 2018-07-12 11:06:20 +02:00
  • 231a83a6b1 Fixes #8287 (#8288) cooldome 2018-07-12 11:03:08 +02:00
  • ac3c4a94ad Fixed $ on None[T] for T with .name (#8293) Quelklef 2018-07-12 05:01:48 -04:00
  • 5b59852406 system.substr is not implemented with compilerProcs anymore Andreas Rumpf 2018-07-11 16:39:16 +02:00
  • 16d8fab310 mmdisp: code cleanups Andreas Rumpf 2018-07-11 16:38:13 +02:00
  • 32441d01e5 better doc for hard to find --define:SYMBOL:VAL (#8257) Timothee Cour 2018-07-11 01:33:33 -07:00
  • 6fe79fd158 Fixed a wrong AST example (#8269) Quelklef 2018-07-11 02:52:09 -04:00
  • 25bf0d1683 add os.absolutePath; fixes #8174 (#8213) Timothee Cour 2018-07-10 12:31:13 -07:00
  • 8f0c9b2fdd string comparisons don't have to know the strings representation Andreas Rumpf 2018-07-10 11:37:30 +02:00
  • 48b98cf701 fixes tos test for OSX Andreas Rumpf 2018-07-10 11:37:02 +02:00