Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | failing test case demonstrating how generic arguments are preferred to | Zahary Karadjov | 2013-05-04 | 1 | -0/+26 |
| | | | | openarray and varargs arguments | ||||
* | adding some failing caas tests | Zahary Karadjov | 2013-05-04 | 3 | -2/+21 |
| | |||||
* | test-runner for caas multi-step tests | Zahary Karadjov | 2013-05-04 | 9 | -4/+122 |
| | |||||
* | Changed babel path handling. | Dominik Picheta | 2013-05-02 | 1 | -1/+1 |
| | |||||
* | nimrod dump can now produce a machine readable json report | Zahary Karadjov | 2013-05-01 | 10 | -34/+64 |
| | | | | | | | | | | | | | The data in the report includes necessary information for starting the compiler service and setting up the project paths in the IDE. the default verbosity of 1 is now set in the compiler code to fix an issue with verbosity being temporary set to 1 during config parsing even when it's explicitly overridden on the command-line. compiler/lexbase was temporary renamed to nimlexbase as a work-around for a codegen naming conflict with lib/pure/lexbase resulting in linking errors (further investigation needed). | ||||
* | proper compiler output delimiter in the stdin compiler service | Zahary Karadjov | 2013-04-29 | 1 | -0/+3 |
| | |||||
* | Merge pull request #403 from fowlmouth/patch-4 | Araq | 2013-04-26 | 2 | -8/+10 |
|\ | | | | | update macros.add() | ||||
| * | 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 |
| | |||||
* | 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 |
| | | |||||
* | | 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 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-04-08 | 3 | -13/+17 |
|\ | |||||
| * | use file IDs consistently instead of file paths in the rod files handling | Zahary Karadjov | 2013-04-07 | 2 | -12/+13 |
| | | |||||
| * | A file stream now makes sure to only close its file descriptor once. | Dominik Picheta | 2013-04-07 | 1 | -1/+4 |
| | | |||||
* | | improvements for destructors | Araq | 2013-04-08 | 6 | -35/+91 |
| | |