Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | fixes #2011 | Araq | 2015-02-05 | 1 | -1/+2 | |
|/ | ||||||
* | Add items, mitems and mpairs for cstrings | def | 2015-01-28 | 1 | -0/+22 | |
* | Add mitems and mpairs where it makes sense | def | 2015-01-28 | 1 | -0/+68 | |
* | setControlCHook's parameter is not nil now | def | 2015-01-23 | 1 | -1/+1 | |
* | fixes #1964 properly | Araq | 2015-01-18 | 1 | -1/+2 | |
* | fixes #1964 | Araq | 2015-01-18 | 1 | -2/+3 | |
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 | |
* | development version is 0.10.3 | Araq | 2014-12-30 | 1 | -1/+1 | |
* | release of 0.10.2 | Araq | 2014-12-29 | 1 | -1/+1 | |
* | fixes #1699 | Araq | 2014-12-08 | 1 | -8/+8 | |
* | implemented procCall builtin | Araq | 2014-11-28 | 1 | -22/+26 | |
* | fixes #1672 | Araq | 2014-11-25 | 1 | -10/+7 | |
* | fixes #1562, fixes #1543 | Araq | 2014-11-20 | 1 | -1/+5 | |
* | fixes #1666 | Araq | 2014-11-20 | 1 | -3/+3 | |
* | fixes #619 | Araq | 2014-11-15 | 1 | -3/+2 | |
* | fixes #693 | Araq | 2014-11-14 | 1 | -3/+0 | |
* | Merge branch 'pr_adds_code_directive_to_rst' into pr_bigbreak_adds_code_direc... | Grzegorz Adam Hankiewicz | 2014-11-03 | 1 | -21/+28 | |
|\ | ||||||
| * | Hyperlinks slurp related docstrings in system module. | Grzegorz Adam Hankiewicz | 2014-07-19 | 1 | -10/+14 | |
| * | Hyperlinks quit related docstrings in system module. | Grzegorz Adam Hankiewicz | 2014-07-19 | 1 | -12/+15 | |
* | | nicer error messages (untested) | Araq | 2014-10-26 | 1 | -10/+16 | |
* | | introduced 'benign' pragma | Araq | 2014-10-25 | 1 | -68/+68 | |
* | | Merge branch 'devel' into bigbreak | Araq | 2014-10-23 | 1 | -3/+2 | |
|\ \ | ||||||
| * | | fixes #1444 | Araq | 2014-09-11 | 1 | -2/+2 | |
* | | | 'echo' doesn't lock | Araq | 2014-10-21 | 1 | -2/+3 | |
* | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-10 | 1 | -0/+6 | |
|\ \ \ | ||||||
| * | | | Implements getCurrentException for try in async procs. Ref #1487. | Dominik Picheta | 2014-09-09 | 1 | -0/+6 | |
* | | | | nimfix cannot handle fileHandle vs FileHandle | Araq | 2014-09-09 | 1 | -1/+2 | |
|/ / / | ||||||
* | | | make tests green | Araq | 2014-08-31 | 1 | -2/+2 | |
* | | | minor improvement for nim pretty | Araq | 2014-08-31 | 1 | -0/+1 | |
* | | | fixes #1444 | Araq | 2014-08-31 | 1 | -2/+2 | |
* | | | renamed Byte to byte | Araq | 2014-08-29 | 1 | -1/+1 | |
* | | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -26/+26 | |
* | | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -37/+37 | |
* | | | big rename | Araq | 2014-08-27 | 1 | -0/+2 | |
* | | | renamefest | Araq | 2014-08-23 | 1 | -3/+4 | |
* | | | system files use new identifiers | Araq | 2014-08-23 | 1 | -164/+197 | |
* | | | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -1/+1 | |
|/ / | ||||||
* | | some minor fixes | Araq | 2014-08-14 | 1 | -1/+1 | |
* | | fixes #1472 | Araq | 2014-08-14 | 1 | -9/+0 | |
* | | fixes newly introduced bugs | Araq | 2014-08-14 | 1 | -1/+1 | |
* | | Merge pull request #1400 from rbehrends/fix-stackscan | Andreas Rumpf | 2014-08-13 | 1 | -0/+6 | |
|\ \ | ||||||
| * | | More robust implementation for finding the beginning of the stack. | Reimer Behrends | 2014-07-23 | 1 | -0/+6 | |
* | | | fix failed tests due to gcsafe | Araq | 2014-08-12 | 1 | -2/+2 | |
* | | | fixes 'gcsafe' | Araq | 2014-08-12 | 1 | -6/+6 | |
* | | | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -16/+23 | |
* | | | Merge pull request #1447 from gradha/pr_tutorial_improvements | Varriount | 2014-08-06 | 1 | -95/+155 | |
|\ \ \ | ||||||
| * | | | Factors exception hierarchy into reusable fragment. | Grzegorz Adam Hankiewicz | 2014-08-05 | 1 | -95/+155 | |
* | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-05 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | flush -> flushFile in doc | def | 2014-07-29 | 1 | -1/+1 | |
| |/ / | ||||||
* / / | progress on deepCopy | Araq | 2014-08-01 | 1 | -4/+7 | |
|/ / |