Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #1106 | Araq | 2014-11-14 | 1 | -27/+32 |
| | |||||
* | fixes #1258 | Araq | 2014-11-14 | 1 | -0/+17 |
| | |||||
* | Merge pull request #1623 from gradha/pr_bigbreak_adds_code_directive_to_rst | Andreas Rumpf | 2014-11-05 | 1 | -47/+55 |
|\ | | | | | Adds bigbreak code directive to rst with numbered lines | ||||
| * | Merge branch 'pr_adds_code_directive_to_rst' into ↵ | Grzegorz Adam Hankiewicz | 2014-11-03 | 1 | -47/+55 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | pr_bigbreak_adds_code_directive_to_rst Conflicts: doc/tut2.txt lib/packages/docutils/rstgen.nim lib/system.nim | ||||
| | * | Improves macro tutorial with hyperlinks and numbered lines. | Grzegorz Adam Hankiewicz | 2014-07-19 | 1 | -49/+56 |
| | | | |||||
* | | | documented nimfix | Araq | 2014-11-04 | 2 | -0/+60 |
| | | | |||||
* | | | added module fenv's docs | Araq | 2014-11-04 | 1 | -0/+4 |
|/ / | |||||
* | | actors module is deprecated | Araq | 2014-11-03 | 1 | -3/+5 |
| | | |||||
* | | minor changes to the threading docs | Araq | 2014-11-01 | 1 | -6/+7 |
| | | |||||
* | | implements #1588 | Araq | 2014-10-26 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'devel' into bigbreak | Araq | 2014-10-20 | 2 | -12/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | documentation improvements | Araq | 2014-10-19 | 2 | -12/+2 |
| | | | |||||
* | | | Merge branch 'devel' into bigbreak | Araq | 2014-10-13 | 2 | -0/+25 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-10-11 | 2 | -1/+27 |
| |\ \ | |||||
| | * | | documentation updates | Araq | 2014-10-11 | 1 | -0/+21 |
| | | | | |||||
| | * | | Fixed missing color definion | Simon Krauter | 2014-10-05 | 1 | -0/+5 |
| | | | | |||||
* | | | | documentation updates | Araq | 2014-10-11 | 1 | -7/+26 |
| | | | | |||||
* | | | | docgen should work again | Araq | 2014-10-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | updated some tests | Araq | 2014-10-04 | 1 | -2/+4 |
| | | | | |||||
* | | | | recursive tuple types are now invalid (breaking change) | Araq | 2014-10-02 | 1 | -35/+45 |
| | | | | |||||
* | | | | deprecated string case statements without 'else' | Araq | 2014-10-02 | 2 | -7/+5 |
| | | | | |||||
* | | | | manual split up into multiple files; documented the new concurrency system | Araq | 2014-10-02 | 29 | -5899/+6196 |
| | | | | |||||
* | | | | deepCopy is instantiated when its corresponding type is instantiated | Araq | 2014-09-26 | 1 | -0/+5 |
| | | | | |||||
* | | | | added $* for subexes | Araq | 2014-09-24 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-19 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #1532 from PavelVozenilek/devel | Dominik Picheta | 2014-09-18 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | more precise word | ||||
| | * | | | more precise word | PavelVozenilek | 2014-09-18 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | minor changes to manual.txt | Araq | 2014-09-13 | 1 | -8/+13 |
| | | | | | |||||
* | | | | | merged things from devel | Araq | 2014-09-12 | 2 | -0/+9 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | be explicit about single letter options | Araq | 2014-09-11 | 1 | -0/+2 |
| |/ / / | |||||
| * | | | Merge pull request #1455 from gradha/pr_parallelize_doc_build | Andreas Rumpf | 2014-09-05 | 1 | -0/+7 |
| |\ \ \ | | | | | | | | | | | Parallelizes documentation building. | ||||
| | * | | | Adds --parallelBuild to koch web and automatic reruns. Refs #1455. | Grzegorz Adam Hankiewicz | 2014-08-08 | 1 | -0/+7 |
| | | | | | |||||
* | | | | | some improvements for nimfix | Araq | 2014-09-09 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | changed comment handling (breaking change) | Araq | 2014-09-07 | 2 | -63/+19 |
| | | | | | |||||
* | | | | | nimfix handles helloworld | Araq | 2014-09-06 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | fix #959 | Zahary Karadjov | 2014-09-04 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Variable declarations using a type class will be subject to type inference similar to the one already present in type coercions and the return type inference. | ||||
* | | | | | made some tests green | Araq | 2014-08-31 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | added ENDB warning | Araq | 2014-08-31 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 2 | -1/+2 |
| | | | | | |||||
* | | | | | Nimrod renamed to Nim | Araq | 2014-08-28 | 28 | -347/+347 |
| | | | | | |||||
* | | | | | big rename | Araq | 2014-08-27 | 4 | -444/+422 |
| | | | | | |||||
* | | | | | the big renamefest: first steps | Araq | 2014-08-22 | 4 | -249/+246 |
|/ / / / | |||||
* | | | | fixes #722 | Araq | 2014-08-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | fixes newly introduced bugs | Araq | 2014-08-14 | 1 | -4/+0 |
| | | | | |||||
* | | | | fixes #820 | Araq | 2014-08-13 | 1 | -2/+0 |
| | | | | |||||
* | | | | Merge pull request #1417 from gradha/pr_852_nimcache_naming | Andreas Rumpf | 2014-08-12 | 2 | -4/+64 |
|\ \ \ \ | | | | | | | | | | | Documents nimcache naming and fixes ios example | ||||
| * | | | | Corrects description of nimcache file naming. Refs #852. | Grzegorz Adam Hankiewicz | 2014-07-31 | 1 | -29/+27 |
| | | | | | |||||
| * | | | | Documents nimcache file naming scheme. Refs #852. | Grzegorz Adam Hankiewicz | 2014-07-27 | 2 | -4/+66 |
| | | | | | |||||
* | | | | | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-08 | 4 | -136/+156 |
|\ \ \ \ \ |