summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* makes the -d:nimIncremental compiler mode compile againAndreas Rumpf2019-07-273-26/+18
* fix #11812 (#11829)Arne Döring2019-07-271-1/+1
* revert changesAndrii Riabushenko2019-07-2510-56/+43
* add testAndrii Riabushenko2019-07-251-2/+6
* fixes #11826Andrii Riabushenko2019-07-259-41/+50
* run runnableExamples in the module scope (#11732) [feature]Timothee Cour2019-07-221-11/+13
* fixes #11792 (#11793)cooldome2019-07-211-1/+1
* fixes #11745Araq2019-07-191-1/+6
* fixes #11790 [nobackport]Araq2019-07-191-1/+1
* bugfix: it should be [UnusedImport] [nobackport]Araq2019-07-191-2/+1
* revert the bugfix for #11747 as it really was a new, poorly though-out featureAraq2019-07-191-3/+0
* fixes a 'nim check' regressionAraq2019-07-191-1/+1
* installer: ship nimpretty.exe on WindowsAraq2019-07-191-0/+1
* Merge branch 'devel' into araq-detect-unused-importsAndreas Rumpf2019-07-1874-634/+688
|\
| * nimpretty: fixes #11616Araq2019-07-181-6/+27
| * nimpretty: fixes #11699Araq2019-07-181-7/+16
| * [refactoring] nimprettyAraq2019-07-181-15/+29
| * [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-1870-546/+525
| * fixes #11758 [nobackport]Andreas Rumpf2019-07-171-1/+7
| * [refactoring] don't use 'defer'Andreas Rumpf2019-07-171-13/+18
| * Merge pull request #11680 from timotheecour/pr_fix_sigmatch_errmsgAndreas Rumpf2019-07-172-51/+68
| |\
| | * fix #8305 #7808 #10285 #11061 + other bugs with type mismatch error msgsTimothee Cour2019-07-082-51/+68
| * | Merge pull request #11751 from nim-lang/araq-fixes-11474Andreas Rumpf2019-07-171-0/+3
| |\ \
| | * | fixes #11747Andreas Rumpf2019-07-171-0/+3
| * | | fixes a critical 'nim secret' regressionAndreas Rumpf2019-07-171-1/+1
| |/ /
* | | warn about unused imports; fixes an 'export' regression [nobackport]Andreas Rumpf2019-07-183-7/+9
* | | [feature] detect unused importsAraq2019-07-1712-33/+62
|/ /
* | 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