summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10012 from nc-x/header-pathAndreas Rumpf2018-12-161-0/+2
|\
| * escape the include pathNeelesh Chandola2018-12-161-1/+1
| * Add project directory to include pathNeelesh Chandola2018-12-161-0/+2
* | fixes #9120Araq2018-12-161-10/+0
* | fixes #9420Araq2018-12-161-1/+1
* | fixes #8991, fixes #4446Araq2018-12-161-1/+1
* | restore the old .nims processing behaviour; fixes #9989; fixes #9995Araq2018-12-161-6/+1
* | fixes #9991Araq2018-12-161-1/+1
* | Merge pull request #10003 from nc-x/fix-enum-internal-errorAndreas Rumpf2018-12-161-1/+3
|\ \
| * | Fix internal error when casting to invalid enum valueNeelesh Chandola2018-12-151-1/+3
* | | Fixes #10005recloser2018-12-151-33/+16
| |/ |/|
* | fixes #9994Andreas Rumpf2018-12-151-2/+2
|/
* fixes #9985Andreas Rumpf2018-12-151-0/+3
* fixes #9995Andreas Rumpf2018-12-152-7/+5
* --gc:destructors: baby stepsAndreas Rumpf2018-12-153-15/+22
* better error message for 'proc' that is not intended to be used as a typeclassAndreas Rumpf2018-12-151-4/+8
* fixes #9982Andreas Rumpf2018-12-141-1/+1
* fixes #9978Andreas Rumpf2018-12-141-1/+1
* fixes yet another NimScript regressionAraq2018-12-141-0/+2
* fixes #9965Araq2018-12-142-15/+94
* enum types can now be assigned values from enum with holes (#9958)Neelesh Chandola2018-12-131-2/+2
* os.nim: big refactoring, use the new pathnorm that was extracted by compiler/...Araq2018-12-131-161/+10
* Show lineinfo of for in yield (#9779)Alexander Ivanov2018-12-131-0/+5
* Give error when case has an else branch even though all cases are already cov...Neelesh Chandola2018-12-131-1/+3
* Undefine some symbols and globalOptions when processing nimscript (#9945) [ba...Neelesh Chandola2018-12-131-0/+12
* Fix nimsuggest build with clang on windowsNeelesh Chandola2018-12-131-1/+1
* Merge pull request #8748 from LemonBoy/when-in-objectsAndreas Rumpf2018-12-121-0/+40
|\
| * Pervasive replacement of nkRecWhen in generic typesLemonBoy2018-10-191-0/+40
* | resolve merge conflictsAraq2018-12-121-1/+1
|\ \
| * | Removed arch option in compiler definitionFredrik Høisæther Rasch2017-03-211-1/+1
* | | Merge pull request #9937 from cooldome/pragmablock_custom_pragmaAndreas Rumpf2018-12-122-9/+7
|\ \ \
| * | | custom pragmas in pragma blocksAndrii Riabushenko2018-12-112-9/+7
* | | | minor cleanupsAndreas Rumpf2018-12-111-7/+6
* | | | Merge pull request #9916 from timotheecour/pr_ref_9906_errorMaxAndreas Rumpf2018-12-111-0/+9
|\ \ \ \
| * | | | --errorMax:0 means: unlimitedTimothee Cour2018-12-091-3/+7
| * | | | refs #9906; --errorMax:10 allows stopping after 10 errorsTimothee Cour2018-12-091-0/+5
* | | | | cleanup main.nim's code styleAndreas Rumpf2018-12-111-14/+10
* | | | | destructors: defensive programming against wrong generated destructor for str...Andreas Rumpf2018-12-112-6/+10
* | | | | Merge pull request #9917 from timotheecour/pr_dump_msgAndreas Rumpf2018-12-111-1/+17
|\ \ \ \ \
| * | | | | enhance `dump --dump.format:json`Timothee Cour2018-12-091-1/+17
| |/ / / /
* | | | | Merge pull request #9881 from timotheecour/pr_ref_9880Andreas Rumpf2018-12-113-9/+13
|\ \ \ \ \
| * | | | | refs #9880 show index and bound in lots of `index out of bounds` errorsTimothee Cour2018-12-093-9/+13
* | | | | | the linking step doesn't mind Windows' 8K command line limit anymoreAraq2018-12-111-28/+48
* | | | | | fixes extccomp regressionsAraq2018-12-111-2/+2
* | | | | | fixes extccomp regressionsAraq2018-12-111-2/+2
* | | | | | fixes extccomp regressionsAraq2018-12-111-5/+5
* | | | | | workaround against silly Windows command line length limitations for the upco...Araq2018-12-112-17/+29
* | | | | | megatest can be executedArne Döring2018-12-111-1/+2
* | | | | | Merge pull request #9929 from nc-x/fix-js-regressionAndreas Rumpf2018-12-111-1/+1
|\ \ \ \ \ \
| * | | | | | tyProc does not require copying in JS codegenNeelesh Chandola2018-12-111-1/+1