summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Reset exprs before return by arg. Fixes #5098 (#5191)Brandon Pickering2017-01-111-2/+2
|
* alternative fix for #4884; fixes tlateboundstaticZahary Karadjov2017-01-111-1/+1
|
* bugfix: abs(0.0) should be +0.0Andreas Rumpf2017-01-101-1/+1
|
* fix #4884Zahary Karadjov2017-01-081-3/+4
|
* Remove colon when unpacking yielded tuples. Fixes #5173 (#5190)Brandon Pickering2017-01-081-1/+3
|
* happy new yearAraq2017-01-079-12/+12
|
* make Nim compiler compile with 0.15.2Araq2017-01-072-6/+22
|
* added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994Araq2017-01-074-14/+22
|
* fixes 'nim c file_without_nim_ext' regression; refs #5183Andreas Rumpf2017-01-061-1/+2
|
* fixes #5185Andreas Rumpf2017-01-062-4/+5
|
* gendepend improvements; refs #5144Araq2017-01-062-1/+9
|
* compiler API: introduce options.disableNmiblePathAraq2017-01-062-4/+7
|
* fixes #5171Araq2017-01-031-0/+1
|
* make nimforum compile againAraq2016-12-311-1/+4
|
* existance of new distros.nim module can be detected with defined(nimDistros)Araq2016-12-311-0/+1
|
* make vmgen more robust in the context of 'nim check'Araq2016-12-311-2/+3
|
* fixes #2050Araq2016-12-301-5/+9
|
* fixes #3848Araq2016-12-301-1/+1
|
* fixes #5161Araq2016-12-301-1/+1
|
* fixes #5147Araq2016-12-301-7/+25
|
* fixes #5148Araq2016-12-291-1/+1
|
* make gendepend work againAraq2016-12-291-1/+1
|
* new shift ops for Nim; based on #4743Andreas Rumpf2016-12-292-1/+11
|
* attempt to mitigate Nimble issue #293Andreas Rumpf2016-12-291-2/+2
|
* simple closure iterator calling closure iterator works; refs #3837Andreas Rumpf2016-12-271-9/+15
|
* fixes #4519Andreas Rumpf2016-12-251-1/+1
|
* fixes #5142Araq2016-12-231-4/+6
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-12-221-2/+2
|\
| * Used typed/untyped instead of stmt/expr in semQuoteAst. Fixes issue 5120 (#5126)Chris Heller2016-12-221-2/+2
| | | | | | * Use typed/untyped instead of stmt/expr in semQuoteAst. Fixes #5120
* | fixes #5140Araq2016-12-221-1/+3
|/
* make tsets test green againAraq2016-12-221-5/+6
|
* fixes #5137Andreas Rumpf2016-12-221-14/+19
|
* implements module grouping for the import statementAndreas Rumpf2016-12-213-14/+26
|
* fixes recently introduced regressionAndreas Rumpf2016-12-211-6/+8
|
* fixes #5136Andreas Rumpf2016-12-211-6/+6
|
* fixes #5135Andreas Rumpf2016-12-211-0/+5
|
* fixes #5131Araq2016-12-201-1/+1
|
* make nimfix compile with newer compiler APIAraq2016-12-201-2/+3
|
* bugfix: aporia compiles againAraq2016-12-201-0/+1
|
* Merge branch 'devel' into sighashesAraq2016-12-197-17/+43
|\
| * make tests green againAraq2016-12-181-1/+1
| |
| * Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-12-181-2/+3
| |\
| | * fixes nimsuggest bug #43Andreas Rumpf2016-12-181-2/+3
| | |
| * | fixes #4308, fixes #4905Araq2016-12-183-1/+23
| | |
| * | debug output: show line info earlierAraq2016-12-181-1/+1
| |/
| * revert line info generation change; produces worse results for other casesAraq2016-12-181-2/+2
| |
| * significantly better stack traces when templates are involvedAraq2016-12-181-8/+12
| |
| * fixes nimsuggest issue #40Araq2016-12-181-1/+1
| |
| * fixes nimsuggest issue #41Araq2016-12-181-1/+3
| |
* | Merge branch 'devel' into sighashesAraq2016-12-176-10/+36
|\|