Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #1140 | Araq | 2014-05-05 | 2 | -1/+3 |
* | implemented builtin noncopying slice | Araq | 2014-05-02 | 5 | -16/+39 |
* | compiler prepared for the new comment handling | Araq | 2014-04-30 | 7 | -4/+16 |
* | small bugfix for iterators | Araq | 2014-04-30 | 1 | -1/+1 |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-25 | 3 | -3/+24 |
|\ | |||||
| * | devel is version 0.9.5 | Araq | 2014-04-22 | 1 | -2/+1 |
| * | Merge pull request #1118 from gradha/pr_show_boot_options | Varriount | 2014-04-21 | 2 | -1/+23 |
| |\ | |||||
| | * | Version switch displays options used during `koch boot` | Grzegorz Adam Hankiewicz | 2014-04-20 | 2 | -1/+23 |
* | | | minor tweaks; updated todo.txt | Araq | 2014-04-25 | 1 | -0/+1 |
|/ / | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-21 | 4 | -415/+0 |
|\ \ | |||||
| * \ | Merge pull request #1113 from flaviut/del_dead | Andreas Rumpf | 2014-04-21 | 4 | -415/+0 |
| |\ \ | |||||
| | * | | parsecfg is never used and is also part of the stdlib | flaviut | 2014-04-19 | 1 | -346/+0 |
| | * | | charsets is never used | flaviut | 2014-04-19 | 1 | -49/+0 |
| | * | | Delete dead file | flaviut | 2014-04-19 | 2 | -20/+0 |
* | | | | version 0.9.4 | Araq | 2014-04-21 | 1 | -3/+3 |
* | | | | fixes #847 | Araq | 2014-04-21 | 1 | -2/+3 |
|/ / / | |||||
* | | | fixes DLL generation | Araq | 2014-04-21 | 2 | -1/+2 |
* | | | doc2 likes future.nim now | Araq | 2014-04-21 | 1 | -5/+3 |
* | | | some progress for #1082 | Araq | 2014-04-21 | 1 | -4/+9 |
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-21 | 4 | -11/+20 |
|\ \ \ | |||||
| * | | | Fixes #1119. | Dominik Picheta | 2014-04-20 | 1 | -0/+1 |
| * | | | Merge pull request #1097 from gradha/pr_avoid_idetools_crash | Andreas Rumpf | 2014-04-20 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | Avoids idetools crash on nil parameters. | Grzegorz Adam Hankiewicz | 2014-04-15 | 1 | -0/+1 |
| * | | | | Merge pull request #1123 from flaviut/bug1110 | Andreas Rumpf | 2014-04-20 | 1 | -0/+10 |
| |\ \ \ \ | |||||
| | * | | | | Document vmgen.nim a bit | flaviut | 2014-04-20 | 1 | -0/+10 |
| * | | | | | Merge pull request #1124 from EXetoC/spawn-arg-check | Andreas Rumpf | 2014-04-20 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix spawn ICE on invalid argument. | EXetoC | 2014-04-20 | 1 | -1/+1 |
| * | | | | | | Fixes #1093. | Dominik Picheta | 2014-04-20 | 2 | -10/+7 |
* | | | | | | | fixes #1085 | Araq | 2014-04-21 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | reintroduce thread analysis but disable it for backwards compatibility | Araq | 2014-04-20 | 5 | -13/+19 |
* | | | | | | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 3 | -7/+11 |
|/ / / / / | |||||
* | | | | | removed flawed thread analysis pass | Araq | 2014-04-20 | 11 | -415/+14 |
* | | | | | fixes OR for int8|int16 etc | Araq | 2014-04-20 | 1 | -2/+2 |
* | | | | | actors compile again | Araq | 2014-04-20 | 4 | -5/+12 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-20 | 4 | -2/+31 |
|\| | | | |||||
| * | | | added `continue` to errStmtInvalidAfterReturn | Simon Hafner | 2014-04-18 | 1 | -1/+1 |
| * | | | Adds option to exclude nimcache dirs from time machine backups. | Grzegorz Adam Hankiewicz | 2014-04-16 | 1 | -1/+26 |
| |/ / | |||||
| * | | Fixes #1005 | Dominik Picheta | 2014-04-15 | 1 | -0/+3 |
| * | | Add checks for invalid socket when creating sockets. | Dominik Picheta | 2014-04-15 | 1 | -0/+1 |
* | | | New concurrency model: next steps | Araq | 2014-04-19 | 8 | -40/+158 |
* | | | first version of 'spawn' | Araq | 2014-04-16 | 8 | -35/+183 |
* | | | new concurrency model: first steps; shared is not a keyword anymore | Araq | 2014-04-14 | 8 | -16/+31 |
|/ / | |||||
* | | implemented 'R ptr T' syntax | Araq | 2014-04-13 | 2 | -2/+7 |
* | | Fixes problems with JS code gen. | Dominik Picheta | 2014-04-11 | 2 | -6/+17 |
* | | resolved conflict | Andreas Rumpf | 2014-04-10 | 108 | -6132/+9730 |
|\| | |||||
| * | refined and documented regionized pointers | Araq | 2014-04-09 | 1 | -17/+11 |
| * | implemented region pointers | Araq | 2014-04-09 | 12 | -39/+61 |
| * | merged better html links #850 | Araq | 2014-04-08 | 5 | -20/+294 |
| * | make tests green again | Araq | 2014-04-07 | 1 | -2/+0 |
| * | fixes #1063 | Araq | 2014-04-07 | 2 | -2/+12 |