summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | newruntime: progress to make 'async' work with --newruntimeAraq2019-07-152-2/+4
* | makes devel green againAndreas Rumpf2019-07-141-1/+3
* | 'nim check' stability improvementsAraq2019-07-144-8/+17
* | makes --styleCheck:error the default for the Nim compiler itselfAraq2019-07-142-5/+16
* | 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
* | times: use posix constant instead of import (#11692)Jacek Sieka2019-07-131-3/+0
* | fixes #11715 (#11721)Andreas Rumpf2019-07-131-1/+1
* | better run also considers the command line; fixes #11719 [feature]Araq2019-07-123-1/+18
* | newruntime: refchecks:on|off switchAraq2019-07-125-6/+14
* | fixes tcompiletimerange [bugfix] (#11720)Andreas Rumpf2019-07-122-2/+25
* | [bugfix] VM: finally do inheritance properlyAraq2019-07-121-11/+12
* | koch/nim: completion of the 'better run' featureAraq2019-07-122-2/+2
* | nimpretty: implement a --maxLineLen command line optionAraq2019-07-121-6/+6
* | JS codegen: supports toOpenArray [bugfix]Araq2019-07-121-3/+9
* | nimpretty: fix #11700, no extra newlines (#11714)Miran2019-07-121-15/+24
* | better run [feature] (#11709)Andreas Rumpf2019-07-117-19/+72
* | minor style changesAraq2019-07-113-5/+5
* | minor style changesAraq2019-07-101-1/+1
* | there is only one style -- my styleAraq2019-07-108-106/+106
* | fixes linter regressionsAraq2019-07-103-1/+3
* | fixes #10901Araq2019-07-101-0/+2
* | fixes #11683Araq2019-07-101-5/+6
* | fixes #11691Araq2019-07-101-5/+5
* | styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-1042-192/+185
* | linter: refactoringsAraq2019-07-103-55/+40
* | nim styleChecker: implemented all the missing features (bugfix)Araq2019-07-106-50/+80
* | newruntime: async progressAraq2019-07-091-1/+1
* | control flow graph: don't ignore yield statementsAraq2019-07-091-1/+1
* | newruntime: 'owned distinct' is a valid construct (required by async)Araq2019-07-091-0/+1
* | nimpretty: more comment indentation fixesnarimiran2019-07-091-6/+7
* | nimpretty: more improvementsAraq2019-07-091-15/+22
* | nimpretty: code cleanupsAraq2019-07-092-13/+4
* | nimpretty: yet another improvementAraq2019-07-091-1/+1
* | 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-096-80/+156
|/
* nimpretty: don't introduce extra spaces after a colon or a comma (#11672)Miran2019-07-071-3/+7
* fixes #11350Araq2019-07-071-3/+18
* fixes #11660 (#11677)Andreas Rumpf2019-07-071-1/+4
* fixes #11671Andreas Rumpf2019-07-071-1/+1
* improved the error message for #11494; closes #11494Andreas Rumpf2019-07-061-2/+2
* fixes #3333Andreas Rumpf2019-07-061-6/+6
* fixes #8316 (#11673)Andreas Rumpf2019-07-061-7/+15
* fixes #7057Andreas Rumpf2019-07-061-1/+1
* nimpretty: improved detection of commas and semicolons (#11661)Miran2019-07-061-4/+11
* introduce internal Int128 type, use it to fix case stmt checks (#11652)Arne Döring2019-07-055-11/+539
* nimpretty: don't touch formatted multiline comments (#11663)Miran2019-07-051-19/+27
* Fixes #11662: render ops priority (#11664)cooldome2019-07-051-4/+7
* nimpretty: nicer debugging [ci skip]narimiran2019-07-051-1/+1