Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'pr_adds_code_directive_to_rst' into ↵ | Grzegorz Adam Hankiewicz | 2014-11-03 | 1 | -21/+28 |
|\ | | | | | | | | | | | | | | | | | pr_bigbreak_adds_code_directive_to_rst Conflicts: doc/tut2.txt lib/packages/docutils/rstgen.nim lib/system.nim | ||||
| * | 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 |
|\ \ | | | | | | | | | | | | | Conflicts: web/news.txt | ||||
| * | | 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. | ||||
| * | | More robust implementation for finding the beginning of the stack. | Reimer Behrends | 2014-07-23 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | This patch inserts an extra stack frame above the function that calls the actual Nimrod code and ensures that a reference to this frame is stored as the stack bottom. | ||||
* | | | 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 |
|\ \ \ | | | | | | | | | Tutorial improvements | ||||
| * | | | Factors exception hierarchy into reusable fragment. | Grzegorz Adam Hankiewicz | 2014-08-05 | 1 | -95/+155 |
| | | | | | | | | | | | | | | | | The fragment with hyperlinks is included now from the system module. | ||||
* | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-05 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgexprs.nim | ||||
| * | | | flush -> flushFile in doc | def | 2014-07-29 | 1 | -1/+1 |
| |/ / | |||||
* / / | progress on deepCopy | Araq | 2014-08-01 | 1 | -4/+7 |
|/ / | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-07-22 | 1 | -10/+16 |
|\ \ | |||||
| * \ | Merge pull request #1381 from gradha/pr_links_echo_variants | Andreas Rumpf | 2014-07-22 | 1 | -5/+11 |
| |\ \ | | | | | | | | | Hyperlinks echo variants with noSideEffect pragma. Refs #1379. | ||||
| | * | | Hyperlinks echo variants with noSideEffect pragma. Refs #1379. | Grzegorz Adam Hankiewicz | 2014-07-19 | 1 | -5/+11 |
| | |/ | |||||
| * | | Merge pull request #1396 from PavelVozenilek/patch-5 | Andreas Rumpf | 2014-07-22 | 1 | -4/+4 |
| |\ \ | | | | | | | | | replaced few var with let in system.nim | ||||
| | * | | replaced var with let in system.nim | PavelVozenilek | 2014-07-22 | 1 | -4/+4 |
| | |/ | | | | | | | Nitpicking. | ||||
| * / | typo fix | PavelVozenilek | 2014-07-22 | 1 | -1/+1 |
| |/ | |||||
* / | fixes #1395 | Araq | 2014-07-22 | 1 | -3/+3 |
|/ | |||||
* | added stack overflow prevention | Araq | 2014-07-16 | 1 | -1/+2 |
| | |||||
* | Merge branch 'new_spawn' into devel | Araq | 2014-07-15 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | Conflicts: todo.txt web/news.txt web/nimrod.ini | ||||
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-26 | 1 | -6/+49 |
| |\ | | | | | | | | | | | | | Conflicts: lib/system.nim | ||||
| * | | rewrote lambdalifting; fixes deeply nested closures | Araq | 2014-06-26 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #1336 from Varriount/fix-542 | Andreas Rumpf | 2014-07-09 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Fixes #542 | ||||
| * | | | Fixes #542 | Clay Sweetser | 2014-07-08 | 1 | -0/+4 |
| | | | | |||||
* | | | | fixes #1328 | Araq | 2014-07-08 | 1 | -0/+3 |
|/ / / | |||||
* | / | Add type constraints for uint and uint64 to the System module's procs instead | def | 2014-06-28 | 1 | -5/+5 |
| |/ |/| | |||||
* | | Fix bootstrapping | flaviut | 2014-06-16 | 1 | -1/+1 |
| | |