Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| | * | 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. | ||||
| | * | 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. | ||||
| | * | | 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. | ||||
| | * | | 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 |
|\ \ | | | | | | | Fixes #334. | ||||
| * | | 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 |
| | | |||||
* | | fixes #310 | Araq | 2013-04-13 | 4 | -22/+45 |
| | | |||||
* | | fixes #287; bugfix: subrange checking is performed again | Araq | 2013-04-12 | 14 | -32/+147 |
| | | |||||
* | | improved error message for #291 | Araq | 2013-04-11 | 1 | -1/+4 |
|/ | |||||
* | cleanup of tests; use 'koch install' instead of 'install.sh' for a ↵ | Araq | 2013-04-11 | 7 | -1198/+9 |
| | | | | bootstrapping build | ||||
* | fixes #283 | Araq | 2013-04-11 | 2 | -1/+2 |
| | |||||
* | bugfix: new(TTable[string, int]) compiles | Araq | 2013-04-10 | 1 | -4/+9 |
| | |||||
* | experimental support for outputting code snippets in error messages; ↵ | Zahary Karadjov | 2013-04-09 | 2 | -0/+21 |
| | | | | | | | implements #301 see #301 for description. currently, the feature is activated by setting the verbosity level to 2 or more | ||||
* | bugfix: fix linking when symbol files are used | Zahary Karadjov | 2013-04-08 | 5 | -13/+12 |
| | |||||
* | bugfix: varargs min/max procs; fixes #373 | Araq | 2013-04-08 | 1 | -6/+8 |
| | |||||
* | fixes #378 | Araq | 2013-04-08 | 1 | -0/+2 |
| | |||||
* | fixes #321 | Araq | 2013-04-08 | 2 | -1/+11 |
| | |||||
* | fixes #368 | Araq | 2013-04-08 | 2 | -2/+63 |
| | |||||
* | implemented --dynlibOverride option for static linking of 'dynlib' | Araq | 2013-04-08 | 6 | -3/+34 |
| | |||||
* | documented restricted destructors | Araq | 2013-04-08 | 2 | -1/+34 |
| | |||||
* | next steps to make symbol files work again | Araq | 2013-04-08 | 2 | -3/+10 |
| | |||||
* | rodfile viewer works again | Araq | 2013-04-08 | 1 | -2/+4 |
| |