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
/
web
Commit message (
Expand
)
Author
Age
Files
Lines
*
implemented 'static'; macros do not work anymore
Araq
2012-03-15
1
-0
/
+1
*
first steps for cleaner static/const distinction
Araq
2012-03-13
1
-3
/
+12
*
win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...
Araq
2012-03-04
2
-2
/
+16
*
ERecoverableError exception contains the error message
Araq
2012-02-25
1
-6
/
+4
*
helper templates static, eval and emit for easier compile-time code evaluation
Zahary Karadjov
2012-02-24
1
-0
/
+8
*
added locks for docgen
Araq
2012-02-18
1
-1
/
+1
*
bugfix: optimization of complex constant string concatenations
Araq
2012-02-17
1
-0
/
+3
*
fixes tests for 'system.shallow'
Araq
2012-02-10
1
-1
/
+1
*
added 'system.shallow'
Araq
2012-02-09
1
-1
/
+17
*
little fixes for 0.8.14 release
Araq
2012-02-09
2
-1
/
+2
*
version 0.8.14
Araq
2012-02-09
5
-8
/
+28
*
further steps for closure support
Araq
2012-02-06
1
-1
/
+1
*
further steps to closure support
Araq
2012-02-06
1
-1
/
+3
*
closure implementation: first steps
Araq
2012-02-04
2
-3
/
+5
*
implemented/fixed #92
Araq
2012-01-29
1
-0
/
+1
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
1
-0
/
+5
*
niminst: bugfixes; documentation changes
Araq
2012-01-15
1
-1
/
+7
*
niminst: diverse improvements; fixes #80
Araq
2012-01-13
1
-1
/
+2
*
more sysasserts for allocator/gc
Araq
2012-01-12
2
-1
/
+2
*
bugfix: debugger works again
Araq
2012-01-08
1
-1
/
+1
*
implicit invokation of items/pairs iterators
Araq
2012-01-08
1
-1
/
+3
*
implemented incompleteStruct pragma; embedded debugger works with posix module
Araq
2012-01-05
1
-0
/
+2
*
C sources regenerated for new len(openarray) header that catches more bugs; s...
Araq
2012-01-03
1
-1
/
+1
*
GC: use simple balanced tree instead of AVL tree
Araq
2011-12-30
2
-4
/
+5
*
added support for advanced substitution expressions
Araq
2011-12-27
2
-1
/
+2
*
generated scripts do no contain paths anymore; regenerated C sources
Araq
2011-12-23
1
-0
/
+2
*
codegen uses alias analysis to generate better code
Araq
2011-12-10
1
-5
/
+6
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
1
-0
/
+3
*
cleaned up configuration file handling and documented the new behaviour
Araq
2011-11-30
2
-7
/
+9
*
implemented 'let' statement
Araq
2011-11-29
1
-1
/
+1
*
old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...
Araq
2011-11-29
1
-2
/
+0
*
further steps to get rid of deprecated endOfFile and readLine
Araq
2011-11-29
1
-1
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-26
1
-1
/
+15
|
\
|
*
New algorithm for locating and loading nimrod config files.
Zahary Karadjov
2011-11-25
1
-1
/
+15
*
|
deprecated endOfFile and readLine
Araq
2011-11-25
1
-0
/
+2
*
|
new pragma: 'noinit'
Araq
2011-11-25
1
-0
/
+2
|
/
*
'export' is now a keyword
Araq
2011-11-24
1
-0
/
+1
*
C codegen: generate nimKeepAlive calls at strategic places to keep the C comp...
Araq
2011-11-24
1
-0
/
+2
*
bugfix: 'when' sections in generic objects now work, so TThread[void] compiles
Araq
2011-11-20
1
-0
/
+1
*
cgen: no type canon for integral types; osproc use posix_spawn instead of for...
Araq
2011-11-18
1
-0
/
+3
*
better streams implemenation; fixes #63
Araq
2011-11-12
1
-0
/
+3
*
Added system.program_results for controlling the exit code of the program und...
Zahary Karadjov
2011-11-10
1
-0
/
+1
*
GC tests now finally part of testsuite
Araq
2011-11-10
1
-1
/
+2
*
operator precedence changed: assignment like operators are supported; escapin...
Araq
2011-11-09
1
-0
/
+2
*
tester checks exitcode; osproc additions; DLL fixes; taint mode fixes
Araq
2011-11-07
1
-1
/
+2
*
better exception behavior for os.removeFile and os.removeDir
Araq
2011-11-06
1
-0
/
+2
*
memfiles now uses winlean; changed the interface to raise EOS
Araq
2011-11-05
2
-1
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-05
1
-2
/
+2
|
\
|
*
new kind of AST printer that prints indented trees
Zahary Karadjov
2011-11-04
1
-2
/
+2
*
|
todo.txt changes
Araq
2011-11-05
1
-0
/
+1
|
/
[next]