summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\|
| * fixes #5129Araq2016-12-171-1/+3
| |
| * Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-12-175-51/+123
| |\
| | * Merge pull request #5124 from vegansk/fix_lib_outAndreas Rumpf2016-12-171-2/+8
| | |\ | | | | | | | | Use ``out`` compiler option when linking static library
| | | * Use ``out`` compiler option when linking static libraryAnatoly Galiulin2016-12-161-2/+8
| | | |
| | * | Gramma change: casted or Casted to cast or Cast respectivelyjlp7652016-12-172-4/+4
| | |/ | | | | | | | | | past tense of cast is cast not casted :-)
| * | reworked emit pragma; fixes #4730Andreas Rumpf2016-12-172-3/+21
| | |
* | | Merge branch 'devel' into sighashesAraq2016-12-142-43/+105
|\ \ \ | | |/ | |/|
| * | Nim compiler generates nimcache/proj.json for easier interop with external ↵Araq2016-12-142-43/+104
| | | | | | | | | | | | build tools
* | | Merge branch 'devel' into sighashesAraq2016-12-131-4/+9
|\| |
| * | macros.getType: do not copy symbols if not necessaryAraq2016-12-071-4/+9
| |/
* | code cleanup and getting rid of debugging comments that nihilated the ↵Araq2016-12-131-14/+3
| | | | | | | | sighashes approach
* | sighashes: multi-methods should work nowAndreas Rumpf2016-12-131-0/+2
| |
* | sighashes: do not use the ID mechanism at allAraq2016-12-133-11/+56
| |
* | make tsigbreak.nim compileAndreas Rumpf2016-12-124-7/+14
| |
* | fixes serious codegen regression that caused Nimble to misbehaveAraq2016-12-101-1/+1
| |