Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | review and merge zahary's work (#5849) | zah | 2017-06-03 | 1 | -49/+81 |
| | | | | | | | | | * proper indentation for the generated JS code * improved dead-code elimination for JavaScript * test the JS dead-code elimination A new test spec has been added - "maxcodesize". It specifies the maximum size of the generated code in bytes. | ||||
* | make development version odd | Araq | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Add len for Slice[T] where T is ordinal (#5847) | cooldome | 2017-05-29 | 1 | -0/+8 |
| | |||||
* | updated version to 0.17.0 | Araq | 2017-05-17 | 1 | -2/+2 |
| | |||||
* | Merge branch 'zahary' into araq2 | Andreas Rumpf | 2017-05-17 | 1 | -2/+15 |
|\ | |||||
| * | covariance for arrays and sequences | Zahary Karadjov | 2017-05-12 | 1 | -0/+1 |
| | | |||||
| * | hold back the new | operator for types as it creates mysterious problems fro ↵ | Zahary Karadjov | 2017-04-28 | 1 | -3/+0 |
| | | | | | | | | tests/trmacros/tor | ||||
| * | Allow tyOr,tyAnd and tyNot to be constructed in more contexts | Zahary Karadjov | 2017-04-28 | 1 | -2/+17 |
| | | |||||
* | | 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 |
| | |