Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better overloading resolution for generics | Araq | 2013-02-28 | 1 | -2/+2 |
| | |||||
* | some bugfixes; no system.$ for object as it breaks code | Araq | 2013-02-24 | 1 | -2/+2 |
| | |||||
* | removed `$` for refs upon request | Simon Hafner | 2013-02-21 | 1 | -2/+0 |
| | |||||
* | added $ for refs and removed == for ref test | Simon Hafner | 2013-02-21 | 1 | -0/+2 |
| | | | | == in refs should use the pointer to compare | ||||
* | added tests, actually implemented $ and == | Simon Hafner | 2013-02-21 | 1 | -2/+2 |
| | |||||
* | small cleanups | Araq | 2013-02-19 | 1 | -2/+2 |
| | |||||
* | system.fields|fieldPairs for objects | Araq | 2013-02-18 | 1 | -4/+5 |
| | |||||
* | EcmaScript => JS. Fixes #330 | Simon Hafner | 2013-02-15 | 1 | -12/+12 |
| | | | | No one calls it EcmaScript anymore. | ||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 1 | -274/+333 |
|\ | |||||
| * | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-01-27 | 1 | -5/+42 |
| |\ | |||||
| | * | Merge pull request #316 from gradha/pr_renames_each_to_map | Araq | 2013-01-23 | 1 | -4/+40 |
| | |\ | | | | | | | | | Renames each proc to map, each is left deprecated. | ||||
| | | * | Renames each proc to map, each is left deprecated. | Grzegorz Adam Hankiewicz | 2013-01-22 | 1 | -4/+40 |
| | | | | |||||
| | * | | Moves addr out of tutorial into manual, indexing it too. | Grzegorz Adam Hankiewicz | 2013-01-23 | 1 | -1/+2 |
| | |/ | |||||
| * / | incompleteStruct pragma for C's FILE | Araq | 2013-01-27 | 1 | -3/+2 |
| |/ | |||||
| * | Adds each's map alias to index. | Grzegorz Adam Hankiewicz | 2013-01-09 | 1 | -3/+3 |
| | | |||||
| * | FFI at compiletime improvements | Araq | 2013-01-08 | 1 | -105/+107 |
| | | |||||
| * | next steps for FFI at compile time | Araq | 2013-01-02 | 1 | -158/+168 |
| | | |||||
| * | small improvements for FFI | Araq | 2012-12-26 | 1 | -4/+9 |
| | | |||||
| * | first version of ropes.nim with unsafeNew (broken) | Araq | 2012-12-02 | 1 | -2/+8 |
| | | |||||
* | | temporary debugging code for the memory leak investigation | Zahary Karadjov | 2012-11-28 | 1 | -3/+3 |
| | | |||||
* | | store the instantiation cache in the generic symbol | Zahary Karadjov | 2012-11-28 | 1 | -1/+15 |
|/ | |||||
* | doc2 improvements; small lexer bugfix: backslashes in comments | Araq | 2012-11-20 | 1 | -6/+11 |
| | |||||
* | 'assert' hides EAssertionFailsure; stdlib makes use of 'tags' | Araq | 2012-11-18 | 1 | -42/+56 |
| | |||||
* | added system.finished for first class iterators | Araq | 2012-11-17 | 1 | -0/+6 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-11 | 1 | -0/+4 |
|\ | |||||
| * | AST quasi-quoting for macros | Zahary Karadjov | 2012-11-11 | 1 | -0/+4 |
| | | |||||
* | | implemented 'tags' pragma | Araq | 2012-11-11 | 1 | -0/+10 |
|/ | |||||
* | system.onRaise improvements | Araq | 2012-11-05 | 1 | -1/+4 |
| | |||||
* | added system.onRaise to support a condition system | Araq | 2012-11-05 | 1 | -0/+9 |
| | |||||
* | nimbuild should work again | Araq | 2012-11-01 | 1 | -1/+0 |
| | |||||
* | fixed a serious code generation bug leading to wrong RTTI | Araq | 2012-10-19 | 1 | -2/+2 |
| | |||||
* | first version of a memory profiler | Araq | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | fixes #120 | Zahary Karadjov | 2012-10-04 | 1 | -3/+2 |
| | |||||
* | implemented case expressions | Zahary Karadjov | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | implemented return type inference | Zahary Karadjov | 2012-10-03 | 1 | -10/+15 |
| | | | | | | Other fixes: * bind once is now the default for type classes as documented in the manual * fixes an issue in template overloading (erroneous ambiguity when different typedesc params were used) | ||||
* | made tests green again | Araq | 2012-09-18 | 1 | -4/+4 |
| | |||||
* | stricter symbol lookup in generics | Araq | 2012-09-17 | 1 | -3/+3 |
| | |||||
* | profiler improvements | Araq | 2012-09-17 | 1 | -5/+5 |
| | |||||
* | implemented a stack trace profiler | Araq | 2012-09-15 | 1 | -1/+2 |
| | |||||
* | splitted echo into echo/debugEcho | Araq | 2012-09-13 | 1 | -5/+6 |
| | |||||
* | term rewriting macros fully implemented; still buggy | Araq | 2012-09-03 | 1 | -8/+6 |
| | |||||
* | objects with no ancestor are not implicitely final | Araq | 2012-08-24 | 1 | -2/+5 |
| | |||||
* | documented hygienic templates; made tests green; fixed system.clamp | Araq | 2012-08-22 | 1 | -4/+4 |
| | |||||
* | next steps to hygienic templates | Araq | 2012-08-20 | 1 | -1/+4 |
| | |||||
* | openarray/varargs split; breaks bootstrapping | Araq | 2012-08-16 | 1 | -9/+11 |
| | |||||
* | keep initStackBottom calls please | Araq | 2012-08-02 | 1 | -0/+1 |
| | |||||
* | DLL fixes for windows; fixes #175 | Zahary Karadjov | 2012-07-31 | 1 | -1/+0 |
| | |||||
* | DLLs should work again; fixes #169 | Araq | 2012-07-24 | 1 | -0/+3 |
| | |||||
* | added system.compiles | Araq | 2012-07-20 | 1 | -0/+10 |
| | |||||
* | got rid of some mAddU64 etc. magics | Araq | 2012-07-20 | 1 | -6/+6 |
| |