Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Update macros.nim | Billingsly Wetherfordshire | 2013-04-25 | 1 | -6/+8 | |
| | * | | Update evals.nim | Billingsly Wetherfordshire | 2013-04-25 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | fixes #393; now works with backticks | Araq | 2013-04-23 | 1 | -1/+5 | |
| * | | fixes #394 | Araq | 2013-04-23 | 1 | -2/+5 | |
| * | | added distinct array test | Araq | 2013-04-23 | 2 | -7/+14 | |
| * | | fixes #395 | Araq | 2013-04-23 | 2 | -7/+9 | |
* | | | more intuitive behaviour for 'discardable' in expression bodies | Araq | 2013-05-04 | 6 | -22/+99 | |
* | | | fixes #117 | Araq | 2013-05-04 | 4 | -7/+35 | |
* | | | bugfixes | Araq | 2013-05-04 | 4 | -3/+19 | |
* | | | fixed: typo | Araq | 2013-05-03 | 1 | -1/+1 | |
* | | | completed expr/stmt unification | Araq | 2013-05-03 | 10 | -673/+642 | |
* | | | new parser works with docgen | Araq | 2013-05-02 | 2 | -1/+1 | |
* | | | pegs compiles again | Araq | 2013-05-02 | 1 | -1/+2 | |
* | | | revert new scope for 'if' | Araq | 2013-05-02 | 8 | -6/+182 | |
* | | | --out works for exes | Araq | 2013-05-01 | 1 | -1/+3 | |
* | | | bugfixes mostly JS related | Araq | 2013-05-01 | 10 | -20/+37 | |
* | | | re.nim compiles again | Araq | 2013-05-01 | 1 | -1/+2 | |
* | | | tester should work again; documented (;) | Araq | 2013-04-30 | 4 | -7/+43 | |
* | | | proper scoping for 'if' | Araq | 2013-04-30 | 3 | -11/+12 | |
* | | | new js codegen: bugfixes | Araq | 2013-04-30 | 1 | -35/+28 | |
* | | | first steps to the expr/stmt unification | Araq | 2013-04-30 | 8 | -92/+159 | |
* | | | new JS code generator | Araq | 2013-04-28 | 2 | -689/+683 | |
* | | | new parser: diallow more things | Araq | 2013-04-23 | 1 | -0/+1 | |
* | | | made some tests green | Araq | 2013-04-22 | 5 | -3/+8 | |
* | | | Merge branch 'master' into newparser | Araq | 2013-04-22 | 5 | -21/+64 | |
|\| | | ||||||
| * | | Merge pull request #392 from gradha/pr_improves_os_docstrings | Simon Hafner | 2013-04-17 | 1 | -4/+11 | |
| |\ \ | ||||||
| | * | | Adds to docstrings link between removeFile and removeDir. | Grzegorz Adam Hankiewicz | 2013-04-18 | 1 | -4/+11 | |
| |/ / | ||||||
| * | | Merge pull request #388 from gradha/pr_improves_tutorial_tuples_example | Araq | 2013-04-17 | 1 | -0/+18 | |
| |\ \ | ||||||
| | * | | Improves tutorial tuples example. | Grzegorz Adam Hankiewicz | 2013-04-15 | 1 | -0/+18 | |
| * | | | Merge pull request #389 from gradha/pr_corrects_default_verbosity_level | Araq | 2013-04-15 | 2 | -2/+3 | |
| |\ \ \ | ||||||
| | * | | | Corrects default verbosity level from 0 to 1. | Grzegorz Adam Hankiewicz | 2013-04-15 | 2 | -2/+3 | |
| |/ / / | ||||||
| * | | | Merge pull request #387 from gradha/pr_documents_verbosity_levels | Dominik Picheta | 2013-04-14 | 1 | -0/+18 | |
| |\ \ \ | ||||||
| | * | | | Documents verbosity levels. Refs #258. | Grzegorz Adam Hankiewicz | 2013-04-14 | 1 | -0/+18 | |
| | |/ / | ||||||
| * | | | Fixed some problems with the times module, added interval tests. | Dominik Picheta | 2013-04-14 | 1 | -16/+15 | |
* | | | | Merge branch 'newparser' of github.com:Araq/Nimrod into newparser | Araq | 2013-04-22 | 12 | -931/+952 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | first version of commonType | Araq | 2013-04-22 | 3 | -0/+57 | |
| * | | | bugfix: 'import x var y' without newline doesn't parse anymore | Araq | 2013-04-21 | 2 | -11/+11 | |
| * | | | new parsing scheme is documented | Araq | 2013-04-21 | 4 | -457/+295 | |
| * | | | new parser works | Araq | 2013-04-20 | 4 | -39/+66 | |
| * | | | next steps for the new parser | Araq | 2013-04-20 | 2 | -32/+33 | |
| * | | | next steps for the new parser/grammar | Araq | 2013-04-20 | 6 | -266/+286 | |
| * | | | first steps to the new parser/grammar | Araq | 2013-04-19 | 5 | -250/+330 | |
| |/ / | ||||||
* | | | times.nim compiles on windows again | Araq | 2013-04-14 | 1 | -16/+21 | |
* | | | Fixed recvLine deprecation warnings. | Dominik Picheta | 2013-04-14 | 6 | -81/+73 | |
* | | | Fixed incorrect drawing of rectangles by graphics.drawRect. | Dominik Picheta | 2013-04-14 | 1 | -3/+8 | |
* | | | Merge pull request #384 from Tass/master | Araq | 2013-04-13 | 1 | -66/+100 | |
|\ \ \ | ||||||
| * | | | added toSeconds and fromSeconds to times. fixes #334 | Simon Hafner | 2013-04-13 | 1 | -66/+100 | |
* | | | | added manyloc test suite; --path now relative to project dir if not absolute | Araq | 2013-04-13 | 51 | -5/+9286 | |
| |/ / |/| | | ||||||
* | | | fixes #244 | Araq | 2013-04-13 | 1 | -0/+4 | |
* | | | implements #258; activate via --verbosity:2 | Araq | 2013-04-13 | 1 | -0/+2 |