Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #11833 (#12018) | Andreas Rumpf | 2019-08-24 | 1 | -15/+19 |
| | |||||
* | more enhancements for #11618 (#11976) | Andreas Rumpf | 2019-08-18 | 1 | -6/+0 |
| | | | | | | * finish the Windows IO layer changes; refs #11618 * added system.getOsFileHandle which is less error-prone on Windows * make tests green again | ||||
* | fixes #11618 (#11969) | Andreas Rumpf | 2019-08-17 | 1 | -1/+2 |
| | |||||
* | fix warnings in system.nim (#11944) | Arne Döring | 2019-08-14 | 1 | -16/+16 |
| | |||||
* | Consistent behavior of exec; Improved docs around exec, staticExec, gorgeEx, ↵ | Fabian Keller | 2019-08-13 | 1 | -1/+2 |
| | | | | | | | etc. (#10967) * improved docs around exec, staticExec, gorgeEx, etc. * incorporate review comment; made behavior of exec consistent | ||||
* | set[T].len is an alias for set[T].card (#11885) [feature] | Andy Davidoff | 2019-08-05 | 1 | -0/+3 |
| | |||||
* | newruntime: make system.delete and friends work with owned ref (bugfix); ↵ | Araq | 2019-08-05 | 1 | -6/+13 |
| | | | | reported on the forum | ||||
* | run runnableExamples in the module scope (#11732) [feature] | Timothee Cour | 2019-07-22 | 1 | -4/+6 |
| | |||||
* | style improvements; fixes #11774 | Araq | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | minor update for the genode target | Araq | 2019-07-14 | 1 | -1/+1 |
| | |||||
* | preparations to be able to use atomics in runtime_v2.nim | Araq | 2019-07-12 | 1 | -11/+16 |
| | |||||
* | JS codegen: supports toOpenArray [bugfix] | Araq | 2019-07-12 | 1 | -10/+11 |
| | |||||
* | styleCheck: make the compiler and large parts of the stdlib compatible with ↵ | Araq | 2019-07-10 | 1 | -19/+19 |
| | | | | --styleCheck:error | ||||
* | style changes | Araq | 2019-07-10 | 1 | -12/+12 |
| | |||||
* | minor system.nim style changes | Araq | 2019-07-10 | 1 | -3/+3 |
| | |||||
* | newruntime: map system.reset to =destroy | Araq | 2019-07-09 | 1 | -2/+10 |
| | |||||
* | newruntime for async (#11650) | Andreas Rumpf | 2019-07-05 | 1 | -2/+4 |
| | | | | | | | * fixes overloading resolution for passing owned(Future[string]) to Future[T] * WIP: make --newruntime work with .async * memtracker: make it compile again * make Nimble compile again | ||||
* | [backport] fix #11320 (#11538) | Arne Döring | 2019-07-03 | 1 | -2/+2 |
| | | | | | * [backport] fix #11320 * fix test for 32 bit test | ||||
* | [bugfix] make -d:nimSetUtf8CodePage switch work again | Araq | 2019-07-01 | 1 | -1/+1 |
| | |||||
* | make tests green again | Araq | 2019-06-27 | 1 | -1/+1 |
| | |||||
* | fixes #11445 | Andreas Rumpf | 2019-06-27 | 1 | -1/+1 |
| | |||||
* | fixes #11098 | Andreas Rumpf | 2019-06-26 | 1 | -4/+6 |
| | |||||
* | [refactoring] remove zeroExtend and friends from the compiler builtins. (#11531) | Arne Döring | 2019-06-24 | 1 | -1/+58 |
| | | | | | * remove zeroExtend and friends from the compiler builtins. * fix jssys | ||||
* | [bugfix] system.nim: make pop work with --newruntime | Andreas Rumpf | 2019-06-20 | 1 | -2/+6 |
| | |||||
* | [bugfix] Fix the link to "For Loop Macro" section (#11505) | Kaushal Modi | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | [bugfix] fix quit errormsg in nimvm (#11490) | Jasper Jenkins | 2019-06-13 | 1 | -2/+5 |
| | |||||
* | [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419) | Arne Döring | 2019-06-11 | 1 | -8/+8 |
| | |||||
* | fix `koch docs` failing at io.nim with `import os` in config.nims (#11418) ↵ | nc-x | 2019-06-08 | 1 | -3/+2 |
| | | | | [bugfix] | ||||
* | develop version is 0.20.99 [feature] | Araq | 2019-06-07 | 1 | -1/+1 |
| | |||||
* | bump version to 0.20.0 | narimiran | 2019-06-05 | 1 | -2/+2 |
| | |||||
* | revert unintended changes | narimiran | 2019-06-04 | 1 | -2/+2 |
| | |||||
* | better documentation for the new `shr` | narimiran | 2019-06-04 | 1 | -3/+7 |
| | |||||
* | rename (un)likely (#11391) | Jasper Jenkins | 2019-06-03 | 1 | -2/+2 |
| | |||||
* | Render deprecated pragmas (#8886) | LemonBoy | 2019-06-03 | 1 | -12/+3 |
| | | | | | | | | | * Render deprecated pragmas * fix the expected html * clean up the documentation regarding deprecations * fix typo * fix system.nim * fix random | ||||
* | undeprecate system.programResult until we have a good solution at hand | Araq | 2019-06-03 | 1 | -2/+2 |
| | |||||
* | Remove immediate pragma (#11308) | Arne Döring | 2019-05-29 | 1 | -2/+2 |
| | | | | | * remove immediate from tests * remove immediate from the compiler | ||||
* | system.nim: minor fix for the new 'unown' template | Araq | 2019-05-29 | 1 | -1/+1 |
| | |||||
* | switch should be nimOldShiftRight with the nim prefix | Araq | 2019-05-29 | 1 | -1/+1 |
| | |||||
* | right shift is now by default sign preserving (#11322) | Arne Döring | 2019-05-29 | 1 | -18/+28 |
| | | | | | | | | | | | * right shift is now by default sign preserving * fix hashString and semfold * enable arithmetic shift right globally for CI * fix typo * remove xxx * use oldShiftRight as flag * apply feedback * add changelog entry | ||||
* | Fixed #9762 (#11296) | Yuriy Glukhov | 2019-05-29 | 1 | -30/+29 |
| | |||||
* | fixes #1286; object case transitions are now sound | Andreas Rumpf | 2019-05-27 | 1 | -2/+0 |
| | |||||
* | finish #11292: fix `addQuoted` and add changelog entry (#11301) | Miran | 2019-05-22 | 1 | -0/+4 |
| | | | | | | * finish #11292: fix `addQuoted` and add changelog entry * JS is special | ||||
* | low/high for float ranges (#11177) | Oscar Nihlgård | 2019-05-06 | 1 | -4/+4 |
| | |||||
* | Fix ..< iterator (#11103) | Arne Döring | 2019-05-03 | 1 | -0/+14 |
| | | | | | | * add iterator overloads * add test | ||||
* | introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145) | Andreas Rumpf | 2019-05-02 | 1 | -0/+6 |
| | | | | | | | | * introduce temporary <//> for 'owned' to get this compile with 0.19 * make newTable[string, owned Node]() compile (but it crashes) * make sink/owned parameters consistent * make actiontable test compile again * VM: support sytem.move; makes tests green | ||||
* | added system.unown to make 'owned' sane to use in practice; later on we ↵ | Araq | 2019-04-29 | 1 | -1/+6 |
| | | | | might change the type inference rules to make it more convenient | ||||
* | make seq.add more effective for --newruntime | Araq | 2019-04-25 | 1 | -12/+1 |
| | |||||
* | deprecate programResult, avoid exposing in standalone mode (#11075) | Jacek Sieka | 2019-04-23 | 1 | -6/+4 |
| | |||||
* | system.nim: copyMem and friends do not raise any exception | Araq | 2019-04-22 | 1 | -4/+6 |
| | |||||
* | added system.disarm (experimental) | Araq | 2019-04-12 | 1 | -0/+7 |
| |