summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixes #10689Araq2019-08-121-1/+5
* fixes #11254Araq2019-08-123-12/+20
* fixes #11891Andreas Rumpf2019-08-103-2/+10
* fixes 'unused module' feature for 32 bit builds of Nim for good [nobackport]Araq2019-08-093-8/+6
* make tests green again on 32bit systemsAraq2019-08-091-1/+1
* merged #11813 manually [bugfix]Andreas Rumpf2019-08-081-1/+1
* [refactoring] compiler: simplified markUsedAndreas Rumpf2019-08-089-50/+50
* fixes #11809Andreas Rumpf2019-08-084-27/+49
* removed unused imports [refactoring]Andreas Rumpf2019-08-088-10/+8
* Lock semchecked ast for macros (#11883) [bugfix]Arne Döring2019-08-083-18/+36
* fix crash on sigmatch (#11913)Timothee Cour2019-08-082-3/+4
* delete expensive call (#11909) [refactoring]Arne Döring2019-08-081-1/+1
* Incremental compilation (IC): Improvements (#11881)Andreas Rumpf2019-08-087-77/+87
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-0729-275/+513
* disallow static in return type (#9686) [nobackport]Arne Döring2019-08-062-1/+6
* fixes #11817 (#11889)Andreas Rumpf2019-08-051-8/+5
* Add build support for Linux/ia64 (#11880) [feature]John Paul Adrian Glaubitz2019-08-041-1/+1
* fixes #9829 (#11849)Arne Döring2019-08-041-1/+1
* Allow typeof(nil) as generic parameter (#11869)Oscar Nihlgård2019-08-031-2/+0
* VM exception fixes (#11868)Oscar Nihlgård2019-08-022-2/+14
* Fix VM conversion to var type [bugfix] (#11866)Oscar Nihlgård2019-08-011-2/+2
* IR: minor refactoringAndreas Rumpf2019-07-271-1/+4
* IC: some progressAndreas Rumpf2019-07-275-14/+12
* 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
|/ /