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 (
Collapse
)
Author
Age
Files
Lines
*
implemented 'pure' enums
Araq
2012-09-08
1
-0
/
+2
|
*
tmatrix.nim works now
Araq
2012-09-08
1
-1
/
+0
|
*
term rewriting improvements
Araq
2012-09-08
1
-0
/
+1
|
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-1
/
+2
|
*
next steps towards term rewriting macros; simple examples work
Araq
2012-08-30
1
-1
/
+1
|
*
first steps towards term rewriting macros
Araq
2012-08-30
1
-3
/
+3
|
*
parameter passing works the same for macros and templates; use callsite ↵
Araq
2012-08-28
1
-17
/
+15
|
|
|
|
magic to access the invokation AST
*
implemented generic templates
Araq
2012-08-27
1
-2
/
+3
|
*
distinguish properly between nkOpen and nkClosedSymChoice
Araq
2012-08-26
1
-4
/
+4
|
*
objects with no ancestor are not implicitely final
Araq
2012-08-24
1
-2
/
+3
|
*
documented bind in macros
Araq
2012-08-24
1
-2
/
+2
|
*
implemented 'bind' for macros
Araq
2012-08-24
1
-3
/
+2
|
*
implemented backslash for continuation comments
Araq
2012-08-23
1
-1
/
+0
|
*
documented hygienic templates; made tests green; fixed system.clamp
Araq
2012-08-22
1
-2
/
+1
|
*
next steps to hygienic templates
Araq
2012-08-20
1
-1
/
+2
|
*
first steps to make templates hygienic
Araq
2012-08-20
1
-3
/
+6
|
*
bycopy/byref for object/tuple types
Araq
2012-08-16
1
-1
/
+0
|
*
stdlib uses more of varargs
Araq
2012-08-16
1
-2
/
+1
|
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
1
-1
/
+1
|
*
first steps for varargs support
Araq
2012-08-13
1
-0
/
+2
|
*
top level closures should work; transf is not a pass anymore; next steps for ↵
Araq
2012-08-13
1
-4
/
+4
|
|
|
|
first class iterator support
*
borrow works with generics
Araq
2012-08-06
1
-1
/
+0
|
*
idetools: 'usages' and 'def' should work now; documented js backend
Araq
2012-08-05
1
-9
/
+7
|
*
more improvements for idetools
Araq
2012-07-30
1
-0
/
+2
|
*
better error handling for better idetools support
Araq
2012-07-29
1
-0
/
+1
|
*
better overloading capabilities for 'shallowCopy'; little bugfix for ↵
Araq
2012-07-29
1
-1
/
+0
|
|
|
|
'system.compiles'
*
improvements for idetools; system.compiles improved
Araq
2012-07-29
1
-0
/
+1
|
*
added warning for confusing var declarations
Araq
2012-07-26
1
-1
/
+0
|
*
made more tests green
Araq
2012-07-26
1
-4
/
+2
|
*
next steps for closure consistency; fixes #176
Araq
2012-07-25
1
-1
/
+2
|
*
small bugfix: code generation for nil closures
Araq
2012-07-25
1
-3
/
+3
|
*
closure is now default calling convention for proc types
Araq
2012-07-24
1
-1
/
+0
|
*
DLLs should work again; fixes #169
Araq
2012-07-24
1
-1
/
+0
|
*
added system.compiles
Araq
2012-07-20
1
-0
/
+2
|
*
got rid of some mAddU64 etc. magics
Araq
2012-07-20
1
-1
/
+1
|
*
improvements for 'bind', fixes #166
Araq
2012-07-18
1
-2
/
+1
|
*
attempt to fix DLL generation
Araq
2012-07-18
1
-2
/
+5
|
*
equality and hashing for closures
Araq
2012-07-17
1
-1
/
+0
|
*
made some tests green
Araq
2012-07-17
1
-1
/
+1
|
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
1
-1
/
+2
|
*
closures shouldn't leak anymore
Araq
2012-07-16
1
-1
/
+0
|
*
x11 example compiles again; updated python wrapper; compiler supports ↵
Araq
2012-07-16
1
-1
/
+0
|
|
|
|
variables in DLLs
*
x11 wrapper uses system's types
Araq
2012-07-15
1
-0
/
+1
|
*
added system.@ for openarrays
Araq
2012-07-14
1
-7
/
+0
|
*
improved unsigned support
Araq
2012-07-14
1
-4
/
+0
|
*
proper enum constraints for system.nim
Araq
2012-07-13
1
-1
/
+1
|
*
work on closures continues; fixed #116
Araq
2012-07-13
1
-1
/
+1
|
*
';' as statement separator
Araq
2012-07-12
1
-1
/
+2
|
*
';' now valid for parameter lists
Araq
2012-07-11
1
-2
/
+1
|
*
typo in todo.txt
Araq
2012-07-11
1
-1
/
+1
|
[next]