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
*
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
*
|
fixes deepcopy regression
Andreas Rumpf
2016-11-18
1
-2
/
+4
*
|
deepCopy: proper sharing of refs
Andreas Rumpf
2016-11-17
1
-31
/
+73
*
|
Merge pull request #4888 from arnetheduck/mmap-fixes
Andreas Rumpf
2016-10-24
1
-3
/
+10
|
\
\
|
*
|
add MAP_ANONYMOUS const for amd64, fix MAP_PRIVATE on mips etc (see fe36254)
Jacek Sieka
2016-10-12
1
-3
/
+10
|
|
/
*
|
clean up tyBigNum remnants
Jacek Sieka
2016-10-24
1
-1
/
+0
*
|
fixes bootstrapping problem
Araq
2016-10-21
1
-11
/
+11
*
|
fixes #564
Andreas Rumpf
2016-10-21
1
-5
/
+6
*
|
add exported memory size getter functions for MemRegion objects
Hakan Deryal
2016-10-13
1
-0
/
+6
*
|
fixes memory region not updating when passed to withRegion template.
Hakan Deryal
2016-10-13
1
-0
/
+1
|
/
*
Merge pull request #4848 from flyx/fix-debugdlopen
Andreas Rumpf
2016-10-06
1
-1
/
+4
|
\
|
*
Display hint for -d:nimDebugDlOpen on load failure
Felix Krause
2016-10-03
1
-0
/
+2
|
*
Fixed compilation error with -d:nimDebugDlOpen
Felix Krause
2016-10-03
1
-1
/
+2
*
|
Merge pull request #4857 from yglukhov/gcv2-threads
Andreas Rumpf
2016-10-06
1
-3
/
+9
|
\
\
|
*
|
Make gc v2 compile with --threads:on
Yuriy Glukhov
2016-10-05
1
-3
/
+9
*
|
|
Merge pull request #4853 from GaveUp/devel
Andreas Rumpf
2016-10-06
1
-2
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Revert change to osalloc.nim from commit 8d7a45f.
GaveUp
2016-10-04
1
-2
/
+0
|
|
/
*
/
call initAllocator in foreign thread
Jez Kabanov
2016-10-05
1
-0
/
+1
|
/
*
Typo in doc
Yuriy Glukhov
2016-09-24
1
-1
/
+1
*
fixes serious regression
Andreas Rumpf
2016-09-24
1
-1
/
+1
*
fixes #4746
Andreas Rumpf
2016-09-24
1
-2
/
+4
*
fixes #4776
Andreas Rumpf
2016-09-24
3
-29
/
+43
*
bugfix: bottom of AVL tree is now threadsafe
Andreas Rumpf
2016-09-24
3
-5
/
+7
*
Add define value `nimBurnFree` which allow deallocation procedures to fill me...
cheatfate
2016-09-20
1
-1
/
+1
*
Fixes $(0.0/0.0) giving `-nan` on some systems.
Dominik Picheta
2016-09-17
1
-1
/
+1
*
srcdir -> srcDir
Yuta Yamada
2016-09-14
1
-1
/
+1
*
fixes #4764, fixes #4731, fixes #4724
Araq
2016-09-14
1
-0
/
+2
*
attempt to fix #4640
Andreas Rumpf
2016-09-13
2
-3
/
+6
*
fixes #3279
Araq
2016-09-12
1
-10
/
+30
*
fixes #4088
Andreas Rumpf
2016-09-11
1
-3
/
+3
*
Store stack trace in exception
Yuriy Glukhov
2016-09-04
1
-0
/
+3
*
fixes #4689
Andreas Rumpf
2016-09-01
1
-7
/
+5
*
Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635
Yuriy Glukhov
2016-08-29
1
-9
/
+23
*
Reset framePtr on unhabdled exception. Dont reset on getStackTrace.
Yuriy Glukhov
2016-08-27
1
-3
/
+1
*
Uncaught exceptions in JS now always propagate with better stack trace.
Yuriy Glukhov
2016-08-27
1
-29
/
+37
*
added selfExe and selfExec for NimScript support
Andreas Rumpf
2016-08-05
1
-0
/
+13
*
Merge pull request #4559 from haiodo/enable-profiler-filenames
Andreas Rumpf
2016-08-02
1
-6
/
+13
|
\
[next]