summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* debugger improvementsAraq2013-03-161-11/+8
* better overloading resolution for genericsAraq2013-02-281-2/+2
* some bugfixes; no system.$ for object as it breaks codeAraq2013-02-241-2/+2
* removed `$` for refs upon requestSimon Hafner2013-02-211-2/+0
* added $ for refs and removed == for ref testSimon Hafner2013-02-211-0/+2
* added tests, actually implemented $ and ==Simon Hafner2013-02-211-2/+2
* small cleanupsAraq2013-02-191-2/+2
* system.fields|fieldPairs for objectsAraq2013-02-181-4/+5
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-12/+12
* merged upstream masterZahary Karadjov2013-01-271-274/+333
|\
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-271-5/+42
| |\
| | * Merge pull request #316 from gradha/pr_renames_each_to_mapAraq2013-01-231-4/+40
| | |\
| | | * Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-221-4/+40
| | * | Moves addr out of tutorial into manual, indexing it too.Grzegorz Adam Hankiewicz2013-01-231-1/+2
| | |/
| * / incompleteStruct pragma for C's FILEAraq2013-01-271-3/+2
| |/
| * Adds each's map alias to index.Grzegorz Adam Hankiewicz2013-01-091-3/+3
| * FFI at compiletime improvementsAraq2013-01-081-105/+107
| * next steps for FFI at compile timeAraq2013-01-021-158/+168
| * small improvements for FFIAraq2012-12-261-4/+9
| * first version of ropes.nim with unsafeNew (broken)Araq2012-12-021-2/+8
* | temporary debugging code for the memory leak investigationZahary Karadjov2012-11-281-3/+3
* | store the instantiation cache in the generic symbolZahary Karadjov2012-11-281-1/+15
|/
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-6/+11
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-42/+56
* added system.finished for first class iteratorsAraq2012-11-171-0/+6
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-111-0/+4
|\
| * AST quasi-quoting for macrosZahary Karadjov2012-11-111-0/+4
* | implemented 'tags' pragmaAraq2012-11-111-0/+10
|/
* system.onRaise improvementsAraq2012-11-051-1/+4
* added system.onRaise to support a condition systemAraq2012-11-051-0/+9
* nimbuild should work againAraq2012-11-011-1/+0
* fixed a serious code generation bug leading to wrong RTTIAraq2012-10-191-2/+2
* first version of a memory profilerAraq2012-10-101-1/+1
* fixes #120Zahary Karadjov2012-10-041-3/+2
* implemented case expressionsZahary Karadjov2012-10-031-1/+1
* implemented return type inferenceZahary Karadjov2012-10-031-10/+15
* made tests green againAraq2012-09-181-4/+4
* stricter symbol lookup in genericsAraq2012-09-171-3/+3
* profiler improvementsAraq2012-09-171-5/+5
* implemented a stack trace profilerAraq2012-09-151-1/+2
* splitted echo into echo/debugEchoAraq2012-09-131-5/+6
* term rewriting macros fully implemented; still buggyAraq2012-09-031-8/+6
* objects with no ancestor are not implicitely finalAraq2012-08-241-2/+5
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-221-4/+4
* next steps to hygienic templatesAraq2012-08-201-1/+4
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-9/+11
* keep initStackBottom calls pleaseAraq2012-08-021-0/+1
* DLL fixes for windows; fixes #175Zahary Karadjov2012-07-311-1/+0
* DLLs should work again; fixes #169Araq2012-07-241-0/+3
* added system.compilesAraq2012-07-201-0/+10