Commit History

Author SHA1 Message Date
  Andreas Rumpf c8e33cbb75 fixed merge conflict 6 years ago
  narimiran 1eaa18fe84 allow string insert in nimscript, fixes #10561 6 years ago
  Arne Döring d2b3046c70 deprecated leftovers from era of no unsigned integer types (#10605) 6 years ago
  cooldome d70dd6f3cb Move cpp exception handler from system to excpt next to the signal handler (#9435) 6 years ago
  cooldome 55fe7c114e Move cpp exception handler from system to excpt next to the signal handler (#9435) 6 years ago
  Andreas Rumpf ec68d89e42 make it work with latest system.nim 6 years ago
  Andreas Rumpf 0841c64a32 Merge branch 'devel' into araq-quirky-exceptions 6 years ago
  Andreas Rumpf 0036014727 system refactorings (#10559) 6 years ago
  LemonBoy fa7b757823 Remove unused variable 6 years ago
  Andreas Rumpf dee8e6e98a gc: destructors is beginning to work (#10483) 6 years ago
  Araq 07a0a61875 fixes #9149 [backport] 6 years ago
  Araq 458c827077 make --define:noSignalHandler compile again 6 years ago
  Arne Döring 8399e0f78a deprecate += and friends for bool and enum (#10336) 6 years ago
  Timothee Cour 42bac52426 [CI] now enables `NIM_COMPILE_TO_CPP=true` to run without allow_failures (#10315) 6 years ago
  Vindaar 8e600b78ca add unsetControlCHook to remove a Ctrl-C hook after it was set (#7267) 6 years ago
  Neelesh Chandola d998cb58dd void object fields are now ignored by codegen and fields/fieldPairs iterator (#10144) 6 years ago
  Oscar Nihlgård 3ed5f83704 Fix exception tracking for system.open (#10253) 6 years ago
  Oscar Nihlgård 87232a38e4 ValueError now inherits from CatchableError (#10246) 6 years ago
  Timothee Cour 6ce3949c8a add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) which leaked implementation detail (#10070) 6 years ago
  Timothee Cour ffea3fbfae * move up runnableExamples definition so can be used more in system.nim (#10196) 6 years ago
  alaviss be0a4d1342 fix system.nim documentations (#10168) 6 years ago
  Timothee Cour 319b46230c fix bug in doAssertRaises when exception==Exception (#10172) 6 years ago
  Miran 77166ba795 [backport] correctly document `toInt`, fixes #2764 [ci skip] (#10176) 6 years ago
  Andreas Rumpf cb9110c43d --define:nimQuirky exception handling for Nim; in preparation of a blog post 6 years ago
  Oscar Nihlgård 9fb8c3d965 Add {.noReturn.} to system.raiseAssert (#10161) 6 years ago
  cooldome 82c009a2cb Dead code elimination for entire modules and their init procs if empty (#10032) 6 years ago
  Timothee Cour 0831292863 revives: Move typetraits.`$` to system. Fixes #5827 (#10071) 6 years ago
  Timothee Cour 8aa5d126fe clarify doc for <= on tuple uses lexicographic order (#10069) 6 years ago
  Yuriy Glukhov 39a8ab469a Fixed insert for nil seq in js (#10068) 6 years ago
  hlaaf da80992577 Add system.$(HSlice) and fix #7898 (#8670) 6 years ago