summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Collapse)AuthorAgeFilesLines
* minor doc improvementsAraq2015-04-081-4/+4
|
* Merge pull request #2472 from def-/naturalAndreas Rumpf2015-04-071-42/+42
|\ | | | | Use more Natural and Positive numbers in proc parameters
| * Use more Natural and Positive numbers in proc parametersdef2015-04-061-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 aliasesAraq2015-04-071-0/+4
|/
* Update system.nimapense2015-04-031-0/+2
| | | Should let the documentation generate with proper code blocks
* Use `^` instead of `-` in slicesdef2015-03-281-1/+1
|
* fixes #2420; negative indexing for slicing is obsolete (breaking change!)Araq2015-03-281-7/+7
|
* disallow negative indexingAraq2015-03-271-14/+10
|
* implemented a[^1] notationAraq2015-03-261-2/+10
|
* fixes #2395Araq2015-03-241-6/+4
|
* fixes #1805Araq2015-03-211-0/+10
|
* codegen doesn't produce line tracing commands anymore; fixes #1344Araq2015-03-211-8/+4
|
* fixed cuint definitionAraq2015-03-181-1/+1
|
* Rename PNimrodNode to NimNodedef2015-03-171-9/+3
|
* fixes #1845, fixes #2224Araq2015-03-121-13/+34
|
* GC: get rid of pathological behaviour for stack markingAraq2015-03-081-102/+102
|
* macros.PNimrodNode is now NimNodeAraq2015-02-241-3/+11
|
* fixes #2124Araq2015-02-201-1/+2
|
* Make readBytes and writeBytes work with uint8def2015-02-181-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)def2015-02-181-1/+1
|
* Fix typosFederico Ceratto2015-02-151-4/+4
|
* Fix typosFederico Ceratto2015-02-151-2/+2
|
* fixed minor bugs; cleaned up testsAraq2015-02-121-24/+14
|
* fixes #2073Araq2015-02-081-1/+1
|
* Merge pull request #2062 from flaviut/expose-exception-parentAndreas Rumpf2015-02-071-4/+4
|\ | | | | Expose exception parent
| * Change formatting according to style guideFlaviu Tamas2015-02-031-4/+4
| |
| * Expose exception parentFlaviu Tamas2015-02-031-1/+1
| | | | | | | | | | This can be safely exposed because a proc accessor can be created if the representation changes.
* | fixes #2011Araq2015-02-051-1/+2
|/
* Add items, mitems and mpairs for cstringsdef2015-01-281-0/+22
|
* Add mitems and mpairs where it makes sensedef2015-01-281-0/+68
|
* setControlCHook's parameter is not nil nowdef2015-01-231-1/+1
|
* fixes #1964 properlyAraq2015-01-181-1/+2
|
* fixes #1964Araq2015-01-181-2/+3
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* development version is 0.10.3Araq2014-12-301-1/+1
|
* release of 0.10.2Araq2014-12-291-1/+1
|
* fixes #1699Araq2014-12-081-8/+8
|
* implemented procCall builtinAraq2014-11-281-22/+26
|
* fixes #1672Araq2014-11-251-10/+7
|
* fixes #1562, fixes #1543Araq2014-11-201-1/+5
|
* fixes #1666Araq2014-11-201-3/+3
|
* fixes #619Araq2014-11-151-3/+2
|
* fixes #693Araq2014-11-141-3/+0
|
* Merge branch 'pr_adds_code_directive_to_rst' into ↵Grzegorz Adam Hankiewicz2014-11-031-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 Hankiewicz2014-07-191-10/+14
| |
| * Hyperlinks quit related docstrings in system module.Grzegorz Adam Hankiewicz2014-07-191-12/+15
| |
* | nicer error messages (untested)Araq2014-10-261-10/+16
| |
* | introduced 'benign' pragmaAraq2014-10-251-68/+68
| |
* | Merge branch 'devel' into bigbreakAraq2014-10-231-3/+2
|\ \ | | | | | | | | | | | | Conflicts: web/news.txt
| * | fixes #1444Araq2014-09-111-2/+2
| | |