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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -d:logGC compile cerror: 'stdout not defined' (#12237)
treeform
2019-09-24
1
-5
/
+5
*
last stdlib cleanups
Araq
2019-09-21
1
-8
/
+0
*
consistent floating point output (#12219)
Andreas Rumpf
2019-09-20
3
-33
/
+80
*
expose more fields of TNimType
Araq
2019-09-19
1
-4
/
+4
*
Add -d:androidNDK to fix echo on Android NDK builds. (#12203)
treeform
2019-09-17
1
-19
/
+32
*
gc:destructors progress
Andreas Rumpf
2019-09-16
4
-6
/
+69
*
gc_common: typo
Andreas Rumpf
2019-09-16
1
-1
/
+1
*
count 64 bits at a time instead of 8 (#12159)
Andreas Rumpf
2019-09-12
1
-3
/
+9
|
\
|
*
use while
Brent Pedersen
2019-09-11
1
-4
/
+5
|
*
add amd64
Brent Pedersen
2019-09-11
1
-1
/
+1
|
*
only do 64bts on x86
Brent Pedersen
2019-09-11
1
-3
/
+4
|
*
spacing
Brent Pedersen
2019-09-09
1
-1
/
+1
|
*
count 64 bits at a time
Brent Pedersen
2019-09-09
1
-3
/
+7
*
|
fixes a critical --gc:boehm regression
Andreas Rumpf
2019-09-06
1
-4
/
+4
|
/
*
gc:destructors progress
Araq
2019-09-01
1
-1
/
+1
*
Support iterators returning lent T (#11938)
cooldome
2019-08-31
1
-3
/
+2
*
Remove ENDB (#12095)
Clyybber
2019-08-31
3
-893
/
+1
*
fixes 5870 (#11704)
Andreas Rumpf
2019-08-29
1
-2
/
+2
*
Fixes #12044 (#12071)
Ico Doornekamp
2019-08-28
1
-5
/
+5
*
abort is noreturn (#12061)
Jacek Sieka
2019-08-27
1
-1
/
+1
*
new gensym handling (#11985)
Andreas Rumpf
2019-08-23
1
-6
/
+6
*
more enhancements for #11618 (#11976)
Andreas Rumpf
2019-08-18
1
-2
/
+25
*
fixes #11618 (#11969)
Andreas Rumpf
2019-08-17
1
-4
/
+28
*
Fixes #11118 (#11964)
Andreas Rumpf
2019-08-17
1
-8
/
+10
|
\
|
*
Reset closure iter exception before rethrowing
Yuriy Glukhov
2019-08-16
1
-2
/
+1
|
*
Merge branch 'cpp_reraise_fix' into yield-in-try-fix
Yuriy Glukhov
2019-08-16
1
-6
/
+9
|
|
\
|
|
*
fixes #11118
Andrii Riabushenko
2019-04-30
1
-6
/
+9
*
|
|
fixes #11801
Araq
2019-08-16
1
-1
/
+1
*
|
|
fixes #1188
Araq
2019-08-16
1
-3
/
+6
*
|
|
better tojsstr (#11954)
Andreas Rumpf
2019-08-16
1
-32
/
+39
|
/
/
*
|
fixes #10053 (#11951)
Timothee Cour
2019-08-15
2
-2
/
+2
*
|
newruntime for vcc (#11934) [bugfix]
cooldome
2019-08-14
1
-6
/
+32
*
|
Consistent behavior of exec; Improved docs around exec, staticExec, gorgeEx, ...
Fabian Keller
2019-08-13
1
-5
/
+16
*
|
fixes #11807 (#11900)
Andreas Rumpf
2019-08-07
1
-6
/
+51
*
|
fix #11854 (#11857)
Arne Döring
2019-07-30
2
-4
/
+4
*
|
style improvements; fixes #11774
Araq
2019-07-19
1
-2
/
+2
*
|
atomics.nim: minor improvements
Araq
2019-07-12
1
-1
/
+1
*
|
minor style changes
Araq
2019-07-11
2
-5
/
+5
*
|
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
18
-96
/
+96
*
|
fixes #11447
Andreas Rumpf
2019-07-06
2
-2
/
+4
*
|
newruntime for async (#11650)
Andreas Rumpf
2019-07-05
1
-1
/
+1
*
|
fixes #8405: -d:useNimRtl now works even when {.rtl.} procs are used at compi...
Timothee Cour
2019-07-03
1
-12
/
+13
*
|
[bugfix] fix mach_absolute_time header; refs #11591 (#11593)
Timothee Cour
2019-07-03
1
-2
/
+2
*
|
fixes #11618 (#11631)
Andreas Rumpf
2019-07-01
1
-1
/
+1
*
|
assertions: fixes #11545 (#11605)
alaviss
2019-07-01
1
-3
/
+5
*
|
Make repr use 'ptr' for ptr types instead of 'ref' (#11626)
Ico Doornekamp
2019-07-01
1
-1
/
+2
*
|
assertions: make assert follow excessiveStackTrace (#11574)
alaviss
2019-06-25
1
-3
/
+1
*
|
[refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)
Arne Döring
2019-06-24
1
-16
/
+17
*
|
[feature] Add dynlib (required on windows/cpp) to nimCoroutines related gc_co...
Giovanni Petrantoni
2019-06-23
1
-3
/
+3
*
|
[bugfix] gc_common: export foreign thread gc docs (#11536)
alaviss
2019-06-19
1
-6
/
+12
[next]