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
*
bugfix: MS GC acknowledges GC_ref/unref properly
Araq
2014-04-30
1
-6
/
+45
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-25
2
-2
/
+2
|
\
|
*
building of nimrtl.dll should work again
Araq
2014-04-22
1
-1
/
+1
|
*
Merge pull request #1118 from gradha/pr_show_boot_options
Varriount
2014-04-21
1
-1
/
+1
|
|
\
|
|
*
Version switch displays options used during `koch boot`
Grzegorz Adam Hankiewicz
2014-04-20
1
-1
/
+1
*
|
|
minor tweaks; updated todo.txt
Araq
2014-04-25
1
-1
/
+1
|
/
/
*
|
fixes DLL generation
Araq
2014-04-21
3
-6
/
+12
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-21
1
-4
/
+2
|
\
\
|
*
|
Revert 4b09baa0a and 33fcd1123.
Dominik Picheta
2014-04-20
1
-4
/
+2
*
|
|
attempt to make some tests green
Araq
2014-04-21
1
-9
/
+9
|
/
/
*
|
spawn has a chance of working on posix
Araq
2014-04-20
1
-4
/
+14
*
|
fixes bootstrapping
Araq
2014-04-20
1
-0
/
+1
*
|
made large parts of the stdlib gcsafe
Araq
2014-04-20
3
-6
/
+8
*
|
actors compile again
Araq
2014-04-20
4
-20
/
+44
|
/
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-20
1
-1
/
+1
|
\
|
*
Fixes typo to be able to use debugger.
Grzegorz Adam Hankiewicz
2014-04-15
1
-1
/
+1
*
|
marked markAndSweep GC thread safe
Araq
2014-04-20
1
-8
/
+8
*
|
New concurrency model: next steps
Araq
2014-04-19
7
-27
/
+200
*
|
first version of 'spawn'
Araq
2014-04-16
1
-2
/
+5
|
/
*
Fixes problems with JS code gen.
Dominik Picheta
2014-04-11
1
-20
/
+34
*
Merge pull request #902 from reactormonk/float_toString
Andreas Rumpf
2014-04-09
1
-2
/
+4
|
\
|
*
add a trailing zero to $float
Simon Hafner
2014-02-11
1
-0
/
+2
|
*
use `.f` instead of `.16e` for floats
Simon Hafner
2014-02-11
1
-2
/
+2
*
|
preparations for easier debugging
Araq
2014-04-07
5
-27
/
+41
*
|
doc generation for asyncdispatch works
Araq
2014-04-06
1
-2
/
+3
*
|
ENDB: got rid of deprecated 'nil' stmt
Araq
2014-03-27
1
-3
/
+3
*
|
bugfix: reprEnum for enums with negative values
Araq
2014-03-22
1
-1
/
+5
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-25
1
-25
/
+24
|
\
\
|
*
|
fix some trivial errors in the test suite and some more regressions caused by...
Zahary Karadjov
2014-02-18
1
-29
/
+28
|
|
/
*
/
renamed noStackFrame to asmNoStackFrame
Araq
2014-02-18
2
-40
/
+40
|
/
*
compiles on sparc again
Araq
2014-02-09
1
-1
/
+1
*
mark and sweep GC compiles with --cs:partial
Araq
2014-02-02
1
-14
/
+14
*
case consistency for excpt.nim
Araq
2014-02-02
1
-1
/
+1
*
nativeStackTrace might work again
Araq
2014-01-25
1
-3
/
+3
*
fix the error "only proc headers can feature pragmas" when compiling in JS mode
Zahary Karadjov
2014-01-23
1
-3
/
+3
*
compiler warns when you use GC'ed memory and '--gc:none'
Araq
2014-01-19
1
-48
/
+48
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-5
/
+1
*
case consistency improvements
Araq
2014-01-11
4
-51
/
+54
*
case consistency for linux
Araq
2013-12-29
1
-2
/
+2
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-4
/
+4
*
case consistency: next steps
Araq
2013-12-29
4
-14
/
+14
*
improvements for 'pretty'
Araq
2013-12-28
7
-32
/
+32
*
case consistency part 4
Araq
2013-12-27
13
-243
/
+243
*
case consistency part 1
Araq
2013-12-27
9
-156
/
+148
*
templates can access hidden fields
Araq
2013-12-25
1
-4
/
+4
*
bootstraps with new template symbol binding rules
Araq
2013-12-24
2
-12
/
+12
*
attempt to merge newtempl
Araq
2013-12-24
1
-1
/
+1
*
Merge branch 'vm2' of github.com:Araq/Nimrod into vm2
Araq
2013-12-24
3
-27
/
+68
|
\
|
*
NoFakeVars progress
Araq
2013-12-24
2
-3
/
+16
|
*
vm: FFI improvements
Araq
2013-12-23
2
-21
/
+45
[next]