Commit Graph

  • 10a7830ba2 fixes Windows version of readPasswordFromStdin (setLen doesn't accept negative values anymore) Araq 2015-08-18 13:58:57 +02:00
  • d634da775d cleanup destructor building for arrays; still doesn't work Araq 2015-08-18 13:57:37 +02:00
  • fc235833d4 Removes dead references. Grzegorz Adam Hankiewicz 2015-08-17 23:30:36 +02:00
  • 69b32637b1 implements experimental new config system based on NimScript Araq 2015-08-16 13:40:52 +02:00
  • d81578cb9b workaround windows 'findNextFile' bug Araq 2015-08-16 13:33:05 +02:00
  • cc934a1a1b VM: repl supports global variables properly" Araq 2015-08-16 11:25:30 +02:00
  • cd2fbb5f86 staticExec: redirect stderr to stdout so stderr is returned too Araq 2015-08-16 11:15:04 +02:00
  • 2552a0f4b0 fixed test instruction Araq 2015-08-16 11:01:20 +02:00
  • 1c6f31dd09 Merge pull request #3219 from kirbyfan64/nocomm Dominik Picheta 2015-08-16 11:51:19 +01:00
  • d66cc00750 Give a nice error when no command is given Ryan Gonzalez 2015-08-15 17:13:18 -05:00
  • c3ee2d683b Merge pull request #3218 from kirbyfan64/patch-1 Dominik Picheta 2015-08-15 22:47:44 +01:00
  • ac756935c1 Mention Howl's Nim support Ryan Gonzalez 2015-08-15 12:43:05 -05:00
  • bb2aa24c99 Merge pull request #3213 from yglukhov/times-js-fix Dominik Picheta 2015-08-14 17:17:40 +01:00
  • 769e0e3e4b Merge pull request #3214 from rbehrends/fix-exponentiation Dominik Picheta 2015-08-14 17:13:58 +01:00
  • 4e222a1506 Fixed algorithm.reversed to work for empty seq's. Reimer Behrends 2015-08-14 15:14:56 +02:00
  • 22789a8275 Fix exponentiation operation to avoid overflow. Reimer Behrends 2015-08-14 14:32:30 +02:00
  • 2f8d4c17d8 Fixed compilation of times module with JS. Yuriy Glukhov 2015-08-14 12:57:07 +03:00
  • 134c44f3be refs #2973; manual contains almost all pragmas now, few are left in the compiler guide Araq 2015-08-14 02:18:12 +02:00
  • dd0acfdf37 todo.txt update Araq 2015-08-14 02:16:12 +02:00
  • 2299318d1e toplevel .closure procs are deprecated Araq 2015-08-12 10:11:58 +02:00
  • 2f721f0d99 'parallel' now requires --experimental mode Araq 2015-08-10 02:50:15 +02:00
  • 40f7646830 Merge pull request #3204 from yglukhov/debugger-on-fix Andreas Rumpf 2015-08-14 01:52:18 +02:00
  • b3abcaf9e8 Merge pull request #3177 from zah/generic-types-in-macros Andreas Rumpf 2015-08-14 01:51:25 +02:00
  • ad245dbd77 Merge pull request #3131 from zachaysan/devel Dominik Picheta 2015-08-13 22:31:30 +01:00
  • 6041025dab Merge pull request #3206 from yglukhov/patch-1 Dominik Picheta 2015-08-12 20:39:10 +01:00
  • ad98877584 Fixed fromSeconds function JS variant Yuriy Glukhov 2015-08-12 18:31:38 +03:00
  • c62698b296 make testSetupIMPL and testTeardownIMPL non-public fenekku 2015-08-12 10:30:36 -04:00
  • 58b8381501 failed unittest check causes identifiers and calls to be printed out fenekku 2015-08-12 08:26:40 -04:00
  • c42b05adb4 Fixed --debugger:on option. Removed c_line from termios. Yuriy Glukhov 2015-08-12 12:04:26 +03:00
  • 6a7a44bbf2 cValidAssemblers -> const set Added assembler validity check rku 2015-08-10 12:02:49 +03:00
  • d230b75e0a removed sequtils.reversed again since it's already in algorithm.nim Araq 2015-08-10 01:49:56 +02:00
  • 36a90c6044 fixes #1965 Araq 2015-08-10 01:31:42 +02:00
  • 799e0f3274 fixes #3066 Araq 2015-08-09 23:53:22 +02:00
  • f934c92132 fixes #3096 Araq 2015-08-09 23:37:13 +02:00
  • bbf9757b4e refs #2377 Araq 2015-08-09 23:21:44 +02:00
  • 50861792f4 fixes #1329 Araq 2015-08-09 23:07:53 +02:00
  • 0fc43d3d95 updated todo.txt Araq 2015-08-09 23:07:33 +02:00
  • 99ee5445b7 Merge pull request #3146 from c-blake/devel Andreas Rumpf 2015-08-09 20:31:32 +02:00
  • cf4879bc48 added sequtils.reversed; refs #3148 Araq 2015-08-09 20:28:49 +02:00
  • 35f8cc0bdd fixes #2752 Araq 2015-08-09 20:18:49 +02:00
  • f8bababa2a Merge pull request #3197 from tulayang/async Dominik Picheta 2015-08-09 14:08:23 +01:00
  • 930e90a730 Modify proc parseHeader tulayang 2015-08-09 20:35:23 +08:00
  • 9c3c48a6d0 Merge ../Nim into devel Charles Blake 2015-08-09 06:58:36 -04:00
  • 34ca9dd586 Merge pull request #3114 from coffeepots/patch-1 Dominik Picheta 2015-08-08 20:56:14 +01:00
  • 4f8d982d5b fixes #2670 Araq 2015-08-08 14:39:32 +02:00
  • 06a8c377e2 Merge pull request #3156 from kirbyfan64/contr_fix Andreas Rumpf 2015-08-08 00:57:04 +02:00
  • 8668c42e94 Merge pull request #3190 from yglukhov/fix-3186 Andreas Rumpf 2015-08-08 00:56:38 +02:00
  • 87815cbdf7 attempt to fix bootstrapping; refs #3139 Araq 2015-08-07 22:32:06 +02:00
  • c733b3181e breaking change: symbol lookups in generics follows spec more closely; fixes #2664 Araq 2015-08-07 21:28:45 +02:00
  • 2e4b59f3d3 fixes #3192 Araq 2015-08-07 20:29:38 +02:00
  • 94e504113e fixes #3193 Araq 2015-08-07 19:40:58 +02:00
  • 7bc3d7da75 Fixes #3186 Yuriy Glukhov 2015-08-07 17:22:28 +03:00
  • b251625840 Merge pull request #3189 from yglukhov/defer-test-fix Andreas Rumpf 2015-08-07 11:37:07 +02:00
  • 842a26317c Fixed defer test. Yuriy Glukhov 2015-08-07 00:20:40 +03:00
  • 4a7c1d5fd7 Don't crash on nil in get* procs in the JSON module. Dominik Picheta 2015-08-06 21:45:52 +01:00
  • da4b0d994d Merge pull request #3188 from yglukhov/fix-3185 Andreas Rumpf 2015-08-06 21:22:05 +02:00
  • 41a2a9f00b Fixes #3185 Yuriy Glukhov 2015-08-06 22:19:33 +03:00
  • 14ce3c7d4d fix regressions Araq 2015-08-05 21:42:59 +02:00
  • 0d8942d45e destructors now work with overloaded assignment operators; fixes #2811; fixes #1632 Araq 2015-08-05 21:27:53 +02:00
  • e2886eebb4 Merge pull request #3172 from Nycto/devel Dominik Picheta 2015-08-05 19:42:14 +01:00
  • 05ada2da43 Merge pull request #3180 from yglukhov/3179-workaround Dominik Picheta 2015-08-05 19:41:19 +01:00
  • 26f7a53d4a Merge ../Nim into devel Charles Blake 2015-08-04 16:13:45 -04:00
  • 096ce55c1a Merge pull request #3183 from sferik/fix-docstyle-include Dominik Picheta 2015-08-04 20:01:06 +01:00
  • 5ec4b7946f Add note about what is included. Charles Blake 2015-08-04 13:25:41 -04:00
  • 0487ad4180 Use hyperlinks to refer to other procs. Charles Blake 2015-08-04 13:16:27 -04:00
  • abf15ec6ce Expand memSlices doc comment & use better example. Have lines() iterators docs point back to memSlices() for details. Charles Blake 2015-08-04 12:11:33 -04:00
  • ab26298a03 added system.unsafeAddr Araq 2015-08-04 17:31:00 +02:00
  • c035029431 Fix documentation style reference Erik Michaels-Ober 2015-08-04 13:15:30 +02:00
  • 8b38e8b2a4 Merge ../Nim into devel Charles Blake 2015-08-04 04:58:00 -04:00
  • f8f9677205 Updated documentation of system.new. Ref #2699. Dominik Picheta 2015-08-04 09:06:47 +01:00
  • 202cc48903 The async macro now supports transforming multiple async procs. Dominik Picheta 2015-08-03 21:28:33 +01:00
  • 8ad5649442 Merge ../Nim into devel Charles Blake 2015-08-03 15:11:30 -04:00
  • b9c1dd0072 Fixed macros.nim not compiling. Dominik Picheta 2015-08-03 18:42:02 +01:00
  • 5497c964d0 Move tests to stdlib. Charles Blake 2015-08-03 12:35:57 -04:00
  • 9e8b4475e2 Spruce up doc comments as per dom96 suggestions. Charles Blake 2015-08-03 12:34:03 -04:00
  • 7cb9f363d6 Merge ../Nim into devel Charles Blake 2015-08-03 12:27:30 -04:00
  • c373c7209a toString --> $. Charles Blake 2015-08-03 12:26:08 -04:00
  • c6d609f88b Fix accidentally deleted inp argument. Charles Blake 2015-08-03 12:25:30 -04:00
  • 85699b744d Merge pull request #3161 from barcharcraz/fix_times_on_vcc2015 Dominik Picheta 2015-08-03 17:08:14 +01:00
  • 303bc45745 Added documentation to macros.items. Dominik Picheta 2015-08-03 17:05:14 +01:00
  • 04dc46b1aa Merge branch 'macro-items' of https://github.com/transfuturist/Nim into transfuturist-macro-items Dominik Picheta 2015-08-03 17:03:57 +01:00
  • 2d9a0c96c6 Merge ../Nim into devel Charles Blake 2015-08-03 08:06:20 -04:00
  • 436b847a7e Workaround for #3179. Yuriy Glukhov 2015-08-03 14:11:48 +03:00
  • 4d6bcbc2f4 make this change VCC specific Charlie Barto 2015-08-02 18:55:35 -04:00
  • e1913abdd4 fixes #3140 Araq 2015-08-02 22:12:39 +02:00
  • 15df168f99 Rename compiler configuration file to fix "nim check" within the repo Zahary Karadjov 2015-08-03 01:27:41 +03:00
  • 328f632518 Merge pull request #3176 from zielmicha/ofoperator Dominik Picheta 2015-08-02 22:35:41 +01:00
  • fe124ceadc Disable the new generic params handling for immediate template and macros Zahary Karadjov 2015-08-02 23:23:13 +03:00
  • 02f97489b7 fix #1858 again; restores the support for static macro params Zahary Karadjov 2015-07-21 10:21:14 +03:00
  • 0575437762 Improve discoverability of 'of' operator Michał Zieliński 2015-08-02 22:55:22 +02:00
  • 7af92708af Merge pull request #3175 from singularperturbation/feature/rst-forum-issue-41 Andreas Rumpf 2015-08-02 22:12:12 +02:00
  • 4c1611fc13 Fix for image directive with periods singularperturbation 2015-08-02 14:16:49 -05:00
  • 1bea224c4a Try to get examples to render right as HTML. Charles Blake 2015-08-02 12:29:24 -04:00
  • 2e4e0ffd3d Add some example code blocks. Charles Blake 2015-08-02 12:25:57 -04:00
  • ad67bfcf46 Quote the \ in doc comments. Charles Blake 2015-08-02 12:21:49 -04:00
  • 63c4f204e8 Add some little one-line doc comment of MemSlice. Charles Blake 2015-08-02 12:20:05 -04:00
  • 2252f80e72 Add some very simple tests for memfiles iterators. Charles Blake 2015-08-02 12:09:53 -04:00
  • 2bcd4e9a38 Add top of module comment. Re-order definitions to type, then converter, then 3 iterators lowest- to highest-level (also fastest to slowest) including a new intermediate iterator lines(MemFile, buffer) that is more like readLine(File) in case that helps anyone port code. Add doc comments. Also have toString just use newString+c_memcpy instead of currently fragile toNimStr which Araq wants a separate PR for. Charles Blake 2015-08-02 12:03:52 -04:00
  • a9d09f2868 Revert toNimStr fix as per Araq request. Charles Blake 2015-08-02 12:03:11 -04:00
  • fc54fbfb98 Nix unchecked which has no semantics for objects. Charles Blake 2015-08-02 05:28:21 -04:00