summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #5467Araq2017-03-071-0/+4
* fixes #5430Araq2017-02-261-13/+14
* Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-241-1/+1
|\
| * fixes #5417Andreas Rumpf2017-02-241-1/+1
* | big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-23/+22
|/
* fixes #5383Araq2017-02-161-1/+2
* fixes #5354Araq2017-02-111-5/+5
* nimsuggest works in macrosAndreas Rumpf2017-02-071-0/+2
* fixes #5148Araq2016-12-291-1/+1
* Used typed/untyped instead of stmt/expr in semQuoteAst. Fixes issue 5120 (#5126)Chris Heller2016-12-221-2/+2
* Merge branch 'devel' into sighashesAraq2016-12-171-2/+2
|\
| * Gramma change: casted or Casted to cast or Cast respectivelyjlp7652016-12-171-2/+2
* | more fixesAraq2016-12-031-0/+1
* | Merge branch 'devel' into sighashesAraq2016-12-011-1/+2
|\|
| * fixes #5079Araq2016-11-301-1/+2
* | Merge branch 'devel' into sighashesAraq2016-11-281-1/+1
|\|
| * recursive modules are only detected to improve error messagesAndreas Rumpf2016-11-241-1/+1
* | removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-21/+23
|/
* refactoring complete: explicit ident cacheAraq2016-10-311-4/+4
* big refactoring: step 1Araq2016-10-311-5/+5
* fixes #4875Andreas Rumpf2016-10-201-18/+18
* fixes #4845Araq2016-10-081-1/+3
* fixes #4626Andreas Rumpf2016-09-131-42/+4
* fixes #4699Andreas Rumpf2016-09-051-1/+1
* fixes #4673Andreas Rumpf2016-09-011-3/+3
* fixes #4179; disallow assignments to openarraysAndreas Rumpf2016-08-261-2/+3
* Merge pull request #4592 from arnetheduck/compiler-cleanupAndreas Rumpf2016-08-251-12/+0
|\
| * remove unused stuffJacek Sieka2016-08-091-12/+0
* | side-effect computation now done in the proper pass; fixes #4254Andreas Rumpf2016-08-251-9/+0
|/
* fixes #4353Andreas Rumpf2016-08-041-1/+3
* fixes #4564Andreas Rumpf2016-08-041-3/+5
* fixes #4555Andreas Rumpf2016-08-021-1/+1
* compiler almost free of deprecated expr/stmt namesAndreas Rumpf2016-07-301-2/+2
* fixes #4432Andreas Rumpf2016-07-291-6/+4
* remove XXX commentAndreas Rumpf2016-07-201-1/+0
* Merge pull request #4488 from mbaulch/fix4346improvedAndreas Rumpf2016-07-161-0/+2
|\
| * Handle tuples with unnamed fields, symbols, and more. Less duplication.Matthew Baulch2016-07-151-5/+2
| * Fix: Correctly (and more efficiently) handle non-tuple conversions.Matthew Baulch2016-07-141-2/+3
| * Use target field types in tuple conversions.Matthew Baulch2016-07-141-0/+4
* | better be safe than sorryAndreas Rumpf2016-07-151-1/+2
* | rollback of nimsuggest improvement until we figured out the reasonsAndreas Rumpf2016-07-151-5/+5
* | fixes #3548Andreas Rumpf2016-07-151-7/+8
|/
* fixes #4358Andreas Rumpf2016-07-121-3/+6
* fixes #4371Andreas Rumpf2016-07-081-2/+1
* fixes #537Andreas Rumpf2016-07-061-0/+3
* refactoringsAndreas Rumpf2016-05-301-42/+55
* Merge branch 'patch/fix-3496-generic-tmpl-args' of https://github.com/nanoant...Andreas Rumpf2016-05-291-4/+56
|\
| * fixes #3496Adam Strzelecki2015-10-291-4/+56
* | fixes #3882Andreas Rumpf2016-05-281-3/+7
* | fixes #4227Andreas Rumpf2016-05-271-1/+1