summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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 libraryAnatoly Galiulin2016-12-161-2/+8
| | * | Gramma change: casted or Casted to cast or Cast respectivelyjlp7652016-12-172-4/+4
| | |/
| * | 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 bu...Araq2016-12-142-43/+104
* | | 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 sighash...Araq2016-12-131-14/+3
* | 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
* | store typeinfo also in local hash table to prevent multiple 'extern' declarat...Araq2016-12-101-0/+4
* | make the Nim compiler compile as C++Araq2016-12-101-2/+4
* | don't use sfExported for sig hashingAraq2016-12-071-1/+1
* | real world examples compileAndreas Rumpf2016-12-061-1/+4
* | tgettypeinst works again; fixes an infinite recursion in signature hashingAndreas Rumpf2016-12-061-3/+3
* | implements -d:nimdiff switch for seeing generated C code diffsAndreas Rumpf2016-12-061-1/+7
* | re-enable object name generation for less dependence on IDsAraq2016-12-052-1/+11
* | made more tests greenAraq2016-12-052-3/+17
* | refactoring: C codegen with fewer global variablesAraq2016-12-056-78/+79