Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | atomics.nim: minor improvements | Araq | 2019-07-12 | 1 | -1/+1 |
| | |||||
* | documented --newruntime switch | Araq | 2019-07-12 | 1 | -1/+4 |
| | |||||
* | preparations to be able to use atomics in runtime_v2.nim | Araq | 2019-07-12 | 1 | -11/+16 |
| | |||||
* | fixes tcompiletimerange [bugfix] (#11720) | Andreas Rumpf | 2019-07-12 | 3 | -7/+29 |
| | |||||
* | Moved 'Case statement macros' documentation out of manual into ↵ | Ico Doornekamp | 2019-07-12 | 2 | -51/+51 |
| | | | | manual_experimental (#11716) | ||||
* | [bugfix] VM: finally do inheritance properly | Araq | 2019-07-12 | 2 | -21/+36 |
| | |||||
* | koch/nim: completion of the 'better run' feature | Araq | 2019-07-12 | 3 | -4/+6 |
| | |||||
* | document 'nim' defines prefix | Araq | 2019-07-12 | 1 | -0/+3 |
| | |||||
* | nimpretty: implement a --maxLineLen command line option | Araq | 2019-07-12 | 2 | -7/+12 |
| | |||||
* | JS codegen: supports toOpenArray [bugfix] | Araq | 2019-07-12 | 4 | -14/+30 |
| | |||||
* | koch temp bugfix | Araq | 2019-07-12 | 1 | -3/+2 |
| | |||||
* | nimpretty: fix #11700, no extra newlines (#11714) | Miran | 2019-07-12 | 3 | -15/+64 |
| | |||||
* | better run [feature] (#11709) | Andreas Rumpf | 2019-07-11 | 10 | -24/+88 |
| | | | | | | | * track the checksums of all involved Nim files for smarter 'nim c -r' recompiles * don't recompile unless necessary for 'nim c -r' [feature] * [feature] koch boot uses a two step process in order to free the RAM before the GCC/Clang invocations * fixes a serious regression | ||||
* | Give NilAccessError a message (#11706) | Dominik Picheta | 2019-07-11 | 1 | -1/+1 |
| | |||||
* | make async tests green again | Andreas Rumpf | 2019-07-11 | 3 | -8/+12 |
| | |||||
* | minor style changes | Araq | 2019-07-11 | 15 | -110/+134 |
| | |||||
* | minor style changes | Araq | 2019-07-10 | 11 | -56/+60 |
| | |||||
* | make tests green again | Araq | 2019-07-10 | 1 | -5/+5 |
| | |||||
* | there is only one style -- my style | Araq | 2019-07-10 | 16 | -213/+232 |
| | |||||
* | fixes linter regressions | Araq | 2019-07-10 | 4 | -3/+15 |
| | |||||
* | make editdistance work with --styleCheck:error | Araq | 2019-07-10 | 1 | -108/+108 |
| | |||||
* | fixes #10901 | Araq | 2019-07-10 | 1 | -0/+2 |
| | |||||
* | fixes #11683 | Araq | 2019-07-10 | 1 | -5/+6 |
| | |||||
* | make more parts of the stdlib compile with --styleCheck:error | Araq | 2019-07-10 | 17 | -98/+98 |
| | |||||
* | fixes #11691 | Araq | 2019-07-10 | 1 | -5/+5 |
| | |||||
* | [feature] add `unsafeColumnAt` procs, that return unsafe cstring from ↵ | Huy | 2019-07-10 | 5 | -1/+24 |
| | | | | InstantRow (#11647) | ||||
* | styleCheck: make the compiler and large parts of the stdlib compatible with ↵ | Araq | 2019-07-10 | 90 | -652/+680 |
| | | | | --styleCheck:error | ||||
* | Make public additional types from sha1 module [feature] (#11694) | Ivan Bobev | 2019-07-10 | 2 | -2/+3 |
| | | | | | | | | | | * Make public additional types from sha1 module After making public newSha1State, update and finalize methods from the sha1 module was forgotten to be made public Sha1Digest and Sha1State types used by the new public methods. * Update changelog.md with sha1 module changes | ||||
* | linter: refactorings | Araq | 2019-07-10 | 3 | -55/+40 |
| | |||||
* | style changes | Araq | 2019-07-10 | 1 | -12/+12 |
| | |||||
* | nim styleChecker: implemented all the missing features (bugfix) | Araq | 2019-07-10 | 7 | -50/+110 |
| | |||||
* | minor system.nim style changes | Araq | 2019-07-10 | 1 | -3/+3 |
| | |||||
* | koch temp: use -d:leanCompiler if possible | Araq | 2019-07-10 | 1 | -1/+3 |
| | |||||
* | [other] prettify collections (#11695) | Miran | 2019-07-09 | 14 | -186/+209 |
| | |||||
* | newruntime: async progress | Araq | 2019-07-09 | 3 | -11/+27 |
| | |||||
* | control flow graph: don't ignore yield statements | Araq | 2019-07-09 | 1 | -1/+1 |
| | |||||
* | newruntime: map system.reset to =destroy | Araq | 2019-07-09 | 1 | -2/+10 |
| | |||||
* | closes #11551 (#11693) | Arne Döring | 2019-07-09 | 1 | -0/+13 |
| | |||||
* | newruntime: 'owned distinct' is a valid construct (required by async) | Araq | 2019-07-09 | 1 | -0/+1 |
| | |||||
* | make tests green again | Araq | 2019-07-09 | 1 | -1/+1 |
| | |||||
* | nimpretty: more comment indentation fixes | narimiran | 2019-07-09 | 3 | -6/+33 |
| | |||||
* | nimpretty: more improvements | Araq | 2019-07-09 | 3 | -15/+112 |
| | |||||
* | nimpretty: code cleanups | Araq | 2019-07-09 | 2 | -13/+4 |
| | |||||
* | nimpretty: yet another improvement | Araq | 2019-07-09 | 3 | -1/+21 |
| | |||||
* | async: more 'owned' annotations | Araq | 2019-07-09 | 2 | -14/+15 |
| | |||||
* | asyncmacro produces 'owned' types | Araq | 2019-07-09 | 1 | -2/+2 |
| | |||||
* | bugfix: allow type conversions between 'owned ref' types | Araq | 2019-07-09 | 1 | -1/+5 |
| | |||||
* | better error message for invalid types | Araq | 2019-07-09 | 1 | -1/+3 |
| | |||||
* | Offsetof fixes (#11690) | Arne Döring | 2019-07-09 | 8 | -81/+241 |
| | | | | | | | | * first fixes * more tests and fixes * code normalization | ||||
* | [other] test more packages (#11687) | Miran | 2019-07-08 | 1 | -1/+2 |
| |