Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made tests green again | Araq | 2012-09-18 | 5 | -12/+19 |
| | |||||
* | some support for passing blocks to overloaded templates/macros | Araq | 2012-09-17 | 3 | -7/+29 |
| | |||||
* | bugfix: import of pure enums | Araq | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | stricter symbol lookup in generics | Araq | 2012-09-17 | 6 | -20/+19 |
| | |||||
* | profiler improvements | Araq | 2012-09-17 | 8 | -71/+110 |
| | |||||
* | profiler documentation | Araq | 2012-09-15 | 6 | -9/+191 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-15 | 2 | -78/+46 |
|\ | |||||
| * | [unittest] even deeper inspection of expressions and variables for the check ↵ | Zahary Karadjov | 2012-09-14 | 2 | -78/+46 |
| | | | | | | | | macro | ||||
* | | implemented a stack trace profiler | Araq | 2012-09-15 | 11 | -68/+244 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-13 | 6 | -232/+298 |
|\ | |||||
| * | [unittest] the check macro will print the values of params involved in ↵ | Zahary Karadjov | 2012-09-13 | 2 | -184/+212 |
| | | | | | | | | failed proc calls | ||||
| * | fixed incorrect implicit conversion between arrays of different sizes; see #202 | Zahary Karadjov | 2012-09-13 | 2 | -13/+25 |
| | | |||||
| * | Fixes IRC module. | Dominik Picheta | 2012-09-12 | 2 | -35/+61 |
| | | |||||
* | | bugfix: echo vs debugEcho | Araq | 2012-09-13 | 3 | -6/+26 |
| | | |||||
* | | splitted echo into echo/debugEcho | Araq | 2012-09-13 | 3 | -19/+8 |
| | | |||||
* | | semExpr/semStmt merged | Araq | 2012-09-13 | 6 | -166/+187 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-13 | 3 | -5/+18 |
|\ | |||||
| * | type trais used to work only on user-defined types. see #202 | Zahary Karadjov | 2012-09-13 | 2 | -3/+16 |
| | | |||||
| * | Merge pull request #200 from fowlmouth/patch-1 | Araq | 2012-09-12 | 1 | -2/+2 |
| |\ | | | | | | | nimrepl handles keys again | ||||
| | * | nimrepl handles keys again | Billingsly Wetherfordshire | 2012-09-11 | 1 | -2/+2 |
| | | | |||||
* | | | debugger compiles again | Araq | 2012-09-13 | 3 | -4/+8 |
|/ / | |||||
* | | made more tests green; fixes #201 | Araq | 2012-09-12 | 13 | -30/+43 |
| | | |||||
* | | made some tests green | Araq | 2012-09-12 | 21 | -39/+42 |
|/ | |||||
* | small bugfixes; reactivated tests/compile | Araq | 2012-09-11 | 5 | -8/+13 |
| | |||||
* | first steps for overloading support of passing blocks; bugfix: test results ↵ | Araq | 2012-09-11 | 12 | -39/+70 |
| | | | | of 'compile' are not overwritten | ||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-10 | 3 | -30/+184 |
|\ | |||||
| * | Fixes scgi, adds async functionality to httpserver. | Dominik Picheta | 2012-09-09 | 3 | -30/+184 |
| | | |||||
* | | tr macros now documented | Araq | 2012-09-10 | 14 | -18/+332 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-09 | 38 | -9/+1732 |
|\ | |||||
| * | Merge pull request #199 from gradha/implement_cross_platform_example | Araq | 2012-09-08 | 35 | -1/+1714 |
| |\ | | | | | | | Implement cross platform example | ||||
| | * | Adds interactive user interface for android. | Grzegorz Adam Hankiewicz | 2012-09-08 | 2 | -10/+116 |
| | | | |||||
| | * | Adds android example using jni. | Grzegorz Adam Hankiewicz | 2012-09-08 | 13 | -0/+373 |
| | | | |||||
| | * | Changes NIB to template and generates code manually for UI. | Grzegorz Adam Hankiewicz | 2012-09-08 | 3 | -117/+231 |
| | | | |||||
| | * | Adds native user interface to iOS. | Grzegorz Adam Hankiewicz | 2012-09-08 | 5 | -24/+626 |
| | | | |||||
| | * | Adds ios patterns to ignore list. | Grzegorz Adam Hankiewicz | 2012-09-08 | 1 | -0/+13 |
| | | | |||||
| | * | Adds iOS files for crossplatform calculator example. | Grzegorz Adam Hankiewicz | 2012-09-08 | 9 | -0/+494 |
| | | | |||||
| | * | Splits nimrod and lazarus files into separate directories. | Grzegorz Adam Hankiewicz | 2012-09-08 | 9 | -1/+12 |
| | | | |||||
| * | | Merge pull request #198 from Tass/master | Araq | 2012-09-08 | 3 | -8/+18 |
| |\ \ | | |/ | |/| | Implements hash(float) | ||||
| | * | real test now | Simon Hafner | 2012-09-08 | 1 | -1/+2 |
| | | | |||||
| | * | Issue #197 has been solved | Simon Hafner | 2012-09-08 | 1 | -8/+6 |
| | | | |||||
| | * | hash() for floats | Simon Hafner | 2012-09-08 | 2 | -0/+11 |
| | | | |||||
* | | | first steps to deprecate 'nil' statement | Araq | 2012-09-09 | 9 | -36/+34 |
|/ / | |||||
* | | unittest bugfix; made some tests green | Araq | 2012-09-08 | 3 | -4/+6 |
| | | |||||
* | | implemented 'pure' enums | Araq | 2012-09-08 | 3 | -5/+21 |
| | | |||||
* | | tmatrix.nim works now | Araq | 2012-09-08 | 5 | -24/+40 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-08 | 2 | -14/+82 |
|\ \ | |||||
| * | | Merge pull request #196 from Tass/master | Araq | 2012-09-06 | 2 | -14/+82 |
| |\| | | | | | | | random() for floats | ||||
| | * | no uniqueCounter it is | Simon Hafner | 2012-09-06 | 2 | -9/+7 |
| | | | |||||
| | * | + random number generator for floats and slices - with tests | Simon Hafner | 2012-09-06 | 2 | -14/+84 |
| | | | | | | | | | | | | I also took the liberty to unify the API between ECMAScript and C. | ||||
* | | | term rewriting improvements | Araq | 2012-09-08 | 18 | -144/+284 |
|/ / |