summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* introduce --newruntime switch for the upcoming destructors and move semanticsAndreas Rumpf2017-10-131-1/+1
* simple programs now work with the new destroyer passAndreas Rumpf2017-10-121-3/+4
* allow macros to produce nnkGotoState and nkStateAndreas Rumpf2017-10-091-0/+4
* breaking change: getAst strips away pointless nnkStmtList nodes; node renderi...Andreas Rumpf2017-09-261-3/+4
* some work to make 'opt' a first class typeAndreas Rumpf2017-09-241-7/+3
* write tracking for funcs implementedAndreas Rumpf2017-09-231-1/+2
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-8/+8
* .pure enums are much more convenient to use nowAndreas Rumpf2017-09-171-2/+4
* make tests green againAndreas Rumpf2017-08-311-2/+4
* low/high/of are now overloadable operationsAndreas Rumpf2017-08-301-38/+3
* fixes mitems iterator on vm. (issue with tuple value)Parashurama2017-08-191-0/+3
* treat var modifiers inside the concept body correctly: #1033Zahary Karadjov2017-08-191-1/+6
* fixes #6127Andreas Rumpf2017-07-221-5/+3
* bugfix: keep the information of a raw float literal in the ASTAndreas Rumpf2017-07-061-3/+3
* do not crash for #5895Andreas Rumpf2017-07-061-1/+1
* Fix #5983Zahary Karadjov2017-06-201-1/+4
* Fix #5888Zahary Karadjov2017-06-201-1/+1
* introduce a pre-processing pass for the concept bodiesZahary Karadjov2017-06-201-2/+2
* restrict casting for closure. (#5948); fixes #5742Parashurama2017-06-071-1/+6
* first steps to allow easy functors via macrosAndreas Rumpf2017-06-041-17/+3
* 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