Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved 0.10.2 changelog. | Dominik Picheta | 2014-12-26 | 1 | -2/+36 |
| | |||||
* | fixes #1120 | Araq | 2014-12-25 | 1 | -2/+5 |
| | |||||
* | website updated | Araq | 2014-12-23 | 1 | -1/+12 |
| | |||||
* | website improvements | Araq | 2014-12-12 | 1 | -0/+3 |
| | |||||
* | website slightly improved | Araq | 2014-12-11 | 1 | -2/+0 |
| | |||||
* | fixes #1689 | Araq | 2014-12-10 | 1 | -0/+7 |
| | |||||
* | destuctors are experimental; 'func' is now a keyword | Araq | 2014-12-10 | 1 | -0/+3 |
| | |||||
* | new website | Araq | 2014-12-10 | 1 | -2/+14 |
| | |||||
* | implemented 'experimental' switch | Araq | 2014-12-05 | 1 | -0/+5 |
| | |||||
* | implements 'defer' | Araq | 2014-12-04 | 1 | -0/+1 |
| | |||||
* | implemented procCall builtin | Araq | 2014-11-28 | 1 | -0/+2 |
| | |||||
* | fixes #619 | Araq | 2014-11-15 | 1 | -1/+1 |
| | |||||
* | fixes #693 | Araq | 2014-11-14 | 1 | -1/+3 |
| | |||||
* | the codegen doesn't emit deepCopy for parallel statements | Araq | 2014-11-08 | 1 | -0/+2 |
| | |||||
* | documented nimfix | Araq | 2014-11-04 | 1 | -3/+5 |
| | |||||
* | added module fenv's docs | Araq | 2014-11-04 | 1 | -0/+7 |
| | |||||
* | re module returns nil on failed captures | Flaviu Tamas | 2014-10-29 | 1 | -0/+2 |
| | | | | | - tests included - news.txt updated | ||||
* | Modify pegs.nim such that no match will return nil | Flaviu Tamas | 2014-10-29 | 1 | -0/+2 |
| | | | | | | | | | An empty match will return "" A zero-length match will return nil Add test cases Add news information | ||||
* | implements #1588 | Araq | 2014-10-26 | 1 | -0/+3 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-10-23 | 1 | -14/+11 |
|\ | | | | | | | | | Conflicts: web/news.txt | ||||
| * | updated news.txt | Araq | 2014-10-22 | 1 | -4/+11 |
| | | |||||
* | | Merge branch 'devel' into bigbreak | Araq | 2014-10-20 | 1 | -28/+49 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt | ||||
| * | website updates for 0.9.6 | Araq | 2014-10-19 | 1 | -3/+5 |
| | | |||||
* | | Merge branch 'devel' into bigbreak | Araq | 2014-10-13 | 1 | -14/+16 |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ast.nim compiler/nimfix/prettybase.nim compiler/pragmas.nim compiler/sempass2.nim doc/manual.txt koch.nim lib/pure/concurrency/threadpool.nim web/news.txt | ||||
| * | updated news.txt slightly | Araq | 2014-10-12 | 1 | -2/+2 |
| | | |||||
| * | documentation updates | Araq | 2014-10-11 | 1 | -41/+48 |
| | | |||||
* | | documentation updates | Araq | 2014-10-11 | 1 | -2/+6 |
| | | |||||
* | | implemented mixed mode codegen | Araq | 2014-10-03 | 1 | -1/+18 |
| | | |||||
* | | recursive tuple types are now invalid (breaking change) | Araq | 2014-10-02 | 1 | -1/+1 |
| | | |||||
* | | bugfix: 'T = ref T' is an illegal recursive type | Araq | 2014-10-02 | 1 | -0/+1 |
| | | |||||
* | | system.writeFile works at compile-time | Araq | 2014-10-02 | 1 | -1/+1 |
| | | |||||
* | | deprecated string case statements without 'else' | Araq | 2014-10-02 | 1 | -0/+5 |
| | | |||||
* | | some progress on documentation building | Araq | 2014-09-17 | 1 | -2/+2 |
| | | |||||
* | | More docgen fixes. | Dominik Picheta | 2014-09-13 | 1 | -1/+4 |
| | | |||||
* | | Added more information to the news. | Dominik Picheta | 2014-09-09 | 1 | -2/+13 |
| | | |||||
* | | Mentioned new comment handling in news.txt. | Dominik Picheta | 2014-09-09 | 1 | -1/+2 |
| | | |||||
* | | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -0/+2 |
|/ | |||||
* | fixes 'gcsafe' | Araq | 2014-08-12 | 1 | -0/+4 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-11 | 1 | -0/+2 |
|\ | |||||
| * | Added SafeDisconn for accept. | Dominik Picheta | 2014-08-10 | 1 | -0/+2 |
| | | |||||
* | | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -0/+4 |
|/ | |||||
* | 'lambda' is no keyword anymore | Araq | 2014-08-08 | 1 | -0/+1 |
| | |||||
* | progress on deepCopy | Araq | 2014-08-01 | 1 | -0/+8 |
| | |||||
* | Fixes #1065. | Dominik Picheta | 2014-07-20 | 1 | -1/+3 |
| | |||||
* | added stack overflow prevention | Araq | 2014-07-16 | 1 | -1/+2 |
| | |||||
* | Merge pull request #1341 from def-/algorithm-reversed | Andreas Rumpf | 2014-07-15 | 1 | -0/+1 |
|\ | | | | | Add reversed proc | ||||
| * | Update news.txt | def | 2014-07-09 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'new_spawn' into devel | Araq | 2014-07-15 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: todo.txt web/news.txt web/nimrod.ini | ||||
| * | | minor changes to todo.txt | Araq | 2014-06-28 | 1 | -0/+2 |
| | | | |||||
* | | | fixes latest regression | Araq | 2014-07-11 | 1 | -0/+2 |
| |/ |/| |