summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* last stdlib cleanupsAraq2019-09-211-8/+0
* consistent floating point output (#12219)Andreas Rumpf2019-09-203-33/+80
* expose more fields of TNimTypeAraq2019-09-191-4/+4
* Add -d:androidNDK to fix echo on Android NDK builds. (#12203)treeform2019-09-171-19/+32
* gc:destructors progressAndreas Rumpf2019-09-164-6/+69
* gc_common: typoAndreas Rumpf2019-09-161-1/+1
* count 64 bits at a time instead of 8 (#12159)Andreas Rumpf2019-09-121-3/+9
|\
| * use whileBrent Pedersen2019-09-111-4/+5
| * add amd64Brent Pedersen2019-09-111-1/+1
| * only do 64bts on x86Brent Pedersen2019-09-111-3/+4
| * spacingBrent Pedersen2019-09-091-1/+1
| * count 64 bits at a timeBrent Pedersen2019-09-091-3/+7
* | fixes a critical --gc:boehm regressionAndreas Rumpf2019-09-061-4/+4
|/
* gc:destructors progressAraq2019-09-011-1/+1
* Support iterators returning lent T (#11938)cooldome2019-08-311-3/+2
* Remove ENDB (#12095)Clyybber2019-08-313-893/+1
* fixes 5870 (#11704)Andreas Rumpf2019-08-291-2/+2
* Fixes #12044 (#12071)Ico Doornekamp2019-08-281-5/+5
* abort is noreturn (#12061)Jacek Sieka2019-08-271-1/+1
* new gensym handling (#11985)Andreas Rumpf2019-08-231-6/+6
* more enhancements for #11618 (#11976)Andreas Rumpf2019-08-181-2/+25
* fixes #11618 (#11969)Andreas Rumpf2019-08-171-4/+28
* Fixes #11118 (#11964)Andreas Rumpf2019-08-171-8/+10
|\
| * Reset closure iter exception before rethrowingYuriy Glukhov2019-08-161-2/+1
| * Merge branch 'cpp_reraise_fix' into yield-in-try-fixYuriy Glukhov2019-08-161-6/+9
| |\
| | * fixes #11118Andrii Riabushenko2019-04-301-6/+9
* | | fixes #11801Araq2019-08-161-1/+1
* | | fixes #1188Araq2019-08-161-3/+6
* | | better tojsstr (#11954)Andreas Rumpf2019-08-161-32/+39
|/ /
* | fixes #10053 (#11951)Timothee Cour2019-08-152-2/+2
* | newruntime for vcc (#11934) [bugfix]cooldome2019-08-141-6/+32
* | Consistent behavior of exec; Improved docs around exec, staticExec, gorgeEx, ...Fabian Keller2019-08-131-5/+16
* | fixes #11807 (#11900)Andreas Rumpf2019-08-071-6/+51
* | fix #11854 (#11857)Arne Döring2019-07-302-4/+4
* | style improvements; fixes #11774Araq2019-07-191-2/+2
* | atomics.nim: minor improvementsAraq2019-07-121-1/+1
* | minor style changesAraq2019-07-112-5/+5
* | styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-1018-96/+96
* | fixes #11447Andreas Rumpf2019-07-062-2/+4
* | newruntime for async (#11650)Andreas Rumpf2019-07-051-1/+1
* | fixes #8405: -d:useNimRtl now works even when {.rtl.} procs are used at compi...Timothee Cour2019-07-031-12/+13
* | [bugfix] fix mach_absolute_time header; refs #11591 (#11593)Timothee Cour2019-07-031-2/+2
* | fixes #11618 (#11631)Andreas Rumpf2019-07-011-1/+1
* | assertions: fixes #11545 (#11605)alaviss2019-07-011-3/+5
* | Make repr use 'ptr' for ptr types instead of 'ref' (#11626)Ico Doornekamp2019-07-011-1/+2
* | assertions: make assert follow excessiveStackTrace (#11574)alaviss2019-06-251-3/+1
* | [refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)Arne Döring2019-06-241-16/+17
* | [feature] Add dynlib (required on windows/cpp) to nimCoroutines related gc_co...Giovanni Petrantoni2019-06-231-3/+3
* | [bugfix] gc_common: export foreign thread gc docs (#11536)alaviss2019-06-191-6/+12
* | [feature] Add boehm gc finalizer (#11446)yatsen12019-06-171-0/+7