summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* 'discard' instead of 'nil' for system.nimAraq2014-02-021-19/+19
* disable internalError so that nimbuild compiles againAraq2014-01-251-1/+1
* fix the error "only proc headers can feature pragmas" when compiling in JS modeZahary Karadjov2014-01-231-32/+32
* resolved conflicts with masterAraq2014-01-181-2/+17
|\
| * Adds example to locals() docstring.Grzegorz Adam Hankiewicz2013-12-231-1/+17
* | Clarifies system.lines() docstring.Grzegorz Adam Hankiewicz2014-01-151-4/+4
* | Adds docstrings to lines() iterators.Grzegorz Adam Hankiewicz2014-01-151-2/+24
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-131-11/+29
|\ \
| * | progress towards fixing tgenericshardcasesZahary Karadjov2014-01-061-1/+1
| * | add incl/excl for sets accepting accepting other setsZahary Karadjov2013-12-301-0/+8
| * | Merge branch 'upstream' into develZahary Karadjov2013-12-291-10/+20
| |\ \
| | * | fixes #787Zahary Karadjov2013-12-281-9/+9
| | * | documented static paramsZahary Karadjov2013-12-251-0/+10
| | * | static params: expr[T] is now static[T]Zahary Karadjov2013-12-191-1/+1
* | | | case consistency improvementsAraq2014-01-111-1/+1
|/ / /
* | | case consistency: next stepsAraq2013-12-291-1/+1
* | | improvements for 'pretty'Araq2013-12-281-4/+4
* | | case consistency part 6Araq2013-12-281-2/+2
* | | case consistency part 4Araq2013-12-271-37/+37
* | | case consistency part 3Araq2013-12-271-4/+3
* | | case consistency part 1Araq2013-12-271-10/+10
* | | vm: FFI improvementsAraq2013-12-231-2/+6
| |/ |/|
* | Merge pull request #759 from zielmicha/stdmsgAndreas Rumpf2013-12-201-9/+7
|\ \
| * | Add stdmsg (an alias to either stdout or stderr).Michał Zieliński2013-12-171-9/+7
| |/
* / Mentions static alternatives to quit().Grzegorz Adam Hankiewicz2013-12-121-0/+4
|/
* Merge pull request #684 from gradha/pr_clarifies_docsAndreas Rumpf2013-11-301-8/+8
|\
| * Clarifies wording of newSeq proc docstrings.Grzegorz Adam Hankiewicz2013-11-221-8/+8
* | removed 'system.eval'Araq2013-11-271-6/+7
* | Merge branch 'master' of https://github.com/Araq/NimrodAraq2013-11-251-2/+2
|\|
| * Fixed definition of seqShallowFlag.Dominik Picheta2013-10-191-1/+1
| * Fixed regression on ARM caused by the changed behaviour of noStackFrame in co...Dominik Picheta2013-10-191-1/+1
* | fixed definition of culong on win64Araq2013-10-151-10/+14
|/
* some fixes for win64Araq2013-10-101-2/+7
* first version of the debug GC; doesn't work yetAraq2013-10-011-16/+5
* Merge pull request #580 from gradha/pr_adds_equality_for_arraysAraq2013-09-011-0/+6
|\
| * Adds equality comparison for arrays.Grzegorz Adam Hankiewicz2013-08-221-0/+6
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-301-6/+17
|\ \
| * | implemented and documented the new typedesc binding rulesZahary Karadjov2013-08-231-6/+17
| |/
* / float64 is now an alias to 'float'; fixes #545Araq2013-08-301-2/+16
|/
* new VM: next stepsAraq2013-08-031-23/+46
* bugfix: system.& for sequencesAraq2013-07-271-2/+2
* Documents passC/passL pragmas. Refs #506.Grzegorz Adam Hankiewicz2013-07-051-3/+9
* fixes --os:standaloneAraq2013-06-301-3/+5
* --os:standalone works againAraq2013-06-301-325/+361
* added "standalone" to possible OS optionsSimon Hafner2013-05-201-1/+1
* preparations for the new symbol binding rules for clean templatesAraq2013-05-181-1/+2
* Adds note to quit() about being called for termination.Grzegorz Adam Hankiewicz2013-05-101-6/+11
* test-runner for caas multi-step testsZahary Karadjov2013-05-041-2/+5
* bugfix: varargs min/max procs; fixes #373Araq2013-04-081-6/+8
* rod file viewer for easier debugging of rod filesAraq2013-04-041-0/+12