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
*
do not print spurious warnings when dlopen fails; can be re-enabled with -d:n...
Andreas Rumpf
2015-12-29
1
-3
/
+4
*
Task proc in nimscript module will now export the proc it creates.
Dominik Picheta
2015-12-24
1
-1
/
+1
*
modified the integrated profiler to hopefully produce more reliable results
Andreas Rumpf
2015-12-18
1
-17
/
+9
*
Fixed copying of nil seq in JS
Yuriy Glukhov
2015-12-16
1
-7
/
+12
*
Merge pull request #3595 from dfdeshom/devel
Dominik Picheta
2015-12-04
1
-1
/
+3
|
\
|
*
Print out more detailed error messages when compilation fails
dfdeshom
2015-11-26
1
-1
/
+3
*
|
removes 'x is iterator' special casing in the language
Araq
2015-12-03
1
-0
/
+2
*
|
set debug switch to false again
Araq
2015-12-01
1
-1
/
+1
*
|
proper color flipping
Araq
2015-12-01
1
-34
/
+27
*
|
next steps for the GC
Araq
2015-12-01
2
-6
/
+23
*
|
only mark roots when marking
Araq
2015-12-01
1
-4
/
+5
*
|
first compiling version of the new GC
Araq
2015-12-01
2
-19
/
+46
*
|
lambda lifting support for iterToProc plugin
Araq
2015-12-01
1
-1
/
+4
*
|
fixes typo
Araq
2015-12-01
1
-1
/
+1
*
|
added CellSetIter for git's history
Araq
2015-12-01
1
-0
/
+35
*
|
first version of the new hard realtime GC
Araq
2015-12-01
1
-1005
/
+478
|
/
*
Removed Node, NodeType and Document definitions from jssys.
Yuriy Glukhov
2015-11-25
1
-74
/
+20
*
Add 'auto-decoration' to nimGetProcAddr
jyelon
2015-11-11
1
-1
/
+6
*
Nimscript fixes 'cpFile' typo
Araq
2015-11-03
1
-1
/
+1
*
system/dyncalls: OS X is already handled as posix
Adam Strzelecki
2015-10-22
1
-36
/
+0
*
createThread is more convenient to use with a proc taking no arguments
Araq
2015-10-19
1
-0
/
+3
*
Fixed ret by var in js
Yuriy Glukhov
2015-10-15
1
-3
/
+9
*
udpated the compiler and tester to use getOrDefault
Araq
2015-10-13
1
-0
/
+5
*
Merge branch 'gc-fixes' of https://github.com/rbehrends/Nim into rbehrends-gc...
Araq
2015-10-12
2
-42
/
+65
|
\
|
*
Remove spurious unsigned operations from system/threads.nim.
Reimer Behrends
2015-09-08
1
-3
/
+0
|
*
Properly register threads with the Boehm GC.
Reimer Behrends
2015-09-08
2
-38
/
+64
|
*
Properly initialize the Boehm GC on all platforms.
Reimer Behrends
2015-09-06
1
-1
/
+1
*
|
Merge remote-tracking branch 'nim-lang/devel' into emscripten-support
Andrey Sobolev
2015-10-06
1
-1
/
+2
|
\
\
|
*
|
fixes 'line too long' warning
Araq
2015-10-03
1
-1
/
+2
*
|
|
Merge remote-tracking branch 'nim-lang/devel' into emscripten-support
Andrey Sobolev
2015-10-01
1
-4
/
+7
|
\
|
|
|
*
|
Merge pull request #3345 from rbehrends/no-unmap
Andreas Rumpf
2015-09-30
1
-4
/
+7
|
|
\
\
|
|
*
|
Add option to disable munmap() use in the allocator.
Reimer Behrends
2015-09-18
1
-4
/
+7
*
|
|
|
Merge remote-tracking branch 'nim-lang/devel' into emscripten-support
Andrey Sobolev
2015-09-30
1
-1
/
+1
|
\
|
|
|
|
*
|
|
NimScript: setCommand takes an optional project filename
Araq
2015-09-29
1
-1
/
+1
|
|
/
/
*
|
|
Merge remote-tracking branch 'nim-lang/devel' into emscripten-support
Andrey Sobolev
2015-09-15
1
-4
/
+16
|
\
|
|
|
*
|
Uint64 to string in pure nim. array[char] to string fixed in vm.
Yuriy Glukhov
2015-09-14
1
-4
/
+16
|
|
/
*
|
Change TAddress to ByteAddress
Andrey Sobolev
2015-09-14
1
-3
/
+3
*
|
Merge remote-tracking branch 'nim-lang/devel' into emscripten-support
Andrey Sobolev
2015-09-11
1
-6
/
+24
|
\
|
|
*
NimScript: make the compiler shut up about effects it doesn't know about
Araq
2015-09-08
1
-0
/
+5
|
*
even better docs
Araq
2015-09-08
1
-6
/
+19
*
|
Support for GC working in Emscripten environment
Andrey Sobolev
2015-09-11
1
-5
/
+7
*
|
mmap non PageSize aligned support
Andrey Sobolev
2015-09-10
1
-1
/
+48
|
/
*
Nimscript: documented; 'exec' now produces output immediately
Araq
2015-09-07
1
-30
/
+99
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
13
-387
/
+387
*
split os into os and ospaths parts; ospaths is available for NimScript; bette...
Araq
2015-09-04
1
-1
/
+26
*
improvements for NimScript support
Araq
2015-09-03
1
-2
/
+2
*
Merge pull request #3273 from yglukhov/js-copy-fix
Andreas Rumpf
2015-09-03
1
-9
/
+5
|
\
|
*
Fixed JS copying.
Yuriy Glukhov
2015-08-31
1
-9
/
+5
*
|
Merge pull request #3280 from jlp765/endb
Andreas Rumpf
2015-09-03
1
-2
/
+20
|
\
\
|
*
|
bug fix: Switch state to dbgSkipCurrent for Eval, Local & Global commands.
JamesP
2015-09-03
1
-2
/
+20
|
|
/
[next]