summary refs log tree commit diff stats
path: root/web
Commit message (Expand)AuthorAgeFilesLines
* implemented 'static'; macros do not work anymoreAraq2012-03-151-0/+1
* first steps for cleaner static/const distinctionAraq2012-03-131-3/+12
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-042-2/+16
* ERecoverableError exception contains the error messageAraq2012-02-251-6/+4
* helper templates static, eval and emit for easier compile-time code evaluationZahary Karadjov2012-02-241-0/+8
* added locks for docgenAraq2012-02-181-1/+1
* bugfix: optimization of complex constant string concatenationsAraq2012-02-171-0/+3
* fixes tests for 'system.shallow'Araq2012-02-101-1/+1
* added 'system.shallow'Araq2012-02-091-1/+17
* little fixes for 0.8.14 releaseAraq2012-02-092-1/+2
* version 0.8.14Araq2012-02-095-8/+28
* further steps for closure supportAraq2012-02-061-1/+1
* further steps to closure supportAraq2012-02-061-1/+3
* closure implementation: first stepsAraq2012-02-042-3/+5
* implemented/fixed #92Araq2012-01-291-0/+1
* pragma on/off improvements; endb rewrittenAraq2012-01-281-0/+5
* niminst: bugfixes; documentation changesAraq2012-01-151-1/+7
* niminst: diverse improvements; fixes #80Araq2012-01-131-1/+2
* more sysasserts for allocator/gcAraq2012-01-122-1/+2
* bugfix: debugger works againAraq2012-01-081-1/+1
* implicit invokation of items/pairs iteratorsAraq2012-01-081-1/+3
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-0/+2
* C sources regenerated for new len(openarray) header that catches more bugs; s...Araq2012-01-031-1/+1
* GC: use simple balanced tree instead of AVL treeAraq2011-12-302-4/+5
* added support for advanced substitution expressionsAraq2011-12-272-1/+2
* generated scripts do no contain paths anymore; regenerated C sourcesAraq2011-12-231-0/+2
* codegen uses alias analysis to generate better codeAraq2011-12-101-5/+6
* 'assert' is now implemented without compiler magicAraq2011-12-041-0/+3
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-302-7/+9
* implemented 'let' statementAraq2011-11-291-1/+1
* old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...Araq2011-11-291-2/+0
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-291-1/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-261-1/+15
|\
| * New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-251-1/+15
* | deprecated endOfFile and readLineAraq2011-11-251-0/+2
* | new pragma: 'noinit'Araq2011-11-251-0/+2
|/
* 'export' is now a keywordAraq2011-11-241-0/+1
* C codegen: generate nimKeepAlive calls at strategic places to keep the C comp...Araq2011-11-241-0/+2
* bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-201-0/+1
* cgen: no type canon for integral types; osproc use posix_spawn instead of for...Araq2011-11-181-0/+3
* better streams implemenation; fixes #63Araq2011-11-121-0/+3
* Added system.program_results for controlling the exit code of the program und...Zahary Karadjov2011-11-101-0/+1
* GC tests now finally part of testsuiteAraq2011-11-101-1/+2
* operator precedence changed: assignment like operators are supported; escapin...Araq2011-11-091-0/+2
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-071-1/+2
* better exception behavior for os.removeFile and os.removeDirAraq2011-11-061-0/+2
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-052-1/+2
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-051-2/+2
|\
| * new kind of AST printer that prints indented treesZahary Karadjov2011-11-041-2/+2
* | todo.txt changesAraq2011-11-051-0/+1
|/