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
/
msgs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
path canonicalization and proper project relative paths
Zahary Karadjov
2011-12-09
1
-25
/
+40
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
1
-4
/
+5
*
cleaned up configuration file handling and documented the new behaviour
Araq
2011-11-30
1
-4
/
+6
*
implemented 'let' statement
Araq
2011-11-29
1
-1
/
+2
*
New algorithm for locating and loading nimrod config files.
Zahary Karadjov
2011-11-25
1
-2
/
+4
*
C codegen: generate nimKeepAlive calls at strategic places to keep the C comp...
Araq
2011-11-24
1
-3
/
+3
*
proper error message when attempting to eval C'imported procs
Araq
2011-11-20
1
-1
/
+1
*
small bugfixes to make more tests green
Araq
2011-11-02
1
-0
/
+2
*
new compiler option tlsEmulation
Araq
2011-10-27
1
-6
/
+5
*
bugfixes for ROD file generation; nimcache dir is now flat
Araq
2011-10-20
1
-1
/
+1
*
much more efficient rod file generation
Araq
2011-10-18
1
-0
/
+2
*
Basic unit testing facilities (suites, fixtures, cases)
Zahary Karadjov
2011-10-07
1
-0
/
+6
*
beginning of a taint mode; type system enhancements
Araq
2011-09-24
1
-1
/
+2
*
Multiple C lines corresponding to a single nimrod line are joined together
Zahary Karadjov
2011-09-20
1
-7
/
+12
*
Nimrod can now compile itself with --lineDir enabled
Zahary Karadjov
2011-09-20
1
-0
/
+5
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...
Araq
2011-07-31
1
-4
/
+6
*
bugfixes; step one for 'var T' as return type support
Araq
2011-07-28
1
-1
/
+3
*
preparations for 0.8.12
Araq
2011-07-10
1
-0
/
+2
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-5
/
+6
*
compiler can emulate thread local variables
Araq
2011-06-15
1
-6
/
+7
*
first (non working) implementation of global thread analysis
Araq
2011-06-13
1
-4
/
+9
*
const table support
Araq
2011-04-29
1
-1
/
+1
*
better error message for invalid module names
Araq
2011-04-16
1
-0
/
+2
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+580