summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* remove nimnomagic64 (#12243)Jasper Jenkins2019-09-241-38/+12
* version 1.0narimiran2019-09-231-3/+3
* gc:destructors progressAndreas Rumpf2019-09-161-2/+2
* Fix #12133 - use libgc.so.4.0 for OpenBSD (#12134)Euan2019-09-061-0/+2
* Merge branch 'devel' into uint-range-checksAndreas Rumpf2019-09-021-9/+13
|\
| * fix min/max for float numbers (#12068)Arne Döring2019-09-021-9/+13
* | Merge branch 'devel' into uint-range-checksAraq2019-09-021-40/+52
|\|
| * gc:destructors progressAraq2019-09-011-1/+1
| * hashes: implement murmur3 (#12022)Miran2019-09-011-0/+10
| * Remove ENDB (#12095)Clyybber2019-08-311-7/+0
| * fixes #12074 (#12080)Andreas Rumpf2019-08-291-0/+5
| * Fix to int to biggest int (#12066)Arne Döring2019-08-271-17/+17
| * fixes #11833 (#12018)Andreas Rumpf2019-08-241-15/+19
* | squashed and merged with develArne Döring2019-08-211-1/+1
|/
* more enhancements for #11618 (#11976)Andreas Rumpf2019-08-181-6/+0
* fixes #11618 (#11969)Andreas Rumpf2019-08-171-1/+2
* fix warnings in system.nim (#11944)Arne Döring2019-08-141-16/+16
* Consistent behavior of exec; Improved docs around exec, staticExec, gorgeEx, ...Fabian Keller2019-08-131-1/+2
* set[T].len is an alias for set[T].card (#11885) [feature]Andy Davidoff2019-08-051-0/+3
* newruntime: make system.delete and friends work with owned ref (bugfix); repo...Araq2019-08-051-6/+13
* run runnableExamples in the module scope (#11732) [feature]Timothee Cour2019-07-221-4/+6
* style improvements; fixes #11774Araq2019-07-191-1/+1
* minor update for the genode targetAraq2019-07-141-1/+1
* preparations to be able to use atomics in runtime_v2.nimAraq2019-07-121-11/+16
* JS codegen: supports toOpenArray [bugfix]Araq2019-07-121-10/+11
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-19/+19
* style changesAraq2019-07-101-12/+12
* minor system.nim style changesAraq2019-07-101-3/+3
* newruntime: map system.reset to =destroyAraq2019-07-091-2/+10
* newruntime for async (#11650)Andreas Rumpf2019-07-051-2/+4
* [backport] fix #11320 (#11538)Arne Döring2019-07-031-2/+2
* [bugfix] make -d:nimSetUtf8CodePage switch work againAraq2019-07-011-1/+1
* make tests green againAraq2019-06-271-1/+1
* fixes #11445Andreas Rumpf2019-06-271-1/+1
* fixes #11098Andreas Rumpf2019-06-261-4/+6
* [refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)Arne Döring2019-06-241-1/+58
* [bugfix] system.nim: make pop work with --newruntimeAndreas Rumpf2019-06-201-2/+6
* [bugfix] Fix the link to "For Loop Macro" section (#11505)Kaushal Modi2019-06-141-1/+1
* [bugfix] fix quit errormsg in nimvm (#11490)Jasper Jenkins2019-06-131-2/+5
* [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)Arne Döring2019-06-111-8/+8
* fix `koch docs` failing at io.nim with `import os` in config.nims (#11418) [b...nc-x2019-06-081-3/+2
* develop version is 0.20.99 [feature]Araq2019-06-071-1/+1
* bump version to 0.20.0narimiran2019-06-051-2/+2
* revert unintended changesnarimiran2019-06-041-2/+2
* better documentation for the new `shr`narimiran2019-06-041-3/+7
* rename (un)likely (#11391)Jasper Jenkins2019-06-031-2/+2
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-12/+3
* undeprecate system.programResult until we have a good solution at handAraq2019-06-031-2/+2
* Remove immediate pragma (#11308)Arne Döring2019-05-291-2/+2
* system.nim: minor fix for the new 'unown' templateAraq2019-05-291-1/+1