Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-02 | 2 | -2/+21 |
|\ | |||||
| * | Merge pull request #855 from gradha/pr_fixes_try_insert_id | Andreas Rumpf | 2014-02-01 | 1 | -2/+4 |
| |\ | | | | | | | Avoids raising exceptions in tryInsertID. | ||||
| | * | Avoids raising exceptions in tryInsertID. | Grzegorz Adam Hankiewicz | 2014-01-29 | 1 | -2/+4 |
| | | | |||||
| * | | Merge pull request #843 from gradha/pr_gc_docs | Andreas Rumpf | 2014-02-01 | 1 | -0/+17 |
| |\ \ | | | | | | | | | Adds note about manual memory handling to GC doc. | ||||
| | * | | Adds note about manual memory handling to GC doc. | Grzegorz Adam Hankiewicz | 2014-01-26 | 1 | -0/+17 |
| | | | | |||||
* | | | | merge issue #707 by hand | Araq | 2014-02-02 | 1 | -0/+4 |
|/ / / | |||||
* | | | remove the old tester | Araq | 2014-02-02 | 21 | -348/+523 |
|\ \ \ | |||||
| * | | | Fixes wrong slurp path in tester. | Dominik Picheta | 2014-02-01 | 1 | -2/+2 |
| | | | | |||||
| * | | | product more robust against empty input | Simon Hafner | 2014-01-30 | 2 | -0/+6 |
| | | | | |||||
| * | | | forgot to export product | Simon Hafner | 2014-01-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | added Cartesian product | Simon Hafner | 2014-01-30 | 2 | -0/+41 |
| | | | | |||||
| * | | | Merge pull request #851 from EXetoC/highlite-typo | Simon Hafner | 2014-01-29 | 3 | -6/+6 |
| |\ \ \ | | |_|/ | |/| | | Punctation -> punctuation. | ||||
| | * | | Punctation -> Punctuation; fix remaining typos. | EXetoC | 2014-01-29 | 2 | -2/+2 |
| | | | | |||||
| | * | | Punctation -> punctuation. | EXetoC | 2014-01-29 | 1 | -4/+4 |
| |/ / | |||||
| * | | Finished logging module. | Dominik Picheta | 2014-01-27 | 4 | -211/+271 |
| | | | |||||
| * | | Fixes #848. | Dominik Picheta | 2014-01-27 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'devel' of https://www.github.com/Araq/Nimrod into devel | Zahary Karadjov | 2014-01-26 | 45 | -271/+668 |
| |\ | |||||
| * | | the `is` operator now uses exactly the same algorithm as proc signature matching | Zahary Karadjov | 2014-01-26 | 3 | -22/+11 |
| | | | |||||
| * | | implements #766; | Zahary Karadjov | 2014-01-24 | 11 | -69/+117 |
| | | | | | | | | | | | | | | | | | | expressions such as Type.field are now recognised by the compiler. This also fixes a bug, preventing the user-defined to check for the presence of regular fields in addition to procs | ||||
| * | | support for parametric user-defined type classes | Zahary Karadjov | 2014-01-24 | 6 | -71/+102 |
| | | | |||||
* | | | new tester produces json output | Araq | 2014-02-02 | 7 | -721/+30 |
| | | | |||||
* | | | mark and sweep GC compiles with --cs:partial | Araq | 2014-02-02 | 1 | -14/+14 |
| | | | |||||
* | | | fixed cases | Araq | 2014-02-02 | 1 | -3/+3 |
| | | | |||||
* | | | case consistency for excpt.nim | Araq | 2014-02-02 | 1 | -1/+1 |
| | | | |||||
* | | | deactivated debug output | Araq | 2014-02-02 | 1 | -3/+3 |
| | | | |||||
* | | | year 2014 | Araq | 2014-02-02 | 1 | -1/+1 |
| | | | |||||
* | | | year 2014 | Araq | 2014-02-02 | 2 | -2/+2 |
| | | | |||||
* | | | case consistency for dynlib.nim | Araq | 2014-02-02 | 1 | -10/+10 |
| | | | |||||
* | | | only 1 argument allowed for command expressions | Araq | 2014-02-02 | 1 | -6/+10 |
| | | | |||||
* | | | 'discard' instead of 'nil' for system.nim | Araq | 2014-02-02 | 1 | -19/+19 |
| | | | |||||
* | | | tstringinterp almost working | Araq | 2014-02-01 | 3 | -40/+72 |
| | | | |||||
* | | | case consistency for evalffi | Araq | 2014-02-01 | 1 | -3/+4 |
| | | | |||||
* | | | case consistency for evalffi | Araq | 2014-02-01 | 2 | -29/+29 |
| | | | |||||
* | | | documented new symbol binding rules for templates | Araq | 2014-02-01 | 1 | -72/+59 |
| | | | |||||
* | | | bugfix: object constructor doesn't allow 'distinct' types | Araq | 2014-02-01 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-25 | 5 | -1/+226 |
|\ \ | |||||
| * \ | Merge pull request #841 from gradha/pr_oniondocs_devel | Grzegorz Adam Hankiewicz | 2014-01-25 | 5 | -1/+226 |
| |\ \ | | | | | | | | | Added docgen documentation to devel branch | ||||
| | * | | Merge branch 'pr_oniondocs' into pr_oniondocs_devel | Grzegorz Adam Hankiewicz | 2014-01-25 | 5 | -1/+226 |
| |/| | | |||||
| | * | | Transforms docgen sample to be generated from source. | Grzegorz Adam Hankiewicz | 2014-01-06 | 5 | -566/+28 |
| | | | | |||||
| | * | | Adds some cross references to docgen manual. | Grzegorz Adam Hankiewicz | 2014-01-06 | 2 | -6/+13 |
| | | | | |||||
| | * | | Adds docgen to list of documentation to build. | Grzegorz Adam Hankiewicz | 2014-01-06 | 1 | -1/+1 |
| | | | | |||||
| | * | | Reformats text to fit width of 80 columns. | Grzegorz Adam Hankiewicz | 2014-01-06 | 1 | -40/+50 |
| | | | | |||||
| | * | | Fixes two minor typos. | Grzegorz Adam Hankiewicz | 2014-01-06 | 1 | -2/+2 |
| | | | | |||||
| | * | | Added docgen documentation | Erik O'Leary | 2013-12-31 | 3 | -0/+746 |
| | | | | |||||
* | | | | fixes #838 | Araq | 2014-01-25 | 2 | -2/+4 |
|/ / / | |||||
* | | | disable internalError so that nimbuild compiles again | Araq | 2014-01-25 | 3 | -2/+7 |
| | | | |||||
* | | | more efficient calls for closure iterators | Araq | 2014-01-25 | 1 | -3/+5 |
| | | | |||||
* | | | fixes a minor parser bug | Araq | 2014-01-25 | 1 | -2/+1 |
| | | | |||||
* | | | updated asyncio and ftpclient modules | Araq | 2014-01-25 | 2 | -19/+19 |
| | | | |||||
* | | | nativeStackTrace might work again | Araq | 2014-01-25 | 1 | -3/+3 |
| | | |