summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-7634 resurrect the REPL's :sh commandAntoine Gourlay2013-11-061-1/+1
* 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-144-22/+255
|\ \
| * \ Merge remote-tracking branch 'scala/master' into fix-merge-3018Grzegorz Kossakowski2013-10-1414-460/+601
| |\ \
| * | | Remove stray debug commentAdriaan Moors2013-10-081-2/+0
| * | | Extract SerialVersionUIDAnnotation. Make SAM body synthetic.Adriaan Moors2013-10-083-12/+8
| * | | 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-042-0/+192
| * | | Clarify findMembers, add reverse engineered docsAdriaan Moors2013-10-041-5/+17
| * | | 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 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
|\ \ \ \