Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduces code repetition through helper procs and templates. | Grzegorz Adam Hankiewicz | 2012-11-15 | 1 | -79/+63 |
| | |||||
* | next steps for first class iterators | Araq | 2012-11-15 | 6 | -16/+75 |
| | |||||
* | improvements for first class iterators | Araq | 2012-11-15 | 3 | -6/+35 |
| | |||||
* | Merge pull request #249 from gradha/pr_improve_example_style | Araq | 2012-11-14 | 4 | -80/+69 |
|\ | | | | | Improve examples' style | ||||
| * | Reduces parenthesis usage for clearness. | Grzegorz Adam Hankiewicz | 2012-11-13 | 1 | -22/+23 |
| | | |||||
| * | Improves the style of some examples. | Grzegorz Adam Hankiewicz | 2012-11-13 | 4 | -58/+46 |
| | | | | | | | | | | | | | | * Compacts all imports in a single line. * Cleans whitespace before colons. * Uses cmd abbreviation for command line enums. * Replaces if/elif/else chain with case. | ||||
* | | bugfix: stack traces; first class iterators almost working | Araq | 2012-11-15 | 13 | -51/+186 |
| | | |||||
* | | made some tests green | Araq | 2012-11-11 | 3 | -3/+4 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-11 | 8 | -14/+129 |
|\ \ | |||||
| * | | fixed a typo | Zahary Karadjov | 2012-11-11 | 1 | -1/+1 |
| | | | |||||
| * | | AST quasi-quoting for macros | Zahary Karadjov | 2012-11-11 | 8 | -14/+129 |
| |/ | |||||
* / | implemented 'tags' pragma | Araq | 2012-11-11 | 9 | -88/+193 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-09 | 4 | -6/+16 |
|\ | |||||
| * | Merge pull request #248 from gradha/pr_use_cfg_file_for_compilation | Araq | 2012-11-08 | 4 | -6/+16 |
| |\ | | | | | | | Replaces shell scripts with nimrod configuration files. | ||||
| | * | Replaces shell scripts with nimrod configuration files. | Grzegorz Adam Hankiewicz | 2012-11-08 | 4 | -6/+16 |
| |/ | | | | | | | This should make compilation more cross platform friendly. | ||||
* / | fixed the bugfix of #247 | Araq | 2012-11-09 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-08 | 1 | -4/+87 |
|\ | |||||
| * | Merge pull request #245 from gradha/pr_improve_documentation | Araq | 2012-11-08 | 1 | -4/+87 |
| |\ | | | | | | | Adds to the tutorial some info about exception tracking. | ||||
| | * | Updates docs about exceptions being on the stack/heap. | Grzegorz Adam Hankiewicz | 2012-11-08 | 1 | -1/+2 |
| | | | |||||
| | * | Adds to the tutorial some info about exception tracking. | Grzegorz Adam Hankiewicz | 2012-11-08 | 1 | -3/+85 |
| | | | |||||
* | | | fixes #247 | Araq | 2012-11-08 | 1 | -4/+1 |
| | | | |||||
* | | | documented 'mixin' declaration | Araq | 2012-11-08 | 4 | -7/+36 |
|/ / | |||||
* / | made some tests green | Araq | 2012-11-07 | 4 | -4/+6 |
|/ | |||||
* | documented Nimrod's effects system | Araq | 2012-11-06 | 2 | -14/+107 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-05 | 6 | -42/+58 |
|\ | |||||
| * | Many doc improvements. Changed Threads.joinThreads' param's type to varargs. | Dominik Picheta | 2012-11-04 | 6 | -42/+58 |
| | | |||||
* | | system.onRaise improvements | Araq | 2012-11-05 | 3 | -114/+133 |
| | | |||||
* | | added system.onRaise to support a condition system | Araq | 2012-11-05 | 7 | -36/+100 |
|/ | |||||
* | bugfixes for exception tracking | Araq | 2012-11-04 | 2 | -4/+9 |
| | |||||
* | exception tracking should work | Araq | 2012-11-04 | 7 | -18/+105 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-03 | 9 | -16/+741 |
|\ | |||||
| * | Merge pull request #243 from gradha/pr_database_example | Araq | 2012-11-01 | 8 | -1/+700 |
| |\ | | | | | | | Pr database example | ||||
| | * | Adds command line interface for todo example. | Grzegorz Adam Hankiewicz | 2012-11-01 | 3 | -0/+366 |
| | | | |||||
| | * | Adds backend code for the cross platform todo example. | Grzegorz Adam Hankiewicz | 2012-11-01 | 6 | -0/+333 |
| | | | |||||
| | * | Ignores whole upload directory. | Grzegorz Adam Hankiewicz | 2012-11-01 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #242 from fowlmouth/patch-3 | Araq | 2012-11-01 | 1 | -15/+41 |
| |\ \ | | |/ | |/| | Update examples/sdlex.nim | ||||
| | * | Update examples/sdlex.nim | Billingsly Wetherfordshire | 2012-10-31 | 1 | -15/+41 |
| | | | | | | | | | Updated sdlex.nim to show the basics of an SDL app (event loop, input) | ||||
* | | | next steps for exception tracking | Araq | 2012-11-03 | 7 | -34/+73 |
|/ / | |||||
* | | bugfix: exception tracking (still disabled) | Araq | 2012-11-01 | 3 | -3/+3 |
| | | |||||
* | | doc2 support for nimweb; fixed graphics.withEvents | Araq | 2012-11-01 | 4 | -6/+13 |
| | | |||||
* | | nimbuild should work again | Araq | 2012-11-01 | 11 | -31/+106 |
|/ | |||||
* | rebuilt C sources for nimbuild | Araq | 2012-10-31 | 2 | -6/+18 |
| | |||||
* | exception tracking barely works; but disabled | Araq | 2012-10-31 | 4 | -27/+40 |
| | |||||
* | bugfix: wrong assertions for C++ code generation; some solaris support; ↵ | Araq | 2012-10-30 | 11 | -22/+193 |
| | | | | first steps to an effect system | ||||
* | fixes #235 | Araq | 2012-10-24 | 3 | -1/+19 |
| | |||||
* | cas improvements | Araq | 2012-10-24 | 3 | -5/+11 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-24 | 1 | -1/+1 |
|\ | |||||
| * | Redis fixed to use unbuffered sockets. | Dominik Picheta | 2012-10-21 | 1 | -1/+1 |
| | | |||||
* | | caas barely works now | Araq | 2012-10-24 | 4 | -8/+18 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-20 | 3 | -31/+32 |
|\ |