| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64 | rku | 2015-06-10 | 1 | -5/+5 |
* | Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64 | rku | 2015-06-10 | 1 | -5/+5 |
* | lib/system/a-e - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -8/+12 |
* | Added slight explanation for count{down|up} | apense | 2015-06-02 | 1 | -2/+2 |
* | development version is 0.11.3 | Araq | 2015-05-28 | 1 | -1/+1 |
* | Corrected various links within documentation | apense | 2015-05-25 | 1 | -2/+2 |
* | system.nim -> disabled Uninit warnings | HOLYCOWBATMAN | 2015-05-24 | 1 | -2/+2 |
* | Move the noreturn pragma to sysFatal | def | 2015-05-05 | 1 | -9/+10 |
* | version 0.11.2 | Araq | 2015-05-04 | 1 | -1/+1 |
* | development version is 0.11.1 | Araq | 2015-05-03 | 1 | -1/+1 |
* | preparations for version 0.11.0 | Araq | 2015-04-30 | 1 | -2/+2 |
* | system.locals is now a plugin for education | Araq | 2015-04-24 | 1 | -1/+1 |
* | news.txt updates; fixes bootstrapping | Araq | 2015-04-22 | 1 | -2/+3 |
* | added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys... | Araq | 2015-04-22 | 1 | -0/+5 |
* | cleaned up some magics to make room for new magics; added '..<' and '..^' tem... | Araq | 2015-04-22 | 1 | -3/+13 |
* | Merge pull request #2449 from def-/slice-items | Andreas Rumpf | 2015-04-21 | 1 | -0/+6 |
|\ |
|
| * | Add items iterator for slices | def | 2015-04-03 | 1 | -0/+6 |
* | | fixes #2500 | Araq | 2015-04-10 | 1 | -23/+16 |
* | | minor doc improvements | Araq | 2015-04-08 | 1 | -4/+4 |
* | | Merge pull request #2472 from def-/natural | Andreas Rumpf | 2015-04-07 | 1 | -42/+42 |
|\ \ |
|
| * | | Use more Natural and Positive numbers in proc parameters | def | 2015-04-06 | 1 | -42/+42 |
* | | | added system.typed and system.untyped aliases | Araq | 2015-04-07 | 1 | -0/+4 |
|/ / |
|
* / | Update system.nim | apense | 2015-04-03 | 1 | -0/+2 |
|/ |
|
* | Use `^` instead of `-` in slices | def | 2015-03-28 | 1 | -1/+1 |
* | fixes #2420; negative indexing for slicing is obsolete (breaking change!) | Araq | 2015-03-28 | 1 | -7/+7 |
* | disallow negative indexing | Araq | 2015-03-27 | 1 | -14/+10 |
* | implemented a[^1] notation | Araq | 2015-03-26 | 1 | -2/+10 |
* | fixes #2395 | Araq | 2015-03-24 | 1 | -6/+4 |
* | fixes #1805 | Araq | 2015-03-21 | 1 | -0/+10 |
* | codegen doesn't produce line tracing commands anymore; fixes #1344 | Araq | 2015-03-21 | 1 | -8/+4 |
* | fixed cuint definition | Araq | 2015-03-18 | 1 | -1/+1 |
* | Rename PNimrodNode to NimNode | def | 2015-03-17 | 1 | -9/+3 |
* | fixes #1845, fixes #2224 | Araq | 2015-03-12 | 1 | -13/+34 |
* | GC: get rid of pathological behaviour for stack marking | Araq | 2015-03-08 | 1 | -102/+102 |
* | macros.PNimrodNode is now NimNode | Araq | 2015-02-24 | 1 | -3/+11 |
* | fixes #2124 | Araq | 2015-02-20 | 1 | -1/+2 |
* | Make readBytes and writeBytes work with uint8 | def | 2015-02-18 | 1 | -2/+2 |
* | Fix documentations for declared (instead of defined) | def | 2015-02-18 | 1 | -1/+1 |
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -4/+4 |
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -2/+2 |
* | fixed minor bugs; cleaned up tests | Araq | 2015-02-12 | 1 | -24/+14 |
* | fixes #2073 | Araq | 2015-02-08 | 1 | -1/+1 |
* | Merge pull request #2062 from flaviut/expose-exception-parent | Andreas Rumpf | 2015-02-07 | 1 | -4/+4 |
|\ |
|
| * | Change formatting according to style guide | Flaviu Tamas | 2015-02-03 | 1 | -4/+4 |
| * | Expose exception parent | Flaviu Tamas | 2015-02-03 | 1 | -1/+1 |
* | | fixes #2011 | Araq | 2015-02-05 | 1 | -1/+2 |
|/ |
|
* | Add items, mitems and mpairs for cstrings | def | 2015-01-28 | 1 | -0/+22 |
* | Add mitems and mpairs where it makes sense | def | 2015-01-28 | 1 | -0/+68 |
* | setControlCHook's parameter is not nil now | def | 2015-01-23 | 1 | -1/+1 |
* | fixes #1964 properly | Araq | 2015-01-18 | 1 | -1/+2 |