summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #9149 [backport]Araq2019-01-291-4/+6
* make --define:noSignalHandler compile againAraq2019-01-221-1/+1
* deprecate += and friends for bool and enum (#10336)Arne Döring2019-01-181-4/+10
* [CI] now enables `NIM_COMPILE_TO_CPP=true` to run without allow_failures (#10...Timothee Cour2019-01-171-1/+6
* add unsetControlCHook to remove a Ctrl-C hook after it was set (#7267)Vindaar2019-01-101-0/+4
* void object fields are now ignored by codegen and fields/fieldPairs iterator ...Neelesh Chandola2019-01-101-0/+1
* Fix exception tracking for system.open (#10253)Oscar Nihlgård2019-01-101-3/+4
* ValueError now inherits from CatchableError (#10246)Oscar Nihlgård2019-01-101-1/+1
* add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...Timothee Cour2019-01-081-5/+16
* * move up runnableExamples definition so can be used more in system.nim (#10196)Timothee Cour2019-01-051-28/+30
* fix system.nim documentations (#10168)alaviss2019-01-041-2/+2
* fix bug in doAssertRaises when exception==Exception (#10172)Timothee Cour2019-01-041-11/+19
* [backport] correctly document `toInt`, fixes #2764 [ci skip] (#10176)Miran2019-01-041-4/+6
* Add {.noReturn.} to system.raiseAssert (#10161)Oscar Nihlgård2019-01-021-1/+1
* Dead code elimination for entire modules and their init procs if empty (#10032)cooldome2018-12-301-6/+3
* revives: Move typetraits.`$` to system. Fixes #5827 (#10071)Timothee Cour2018-12-301-0/+9
* clarify doc for <= on tuple uses lexicographic order (#10069)Timothee Cour2018-12-211-4/+4
* Fixed insert for nil seq in js (#10068)Yuriy Glukhov2018-12-211-1/+1
* Add system.$(HSlice) and fix #7898 (#8670)hlaaf2018-12-211-1/+11
* fixes #9120Araq2018-12-161-1/+1
* fixes #8991, fixes #4446Araq2018-12-161-2/+2
* fixes #9153Araq2018-12-161-3/+3
* --gc:destructors: baby stepsAndreas Rumpf2018-12-151-4/+5
* hotfix: discriminants can be of size 8 bytes [backport]Araq2018-12-051-0/+1
* Fix fat pointers, object copying, magic double evals on JS (#9411) [backport]rec2018-12-041-5/+6
* add: proc deepCopy*[T](y: T): T (#9740)Timothee Cour2018-11-281-0/+4
* fixes #9675Andreas Rumpf2018-11-261-1/+1
* fix segfault when calling shallow() on an empty string (#9782) [backport]Ștefan Talpalaru2018-11-221-0/+2
* Empty check in shallow [backport] (#9676)ishowta2018-11-211-0/+1
* removes deprecated T/P typesAraq2018-11-161-4/+0
* Inline generic min and max - https://github.com/nim-lang/Nim/issues/9514 (#9688)Mamy Ratsimbazafy2018-11-141-2/+2
* NaN fixes for clang backend (#9652)Arne Döring2018-11-081-3/+3
* Nim devel is version 0.19.9Andreas Rumpf2018-11-031-1/+1
* system.nim: workaround for the fixed documentation generatorAraq2018-10-301-1/+1
* change system.nim to adhere to the style guideAraq2018-10-301-11/+11
* fixes #8603Araq2018-10-301-27/+29
* more examples for mod and div, plus corrections [ci skip]narimiran2018-10-281-5/+11
* Openmp parallel iterator improvements (#9493)Mamy Ratsimbazafy2018-10-251-2/+6
* stdlib: documenation updates, the exception names have been changedAndreas Rumpf2018-10-251-5/+5
* added system.typeof operation; fixes #9093Araq2018-10-241-0/+9
* system.nim deprecate 'getRefcount'; refs #2839, refs #3713Araq2018-10-151-3/+6
* system.nim: fixes typoAraq2018-10-151-1/+1
* implement sizeof and alignof operator (manually squashed #5664) (#9356)Timothee Cour2018-10-141-2/+19
* correctly render AST in doAssert/assert condition: fixes #8518; refs #9301 (#...Timothee Cour2018-10-141-6/+8
* deprecate accumulateResult => sequtils.toSeq (#8666)Timothee Cour2018-10-131-1/+4
* Add `toOpenArray[T](ptr UncheckedArray[T])` for clarity. (#9316)c-blake2018-10-121-0/+2
* compile date and compile time tz written in doc (#9283)eqperes2018-10-111-2/+2
* Unchecked arrays now have their own type (#9267)LemonBoy2018-10-101-1/+7
* Separate high/low/len docs for each overload (#8816)hlaaf2018-10-091-19/+99
* development version is 0.19.1Araq2018-10-091-1/+1