Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | Use more Natural and Positive numbers in proc parameters | def | 2015-04-06 | 1 | -42/+42 |
| | | | | | | | | | | - Didn't go through all modules, only the main ones I thought of - Building the compiler and tests still work | ||||
* | | added system.typed and system.untyped aliases | Araq | 2015-04-07 | 1 | -0/+4 |
|/ | |||||
* | Update system.nim | apense | 2015-04-03 | 1 | -0/+2 |
| | | | Should let the documentation generate with proper code blocks | ||||
* | 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 |
| | | | | | | So far only openarray[int8] worked. Now it's openarray[int8|uint8]. This should make sense, since uint8 is comfortable to represent a byte (0-255) and there is already type byte* = uint8 in system. | ||||
* | 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 |
|\ | | | | | Expose exception parent | ||||
| * | 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 |
| | | | | | | | | | | This can be safely exposed because a proc accessor can be created if the representation changes. | ||||
* | | 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 |
| | |||||
* | fixes #1964 | Araq | 2015-01-18 | 1 | -2/+3 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | development version is 0.10.3 | Araq | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | release of 0.10.2 | Araq | 2014-12-29 | 1 | -1/+1 |
| | |||||
* | fixes #1699 | Araq | 2014-12-08 | 1 | -8/+8 |
| | |||||
* | implemented procCall builtin | Araq | 2014-11-28 | 1 | -22/+26 |
| | |||||
* | fixes #1672 | Araq | 2014-11-25 | 1 | -10/+7 |
| | |||||
* | fixes #1562, fixes #1543 | Araq | 2014-11-20 | 1 | -1/+5 |
| | |||||
* | fixes #1666 | Araq | 2014-11-20 | 1 | -3/+3 |
| | |||||
* | fixes #619 | Araq | 2014-11-15 | 1 | -3/+2 |
| | |||||
* | fixes #693 | Araq | 2014-11-14 | 1 | -3/+0 |
| | |||||
* | Merge branch 'pr_adds_code_directive_to_rst' into ↵ | Grzegorz Adam Hankiewicz | 2014-11-03 | 1 | -21/+28 |
|\ | | | | | | | | | | | | | | | | | pr_bigbreak_adds_code_directive_to_rst Conflicts: doc/tut2.txt lib/packages/docutils/rstgen.nim lib/system.nim | ||||
| * | Hyperlinks slurp related docstrings in system module. | Grzegorz Adam Hankiewicz | 2014-07-19 | 1 | -10/+14 |
| | | |||||
| * | Hyperlinks quit related docstrings in system module. | Grzegorz Adam Hankiewicz | 2014-07-19 | 1 | -12/+15 |
| | | |||||
* | | nicer error messages (untested) | Araq | 2014-10-26 | 1 | -10/+16 |
| | | |||||
* | | introduced 'benign' pragma | Araq | 2014-10-25 | 1 | -68/+68 |
| | | |||||
* | | Merge branch 'devel' into bigbreak | Araq | 2014-10-23 | 1 | -3/+2 |
|\ \ | | | | | | | | | | | | | Conflicts: web/news.txt | ||||
| * | | fixes #1444 | Araq | 2014-09-11 | 1 | -2/+2 |
| | | |