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
*
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
*
'bind' as a declarative statement
Araq
2011-10-10
1
-1
/
+33
*
new syntactic construct: a{i}
Araq
2011-10-08
1
-2
/
+2
*
slurp uses path; unidecode is improved and threadsafe
Araq
2011-10-08
1
-1
/
+6
*
code generator supports constant sequences; more consistent compile time eval...
Araq
2011-10-07
1
-1
/
+1
*
bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...
Araq
2011-09-26
1
-1
/
+0
*
sockets.recv optimizations; stdlib now supports taint mode
Araq
2011-09-24
1
-1
/
+0
*
renamed optional to discardable
Araq
2011-09-24
1
-3
/
+2
*
implemented optional pragma for implicit discard
Araq
2011-09-24
1
-1
/
+0
*
beginning of a taint mode; type system enhancements
Araq
2011-09-24
1
-2
/
+2
*
fixed some newly introduced bugs
Araq
2011-09-21
1
-1
/
+1
*
bugfixes for generics; new threads implementation still broken
Araq
2011-09-20
1
-0
/
+13
*
new actors implementation for nimrod; compiler's generics still not up for th...
Araq
2011-08-29
1
-5
/
+6
*
locks now in their own core module
Araq
2011-08-20
1
-3
/
+3
*
'pure' is now 'noStackFrame' for procs
Araq
2011-08-19
1
-1
/
+0
*
implemented --nimcache config option; big clean up of magic words
Araq
2011-08-19
1
-1
/
+0
*
added xmltree.innerText; fixes #49
Araq
2011-08-15
1
-3
/
+5
*
bugfix: running for threads
Araq
2011-08-12
1
-1
/
+1
*
bugfix: #line generation for windows
Araq
2011-08-11
1
-0
/
+11
*
further tests for var T result type; ttables test now fails :-(
Araq
2011-08-10
1
-1
/
+1
*
added system.slurp for easy embedding of resources
Araq
2011-08-10
1
-0
/
+1
*
modifyable results for generics; teventemitter works
Araq
2011-08-09
1
-3
/
+3
*
fixes #35, fixes #43
Araq
2011-08-08
1
-1
/
+0
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-0
/
+1
*
documentation for 'var T' as return type
Araq
2011-08-01
1
-4
/
+2
[next]