Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | attempt to fix #4640 | Andreas Rumpf | 2016-09-13 | 1 | -3/+3 |
| | | |||||
| * | Merged | Araq | 2016-08-27 | 1 | -1/+1 |
| |\ | |||||
| * | | next steps in getting symbol files to work again | Araq | 2016-08-16 | 1 | -4/+1 |
| | | | |||||
* | | | one more fix condition | Jacek Sieka | 2016-09-03 | 1 | -3/+3 |
| | | | |||||
* | | | simplify initallocator conditions | Jacek Sieka | 2016-08-25 | 1 | -2/+2 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/devel' into initallocator-fix | Jacek Sieka | 2016-08-25 | 1 | -99/+199 |
|\ \ \ | | |/ | |/| | |||||
| * | | Get rid of initialization warning | Dennis Felsing | 2016-08-23 | 1 | -2/+2 |
| |/ | |||||
| * | disable TR macro for increased compile times; define nimTrMacros to re-enable | Andreas Rumpf | 2016-08-08 | 1 | -1/+1 |
| | | |||||
| * | Optimized swapping of ref array elements. | Yuriy Glukhov | 2016-08-08 | 1 | -0/+7 |
| | | |||||
| * | fixes #4561 | Andreas Rumpf | 2016-08-03 | 1 | -1/+1 |
| | | |||||
| * | use appType instead of compileOption #4417 | miere43 | 2016-07-30 | 1 | -1/+1 |
| | | |||||
| * | fix #4417, update news | miere43 | 2016-07-30 | 1 | -0/+5 |
| | | |||||
| * | expr and stmt are now deprecated | Andreas Rumpf | 2016-07-30 | 1 | -2/+4 |
| | | |||||
| * | make nim bootstrap again for older versions | Andreas Rumpf | 2016-07-30 | 1 | -1/+1 |
| | | |||||
| * | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -13/+13 |
| | | |||||
| * | Small changes to the docs to make it easier to find stuff. | Hans Raaf | 2016-07-21 | 1 | -1/+5 |
| | | |||||
| * | added system.newSeqOfCap for improved efficiency | Andreas Rumpf | 2016-07-15 | 1 | -0/+6 |
| | | |||||
| * | prepare Nim codebase for upcoming parser changes | Andreas Rumpf | 2016-07-15 | 1 | -1/+1 |
| | | |||||
| * | Added closureScope template | Yuriy Glukhov | 2016-06-27 | 1 | -0/+21 |
| | | |||||
| * | Added missing export marker. | A. S. Budden | 2016-06-13 | 1 | -1/+1 |
| | | |||||
| * | Merged upstream/devel into this branch to resolve conflicts and ensure an ↵ | A. S. Budden | 2016-06-13 | 1 | -33/+38 |
| |\ | | | | | | | | | | easy merge back into upstream/devel | ||||
| | * | Merge pull request #4284 from arnetheduck/system-c-cleanup | Andreas Rumpf | 2016-06-13 | 1 | -33/+38 |
| | |\ | | | | | | | | | System c cleanup | ||||
| | | * | fix O_BINARY type | Jacek Sieka | 2016-06-08 | 1 | -1/+1 |
| | | | | |||||
| | | * | fix setmode call | Jacek Sieka | 2016-06-08 | 1 | -2/+2 |
| | | | | |||||
| | | * | no *mem proc's for JS | Jacek Sieka | 2016-06-08 | 1 | -1/+2 |
| | | | | |||||
| | | * | include ansi_c also when doing nimscript | Jacek Sieka | 2016-06-08 | 1 | -2/+2 |
| | | | | |||||
| | | * | fix types of ansi_c/sysio to more closely match C ABI | Jacek Sieka | 2016-06-05 | 1 | -29/+33 |
| | | | | | | | | | | | | | | | | | | | | also fixes some instances of using C library functions when there are nim alternatives available | ||||
| * | | | Added setStdIoUnbuffered for unbuffered stdio (fixes #2146). | A. S. Budden | 2016-06-12 | 1 | -0/+3 |
| |/ / | |||||
| * | | version bump for development | Andreas Rumpf | 2016-06-11 | 1 | -1/+1 |
| | | | |||||
| * | | version bump to 0.14.2 | Araq | 2016-06-08 | 1 | -1/+1 |
| | | | |||||
| * | | preparations for 0.14 | Andreas Rumpf | 2016-06-06 | 1 | -2/+2 |
| | | | |||||
| * | | system. for cstrings uses value comparisons, not reference comparisons | Andreas Rumpf | 2016-06-02 | 1 | -2/+11 |
| |/ | |||||
| * | Fix dollar for non printable/accessible fields. Fixes #4236. | Yuriy Glukhov | 2016-05-31 | 1 | -5/+8 |
| | | |||||
| * | changed the compiler's path handling; fixes #546 | Andreas Rumpf | 2016-05-31 | 1 | -1/+1 |
| | | |||||
| * | fixes #3882 | Andreas Rumpf | 2016-05-28 | 1 | -28/+52 |
| | | |||||
| * | Merge pull request #4083 from vegansk/vm_readfile | Andreas Rumpf | 2016-05-24 | 1 | -0/+8 |
| |\ | | | | | | | Add ``readFile`` implementation for nimvm | ||||
| | * | Add ``readFile`` implementation for nimvm | Anatoly Galiulin | 2016-04-13 | 1 | -0/+8 |
| | | | |||||
| * | | Added limitations note to sizeof. Closes #4153. | Yuriy Glukhov | 2016-05-13 | 1 | -0/+3 |
| | | |