Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fixes #11530 | Andreas Rumpf | 2019-07-08 | 1 | -1/+6 |
| | |||||
* | [refactoring] nimbase.h: remove dead code which was confusing (#11682) | Timothee Cour | 2019-07-08 | 1 | -24/+0 |
| | |||||
* | dynlib: use posix module (#11623) | Jacek Sieka | 2019-07-08 | 6 | -50/+32 |
| | |||||
* | nimpretty: don't introduce extra spaces after a colon or a comma (#11672) | Miran | 2019-07-07 | 3 | -133/+143 |
| | |||||
* | fixes #11350 | Araq | 2019-07-07 | 2 | -3/+50 |
| | |||||
* | fixes #11660 (#11677) | Andreas Rumpf | 2019-07-07 | 2 | -1/+10 |
| | |||||
* | [HCR] Added warning for using performCodeReload() in main module (#11667) | awr1 | 2019-07-07 | 1 | -1/+4 |
| | | | | | | | | * [HCR] Added error for using performCodeReload() in main module * [HCR] changed this to a warning, clarified usage * [HCR] fixed typo | ||||
* | fixes #11671 | Andreas Rumpf | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | improved the error message for #11494; closes #11494 | Andreas Rumpf | 2019-07-06 | 2 | -2/+23 |
| | |||||
* | fixes a finish.exe regression | Andreas Rumpf | 2019-07-06 | 1 | -1/+2 |
| | |||||
* | fixes #11447 | Andreas Rumpf | 2019-07-06 | 3 | -2/+11 |
| | |||||
* | fixes #3333 | Andreas Rumpf | 2019-07-06 | 1 | -6/+6 |
| |