summary refs log tree commit diff stats
path: root/compiler/semtempl.nim
Commit message (Expand)AuthorAgeFilesLines
...
* template+emit supports volatileRead and volatileWrite opsAndreas Rumpf2017-01-231-1/+3
* Fixes #5225 (#5243)Lolo Iccl2017-01-181-1/+8
* remove unused stuffJacek Sieka2016-08-091-29/+0
* fixes #4353Andreas Rumpf2016-08-041-4/+6
* fixes #4555Andreas Rumpf2016-08-021-1/+1
* compiler almost free of deprecated expr/stmt namesAndreas Rumpf2016-07-301-1/+1
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-2/+6
* Merge branch 'devel' into new-llAndreas Rumpf2016-01-141-4/+1
|\
| * fixes #3498Adam Strzelecki2015-10-301-4/+1
* | first implementation of the new lambda-lifting pass; barely anything worksAndreas Rumpf2015-12-261-3/+1
|/
* fixes regression: NimForum compiles againAraq2015-09-211-24/+61
* Merge branch 'devel' into fix_bracket_exprAraq2015-09-121-0/+11
|\
| * fixes some regressionsAraq2015-09-121-0/+11
| * fixes #1528Araq2015-09-121-24/+1
* | first attempt to fix 'a[i]' handling in genericsAraq2015-09-121-0/+51
* | fixes #1528Araq2015-09-101-24/+1
|/
* fixes #2670Araq2015-08-081-4/+19
* minor refactoring for big fixes to comeAraq2015-07-241-3/+7
* fixes #1738Araq2015-07-221-1/+1
* don't store the scope for routinesAraq2015-04-041-1/+1
* fixes #2390Araq2015-03-231-53/+59
* fixes #2215Araq2015-02-251-1/+1
* Fix typosFederico Ceratto2015-02-151-1/+1
* Fix typosFederico Ceratto2015-02-151-2/+2
* nimsuggest improvementsAraq2015-01-301-3/+7
* fixes #1915Araq2015-01-121-3/+12
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* fixes #940Araq2014-11-171-1/+2
* nimfix improvementsAraq2014-09-101-4/+2
* 'pretty' command does not exist anymore; improvements for nimfixAraq2014-09-101-1/+15
* updated the compiler to use the new symbol namesAraq2014-08-281-3/+3
* Nimrod renamed to NimAraq2014-08-281-1/+1
* fixes #1285Araq2014-06-301-1/+1
* Renamed considerAccents to considerQuotedIdentClay Sweetser2014-05-261-2/+2
* Renamed 'considerAcc' to 'considerAccents' for clarityClay Sweetser2014-05-241-2/+2
* propagate semExpr flags in macro/template expansionZahary Karadjov2014-04-061-2/+2
* fixes #880Araq2014-04-011-14/+20
* fixes tmemit regressionAraq2014-03-261-0/+14
* fixes #1025; don't know what this breaksAraq2014-03-261-2/+0
* fixes #993Araq2014-03-131-1/+7
* fix #909Zahary Karadjov2014-03-091-1/+3
* split the inline and closure iterators into different symbol kinds for easier...Zahary Karadjov2014-03-061-2/+2
* 'inject' for the new symbol binding rules in templatesAraq2014-01-191-7/+19
* Templates will pick the candidate in the nearest scope when symbols are mixed-inZahary Karadjov2013-12-311-0/+1
* case consistency: next stepsAraq2013-12-291-2/+2
* case consistency part 4Araq2013-12-271-27/+27
* case consistency part 1Araq2013-12-271-2/+2
* bootstraps with new template symbol binding rulesAraq2013-12-241-8/+8
* attempt to merge newtemplAraq2013-12-241-1/+3
* 'bind' default for clean templatesAraq2013-05-151-3/+44