summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3293 from soc/SI-7469Adriaan Moors2014-01-155-13/+9
|\
| * SI-7469 Remove misc. @deprecated elementsSimon Ochsenreither2014-01-095-13/+9
* | Merge pull request #3285 from som-snytt/issue/8015-FF-NLsAdriaan Moors2014-01-152-23/+54
|\ \
| * | SI-8015 Refactor per code reviewSom Snytt2014-01-132-27/+34
| * | SI-8015 Carat => CaretVisitor2014-01-081-3/+5
| * | SI-8015 Unprintables in messagesSom Snytt2014-01-082-3/+16
| * | SI-8015 Count lines by EOLsSom Snytt2014-01-081-12/+21
| |/
* | Merge pull request #3321 from VladimirNik/sprinterJason Zaugg2014-01-152-129/+685
|\ \
| * | toCode renamed to showCodeVladimirNik2014-01-132-3/+3
| * | Code cleanup based on pull request commentsVladimirNik2014-01-071-65/+56
| * | Annotated trees processing is modifiedVladimirNik2014-01-071-22/+17
| * | Printers code refactoring and cleanupVladimirNik2014-01-051-251/+188
| * | toCode is added to PrintersVladimirNik2014-01-052-0/+634
| * | val showOuterTests is removedVladimirNik2014-01-011-6/+0
| * | Variance annotations printingVladimirNik2014-01-011-0/+5
* | | Merge pull request #3363 from retronym/ticket/8146Jason Zaugg2014-01-152-15/+11
|\ \ \
| * | | SI-8146 Fix non-deterministic <:< for deeply nested typesJason Zaugg2014-01-142-15/+11
* | | | Merge pull request #3355 from xeno-by/topic/saturday-nightJason Zaugg2014-01-1422-158/+81
|\ \ \ \
| * | | | prohibits constructor overloading for macro bundlesEugene Burmako2014-01-121-1/+2
| * | | | changes bundles to be classes, not traits extending MacroEugene Burmako2014-01-124-107/+19
| * | | | *boxContext => *box.Context , *boxMacro => *box.MacroEugene Burmako2014-01-1221-75/+85
| |/ / /
* | | | Merge pull request #3275 from paulp/pr/patmatAdriaan Moors2014-01-133-35/+24
|\ \ \ \
| * | | | Fix infinite recursion in name-based patmat.Paul Phillips2014-01-091-1/+3
| * | | | SI-8128 Fix regression in extractors returning existentialsJason Zaugg2014-01-091-4/+11
| * | | | Eliminated some dead/redundant code based on review.Paul Phillips2013-12-312-48/+7
| * | | | SI-7850 CCE in patmat with invalid isEmpty.Paul Phillips2013-12-151-0/+1
| * | | | SI-7897, SI-6675 improves name-based patmatPaul Phillips2013-12-152-0/+20
* | | | | Merge pull request #3247 from soc/SI-8058-enumsAdriaan Moors2014-01-136-3/+16
|\ \ \ \ \
| * | | | | SI-8058 Better support for enum treesSimon Ochsenreither2014-01-046-3/+16
* | | | | | Merge pull request #3242 from retronym/ticket/8046Adriaan Moors2014-01-132-4/+14
|\ \ \ \ \ \
| * | | | | | SI-8046 Only use fast TypeRef#baseTypeSeq with concrete base typesJason Zaugg2013-12-101-2/+11
| * | | | | | SI-8046 Fix baseTypeSeq in presence of type aliasesJason Zaugg2013-12-091-2/+3
* | | | | | | Merge pull request #3184 from retronym/ticket/2066Adriaan Moors2014-01-131-2/+14
|\ \ \ \ \ \ \
| * | | | | | | SI-2066 Plug a soundness hole higher order type params, overridingJason Zaugg2013-11-271-2/+14
* | | | | | | | Merge pull request #3346 from retronym/ticket/8129Grzegorz Kossakowski2014-01-122-7/+12
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | SI-8129 Plug a leak in perRunCachesJason Zaugg2014-01-102-7/+12
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #3342 from xeno-by/topic/pres-compiler-macrosJason Zaugg2014-01-091-13/+0
|\ \ \ \ \ \ \
| * | | | | | | Removes unnecessary generality in the macro engineEugene Burmako2014-01-081-13/+0
| |/ / / / / /
* | | | | | | Merge pull request #3332 from xeno-by/topic/existential-type-treeJason Zaugg2014-01-094-11/+25
|\ \ \ \ \ \ \
| * | | | | | | ExistentialTypeTree.whereClauses are now MemberDefsEugene Burmako2014-01-074-11/+25
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #3149 from soc/SI-7974Jason Zaugg2014-01-094-12/+24
|\ \ \ \ \ \ \
| * | | | | | | SI-7974 Avoid calling nonPrivateMember after erasureSimon Ochsenreither2014-01-034-12/+24
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #3269 from dotta/issue/si-4287Jason Zaugg2014-01-091-6/+14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | SI-4827 Corrected positions assigned to constructor's default argMirco Dotta2014-01-081-6/+14
* | | | | | | Merge pull request #3305 from xeno-by/topic/copy-untypedJason Zaugg2014-01-081-0/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | awakens default getter synthesis from the untyper nightmareEugene Burmako2014-01-071-0/+5
* | | | | | | Merge pull request #3245 from densh/si/8047Jason Zaugg2014-01-033-4/+6
|\ \ \ \ \ \ \
| * | | | | | | SI-8047 change fresh name encoding to avoid owner corruptionDen Shabalin2013-12-163-4/+6
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #3254 from xeno-by/topic/typeCheckJason Zaugg2014-01-032-4/+10
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | typeCheck => typecheckEugene Burmako2013-12-102-4/+10
| |/ / / / /