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
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-0
/
+4
*
critbits added to stdlib
Araq
2011-12-30
1
-1
/
+0
*
c2nim: bugfix: 'type x[10];' was not parsed properly
Araq
2011-12-30
1
-1
/
+0
*
GC stack scanning cares about interior pointers
Araq
2011-12-30
1
-1
/
+3
*
fixed small typos for subexes docs
Araq
2011-12-27
1
-3
/
+1
*
added support for advanced substitution expressions
Araq
2011-12-27
1
-0
/
+1
*
generated scripts do no contain paths anymore; regenerated C sources
Araq
2011-12-23
1
-1
/
+0
*
bugfix: the code gen can now handle alias TLock = TSysLock; this fixes thread...
Araq
2011-12-23
1
-0
/
+1
*
code gen can generate code to keep alive stack roots
Araq
2011-12-22
1
-5
/
+4
*
C code gen: generate even better code for the GC
Araq
2011-12-12
1
-6
/
+5
*
c2nim compiles again
Araq
2011-12-12
1
-0
/
+1
*
compiler takes advantage of 'new(Obj|New)RC1
Araq
2011-12-12
1
-0
/
+4
*
compiler generates volatile temps to keep C compiler from optimizing away sta...
Araq
2011-12-12
1
-3
/
+0
*
codegen uses alias analysis to generate better code
Araq
2011-12-10
1
-4
/
+2
*
alias analysis as required for the code gen and the HLO
Araq
2011-12-08
1
-1
/
+1
*
'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
[next]