summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #3033 from paulp/pr/pickler-reduxGrzegorz Kossakowski2013-10-164-686/+191
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Eliminate redundant pickling code.Paul Phillips2013-10-124-684/+189
| * | | | Convenience method findSymbol.Paul Phillips2013-10-122-2/+2
* | | | | Merge pull request #3016 from xeno-by/topic/vampiresJason Zaugg2013-10-151-1/+1
|\ \ \ \ \
| * | | | | no longer warns on calls to vampire macrosEugene Burmako2013-10-041-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #3037 from gkossakowski/fix-merge-3018v2.11.0-M6Grzegorz Kossakowski2013-10-142-17/+199
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'scala/master' into fix-merge-3018Grzegorz Kossakowski2013-10-147-379/+206
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Remove stray debug commentAdriaan Moors2013-10-081-2/+0
| * | | | | Extract SerialVersionUIDAnnotation. Make SAM body synthetic.Adriaan Moors2013-10-082-11/+6
| * | | | | Don't pursue SAM translation after an arity mismatch.Jason Zaugg2013-10-081-2/+3
| * | | | | Single Abstract Method support: synthesize SAMsAdriaan Moors2013-10-041-10/+44
| * | | | | Single Abstract Method support: synthesis helpersAdriaan Moors2013-10-041-0/+154
| * | | | | Simplify partest.task target, fix typo in comment.Adriaan Moors2013-10-041-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #3038 from retronym/topic/by-name-revertGrzegorz Kossakowski2013-10-142-3/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-7899 Allow by-name inference under -Yinfer-by-nameJason Zaugg2013-10-142-3/+9
* | | | | 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
| | |_|_|/ / | |/| | | |