| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added system.locals | Araq | 2013-03-21 | 1 | -0/+1 |
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 10 | -0/+0 |
* | documented object constrs; endb works again | Araq | 2013-03-09 | 1 | -3/+4 |
* | typo in news.txt | Araq | 2013-02-18 | 1 | -1/+1 |
* | system.fields|fieldPairs for objects | Araq | 2013-02-18 | 1 | -0/+2 |
* | EcmaScript => JS. Fixes #330 | Simon Hafner | 2013-02-15 | 1 | -1/+1 |
* | updated news.txt | Araq | 2013-02-10 | 1 | -2/+8 |
* | made some tests green | Araq | 2013-02-08 | 1 | -0/+2 |
* | Renames each proc to map, each is left deprecated. | Grzegorz Adam Hankiewicz | 2013-01-22 | 1 | -1/+1 |
* | implemented generic multi methods | Araq | 2013-01-16 | 1 | -0/+1 |
* | Copyright 2012 -> 2013 | Araq | 2013-01-08 | 1 | -1/+1 |
* | documented AST overloading and some TR optimizations | Araq | 2012-12-09 | 2 | -1/+1 |
* | implemented generic converters | Araq | 2012-12-05 | 1 | -0/+1 |
* | dont use unsafeNew in ropes.nim for now | Araq | 2012-12-02 | 1 | -0/+1 |
* | implements 'export' feature | Araq | 2012-12-01 | 1 | -0/+3 |
* | first steps for 'not nil' annotation | Araq | 2012-11-25 | 1 | -0/+4 |
* | made 'shared' a keyword | Araq | 2012-11-22 | 1 | -0/+1 |
* | almost every pragma is allowed in a 'push' pragma | Araq | 2012-11-20 | 2 | -2/+3 |
* | doc2 improvements; small lexer bugfix: backslashes in comments | Araq | 2012-11-20 | 3 | -23/+25 |
* | fixes #250 | Araq | 2012-11-19 | 1 | -0/+2 |
* | annotated effects of modules: os, sockets, times | Araq | 2012-11-18 | 1 | -1/+2 |
* | 'assert' hides EAssertionFailsure; stdlib makes use of 'tags' | Araq | 2012-11-18 | 1 | -10/+4 |
* | bugfix: stack traces; first class iterators almost working | Araq | 2012-11-15 | 1 | -2/+0 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-11 | 1 | -0/+1 |
|\ |
|
| * | AST quasi-quoting for macros | Zahary Karadjov | 2012-11-11 | 1 | -0/+1 |
* | | implemented 'tags' pragma | Araq | 2012-11-11 | 1 | -2/+2 |
|/ |
|
* | documented 'mixin' declaration | Araq | 2012-11-08 | 1 | -0/+1 |
* | added system.onRaise to support a condition system | Araq | 2012-11-05 | 1 | -5/+9 |
* | exception tracking should work | Araq | 2012-11-04 | 1 | -1/+0 |
* | doc2 support for nimweb; fixed graphics.withEvents | Araq | 2012-11-01 | 1 | -2/+3 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-03 | 1 | -0/+33 |
|\ |
|
| * | implemented case expressions | Zahary Karadjov | 2012-10-03 | 1 | -0/+2 |
| * | table constructors now mimic more closely the syntax of case... of... | Zahary Karadjov | 2012-10-03 | 1 | -0/+31 |
* | | first steps for compiler as a service | Araq | 2012-10-03 | 2 | -21/+21 |
|/ |
|
* | website improvements; better opengl wrapper (still broken) | Araq | 2012-09-28 | 2 | -39/+4 |
* | preparations for 0.9.0 | Araq | 2012-09-23 | 4 | -12/+32 |
* | proc bodies can be expressions with a type | Araq | 2012-09-22 | 1 | -0/+2 |
* | 'mixin' and 'interface' are now keywords | Araq | 2012-09-22 | 1 | -1/+1 |
* | profiler documentation | Araq | 2012-09-15 | 2 | -1/+3 |
* | first steps for overloading support of passing blocks; bugfix: test results o... | Araq | 2012-09-11 | 1 | -1/+1 |
* | tr macros now documented | Araq | 2012-09-10 | 3 | -8/+7 |
* | Added fsmonitor module. | Dominik Picheta | 2012-09-02 | 2 | -2/+2 |
* | made tests green again | Araq | 2012-08-31 | 1 | -1/+1 |
* | parameter passing works the same for macros and templates; use callsite magic... | Araq | 2012-08-28 | 1 | -0/+2 |
* | bindSym suffices; no 'bind' for macros anymore | Araq | 2012-08-25 | 1 | -1/+0 |
* | objects with no ancestor are not implicitely final | Araq | 2012-08-24 | 1 | -0/+3 |
* | implemented 'bind' for macros | Araq | 2012-08-24 | 1 | -0/+1 |
* | implemented backslash for continuation comments | Araq | 2012-08-23 | 1 | -1/+7 |
* | bycopy/byref for object/tuple types | Araq | 2012-08-16 | 1 | -0/+2 |
* | stdlib uses more of varargs | Araq | 2012-08-16 | 1 | -0/+2 |