Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added generic min/max versions for two arguments (#5734) | Yuriy Glukhov | 2017-04-27 | 1 | -0/+6 |
| | |||||
* | remove system.getFileSize again, breaks windows builds and I don't want more ↵ | Araq | 2017-04-08 | 1 | -3/+0 |
| | | | | stuff that's a pain to support in a platform independent manner | ||||
* | getFileSize and setFileSize procedures for File and AsyncFile | Emery Hemingway | 2017-04-05 | 1 | -0/+3 |
| | | | | | Platform independent procedure to set a file length. Useful when replacing file content. | ||||
* | Update 'compiles' documentation to remove not (#5666) | John Scillieri | 2017-04-05 | 1 | -1/+1 |
| | | | Documentation for proc compiles showed a broken/unintuitive example (unless i missed something) | ||||
* | system.nim: make min/max take openArrays, not varargs (breaking change) | Andreas Rumpf | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | support for the Genode OS framework (#5560) | Emery Hemingway | 2017-03-31 | 1 | -19/+28 |
| | |||||
* | fixes #5599 (#5610) | Andreas Rumpf | 2017-03-26 | 1 | -2/+6 |
| | |||||
* | Added few documentation lines for the unsafeAddr operator. (#5362) | Arne Döring | 2017-03-23 | 1 | -3/+7 |
| | |||||
* | Fix links to manual (#5500) | konqoro | 2017-03-09 | 1 | -28/+28 |
| | |||||
* | Merge pull request #5317 from rokups/feature/coroutines | Andreas Rumpf | 2017-02-26 | 1 | -0/+20 |
|\ | | | | | Coroutine improvements | ||||
| * | Removed test code from coro.nim and created three real tests for coroutines | Rokas Kupstys | 2017-02-20 | 1 | -0/+3 |
| | | |||||
| * | Use constant nimCoroutines instead of defined(nimCoroutines) | Rokas Kupstys | 2017-02-20 | 1 | -0/+17 |
| | | | | | | | | Variable | ||||
* | | fixes most recent codegen regression | Araq | 2017-02-26 | 1 | -3/+3 |
| | | |||||
* | | Bugfix/double newlines in stderr (#5426) | Fabian Keller | 2017-02-24 | 1 | -0/+1 |
|/ | |||||
* | Added BiggestUInt (#5378) | flyx | 2017-02-13 | 1 | -0/+11 |
| | |||||
* | system.nim: don't use deprecated symbols/constructs | Araq | 2017-02-08 | 1 | -11/+12 |
| | |||||
* | fixes #5349 | Araq | 2017-02-08 | 1 | -2/+7 |
| | |||||
* | Mark setupForeignThreadGc and initGC as gcsafe (#5353) | Anatoly Galiulin | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | fix string slice & splice (#5311) | Parashurama | 2017-02-01 | 1 | -6/+5 |
| | | | code fixes courtesy of @memophen | ||||
* | devel version has to be odd | Araq | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | newException supports setting of the 'parent' field | Andreas Rumpf | 2017-01-26 | 1 | -1/+2 |
| | |||||
* | improvements to memtracking | Andreas Rumpf | 2017-01-26 | 1 | -13/+22 |
| | |||||
* | Fix a typo in system's staticExec procedure description (#5276) | Gangsta Cat | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | Update system.nim | Andreas Rumpf | 2017-01-14 | 1 | -2/+2 |
| | |||||
* | updated to version 0.16.0 | Araq | 2017-01-07 | 1 | -2/+2 |
| | |||||
* | added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994 | Araq | 2017-01-07 | 1 | -0/+5 |
| | |||||
* | make c_setmode compatible with Borland C; refs #5157 | Andreas Rumpf | 2016-12-31 | 1 | -2/+3 |
| | |||||
* | new shift ops for Nim; based on #4743 | Andreas Rumpf | 2016-12-29 | 1 | -27/+48 |
| | |||||
* | remove deprecated system.TResult enum | Andreas Rumpf | 2016-12-28 | 1 | -2/+0 |
| | |||||
* | Added FileSeekPos | Yuriy Glukhov | 2016-12-08 | 1 | -1/+9 |
| | |||||
* | first version of the new memory tracking feature | Andreas Rumpf | 2016-11-21 | 1 | -0/+10 |
| | |||||
* | added description to fmWrite mode to be more exact | Vladislav | 2016-11-01 | 1 | -0/+2 |
| | |||||
* | fixes bootstrapping | Araq | 2016-11-01 | 1 | -2/+5 |
| | |||||
* | Merge pull request #4980 from jlp765/tostring | Andreas Rumpf | 2016-11-01 | 1 | -1/+2 |
|\ | | | | | Add nill value handling for seq/sets to system.CollectionToString() | ||||
| * | Add nill value handling for seq/sets | jlp765 | 2016-11-01 | 1 | -1/+2 |
| | | |||||
* | | updated development version | Araq | 2016-10-31 | 1 | -5/+5 |
|/ | |||||
* | fixed == and cmp to work on nimvm | Arne Döring | 2016-10-26 | 1 | -25/+33 |
| | |||||
* | version bump | Andreas Rumpf | 2016-10-21 | 1 | -1/+1 |
| | |||||
* | Windows console apps do not set the codepage to UTF-8 anymore; use ↵ | Andreas Rumpf | 2016-10-18 | 1 | -1/+1 |
| | | | | -d:nimSetUtf8CodePage to re-enable this feature | ||||
* | Merge remote-tracking branch 'origin/devel' into initallocator-fix | Jacek Sieka | 2016-10-12 | 1 | -34/+32 |
|\ | |||||
| * | develop version is 0.15.1 | Araq | 2016-10-08 | 1 | -1/+1 |
| | | |||||
| * | Make gc v2 compile with --threads:on | Yuriy Glukhov | 2016-10-05 | 1 | -1/+1 |
| | | |||||
| * | version changed to 0.15.0 | Araq | 2016-10-01 | 1 | -2/+2 |
| | | |||||
| * | Misc documentation fixes | Simon Ruderich | 2016-09-17 | 1 | -7/+6 |
| | | |||||
| * | system: writeLine: escape \n in documentation | Simon Ruderich | 2016-09-15 | 1 | -1/+1 |
| | | |||||
| * | system: shl: remove superfluous spaces in documentation | Simon Ruderich | 2016-09-15 | 1 | -2/+2 |
| | | |||||
| * | system: <: add example of output to documentation | Simon Ruderich | 2016-09-15 | 1 | -1/+1 |
| | | |||||
| * | system: use more consistent spaces in seq declaration | Simon Ruderich | 2016-09-15 | 1 | -6/+6 |
| | | |||||
| * | system: high, low: add example which uses the type | Simon Ruderich | 2016-09-15 | 1 | -0/+2 |
| | | |||||
| * | system: TaintedString: reduce duplication and link to manual | Simon Ruderich | 2016-09-15 | 1 | -8/+8 |
| | |