| Commit message (Expand) | Author | Age | Files | Lines |
* | finally todo.txt reflects reality again | Andreas Rumpf | 2017-01-22 | 1 | -10/+7 |
* | fixes #4721 | Andreas Rumpf | 2016-09-07 | 1 | -1/+0 |
* | minor things | Andreas Rumpf | 2016-08-24 | 1 | -0/+1 |
* | make tests green again | Andreas Rumpf | 2016-07-29 | 1 | -3/+0 |
* | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -1/+3 |
* | generic multi-methods should work now | Andreas Rumpf | 2016-07-28 | 1 | -1/+0 |
* | overloading of dot and parenthesis operators should now be done in .experimental | Andreas Rumpf | 2016-07-22 | 1 | -2/+1 |
* | todo.txt update | Andreas Rumpf | 2016-07-18 | 1 | -1/+2 |
* | added system.newSeqOfCap for improved efficiency | Andreas Rumpf | 2016-07-15 | 1 | -1/+0 |
* | version 1 battle plan | Andreas Rumpf | 2016-07-15 | 1 | -13/+13 |
* | documented new .this pragma | Andreas Rumpf | 2016-06-06 | 1 | -1/+0 |
* | updated todo.txt | Andreas Rumpf | 2016-06-06 | 1 | -3/+2 |
* | fixes #4207 | Andreas Rumpf | 2016-06-01 | 1 | -0/+1 |
* | Merge branch 'db_odbc2' of https://github.com/jlp765/Nim into jlp765-db_odbc2 | Andreas Rumpf | 2016-05-28 | 1 | -1/+1 |
|\ |
|
* | | minor todo.txt update | Andreas Rumpf | 2016-05-28 | 1 | -1/+0 |
* | | todo updated | Andreas Rumpf | 2016-03-18 | 1 | -1/+1 |
* | | use 'using' instead of 'sig' keyword; cleans up new features a bit | Andreas Rumpf | 2016-02-29 | 1 | -0/+3 |
* | | some progress on GC v2 | Andreas Rumpf | 2016-02-03 | 1 | -0/+3 |
|/ |
|
* | implements multi-line-comments; pounds are stripped from the doc comments | Andreas Rumpf | 2016-01-16 | 1 | -1/+1 |
* | updated the documentation for the 'do' notation | Andreas Rumpf | 2016-01-16 | 1 | -1/+0 |
* | Merge branch 'crazy_concurrency' into no-echo-gotcha | Andreas Rumpf | 2016-01-16 | 1 | -1/+1 |
|\ |
|
| * | todo update | Andreas Rumpf | 2016-01-16 | 1 | -0/+1 |
* | | finally removes 'echo ' gotcha | Andreas Rumpf | 2016-01-15 | 1 | -3/+4 |
|/ |
|
* | fixes #3550 | Araq | 2015-11-18 | 1 | -1/+1 |
* | updated todo.txt | Araq | 2015-10-28 | 1 | -86/+35 |
* | first attempt to fix 'a[i]' handling in generics | Araq | 2015-09-12 | 1 | -1/+0 |
* | implicit return types for iterators are now deprecated | Araq | 2015-09-10 | 1 | -1/+0 |
* | documented NimScript | Araq | 2015-09-07 | 1 | -2/+0 |
* | fixes #2590; methods now require a .base annotation | Araq | 2015-09-06 | 1 | -1/+0 |
* | Nimble is officially a part of Nim now | Araq | 2015-09-05 | 1 | -1/+1 |
* | split os into os and ospaths parts; ospaths is available for NimScript; bette... | Araq | 2015-09-04 | 1 | -1/+1 |
* | math.nim works with NimScript | Araq | 2015-08-21 | 1 | -0/+1 |
* | tuple unpacking works in a non-var/let context | Araq | 2015-08-21 | 1 | -2/+0 |
* | implemented macros.getImpl | Araq | 2015-08-21 | 1 | -1/+0 |
* | simplify nimscript.nim | Araq | 2015-08-21 | 1 | -4/+4 |
* | preparations for Nimble NimScript integrations; minor cleanups | Araq | 2015-08-18 | 1 | -2/+41 |
* | todo.txt update | Araq | 2015-08-14 | 1 | -2/+0 |
* | toplevel .closure procs are deprecated | Araq | 2015-08-14 | 1 | -1/+0 |
* | 'parallel' now requires --experimental mode | Araq | 2015-08-14 | 1 | -1/+0 |
* | updated todo.txt | Araq | 2015-08-09 | 1 | -0/+3 |
* | fixes #2752 | Araq | 2015-08-09 | 1 | -4/+0 |
* | added system.unsafeAddr | Araq | 2015-08-04 | 1 | -1/+0 |
* | todo.txt updates | Araq | 2015-07-24 | 1 | -2/+4 |
* | implements varargs[untyped]; refs #2545; to be documented | Araq | 2015-07-02 | 1 | -1/+2 |
* | updated news.txt | Araq | 2015-06-25 | 1 | -1/+1 |
* | development version is 0.11.1 | Araq | 2015-05-03 | 1 | -7/+7 |
* | fixes #2603 | Araq | 2015-04-26 | 1 | -4/+4 |
* | removed a bit of cruft from koch | Araq | 2015-04-22 | 1 | -0/+1 |
* | todo.txt updates | Araq | 2015-04-22 | 1 | -2/+10 |
* | added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys... | Araq | 2015-04-22 | 1 | -2/+5 |