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
*
completing the "types as first class values" reform
Zahary Karadjov
2012-04-06
1
-2
/
+1
*
the foundations of a type traits module; better error messages for expr, type...
Zahary Karadjov
2012-04-06
1
-0
/
+3
*
typedesc and expr params
Zahary Karadjov
2012-03-31
1
-1
/
+1
*
generic types can be used like type classes. distinct can be applied to type ...
Zahary Karadjov
2012-03-25
1
-0
/
+5
*
vars can be 'compileTime'; shallow introduced weird string aliasing bug
Araq
2012-03-11
1
-2
/
+2
*
ERecoverableError exception contains the error message
Araq
2012-02-25
1
-14
/
+11
*
bugfix: optimization of complex constant string concatenations
Araq
2012-02-17
1
-0
/
+4
*
added 'system.shallow'
Araq
2012-02-09
1
-0
/
+3
*
further steps for closure support
Araq
2012-02-08
1
-0
/
+2
*
further steps to closure support
Araq
2012-02-06
1
-1
/
+2
*
pragma blocks; fixed line information issue with user defined assertions
Araq
2012-01-17
1
-0
/
+6
*
bugfix: tests/reject/tnoinst.nim is now rejected properly
Araq
2012-01-13
1
-1
/
+2
*
removed '^ deprecated' message
Araq
2012-01-10
1
-4
/
+3
*
fixes #33
Araq
2012-01-07
1
-2
/
+3
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
critbits added to stdlib
Araq
2011-12-30
1
-2
/
+0
*
bugfix: preliminary symbol declaration in first pass of generics
Araq
2011-12-30
1
-0
/
+2
*
GC stack scanning cares about interior pointers
Araq
2011-12-30
1
-1
/
+1
*
bugfix: compiler errors for explicit initialization of thread local variables...
Araq
2011-12-23
1
-1
/
+3
*
c2nim compiles again
Araq
2011-12-12
1
-7
/
+11
*
path canonicalization for imported modules, relative paths written in rod files
Zahary Karadjov
2011-12-11
1
-8
/
+16
*
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