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
*
allocator: fixes regression: get alignment right for small objects
Araq
2017-01-31
1
-0
/
+2
*
make getThreadId() work on OSX
Andreas Rumpf
2017-01-31
1
-2
/
+4
*
another attempt to getThreadId work on Linux
araq
2017-01-31
1
-1
/
+1
*
make getThreadId() work on Linux
araq
2017-01-31
1
-3
/
+6
*
make AVL tree node part of the memory regions; fixes hard to reproduce channe...
Araq
2017-01-31
1
-1
/
+1
*
make AVL tree node part of the memory regions; fixes hard to reproduce channe...
Araq
2017-01-31
1
-15
/
+15
*
added system.getThreadId for various OSes (untested)
Araq
2017-01-31
1
-1
/
+31
*
dirty changes to Nim's memory tracker; requires cleanups
Araq
2017-01-31
1
-1
/
+6
*
fix the racy allocator properly
Andreas Rumpf
2017-01-31
1
-1
/
+1
*
added test case; threadex example crashes now
Araq
2017-01-30
2
-2
/
+6
*
fixes #5301
Araq
2017-01-30
2
-42
/
+60
*
fixes repr regression
Andreas Rumpf
2017-01-27
1
-1
/
+3
*
repr.nim: minor improvement when outputting addresses of cstrings
Andreas Rumpf
2017-01-26
1
-5
/
+5
*
bugfix: onThreadDestruction callbacks should be run in reverse order
Andreas Rumpf
2017-01-26
1
-1
/
+1
*
improvements to memtracking
Andreas Rumpf
2017-01-26
3
-2
/
+15
*
memory tracker is aware of threads (still not threadsafe though)
Andreas Rumpf
2017-01-26
1
-7
/
+30
*
Fix compilation for 16 bit targets (#5286)
Jeff Ciesielski
2017-01-26
4
-5
/
+5
*
onThreadDestruction feature added to Nim's threading model
Andreas Rumpf
2017-01-24
1
-11
/
+32
*
added system.runOnThreadCreationHandlers for initialization of thread local s...
Araq
2017-01-20
1
-0
/
+9
*
new segfaults.nim stdlib module works on Windows
Araq
2017-01-20
1
-1
/
+6
*
ansi_c.nim: avoid deprecated 'expr' type
Araq
2017-01-20
1
-1
/
+1
*
added system.onThreadCreation feature for safe thread local storage initializ...
Andreas Rumpf
2017-01-18
1
-0
/
+31
*
docs for the heap dump feature
Andreas Rumpf
2017-01-16
1
-0
/
+1
*
M&S GC gets the heap dump feature
Andreas Rumpf
2017-01-15
3
-69
/
+76
*
default GC can do a sort of heap dump via -d:nimTypeNames and dumpNumberOfIns...
Andreas Rumpf
2017-01-14
2
-2
/
+33
*
memory allocator hotfix: do not allocate tremendous amounts of memory
Andreas Rumpf
2017-01-13
1
-11
/
+13
*
Handle different enum sizes in reprAux (#5207)
Brandon Pickering
2017-01-11
1
-1
/
+9
*
naive work-around for time redefinition (#5193)
Fabian Keller
2017-01-08
2
-8
/
+10
*
disable pinToCpu for OSX
Andreas Rumpf
2017-01-07
1
-4
/
+5
*
disable new alloctor behaviour for emscripten
Andreas Rumpf
2016-12-27
1
-4
/
+5
*
NimScript: prepare for future Nimble improvements; should be completely compa...
Araq
2016-12-23
1
-21
/
+23
*
Merge branch 'devel' into sighashes
Araq
2016-12-19
1
-2
/
+22
|
\
|
*
fixes #4818
Araq
2016-12-18
1
-2
/
+22
*
|
Merge branch 'devel' into sighashes
Araq
2016-12-13
2
-3
/
+3
|
\
|
|
*
Added FileSeekPos
Yuriy Glukhov
2016-12-08
1
-2
/
+2
|
*
Control leakDetector from cmdline
Yuriy Glukhov
2016-12-06
1
-1
/
+1
*
|
Merge branch 'devel' into sighashes
Andreas Rumpf
2016-12-06
1
-5
/
+11
|
\
|
|
*
Show cell type name in writeCell
Yuriy Glukhov
2016-12-06
1
-5
/
+11
*
|
more fixes
Araq
2016-12-02
1
-1
/
+1
*
|
further progress; more tests are green
Araq
2016-11-28
1
-0
/
+1
|
/
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2016-11-28
1
-14
/
+11
|
\
|
*
Merge pull request #4878 from yglukhov/gc-frameinfo
Andreas Rumpf
2016-11-28
1
-14
/
+11
|
|
\
|
|
*
DRY frame info setting out to a template.
Yuriy Glukhov
2016-11-03
1
-14
/
+11
*
|
|
system.deepCopy should show old behaviour
Andreas Rumpf
2016-11-28
1
-1
/
+6
*
|
|
use -d:nimTypeNames to create RTTI with type names
Andreas Rumpf
2016-11-28
1
-0
/
+2
*
|
|
deepcopy fix
Andreas Rumpf
2016-11-26
1
-31
/
+75
|
/
/
*
|
reverted deepcopy fix for now
Andreas Rumpf
2016-11-24
1
-75
/
+31
*
|
further memtracking improvements
Andreas Rumpf
2016-11-24
3
-6
/
+27
*
|
string.add for floats and ints for more performance (JS not yet supported)
Andreas Rumpf
2016-11-21
1
-28
/
+23
*
|
first version of the new memory tracking feature
Andreas Rumpf
2016-11-21
2
-0
/
+64
[next]