Commit Graph

  • 2c01f0ad8d tsizeof test is now correct (#10788) Arne Döring 2019-03-06 08:12:16 +01:00
  • 63c847dc50 Merge pull request #10787 from silent-observer/patch-1 Dominik Picheta 2019-03-05 23:13:05 +00:00
  • 551d6d00df make tests green again Andreas Rumpf 2019-03-05 20:05:47 +01:00
  • 1c64934f46 implement system.default for the JS target Andreas Rumpf 2019-03-05 19:44:17 +01:00
  • 4be36d77f6 introduce tfHasOwned for fast must-move checkings; removed tfAcyclic as the GC has ignored this hint for quite some time now Andreas Rumpf 2019-03-05 17:29:48 +01:00
  • 20a21aa184 colors for debugging (not for windows) (#10786) Arne Döring 2019-03-05 19:58:14 +01:00
  • c86b1fbcac fixes a critical GC safety inference bug (#10615) Andreas Rumpf 2019-03-05 19:54:44 +01:00
  • 7e52c798db Remove var silent-observer 2019-03-05 14:19:41 +05:00
  • aed8766e84 stdlib: use system.default if it exists Andreas Rumpf 2019-03-05 10:03:24 +01:00
  • 142a2d3551 added system.default in order to prevent the abstraction inversion that 'template default(T): untyped = (var x: T; x)' causes Andreas Rumpf 2019-03-05 09:54:59 +01:00
  • 2dc8a32324 make megatest green again Andreas Rumpf 2019-03-05 08:17:30 +01:00
  • 22445867d4 no underscores Andreas Rumpf 2019-03-05 07:45:28 +01:00
  • e0437dfec4 better error message for 'owned' Andreas Rumpf 2019-03-05 06:25:33 +01:00
  • 9a9c002abe make exception handling use owned refs Andreas Rumpf 2019-03-05 05:54:42 +01:00
  • 9c6b628df6 DFA: fixes wrong 'def' instruction emission Andreas Rumpf 2019-03-05 05:54:08 +01:00
  • 71fd4acaeb make test green Andreas Rumpf 2019-03-05 05:53:28 +01:00
  • f907354121 make tests green again Andreas Rumpf 2019-03-04 22:44:23 +01:00
  • 3e922d0fec destructors/dfa: more documentation Andreas Rumpf 2019-03-04 22:41:50 +01:00
  • a59f5e5a9d attempt to make the CIs happy by using the older syntax Andreas Rumpf 2019-03-04 16:48:02 +01:00
  • 55bc29c761 nimsuggest: make use project file name if none given for 'sug' command; allows for more convenient debugging Andreas Rumpf 2019-03-04 11:35:23 +01:00
  • 75f8e136e1 ccgexprs.nim: less confusing code layout Andreas Rumpf 2019-03-04 10:54:38 +01:00
  • 4700018d7e cgen.nim: code cleanups Andreas Rumpf 2019-03-03 21:30:02 +01:00
  • a6d49c3a81 special typing rules for owned pointers Andreas Rumpf 2019-03-03 19:00:05 +01:00
  • 0fd5417aff code cleanup: there is no MoveError and sinks are always available Andreas Rumpf 2019-03-03 12:34:00 +01:00
  • df3d08b58b Fixes #10387 (#10743) Tomohiro 2019-03-04 20:15:07 +09:00
  • bf1f4b914b Added optional proc parameter to llStreamOpenStdIn (#10769) sealmove 2019-03-04 11:52:34 +02:00
  • 7072e3ddca doc: move specific checks to advanced options, for a less intimidatin… (#10779) Jacek Sieka 2019-03-04 03:49:56 -06:00
  • 1d9b88f25d sizealign of union type (#10780) Arne Döring 2019-03-04 09:19:38 +01:00
  • ebe0473511 More depth debug proc (#10782) Arne Döring 2019-03-04 09:17:47 +01:00
  • 8e12691213 compiler/extccomp: use getNimcacheDir for writing build instruction (#10772) alaviss 2019-03-04 15:09:14 +07:00
  • 65ad496fed typo Andreas Rumpf 2019-03-04 09:04:54 +01:00
  • 1d1be03d81 make 'doc io.nim' work Andreas Rumpf 2019-03-04 09:04:14 +01:00
  • f9231eb569 make 'nim doc times.nim' work on old versions of OSX again Andreas Rumpf 2019-03-04 08:50:28 +01:00
  • 2647653589 Merge pull request #10776 from arnetheduck/wasm32-platform Dominik Picheta 2019-03-03 22:59:57 +00:00
  • 7edc8bfe14 add wasm32 platform Jacek Sieka 2019-03-03 09:03:28 -06:00
  • 792dfac521 hashes: fix inconsistent tests, fixes #10771 narimiran 2019-03-03 10:53:37 +01:00
  • d6882691ad times.nim: Fix docs for duration conversion procs [ci skip] (#10770) ee7 2019-03-02 17:25:14 +00:00
  • 5ac7e32c7c Matching actual proc name (#10766) [ci skip] Anthon van der Neut 2019-03-02 15:50:21 +01:00
  • 5d67208e34 Merge pull request #10764 from alaviss/htmlparser-doc Dominik Picheta 2019-03-01 20:46:36 +00:00
  • 78d7ecae90 htmlparser: update example Leorize 2019-03-02 01:51:38 +07:00
  • e1d17ece5b alloc et al don't have any effect; fixes #9746 Araq 2019-03-01 14:50:41 +01:00
  • ca7980f301 improved documentation for several modules (#10752) Miran 2019-03-01 12:57:55 +01:00
  • e9d3c5de19 Fix corner-case uses of newLit (#10760) zah 2019-03-01 12:09:13 +02:00
  • 7d7cd69070 Improved posix module, added new posix_utils module (#10723) Federico Ceratto 2019-02-28 22:03:49 +00:00
  • 1102b8ac6e StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746) Arne Döring 2019-02-28 22:57:57 +01:00
  • 728ff1004a gc:destructors: progress Andreas Rumpf 2019-02-28 22:39:15 +01:00
  • 9563be37d3 destructor based seqs: bugfix Andreas Rumpf 2019-02-26 11:27:16 +01:00
  • ec66fd07cb quickfix: make tsizeof3 also work on 32-bit narimiran 2019-02-28 19:20:22 +01:00
  • 0b56b3595a Make doku of os.moveFile() more precise. (#10758) [ci skip] Simon Krauter 2019-02-28 18:58:07 +01:00
  • 38aec488b7 compiler/commands: keep extension for output file (#10755) alaviss 2019-02-28 20:47:15 +07:00
  • 1b542e7320 compiler/[main,docgen]: don't put generated doc in subfolder (#10754) alaviss 2019-02-28 20:46:35 +07:00
  • 588610b395 add tests, closes #3012, closes #7244 narimiran 2019-02-27 12:39:35 +01:00
  • ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) zah 2019-02-26 16:48:55 +02:00
  • ba38c05eb6 add gdb commands: koch, nim, nimble (#10741) Arne Döring 2019-02-26 15:47:35 +01:00
  • 287206f993 minor fix for debug on symbols (#10742) Arne Döring 2019-02-26 15:45:01 +01:00
  • d53ab9e5c8 Prevent options from calling custom ref == operators (#10745) Yuriy Glukhov 2019-02-26 16:43:34 +02:00
  • 84f0a33bf0 make typeToString sane for sequence again Andreas Rumpf 2019-02-25 19:00:52 +01:00
  • fb863a147a use initHashSet and toHashSet, fixes #10730 (#10736) Miran 2019-02-25 16:53:05 +01:00
  • 1397ad7c54 [random] add support for sets (#10532) WhiteDuke 2019-02-25 16:45:44 +01:00
  • bf4e688ca3 make nimsuggest aware of tyOwned Andreas Rumpf 2019-02-23 20:58:14 +01:00
  • 2074ad1416 strutils: document parseEnum [ci skip] narimiran 2019-02-25 11:33:18 +01:00
  • 68a82f100e Fixes #10727. (#10728) deech 2019-02-25 04:21:14 -06:00
  • 28a83a8388 Handle IPv6 in bindAddr #7633 Federico Ceratto 2019-02-19 22:55:35 +00:00
  • f39aa1b40b discard destroys its argument in-place (#9478) LemonBoy 2019-02-23 14:03:32 +01:00
  • 9884129058 Tuple unpacking now works for for vars (#10152) Neelesh Chandola 2019-02-23 18:31:34 +05:30
  • e89aaaeaab Open a new scope for static: expr blocks (#10649) LemonBoy 2019-02-23 12:05:07 +01:00
  • f86835ce77 manual: document implicit type conversions involving 'range'; refs #10495 Andreas Rumpf 2019-02-23 11:49:21 +01:00
  • 71df1b060b Tighten the conversion from tyRange to scalar types (#10495) LemonBoy 2019-02-23 11:52:52 +01:00
  • c5dbb0379f disable compile-time FFI support Andreas Rumpf 2019-02-23 11:34:39 +01:00
  • 7ec187a8e1 make the VM aware of tyOwned Andreas Rumpf 2019-02-23 10:43:07 +01:00
  • adbabf145c FFI at CT (#10150) Timothee Cour 2019-02-23 02:31:01 -08:00
  • 30ab7e6bdd fixes #10678 (#10681) Arne Döring 2019-02-23 10:58:40 +01:00
  • e7878c0d08 add tests for recently closed issues (#10722) Miran 2019-02-23 10:41:35 +01:00
  • ea409fb15a first steps in implementing 'owned' pointers; undocumented, do not use Andreas Rumpf 2019-02-23 08:44:08 +01:00
  • 721bf7188b code cleanup: there is no tyOptRef Andreas Rumpf 2019-02-22 19:42:11 +01:00
  • 15c208cd29 it's spelt callsite Andreas Rumpf 2019-02-22 18:28:40 +01:00
  • 4fb73e6d8f fix nimble package tests narimiran 2019-02-22 14:09:08 +01:00
  • cedf784751 better docs: options (#10720) Miran 2019-02-22 12:28:00 +01:00
  • a4543c1aac gc:destructors: make strutils compile (but still crashes) Andreas Rumpf 2019-02-22 12:06:30 +01:00
  • 417d27c544 gc:destructors: progress Andreas Rumpf 2019-02-21 12:19:06 +01:00
  • f2f0b5d695 system.nim: spacing Andreas Rumpf 2019-02-21 12:03:47 +01:00
  • 418cbbb450 macros.nim: spacing Andreas Rumpf 2019-02-21 12:03:34 +01:00
  • 43d570c178 gc:destructors: make system/repr compile Andreas Rumpf 2019-02-21 07:57:29 +01:00
  • 6c10d331db gc:destructors: slightly more stuff compiles Araq 2019-02-20 14:29:09 +01:00
  • 873539b50d lib.rst: add link to asyncstreams, fixes #6383 [ci skip] narimiran 2019-02-20 14:16:38 +01:00
  • ffd0f81247 times.nim: avoid some stdlib dependencies Araq 2019-02-20 12:30:51 +01:00
  • 2990a5ea54 koch.nim: indentation uses 2 spaces Araq 2019-02-20 12:28:43 +01:00
  • 7b31a81d45 system.nim: avoid 'cannot prove init' warnings for the '..' constructors Araq 2019-02-20 12:28:22 +01:00
  • 6a5c74722e add xmltree.clear, fixes #3797 (#10711) Miran 2019-02-20 08:41:34 +01:00
  • c025786b75 gc:destructors: sink parameters need to be destroyed properly Andreas Rumpf 2019-02-20 02:04:58 +01:00
  • 7e404c670d gc:destructors: add first test program Andreas Rumpf 2019-02-19 23:32:41 +01:00
  • 68ce92d4eb fixes a critical strutils bug [backport] Araq 2019-02-19 19:37:16 +01:00
  • 1a771a8248 Replace the duration conversion procs with new improved ones (#10710) Oscar Nihlgård 2019-02-19 19:12:44 +01:00
  • 50d1a46537 better docs: osproc (#10708) Miran 2019-02-19 17:25:03 +01:00
  • e4a76c6ebf fixes #6832 Araq 2019-02-19 17:17:12 +01:00
  • f31d1fa98b fixes #10195 Araq 2019-02-19 16:22:09 +01:00
  • 51f516e030 better docs: strtabs (#10704) Miran 2019-02-19 12:49:47 +01:00
  • 8cf97908cc document proper imports, fixes #8164 (#10698) Miran 2019-02-19 12:49:09 +01:00
  • 6b9a139f7f error message for accidental use of macro (#10490) Arne Döring 2019-02-19 12:21:42 +01:00
  • 257965e105 fixes 10697 [backport] Araq 2019-02-19 11:54:19 +01:00