Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #1446 from gradha/pr_links_typetraits_module | Varriount | 2014-08-06 | 1 | -1/+4 |
| |\ \ \ \ | | | | | | | | | | | | | Links typetraits module | ||||
| | * | | | | Adds typetraits to library index and doc build. | Grzegorz Adam Hankiewicz | 2014-08-05 | 1 | -1/+4 |
| | | | | | | |||||
| * | | | | | Merge pull request #1447 from gradha/pr_tutorial_improvements | Varriount | 2014-08-06 | 3 | -135/+152 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | Tutorial improvements | ||||
| | * | | | | Factors exception hierarchy into reusable fragment. | Grzegorz Adam Hankiewicz | 2014-08-05 | 2 | -33/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | The fragment with hyperlinks is included now from the system module. | ||||
| | * | | | | Improves tut2.txt with more hyperlinks. | Grzegorz Adam Hankiewicz | 2014-08-05 | 1 | -9/+12 |
| | | | | | | |||||
| | * | | | | Improves tut1.txt with more hyperlinks and minor fixes. | Grzegorz Adam Hankiewicz | 2014-08-05 | 1 | -93/+106 |
| | |/ / / | |||||
* | / / / | 'lambda' is no keyword anymore | Araq | 2014-08-08 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | fixes typos | Araq | 2014-08-05 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-05 | 6 | -73/+99 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgexprs.nim | ||||
| * | | | Adds placeholder text for js disabled browsers. Refs #1292. | Grzegorz Adam Hankiewicz | 2014-08-02 | 1 | -2/+4 |
| | | | | |||||
| * | | | Merge pull request #1414 from gradha/pr_sets_improvements | Varriount | 2014-07-27 | 3 | -71/+42 |
| |\ \ \ | | | | | | | | | | | Sets improvements | ||||
| | * | | | Factors common documentation in fragment to avoid repetition. | Grzegorz Adam Hankiewicz | 2014-07-27 | 3 | -71/+42 |
| | |/ / |