summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* decrease duplication of fresh* function definitionsDen Shabalin2013-10-187-64/+37
* move fresh name creator into scala.reflect.internal.utilDen Shabalin2013-10-183-46/+4
* fix minor regression in quasiquote reificationDen Shabalin2013-10-181-1/+1
* better name for isCaseDefStartDen Shabalin2013-10-182-7/+7
* make q"f(..$xs)" deconstruction symmetrical to q"f[..$xs]"Den Shabalin2013-10-181-0/+3
* advanced fresh name reificationDen Shabalin2013-10-183-6/+76
* use regular macro expansion logic for unapply quasiquotesDen Shabalin2013-10-145-10/+55
* minor changes due to typosDen Shabalin2013-10-141-2/+2
* SI-6841 SI-6657 add support for packages into quasiquotes and toolboxDen Shabalin2013-10-146-14/+37
* refactor out range position utility constructorsDen Shabalin2013-10-141-2/+4
* refactor out common logic between various statSeq-s in parserDen Shabalin2013-10-141-35/+31
* Aesthetics in GenTrees.Paul Phillips2013-10-131-24/+13
* Merge pull request #3024 from retronym/ticket/7895Paul Phillips2013-10-122-25/+49
|\
| * SI-7985 Typecheck args after failure to typecheck functionJason Zaugg2013-10-091-6/+16
| * SI-7895 Issue all buffered errors after silent mode.Jason Zaugg2013-10-092-19/+26
| * SI-7895 Avoid cascade of "symbol not found" in pattern matchesJason Zaugg2013-10-091-3/+10
* | Merge pull request #3020 from paulp/pr/overriding-pairsJason Zaugg2013-10-094-352/+154
|\ \
| * | Generalize OverridingPairs to SymbolPairs.Paul Phillips2013-10-054-352/+154
| |/
* / SI-7899 Don't infer by-name types during, e.g. eta-expansionJason Zaugg2013-10-071-2/+3
|/
* Merge pull request #3005 from paulp/pr/7886Paul Phillips2013-10-033-21/+26
|\
| * SI-6680 unsoundness in gadt typing.Paul Phillips2013-10-012-20/+24
| * SI-7886 unsoundness in pattern matcher.Paul Phillips2013-10-012-6/+7
* | Merge pull request #2965 from retronym/ticket/7859Grzegorz Kossakowski2013-10-032-11/+22
|\ \
| * | SI-7859 Value classes may wrap a non-public memberJason Zaugg2013-09-292-11/+22
* | | Merge pull request #2994 from xeno-by/topic/bundlesJason Zaugg2013-10-033-29/+39
|\ \ \
| * | | gets rid of randomness in virtual filenames for bundlesEugene Burmako2013-10-022-11/+11
| * | | clearly establishes what macro bundles areEugene Burmako2013-10-022-19/+29
* | | | Merge pull request #2977 from sjrd/topic/remove-classpath-logic-dependent-on-...Jason Zaugg2013-10-033-4/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Add -Yno-load-impl-class disabling loading of $class.class files.Sébastien Doeraene2013-09-272-1/+11
| * | | Don't avoid to load trait impl .class without inliner.Sébastien Doeraene2013-09-192-4/+2
* | | | Removing unused code.Paul Phillips2013-10-0250-762/+31
* | | | Remove 'hasDefaultFlag'.Paul Phillips2013-10-021-3/+3
| |_|/ |/| |
* | | Merge pull request #3003 from paulp/pr/position-catchupPaul Phillips2013-10-019-46/+45
|\ \ \
| * | | Updating Position call sites.Paul Phillips2013-09-279-46/+45
* | | | Merge pull request #2991 from xeno-by/topic/unapply-copierEugene Burmako2013-09-301-36/+57
|\ \ \ \
| * | | | refactors ToolBoxGlobal wrappersEugene Burmako2013-09-271-64/+74
| * | | | transformers no longer ignore UnApply.funEugene Burmako2013-09-261-25/+36
* | | | | Some refinement of -Xlint interpolation warning.Paul Phillips2013-09-271-33/+30
| |/ / / |/| | |
* | | | Merge pull request #2909 from soc/SI-7629-deprecate-view-boundsJason Zaugg2013-09-271-4/+6
|\ \ \ \
| * | | | SI-7629 Deprecate view boundsSimon Ochsenreither2013-09-251-4/+6
| |/ / /
* | | | Merge pull request #2992 from retronym/ticket/7877Jason Zaugg2013-09-272-2/+3
|\ \ \ \
| * | | | SI-7877 Only look for unapplies in term treesJason Zaugg2013-09-272-2/+3
| |/ / /
* | | | Merge pull request #2978 from som-snytt/issue/7848-forgotten-interp-msg-lgtmPaul Phillips2013-09-274-27/+35
|\ \ \ \
| * | | | SI-7848 Xlint no warn on $sym with paramsSom Snytt2013-09-234-27/+35
* | | | | Merge pull request #2996 from paulp/pr/3971Jason Zaugg2013-09-272-1/+14
|\ \ \ \ \
| * | | | | SI-3971 error message carat mispoints at curried methods.Paul Phillips2013-09-272-1/+14
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2998 from paulp/pr/6120Paul Phillips2013-09-271-7/+18
|\ \ \ \ \
| * | | | | SI-6120 multiple warnings at same position.Paul Phillips2013-09-271-7/+18
| |/ / / /
* | | | | Merge pull request #2987 from paulp/pr/emptySelfTypePaul Phillips2013-09-2716-28/+28
|\ \ \ \ \
| * | | | | SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-2716-28/+28
| |/ / / /