summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* newruntime: progressAraq2019-04-021-4/+4
* newruntime: progressAraq2019-04-011-0/+2
* make Boehm GC work on WindowsAraq2019-03-301-1/+4
* system.nim: documentation improvementsAndreas Rumpf2019-03-231-4/+7
* add short overview of the system module (#10883)Miran2019-03-231-24/+55
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-1/+1
* Add OpenMP overload with stepping (#10891)Mamy Ratsimbazafy2019-03-221-0/+18
* --newruntime: progressAndreas Rumpf2019-03-141-33/+35
* Revert "put extracted modules behind the switch, to enable doc generation"narimiran2019-03-141-11/+10
* put extracted modules behind the switch, to enable doc generationnarimiran2019-03-141-10/+11
* move system.dollars in a separate file (#10829)Miran2019-03-131-181/+32
* system: some documentation improvements (#10809)Miran2019-03-111-777/+1349
* Don't include the nimhcr dev docs in the system module documentation (#10759)zah2019-03-081-2/+0
* move assertions and iterators out of system.nim (#10597)Miran2019-03-071-423/+65
* added system.default in order to prevent the abstraction inversion that 'temp...Andreas Rumpf2019-03-051-0/+4
* make exception handling use owned refsAndreas Rumpf2019-03-051-5/+13
* attempt to make the CIs happy by using the older syntaxAndreas Rumpf2019-03-041-1/+1
* special typing rules for owned pointersAndreas Rumpf2019-03-041-15/+35
* code cleanup: there is no MoveError and sinks are always availableAndreas Rumpf2019-03-041-27/+16
* make 'doc io.nim' workAndreas Rumpf2019-03-041-2/+3
* alloc et al don't have any effect; fixes #9746Araq2019-03-011-16/+16
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-1/+19
* system.nim: spacingAndreas Rumpf2019-02-211-1/+1
* gc:destructors: make system/repr compileAndreas Rumpf2019-02-211-1/+1
* gc:destructors: slightly more stuff compilesAraq2019-02-201-1/+4
* system.nim: avoid 'cannot prove init' warnings for the '..' constructorsAraq2019-02-201-3/+2
* fixed merge conflictAndreas Rumpf2019-02-181-10/+24
|\
| * allow string insert in nimscript, fixes #10561narimiran2019-02-151-1/+1
| * deprecated leftovers from era of no unsigned integer types (#10605)Arne Döring2019-02-141-9/+23
| * Move cpp exception handler from system to excpt next to the signal handler (#...cooldome2019-02-081-20/+0
* | Move cpp exception handler from system to excpt next to the signal handler (#...cooldome2019-02-131-20/+0
* | make it work with latest system.nimAndreas Rumpf2019-02-081-12/+8
* | Merge branch 'devel' into araq-quirky-exceptionsAndreas Rumpf2019-02-081-355/+155
|\|
| * system refactorings (#10559)Andreas Rumpf2019-02-061-285/+43
| * Remove unused variableLemonBoy2019-01-301-1/+1
| * gc: destructors is beginning to work (#10483)Andreas Rumpf2019-01-291-18/+18
| * 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