summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Expand)AuthorAgeFilesLines
...
* make semObjConstr robust for nimsuggestAraq2017-03-211-3/+3
* mark symbols in getAst context as usedAndreas Rumpf2017-03-201-1/+5
* revert getAst handling to not use overloading resolutionAndreas Rumpf2017-03-201-1/+18
* overloading resolution for getAst; breaking changeAraq2017-03-181-8/+14
* Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-03-141-5/+10
|\
| * Fixes #5167 and related problems (#5475)zah2017-03-121-0/+2
| * don't allow casting to non-concrete types; fixes #5428 (#5502)zah2017-03-121-5/+8
* | nimsuggest: more things workAraq2017-03-091-1/+5
|/
* 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
|/