summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3014 from ceedubs/pr/implicitNotFound-scaladocAdriaan Moors2013-10-071-2/+5
|\
| * Describe type parameter interpolation in @implicitNotFound documentationCody Allen2013-10-031-2/+5
* | Merge pull request #3005 from paulp/pr/7886Paul Phillips2013-10-0331-76/+221
|\ \
| * | SI-6680 unsoundness in gadt typing.Paul Phillips2013-10-0124-69/+185
| * | SI-7886 unsoundness in pattern matcher.Paul Phillips2013-10-018-12/+41
* | | Merge pull request #3015 from sschaef/eclipse-updateAdriaan Moors2013-10-031-1/+1
|\ \ \
| * | | Correct build command for scala-ideSimon Schaefer2013-10-031-1/+1
|/ / /
* | | Merge pull request #3013 from retronym/topic/unspec-fix-windowsAdriaan Moors2013-10-034-24/+22
|\ \ \
| * | | Rework cff8b569 to heal the windows build.Jason Zaugg2013-10-034-24/+22
* | | | Merge pull request #2973 from sschaef/eclipse-update3Adriaan Moors2013-10-0310-113/+58
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update of Eclipse project filesSimon Schaefer2013-09-2210-113/+58
* | | | Merge pull request #2965 from retronym/ticket/7859Grzegorz Kossakowski2013-10-0310-37/+147
|\ \ \ \
| * | | | SI-7859 Value classes may wrap a non-public memberJason Zaugg2013-09-2910-37/+147
* | | | | Merge pull request #2994 from xeno-by/topic/bundlesJason Zaugg2013-10-0329-43/+269
|\ \ \ \ \
| * | | | | macro bundles are now usable in replEugene Burmako2013-10-023-4/+43
| * | | | | gets rid of randomness in virtual filenames for bundlesEugene Burmako2013-10-022-11/+11
| * | | | | clearly establishes what macro bundles areEugene Burmako2013-10-0225-29/+216
| | |_|/ / | |/| | |
* | | | | 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
* | | | | Merge pull request #3004 from paulp/pr/remove-unusedPaul Phillips2013-10-0285-1060/+70
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Removing unused code.Paul Phillips2013-10-0284-1055/+67
| * | | | Remove 'hasDefaultFlag'.Paul Phillips2013-10-022-5/+3
|/ / / /
* | | | Merge pull request #3003 from paulp/pr/position-catchupPaul Phillips2013-10-0119-83/+98
|\ \ \ \
| * | | | Updating Position call sites.Paul Phillips2013-09-2719-83/+98
* | | | | Merge pull request #2991 from xeno-by/topic/unapply-copierEugene Burmako2013-09-305-37/+92
|\ \ \ \ \
| * | | | | refactors ToolBoxGlobal wrappersEugene Burmako2013-09-271-64/+74
| * | | | | transformers no longer ignore UnApply.funEugene Burmako2013-09-265-26/+71
* | | | | | Merge pull request #3000 from paulp/pr/xlintPaul Phillips2013-09-284-44/+85
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Some refinement of -Xlint interpolation warning.Paul Phillips2013-09-274-44/+85
|/ / / / /
* | | | | Merge pull request #2909 from soc/SI-7629-deprecate-view-boundsJason Zaugg2013-09-277-4/+36
|\ \ \ \ \
| * | | | | SI-7629 Deprecate view boundsSimon Ochsenreither2013-09-257-4/+36
| |/ / / /
* | | | | Merge pull request #2992 from retronym/ticket/7877Jason Zaugg2013-09-274-2/+23
|\ \ \ \ \
| * | | | | SI-7877 Only look for unapplies in term treesJason Zaugg2013-09-274-2/+23
| |/ / / /
* | | | | Merge pull request #2978 from som-snytt/issue/7848-forgotten-interp-msg-lgtmPaul Phillips2013-09-2714-55/+108
|\ \ \ \ \
| * | | | | SI-7848 Xlint no warn on $sym with paramsSom Snytt2013-09-2314-55/+108
* | | | | | Merge pull request #2996 from paulp/pr/3971Jason Zaugg2013-09-274-1/+47
|\ \ \ \ \ \
| * | | | | | SI-3971 error message carat mispoints at curried methods.Paul Phillips2013-09-274-1/+47
* | | | | | | Merge pull request #2998 from paulp/pr/6120Paul Phillips2013-09-2718-18/+130
|\ \ \ \ \ \ \
| * | | | | | | SI-6120 multiple warnings at same position.Paul Phillips2013-09-2718-18/+130
| |/ / / / / /
* | | | | | | Merge pull request #2987 from paulp/pr/emptySelfTypePaul Phillips2013-09-2728-57/+57
|\ \ \ \ \ \ \
| * | | | | | | SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-2728-57/+57
| |/ / / / / /
* | | | | | | Merge pull request #2995 from paulp/pr/defaultparamJason Zaugg2013-09-276-14/+15
|\ \ \ \ \ \ \
| * | | | | | | Fix up DEFAULTPARAM semantics.Paul Phillips2013-09-276-14/+15
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #2963 from sjrd/topic/hooks-for-scala-jsAdriaan Moors2013-09-272-4/+17
|\ \ \ \ \ \ \
| * | | | | | | Move logic checking valid names from ClassPath to ClassPathContextSébastien Doeraene2013-09-231-3/+9
| * | | | | | | Add back the newClassLoader hook in SymbolLoaders.Sébastien Doeraene2013-09-231-1/+8
* | | | | | | | Merge pull request #2997 from retronym/merge/2.10.x-to-master-2Adriaan Moors2013-09-2710-15/+144
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2Jason Zaugg2013-09-2710-15/+144
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Merge pull request #2983 from retronym/merge/2.10.3-to-2.10.xJason Zaugg2013-09-244-13/+119
| | |\ \ \ \ \ \