summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 'nim check' stability improvementsAraq2019-07-144-8/+17
* makes --styleCheck:error the default for the Nim compiler itselfAraq2019-07-142-5/+16
* minor update for the genode targetAraq2019-07-142-2/+2
* make 'koch temp' work againAraq2019-07-142-13/+20
* [refactoring] moves transformation for 'spawn' into its own spawn.nim impleme...Araq2019-07-146-432/+447
* os: confine osErrorMsg example to Linux (#11725)alaviss2019-07-131-1/+1
* times: use posix constant instead of import (#11692)Jacek Sieka2019-07-132-12/+4
* fixes #11715 (#11721)Andreas Rumpf2019-07-132-1/+9
* better run also considers the command line; fixes #11719 [feature]Araq2019-07-123-1/+18
* newruntime: refchecks:on|off switchAraq2019-07-125-6/+14
* made --newruntime ready for multi-threadingAraq2019-07-121-5/+21
* atomics.nim: minor improvementsAraq2019-07-121-1/+1
* documented --newruntime switchAraq2019-07-121-1/+4
* preparations to be able to use atomics in runtime_v2.nimAraq2019-07-121-11/+16
* fixes tcompiletimerange [bugfix] (#11720)Andreas Rumpf2019-07-123-7/+29
* Moved 'Case statement macros' documentation out of manual into manual_experim...Ico Doornekamp2019-07-122-51/+51
* [bugfix] VM: finally do inheritance properlyAraq2019-07-122-21/+36
* koch/nim: completion of the 'better run' featureAraq2019-07-123-4/+6
* document 'nim' defines prefixAraq2019-07-121-0/+3
* nimpretty: implement a --maxLineLen command line optionAraq2019-07-122-7/+12
* JS codegen: supports toOpenArray [bugfix]Araq2019-07-124-14/+30
* koch temp bugfixAraq2019-07-121-3/+2
* nimpretty: fix #11700, no extra newlines (#11714)Miran2019-07-123-15/+64
* better run [feature] (#11709)Andreas Rumpf2019-07-1110-24/+88
* 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 Instant...Huy2019-07-105-1/+24
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-1090-652/+680
* Make public additional types from sha1 module [feature] (#11694)Ivan Bobev2019-07-102-2/+3
* 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