summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* Create system.nimimpbox2017-06-131-1/+2
* review and merge zahary's work (#5849)zah2017-06-031-49/+81
* make development version oddAraq2017-05-311-1/+1
* Add len for Slice[T] where T is ordinal (#5847)cooldome2017-05-291-0/+8
* updated version to 0.17.0Araq2017-05-171-2/+2
* Merge branch 'zahary' into araq2Andreas Rumpf2017-05-171-2/+15
|\
| * covariance for arrays and sequencesZahary Karadjov2017-05-121-0/+1
| * hold back the new | operator for types as it creates mysterious problems fro ...Zahary Karadjov2017-04-281-3/+0
| * Allow tyOr,tyAnd and tyNot to be constructed in more contextsZahary Karadjov2017-04-281-2/+17
* | Added generic min/max versions for two arguments (#5734)Yuriy Glukhov2017-04-271-0/+6
* | remove system.getFileSize again, breaks windows builds and I don't want more ...Araq2017-04-081-3/+0
* | getFileSize and setFileSize procedures for File and AsyncFileEmery Hemingway2017-04-051-0/+3
|/
* Update 'compiles' documentation to remove not (#5666)John Scillieri2017-04-051-1/+1
* system.nim: make min/max take openArrays, not varargs (breaking change)Andreas Rumpf2017-04-041-2/+2
* support for the Genode OS framework (#5560)Emery Hemingway2017-03-311-19/+28
* fixes #5599 (#5610)Andreas Rumpf2017-03-261-2/+6
* Added few documentation lines for the unsafeAddr operator. (#5362)Arne Döring2017-03-231-3/+7
* Fix links to manual (#5500)konqoro2017-03-091-28/+28
* Merge pull request #5317 from rokups/feature/coroutinesAndreas Rumpf2017-02-261-0/+20
|\
| * Removed test code from coro.nim and created three real tests for coroutinesRokas Kupstys2017-02-201-0/+3
| * Use constant nimCoroutines instead of defined(nimCoroutines)Rokas Kupstys2017-02-201-0/+17
* | fixes most recent codegen regressionAraq2017-02-261-3/+3
* | Bugfix/double newlines in stderr (#5426)Fabian Keller2017-02-241-0/+1
|/
* Added BiggestUInt (#5378)flyx2017-02-131-0/+11
* system.nim: don't use deprecated symbols/constructsAraq2017-02-081-11/+12
* fixes #5349Araq2017-02-081-2/+7
* Mark setupForeignThreadGc and initGC as gcsafe (#5353)Anatoly Galiulin2017-02-081-1/+1
* fix string slice & splice (#5311)Parashurama2017-02-011-6/+5
* devel version has to be oddAraq2017-01-291-1/+1
* newException supports setting of the 'parent' fieldAndreas Rumpf2017-01-261-1/+2
* improvements to memtrackingAndreas Rumpf2017-01-261-13/+22
* Fix a typo in system's staticExec procedure description (#5276)Gangsta Cat2017-01-241-1/+1
* Update system.nimAndreas Rumpf2017-01-141-2/+2
* updated to version 0.16.0Araq2017-01-071-2/+2
* added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994Araq2017-01-071-0/+5
* make c_setmode compatible with Borland C; refs #5157Andreas Rumpf2016-12-311-2/+3
* new shift ops for Nim; based on #4743Andreas Rumpf2016-12-291-27/+48
* remove deprecated system.TResult enumAndreas Rumpf2016-12-281-2/+0
* Added FileSeekPosYuriy Glukhov2016-12-081-1/+9
* first version of the new memory tracking featureAndreas Rumpf2016-11-211-0/+10
* added description to fmWrite mode to be more exactVladislav2016-11-011-0/+2
* fixes bootstrappingAraq2016-11-011-2/+5
* Merge pull request #4980 from jlp765/tostringAndreas Rumpf2016-11-011-1/+2
|\
| * Add nill value handling for seq/setsjlp7652016-11-011-1/+2
* | updated development versionAraq2016-10-311-5/+5
|/
* fixed == and cmp to work on nimvmArne Döring2016-10-261-25/+33
* version bumpAndreas Rumpf2016-10-211-1/+1
* Windows console apps do not set the codepage to UTF-8 anymore; use -d:nimSetU...Andreas Rumpf2016-10-181-1/+1
* Merge remote-tracking branch 'origin/devel' into initallocator-fixJacek Sieka2016-10-121-34/+32
|\
| * develop version is 0.15.1Araq2016-10-081-1/+1