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
/
todo.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
1
-1
/
+2
*
cleaned up configuration file handling and documented the new behaviour
Araq
2011-11-30
1
-2
/
+1
*
implemented 'let' statement
Araq
2011-11-29
1
-7
/
+4
*
further steps to get rid of deprecated endOfFile and readLine
Araq
2011-11-29
1
-0
/
+1
*
argument passing with --run option works again
Araq
2011-11-27
1
-1
/
+0
*
fixes #31
Araq
2011-11-27
1
-0
/
+1
*
todo changes
Araq
2011-11-26
1
-0
/
+5
*
deprecated endOfFile and readLine
Araq
2011-11-25
1
-1
/
+1
*
fixed bug that kept tls emulation from working
Araq
2011-11-25
1
-1
/
+1
*
todo changes
Araq
2011-11-25
1
-1
/
+3
*
C codegen: generate nimKeepAlive calls at strategic places to keep the C comp...
Araq
2011-11-24
1
-2
/
+3
*
unused constants are optimized away
Araq
2011-11-22
1
-3
/
+2
*
proper error message when attempting to eval C'imported procs
Araq
2011-11-20
1
-2
/
+1
*
bugfix: 'when' sections in generic objects now work, so TThread[void] compiles
Araq
2011-11-20
1
-1
/
+5
*
tester: threading tests added
Araq
2011-11-19
1
-2
/
+1
*
new osproc implementation may work with mac os x
Araq
2011-11-18
1
-1
/
+2
*
bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...
Araq
2011-11-15
1
-0
/
+1
*
bugfix: s[1..n] = @[] produced wrong C code
Araq
2011-11-14
1
-1
/
+0
*
added another test case
Araq
2011-11-12
1
-1
/
+2
*
GC tests now finally part of testsuite
Araq
2011-11-10
1
-2
/
+4
*
operator precedence changed: assignment like operators are supported; escapin...
Araq
2011-11-09
1
-4
/
+1
*
tester checks exitcode; osproc additions; DLL fixes; taint mode fixes
Araq
2011-11-07
1
-1
/
+2
*
compilation cache: fixed recently introduced bug (lazy loading of bodies)
Araq
2011-11-06
1
-1
/
+0
*
todo.txt changes
Araq
2011-11-05
1
-2
/
+0
*
DLL generation may work again
Araq
2011-11-02
1
-1
/
+1
*
better code generation for constant aggregates
Araq
2011-11-02
1
-3
/
+5
*
lazy loading of body ast implemented
Araq
2011-10-30
1
-7
/
+3
*
constant folding for cnst[i] and cnst.attr
Araq
2011-10-29
1
-37
/
+7
*
splicing tested and documented
Araq
2011-10-28
1
-1
/
+30
*
eval context for macros lives as long as the current module is compiled
Araq
2011-10-28
1
-7
/
+5
*
JS backend: supports methods (untested)
Araq
2011-10-28
1
-2
/
+1
*
compilation cache: tests now part of test suite
Araq
2011-10-27
1
-10
/
+5
*
new compiler option tlsEmulation
Araq
2011-10-27
1
-4
/
+1
*
compilation cache: DLL interfacing now works
Araq
2011-10-27
1
-2
/
+2
*
compilation cache: various bugfixes; works for the compiler itself
Araq
2011-10-27
1
-3
/
+3
*
compilation cache: mostly working; generics not yet
Araq
2011-10-25
1
-2
/
+3
*
compilation cache: multi methods now work
Araq
2011-10-24
1
-5
/
+5
*
compilation cache: better dependency checking
Araq
2011-10-23
1
-5
/
+3
*
compilation cache: small fixes; methods still not working
Araq
2011-10-23
1
-4
/
+4
*
compilation cache: methods have a chance to work
Araq
2011-10-23
1
-3
/
+15
*
thread local vs. global system.raiseHook
Araq
2011-10-23
1
-4
/
+4
*
documentation for the compilation cache
Araq
2011-10-23
1
-4
/
+1
*
rod files: next trivial examples working
Araq
2011-10-22
1
-3
/
+1
*
preparations for proper memmap'ed files
Araq
2011-10-22
1
-1
/
+3
*
bugfix: nil -> emptyNode
Araq
2011-10-22
1
-0
/
+1
*
trivial change scenario works with symbol files
Araq
2011-10-22
1
-0
/
+1
*
got rid of gToTypeInfoId
Araq
2011-10-21
1
-1
/
+2
*
first steps to C file merge operation for incremental compilation
Araq
2011-10-21
1
-2
/
+19
*
much more efficient rod file generation
Araq
2011-10-18
1
-35
/
+1
*
test commit ;-)
Araq
2011-10-13
1
-0
/
+2
[next]