index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
system.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
ungeneric unsigned ops (#12230)
Jasper Jenkins
2019-10-11
1
-78
/
+115
*
Fixes #12187 (#12321)
Clyybber
2019-10-08
1
-2
/
+2
*
use system.move instead of system.shallowCopy if the GC mode requires it
Andreas Rumpf
2019-10-04
1
-1
/
+1
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-8
/
+8
*
devel version is 1.0.99 [ci skip]
narimiran
2019-09-25
1
-1
/
+1
*
remove nimnomagic64 (#12243)
Jasper Jenkins
2019-09-24
1
-38
/
+12
*
version 1.0
narimiran
2019-09-23
1
-3
/
+3
*
gc:destructors progress
Andreas Rumpf
2019-09-16
1
-2
/
+2
*
Fix #12133 - use libgc.so.4.0 for OpenBSD (#12134)
Euan
2019-09-06
1
-0
/
+2
*
Merge branch 'devel' into uint-range-checks
Andreas Rumpf
2019-09-02
1
-9
/
+13
|
\
|
*
fix min/max for float numbers (#12068)
Arne Döring
2019-09-02
1
-9
/
+13
*
|
Merge branch 'devel' into uint-range-checks
Araq
2019-09-02
1
-40
/
+52
|
\
|
|
*
gc:destructors progress
Araq
2019-09-01
1
-1
/
+1
|
*
hashes: implement murmur3 (#12022)
Miran
2019-09-01
1
-0
/
+10
|
*
Remove ENDB (#12095)
Clyybber
2019-08-31
1
-7
/
+0
|
*
fixes #12074 (#12080)
Andreas Rumpf
2019-08-29
1
-0
/
+5
|
*
Fix to int to biggest int (#12066)
Arne Döring
2019-08-27
1
-17
/
+17
|
*
fixes #11833 (#12018)
Andreas Rumpf
2019-08-24
1
-15
/
+19
*
|
squashed and merged with devel
Arne Döring
2019-08-21
1
-1
/
+1
|
/
*
more enhancements for #11618 (#11976)
Andreas Rumpf
2019-08-18
1
-6
/
+0
*
fixes #11618 (#11969)
Andreas Rumpf
2019-08-17
1
-1
/
+2
*
fix warnings in system.nim (#11944)
Arne Döring
2019-08-14
1
-16
/
+16
*
Consistent behavior of exec; Improved docs around exec, staticExec, gorgeEx, ...
Fabian Keller
2019-08-13
1
-1
/
+2
*
set[T].len is an alias for set[T].card (#11885) [feature]
Andy Davidoff
2019-08-05
1
-0
/
+3
*
newruntime: make system.delete and friends work with owned ref (bugfix); repo...
Araq
2019-08-05
1
-6
/
+13
*
run runnableExamples in the module scope (#11732) [feature]
Timothee Cour
2019-07-22
1
-4
/
+6
*
style improvements; fixes #11774
Araq
2019-07-19
1
-1
/
+1
*
minor update for the genode target
Araq
2019-07-14
1
-1
/
+1
*
preparations to be able to use atomics in runtime_v2.nim
Araq
2019-07-12
1
-11
/
+16
*
JS codegen: supports toOpenArray [bugfix]
Araq
2019-07-12
1
-10
/
+11
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-19
/
+19
*
style changes
Araq
2019-07-10
1
-12
/
+12
*
minor system.nim style changes
Araq
2019-07-10
1
-3
/
+3
*
newruntime: map system.reset to =destroy
Araq
2019-07-09
1
-2
/
+10
*
newruntime for async (#11650)
Andreas Rumpf
2019-07-05
1
-2
/
+4
*
[backport] fix #11320 (#11538)
Arne Döring
2019-07-03
1
-2
/
+2
*
[bugfix] make -d:nimSetUtf8CodePage switch work again
Araq
2019-07-01
1
-1
/
+1
*
make tests green again
Araq
2019-06-27
1
-1
/
+1
*
fixes #11445
Andreas Rumpf
2019-06-27
1
-1
/
+1
*
fixes #11098
Andreas Rumpf
2019-06-26
1
-4
/
+6
*
[refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)
Arne Döring
2019-06-24
1
-1
/
+58
*
[bugfix] system.nim: make pop work with --newruntime
Andreas Rumpf
2019-06-20
1
-2
/
+6
*
[bugfix] Fix the link to "For Loop Macro" section (#11505)
Kaushal Modi
2019-06-14
1
-1
/
+1
*
[bugfix] fix quit errormsg in nimvm (#11490)
Jasper Jenkins
2019-06-13
1
-2
/
+5
*
[refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)
Arne Döring
2019-06-11
1
-8
/
+8
*
fix `koch docs` failing at io.nim with `import os` in config.nims (#11418) [b...
nc-x
2019-06-08
1
-3
/
+2
*
develop version is 0.20.99 [feature]
Araq
2019-06-07
1
-1
/
+1
*
bump version to 0.20.0
narimiran
2019-06-05
1
-2
/
+2
*
revert unintended changes
narimiran
2019-06-04
1
-2
/
+2
*
better documentation for the new `shr`
narimiran
2019-06-04
1
-3
/
+7
[next]