summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* use regular macro expansion logic for unapply quasiquotesDen Shabalin2013-10-146-11/+56
* minor changes due to typosDen Shabalin2013-10-141-2/+2
* SI-6841 SI-6657 add support for packages into quasiquotes and toolboxDen Shabalin2013-10-1410-25/+94
* 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 Trees.Paul Phillips2013-10-131-52/+52
* 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 #3025 from retronym/ticket/7902Paul Phillips2013-10-121-0/+1
|\ \
| * | SI-7902 Fix spurious kind error due to an unitialized symbolJason Zaugg2013-10-091-0/+1
* | | Merge pull request #3021 from paulp/pr/is-he-stable-or-is-he-volatilePaul Phillips2013-10-123-77/+85
|\ \ \
| * | | Extract isStable and isVolatile from Type.Paul Phillips2013-10-053-77/+85
* | | | Merge pull request #3020 from paulp/pr/overriding-pairsJason Zaugg2013-10-096-354/+458
|\ \ \ \ | |_|/ / |/| | |
| * | | Generalize OverridingPairs to SymbolPairs.Paul Phillips2013-10-056-354/+458
| |/ /
* | | Merge pull request #3022 from retronym/ticket/7899Jason Zaugg2013-10-091-2/+3
|\ \ \ | |_|/ |/| |
| * | SI-7899 Don't infer by-name types during, e.g. eta-expansionJason Zaugg2013-10-071-2/+3
| |/
* | 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-035-23/+28
|\ \
| * | SI-6680 unsoundness in gadt typing.Paul Phillips2013-10-013-21/+25
| * | SI-7886 unsoundness in pattern matcher.Paul Phillips2013-10-013-7/+8
* | | Correct build command for scala-ideSimon Schaefer2013-10-031-1/+1
* | | Merge pull request #3013 from retronym/topic/unspec-fix-windowsAdriaan Moors2013-10-032-19/+17
|\ \ \
| * | | Rework cff8b569 to heal the windows build.Jason Zaugg2013-10-032-19/+17
* | | | Merge pull request #2973 from sschaef/eclipse-update3Adriaan Moors2013-10-039-112/+57
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update of Eclipse project filesSimon Schaefer2013-09-229-112/+57
* | | | 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-037-40/+63
|\ \ \ \ \
| * | | | | macro bundles are now usable in replEugene Burmako2013-10-021-4/+6
| * | | | | gets rid of randomness in virtual filenames for bundlesEugene Burmako2013-10-022-11/+11
| * | | | | clearly establishes what macro bundles areEugene Burmako2013-10-025-26/+47
| | |_|/ / | |/| | |
* | | | | 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-0282-1047/+63
* | | | | 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-302-37/+58
|\ \ \ \ \
| * | | | | refactors ToolBoxGlobal wrappersEugene Burmako2013-09-271-64/+74
| * | | | | transformers no longer ignore UnApply.funEugene Burmako2013-09-262-26/+37
* | | | | | Some refinement of -Xlint interpolation warning.Paul Phillips2013-09-272-43/+41
| |/ / / / |/| | | |
* | | | | 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
| |/ / / /