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
*
documentation improvements
Araq
2012-12-07
1
-2
/
+2
*
replaced recursivePath with shallowPath for Babel
Araq
2012-12-06
1
-0
/
+1
*
implemented AST based overloading
Araq
2012-12-06
1
-0
/
+1
*
implemented generic converters
Araq
2012-12-05
1
-2
/
+0
*
constraint now part of the parameter symbol and not of the type
Araq
2012-12-05
1
-3
/
+3
*
disable SSLv2_method for ubuntu
Araq
2012-12-03
1
-5
/
+6
*
bugfix: 'not nil' and 'shared' types
Araq
2012-12-02
1
-2
/
+1
*
dont use unsafeNew in ropes.nim for now
Araq
2012-12-02
1
-2
/
+0
*
first version of ropes.nim with unsafeNew (broken)
Araq
2012-12-02
1
-1
/
+1
*
implements 'export' feature
Araq
2012-12-01
1
-1
/
+1
*
implements 'import dir/module' without quotes
Araq
2012-11-30
1
-1
/
+1
*
implemented 'import except'
Araq
2012-11-28
1
-1
/
+1
*
bugfix: better implict 'items' support
Araq
2012-11-28
1
-16
/
+15
*
first steps for the 'export' feature
Araq
2012-11-28
1
-129
/
+57
*
'return' for first class iterators
Araq
2012-11-26
1
-3
/
+5
*
next steps for first class iterators
Araq
2012-11-26
1
-2
/
+0
*
added 2 necessary node kinds
Araq
2012-11-21
1
-1
/
+1
*
doc2 improvements; small lexer bugfix: backslashes in comments
Araq
2012-11-20
1
-8
/
+1
*
fixes #250
Araq
2012-11-19
1
-1
/
+2
*
annotated effects of modules: os, sockets, times
Araq
2012-11-18
1
-1
/
+5
*
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
Araq
2012-11-18
1
-0
/
+2
*
added system.finished for first class iterators
Araq
2012-11-17
1
-1
/
+5
*
next steps for first class iterators
Araq
2012-11-15
1
-2
/
+4
*
bugfix: stack traces; first class iterators almost working
Araq
2012-11-15
1
-3
/
+5
*
documented 'mixin' declaration
Araq
2012-11-08
1
-3
/
+2
*
made some tests green
Araq
2012-11-07
1
-1
/
+1
*
documented Nimrod's effects system
Araq
2012-11-06
1
-7
/
+6
*
added system.onRaise to support a condition system
Araq
2012-11-05
1
-3
/
+1
*
exception tracking barely works; but disabled
Araq
2012-10-31
1
-1
/
+4
*
bugfix: wrong assertions for C++ code generation; some solaris support; first...
Araq
2012-10-30
1
-1
/
+2
*
bugfix: fixed broken expr proc bodies
Araq
2012-10-12
1
-1
/
+0
*
allow 'mixin' in generics
Araq
2012-10-12
1
-1
/
+2
*
first version of a memory profiler
Araq
2012-10-10
1
-1
/
+0
*
better extension loading for the OpenGL wrapper
Araq
2012-10-09
1
-3
/
+4
*
opengl wrapper compiles under windows
Araq
2012-09-29
1
-0
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-28
1
-2
/
+1
|
\
|
*
missing documentation added to the manual
Zahary Karadjov
2012-09-27
1
-2
/
+1
*
|
website improvements; better opengl wrapper (still broken)
Araq
2012-09-28
1
-0
/
+1
|
/
*
fixes #73
Araq
2012-09-23
1
-2
/
+2
*
bugfix: 'result' cannot be captured in a closure
Araq
2012-09-23
1
-6
/
+0
*
proc bodies can be expressions with a type
Araq
2012-09-22
1
-2
/
+9
*
bugfix: typeinfo generation
Araq
2012-09-21
1
-1
/
+0
*
pragma statements in rodfiles -- couldn't reproduce
Araq
2012-09-18
1
-3
/
+1
*
some support for passing blocks to overloaded templates/macros
Araq
2012-09-17
1
-1
/
+0
*
stricter symbol lookup in generics
Araq
2012-09-17
1
-4
/
+2
*
implemented a stack trace profiler
Araq
2012-09-15
1
-1
/
+2
*
made more tests green; fixes #201
Araq
2012-09-12
1
-0
/
+1
*
small bugfixes; reactivated tests/compile
Araq
2012-09-11
1
-2
/
+0
*
tr macros now documented
Araq
2012-09-10
1
-1
/
+1
*
first steps to deprecate 'nil' statement
Araq
2012-09-09
1
-4
/
+4
[next]