summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zahary' into araq2Andreas Rumpf2017-05-171-26/+5
|\
| * fix affecting templates with explicit generic paramsZahary Karadjov2017-05-131-26/+5
* | Merge branch 'zahary' into araq2Andreas Rumpf2017-05-161-15/+20
|\|
| * wipZahary Karadjov2017-04-111-4/+5
| * adapt quote to the new parsing rulesZahary Karadjov2017-04-101-8/+11
| * fix the do notation when used with procsZahary Karadjov2017-04-091-2/+1
| * Restore the Nim's 0.14 proper handling of generic aliasesZahary Karadjov2017-04-081-1/+1
| * fix #5642Zahary Karadjov2017-04-071-0/+2
* | Fix for #5695 make subscript operator overloadable for tuples (#5749)cooldome2017-04-241-3/+3
|/
* move the object construction logic to a separate fileZahary Karadjov2017-04-061-277/+1
* object construction: test cases and manual additionsZahary Karadjov2017-04-061-10/+8
* cleaned up the code and implemented proper error messagesZahary Karadjov2017-04-061-77/+178
* fix #4556Zahary Karadjov2017-04-061-55/+164
* Merge remote-tracking branch 'origin/concepts-rebased' into araqAndreas Rumpf2017-03-311-34/+82
|\
| * Working test cases for the sophisticated matrix library example from the manualZahary Karadjov2017-03-241-8/+20
| * further improvements to the error messages produced by conceptsZahary Karadjov2017-03-241-5/+6
| * proper error reporting for concepts and the introduction of the {.explain.} p...Zahary Karadjov2017-03-241-5/+17
| * infer static parameters even when more complicated arithmetic is involvedZahary Karadjov2017-03-241-0/+1
| * support derived values in non-generic user type classesZahary Karadjov2017-03-241-19/+20
| * kill the reportConceptFailures options as it will be replaced by the .explain...Zahary Karadjov2017-03-241-4/+1
| * introduce tyInferred for the unbound concept type paramsZahary Karadjov2017-03-241-1/+0
| * support for matching generic types' procs in generic conceptsZahary Karadjov2017-03-241-3/+1
| * support for accessing types and consts defined in concepts with the dot operatorZahary Karadjov2017-03-241-1/+26
| * support for accessing the inferred concept type params with the dot operatorZahary Karadjov2017-03-241-2/+2
| * concept type params inference working in basic examplesZahary Karadjov2017-03-241-1/+3
* | compiler: better error messages (#5613)Andreas Rumpf2017-03-261-7/+7
|/
* Fix generic forward declarations; fixes #4104; fixes #4908 (#5566)zah2017-03-231-1/+0
* 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