summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* better run [feature] (#11709)Andreas Rumpf2019-07-1110-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 Picheta2019-07-111-1/+1
|
* make async tests green againAndreas Rumpf2019-07-113-8/+12
|
* minor style changesAraq2019-07-1115-110/+134
|
* minor style changesAraq2019-07-1011-56/+60
|
* make tests green againAraq2019-07-101-5/+5
|
* there is only one style -- my styleAraq2019-07-1016-213/+232
|
* fixes linter regressionsAraq2019-07-104-3/+15
|
* make editdistance work with --styleCheck:errorAraq2019-07-101-108/+108
|
* fixes #10901Araq2019-07-101-0/+2
|
* fixes #11683Araq2019-07-101-5/+6
|
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-1017-98/+98
|
* fixes #11691Araq2019-07-101-5/+5
|
* [feature] add `unsafeColumnAt` procs, that return unsafe cstring from ↵Huy2019-07-105-1/+24
| | | | InstantRow (#11647)
* styleCheck: make the compiler and large parts of the stdlib compatible with ↵Araq2019-07-1090-652/+680
| | | | --styleCheck:error
* Make public additional types from sha1 module [feature] (#11694)Ivan Bobev2019-07-102-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: refactoringsAraq2019-07-103-55/+40
|
* style changesAraq2019-07-101-12/+12
|
* nim styleChecker: implemented all the missing features (bugfix)Araq2019-07-107-50/+110
|
* minor system.nim style changesAraq2019-07-101-3/+3
|
* koch temp: use -d:leanCompiler if possibleAraq2019-07-101-1/+3
|
* [other] prettify collections (#11695)Miran2019-07-0914-186/+209
|
* newruntime: async progressAraq2019-07-093-11/+27
|
* control flow graph: don't ignore yield statementsAraq2019-07-091-1/+1
|
* newruntime: map system.reset to =destroyAraq2019-07-091-2/+10
|
* closes #11551 (#11693)Arne Döring2019-07-091-0/+13
|
* newruntime: 'owned distinct' is a valid construct (required by async)Araq2019-07-091-0/+1
|
* make tests green againAraq2019-07-091-1/+1
|
* nimpretty: more comment indentation fixesnarimiran2019-07-093-6/+33
|
* nimpretty: more improvementsAraq2019-07-093-15/+112
|
* nimpretty: code cleanupsAraq2019-07-092-13/+4
|
* nimpretty: yet another improvementAraq2019-07-093-1/+21
|
* async: more 'owned' annotationsAraq2019-07-092-14/+15
|
* asyncmacro produces 'owned' typesAraq2019-07-091-2/+2
|
* bugfix: allow type conversions between 'owned ref' typesAraq2019-07-091-1/+5
|
* better error message for invalid typesAraq2019-07-091-1/+3
|
* Offsetof fixes (#11690)Arne Döring2019-07-098-81/+241
| | | | | | | | * first fixes * more tests and fixes * code normalization
* [other] test more packages (#11687)Miran2019-07-081-1/+2
|
* fixes #11530Andreas Rumpf2019-07-081-1/+6
|
* [refactoring] nimbase.h: remove dead code which was confusing (#11682)Timothee Cour2019-07-081-24/+0
|
* dynlib: use posix module (#11623)Jacek Sieka2019-07-086-50/+32
|
* nimpretty: don't introduce extra spaces after a colon or a comma (#11672)Miran2019-07-073-133/+143
|
* fixes #11350Araq2019-07-072-3/+50
|
* fixes #11660 (#11677)Andreas Rumpf2019-07-072-1/+10
|
* [HCR] Added warning for using performCodeReload() in main module (#11667)awr12019-07-071-1/+4
| | | | | | | | * [HCR] Added error for using performCodeReload() in main module * [HCR] changed this to a warning, clarified usage * [HCR] fixed typo
* fixes #11671Andreas Rumpf2019-07-071-1/+1
|
* improved the error message for #11494; closes #11494Andreas Rumpf2019-07-062-2/+23
|
* fixes a finish.exe regressionAndreas Rumpf2019-07-061-1/+2
|
* fixes #11447Andreas Rumpf2019-07-063-2/+11
|
* fixes #3333Andreas Rumpf2019-07-061-6/+6
|