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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
first version of a simple mark&sweep GC; activate with --gc:markAndSweep
Araq
2013-02-07
5
-13
/
+42
*
revert to old GC; use --gc:v2 to activate the new GC
Araq
2013-01-31
2
-11
/
+13
*
cleaner GC switching
Araq
2013-01-31
4
-24
/
+28
*
Merge remote-tracking branch 'upstream/master' into upstream
Zahary Karadjov
2013-01-28
2
-9
/
+10
|
\
|
*
bugfix: overlap checking for 'case'
Araq
2013-01-27
2
-9
/
+10
*
|
the `mainmodule` option has effect only when no explicit module is given
Zahary Karadjov
2013-01-28
3
-10
/
+9
*
|
merged upstream master
Zahary Karadjov
2013-01-27
45
-412
/
+1322
|
\
|
|
*
implemented $/repr for enums for the JS target
Araq
2013-01-27
1
-16
/
+18
|
*
Merge pull request #320 from Tass/master
Araq
2013-01-26
1
-1
/
+1
|
|
\
|
|
*
no symbol shall be generated for imported procs
Simon Hafner
2013-01-26
1
-1
/
+1
|
*
|
fixes #319
Araq
2013-01-27
1
-1
/
+20
|
|
/
|
*
bootstrapping works again
Araq
2013-01-22
2
-4
/
+2
|
*
fixed some closure related bugs
Araq
2013-01-22
5
-22
/
+28
|
*
small bugfix for lambdalifting; preparations for a better testing framework
Araq
2013-01-19
1
-1
/
+4
|
*
fixed merge conflict
Araq
2013-01-16
2
-537
/
+289
|
|
\
|
|
*
old version of ropes.nim to prevent merge conflicts
Araq
2013-01-12
1
-524
/
+254
|
|
*
'importcpp' for the JS target to generate an infix call
Araq
2013-01-11
1
-10
/
+34
|
*
|
implemented generic multi methods
Araq
2013-01-16
6
-30
/
+50
|
*
|
optimized ropes work now but no speedup
Araq
2013-01-09
1
-4
/
+6
|
|
/
|
*
allow 'cast' for the JS target
Araq
2013-01-09
2
-1
/
+2
|
*
fixes #293
Araq
2013-01-08
6
-13
/
+29
|
*
fixes #299
Araq
2013-01-08
1
-2
/
+2
|
*
fixes #270
Araq
2013-01-08
1
-1
/
+1
|
*
implements #295
Araq
2013-01-08
6
-12
/
+37
|
*
fixes #292
Araq
2013-01-08
1
-3
/
+6
|
*
Copyright 2012 -> 2013
Araq
2013-01-08
3
-4
/
+4
|
*
FFI at compiletime improvements
Araq
2013-01-08
3
-28
/
+60
|
*
next steps for FFI at compile time
Araq
2013-01-02
3
-22
/
+44
|
*
fixed a newly introduced c2nim bug; many untested improvements to the FFI at ...
Araq
2012-12-31
5
-44
/
+222
|
*
better errors for FFI
Araq
2012-12-27
1
-9
/
+13
|
*
implemented --listFullPaths option for aporia
Araq
2012-12-27
3
-3
/
+15
|
*
small improvements for FFI
Araq
2012-12-26
1
-18
/
+48
|
*
bugfix: openssl import for macosx
Araq
2012-12-19
3
-2
/
+6
|
*
small examples work with the FFI
Araq
2012-12-19
2
-29
/
+45
|
*
first steps for FFI support at compile time
Araq
2012-12-19
5
-49
/
+270
|
*
fixes #277; documentation improvements
Araq
2012-12-17
2
-2
/
+4
|
*
don't invoke destructors for .global. variables
Araq
2012-12-16
1
-1
/
+2
|
*
some fixes for generic first class iterators
Araq
2012-12-15
3
-10
/
+11
|
*
fixes #271
Araq
2012-12-15
5
-32
/
+47
|
*
lazy paths for Babel support
Araq
2012-12-11
6
-21
/
+55
|
*
improvements for --babelPath
Araq
2012-12-09
2
-5
/
+20
|
*
made some tests green; some small bugfixes
Araq
2012-12-09
1
-1
/
+1
|
*
compiler support for babel
Araq
2012-12-07
3
-19
/
+93
|
*
replaced recursivePath with shallowPath for Babel
Araq
2012-12-06
1
-3
/
+2
|
*
implemented AST based overloading
Araq
2012-12-06
3
-7
/
+19
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-06
10
-27
/
+66
|
|
\
|
|
*
fixes #269
Araq
2012-12-05
2
-0
/
+5
|
|
*
fixes #266
Araq
2012-12-05
1
-2
/
+0
|
|
*
implemented generic converters
Araq
2012-12-05
3
-5
/
+30
|
|
*
constraint now part of the parameter symbol and not of the type
Araq
2012-12-05
6
-18
/
+22
[next]