summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-09-101-0/+6
|\
| * Implements getCurrentException for try in async procs. Ref #1487.Dominik Picheta2014-09-091-0/+6
* | nimfix cannot handle fileHandle vs FileHandleAraq2014-09-091-1/+2
|/
* make tests greenAraq2014-08-311-2/+2
* minor improvement for nim prettyAraq2014-08-311-0/+1
* fixes #1444Araq2014-08-311-2/+2
* renamed Byte to byteAraq2014-08-291-1/+1
* Nimrod renamed to NimAraq2014-08-281-26/+26
* Nimrod renamed to NimAraq2014-08-281-37/+37
* big renameAraq2014-08-271-0/+2
* renamefestAraq2014-08-231-3/+4
* system files use new identifiersAraq2014-08-231-164/+197
* the big renamefest: first stepsAraq2014-08-221-1/+1
* some minor fixesAraq2014-08-141-1/+1
* fixes #1472Araq2014-08-141-9/+0
* fixes newly introduced bugsAraq2014-08-141-1/+1
* Merge pull request #1400 from rbehrends/fix-stackscanAndreas Rumpf2014-08-131-0/+6
|\
| * More robust implementation for finding the beginning of the stack.Reimer Behrends2014-07-231-0/+6
* | fix failed tests due to gcsafeAraq2014-08-121-2/+2
* | fixes 'gcsafe'Araq2014-08-121-6/+6
* | distinguish between 'defined' and 'declared'Araq2014-08-111-16/+23
* | Merge pull request #1447 from gradha/pr_tutorial_improvementsVarriount2014-08-061-95/+155
|\ \
| * | Factors exception hierarchy into reusable fragment.Grzegorz Adam Hankiewicz2014-08-051-95/+155
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-051-1/+1
|\| |
| * | flush -> flushFile in docdef2014-07-291-1/+1
| |/
* / progress on deepCopyAraq2014-08-011-4/+7
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-07-221-10/+16
|\
| * Merge pull request #1381 from gradha/pr_links_echo_variantsAndreas Rumpf2014-07-221-5/+11
| |\
| | * Hyperlinks echo variants with noSideEffect pragma. Refs #1379.Grzegorz Adam Hankiewicz2014-07-191-5/+11
| * | Merge pull request #1396 from PavelVozenilek/patch-5Andreas Rumpf2014-07-221-4/+4
| |\ \
| | * | replaced var with let in system.nimPavelVozenilek2014-07-221-4/+4
| | |/
| * / typo fixPavelVozenilek2014-07-221-1/+1
| |/
* / fixes #1395Araq2014-07-221-3/+3
|/
* added stack overflow preventionAraq2014-07-161-1/+2
* Merge branch 'new_spawn' into develAraq2014-07-151-1/+2
|\
| * Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-261-6/+49
| |\
| * | rewrote lambdalifting; fixes deeply nested closuresAraq2014-06-261-1/+2
* | | Merge pull request #1336 from Varriount/fix-542Andreas Rumpf2014-07-091-0/+4
|\ \ \
| * | | Fixes #542Clay Sweetser2014-07-081-0/+4
* | | | fixes #1328Araq2014-07-081-0/+3
|/ / /
* | / Add type constraints for uint and uint64 to the System module's procs insteaddef2014-06-281-5/+5
| |/ |/|
* | Fix bootstrappingflaviut2014-06-161-1/+1
* | Merge pull request #1281 from Araq/new_spawnAndreas Rumpf2014-06-161-4/+7
|\|
| * some changesAraq2014-06-091-0/+4
| * Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-011-4/+3
| |\
| | * bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise'Araq2014-05-251-1/+3
| | * initial non-compiling version of 'parallel'Araq2014-05-121-3/+0
* | | Documents -d: in the compiler guide and hyperlinks assert/defined.Grzegorz Adam Hankiewicz2014-06-061-3/+17
* | | Adds docstring example to system.fieldPairs.Grzegorz Adam Hankiewicz2014-06-061-3/+32
|/ /
* / added getTotalSharedMem et al.Jostein Berre Eliassen2014-05-201-0/+14
|/