summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
| |/ / / / /
* | / / / / makes well-known packages and package classes consistent with each otherEugene Burmako2013-12-291-1/+2
| |/ / / / |/| | | |
* | | | | cosmetic changes to liftablesEugene Burmako2013-12-196-44/+58
| |_|_|/ |/| | |
* | | | Merge pull request #3266 from soc/SI-7546Adriaan Moors2013-12-131-1/+2
|\ \ \ \
| * | | | SI-7546 Use likely monotonic clock source for durationsSimon Ochsenreither2013-12-131-1/+2
| |/ / /
* | | | Merge pull request #3262 from densh/si/8030Adriaan Moors2013-12-131-3/+2
|\ \ \ \
| * | | | SI-8030 force symbols on presentation compiler initializationDen Shabalin2013-12-121-3/+2
| |/ / /
* | | | Merge pull request #3214 from retronym/ticket/8024Adriaan Moors2013-12-131-4/+8
|\ \ \ \
| * | | | SI-8024 Improve user-level toString of package objectsJason Zaugg2013-12-121-4/+8
* | | | | Merge pull request #3265 from retronym/merge/2.10.x-to-masterAdriaan Moors2013-12-131-1/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge commit '0c92704' into merge/2.10.x-to-masterJason Zaugg2013-12-111-1/+8
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge pull request #3229 from retronym/ticket/8029Adriaan Moors2013-12-091-1/+8
| | |\ \ \
| | | * | | SI-8029 Avoid multi-run cyclic error with companions, package objectJason Zaugg2013-12-061-1/+8
| | * | | | [backport] SI-7439 Avoid NPE in `isMonomorphicType` with stub symbols.Jason Zaugg2013-12-071-1/+3
| | |/ / /
* | | | | Merge pull request #3218 from som-snytt/issue/8027-repl-dbltabJason Zaugg2013-12-121-6/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-8027 REPL double tab regressionSom Snytt2013-12-031-6/+10
| | |_|/ | |/| |
* | | | Merge pull request #3241 from retronym/ticket/8054Jason Zaugg2013-12-121-5/+8
|\ \ \ \
| * | | | SI-8054 Fix regression in TypeRef rebind with val overriding objectJason Zaugg2013-12-091-5/+8
* | | | | Address minor pull request feedback pointsDen Shabalin2013-12-113-4/+2
* | | | | SI-7789 make quasiquotes deconstruct UnApply treesDen Shabalin2013-12-101-3/+5
* | | | | Introduce support for Unliftable for QuasiquotesDen Shabalin2013-12-106-0/+132
* | | | | Provide a way for unapply macro to obtain a list of subpattensDen Shabalin2013-12-102-0/+4
* | | | | Move Liftable into the Universe cake; add additional standard LiftablesDen Shabalin2013-12-106-58/+139
* | | | | SI-7979 Fix quasiquotes crash on mismatch between fields and constructorDen Shabalin2013-12-101-4/+8
* | | | | SI-6842 Make splicing less sensitive to precise types of treesDen Shabalin2013-12-103-34/+79
* | | | | SI-8009 Ensure that Idents preserve isBackquoted propertyDen Shabalin2013-12-103-2/+18
* | | | | SI-8008 Make q”f(..$xs)” only match trees with Apply nodeDen Shabalin2013-12-103-17/+0
| |_|/ / |/| | |
* | | | undeprecates c.parseEugene Burmako2013-12-061-3/+0
|/ / /
* | | Merge pull request #3202 from retronym/topic/function1-tuplenAdriaan Moors2013-12-031-0/+5
|\ \ \
| * | | Better error messages for common Function/Tuple mistakesJason Zaugg2013-12-011-0/+5
| |/ /