summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* low/high for float ranges (#11177)Oscar Nihlgård2019-05-061-4/+4
* Fix ..< iterator (#11103)Arne Döring2019-05-031-0/+14
* introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)Andreas Rumpf2019-05-021-0/+6
* added system.unown to make 'owned' sane to use in practice; later on we might...Araq2019-04-291-1/+6
* make seq.add more effective for --newruntimeAraq2019-04-251-12/+1
* deprecate programResult, avoid exposing in standalone mode (#11075)Jacek Sieka2019-04-231-6/+4
* system.nim: copyMem and friends do not raise any exceptionAraq2019-04-221-4/+6
* added system.disarm (experimental)Araq2019-04-121-0/+7
* respect -d:useMalloc everywhere; turn ansi_c and memory into proper Nim modulesAraq2019-04-081-3/+2
* destructors: we are cooking nowAraq2019-04-061-9/+24
* refactoring: move threadlocalstorage into its own fileAraq2019-04-041-3/+5
* 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