summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Java 6-8 agnosticism for a testJason Zaugg2014-06-043-103/+30
* Disable OSGi tests under Java 8Jason Zaugg2014-06-041-14/+18
* Merge pull request #3803 from xeno-by/ticket/8637Adriaan Moors2014-06-033-0/+10
|\
| * SI-8637 fixes toolbox phase corruptionEugene Burmako2014-05-303-0/+10
* | Merge pull request #3796 from som-snytt/issue/8630Adriaan Moors2014-06-034-1/+14
|\ \
| * | SI-8630 lineToString no longer long by one at eofSom Snytt2014-05-274-1/+14
* | | Merge pull request #3795 from som-snytt/issue/8475Adriaan Moors2014-06-032-6/+15
|\ \ \
| * | | SI-8475 GroupedIterator is also lazy when paddedSom Snytt2014-05-272-6/+15
| |/ /
* | | Merge pull request #3789 from clhodapp/fix/SI-6678Adriaan Moors2014-06-031-1/+2
|\ \ \
| * | | SI-6678 Make currentMirror macro hygenicclhodapp2014-05-231-1/+2
* | | | Merge pull request #3786 from tvierling/deprecate-fixes-2.11.xAdriaan Moors2014-06-032-2/+2
|\ \ \ \
| * | | | To have effect, @deprecated needs to be an annotation.Todd Vierling2014-05-242-2/+2
| |/ / /
* | | | Merge pull request #3798 from adriaanm/scalapAdriaan Moors2014-06-021-0/+5
|\ \ \ \
| * | | | Include scalap in the distro.Adriaan Moors2014-05-281-0/+5
* | | | | Merge pull request #3774 from lrytz/opt/backendWipLukas Rytz2014-06-0116-1069/+954
|\ \ \ \ \
| * | | | | Unit tests for reflect/internal/NamesLukas Rytz2014-06-011-0/+95
| * | | | | Unit tests for new BType classesLukas Rytz2014-06-013-7/+119
| * | | | | Rewrite BType to a type hierarchy.Lukas Rytz2014-06-018-849/+508
| * | | | | Move class BType to separate component, include it by composition.Lukas Rytz2014-05-227-62/+72
| * | | | | More cleanups and commenting in GenBCodeLukas Rytz2014-05-213-35/+20
| * | | | | Re-use the exsiting range of the name table when using subName.Lukas Rytz2014-05-211-4/+10
| * | | | | Cleanups in Names.scalaLukas Rytz2014-05-211-53/+38
| * | | | | Minor cleanups and commenting around BType.Lukas Rytz2014-05-212-76/+103
| * | | | | Cleanups for tracing in GenBCode, improve some commentsLukas Rytz2014-05-214-11/+17
* | | | | | Merge pull request #3770 from retronym/ticket/8607Grzegorz Kossakowski2014-05-293-15/+46
|\ \ \ \ \ \
| * | | | | | SI-8607 Generalize previous change to preEraseJason Zaugg2014-05-212-22/+11
| * | | | | | SI-8607 Fix erasure for value class inheriting from private classJason Zaugg2014-05-212-1/+43
* | | | | | | Merge pull request #3791 from S11001001/ticket/8346Ichoran2014-05-295-6/+64
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | SI-8346: Rebuild invariant sets in #toSet, avoiding CCE.Stephen Compall2014-05-245-6/+64
* | | | | | | Merge pull request #3735 from lefou/osgi-fixAdriaan Moors2014-05-2812-8/+35
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Re-added the scala.util.parsing package import, with optional resolution.Tobias Roeser2014-05-091-1/+1
| * | | | | | Refined package imports for scala modules.Tobias Roeser2014-05-061-2/+2
| * | | | | | Add JavaSE-1.7 to set of required execution environments.Tobias Roeser2014-05-0511-21/+11
| * | | | | | Restrict Import-Package for scala.*Tobias Roeser2014-04-3012-8/+45
* | | | | | | Merge pull request #3733 from retronym/topic/pr-3712-resubmitJason Zaugg2014-05-272-1/+23
|\ \ \ \ \ \ \
| * | | | | | | SI-8475 Fix off by one in GroupedIterator when StreamingJean-Remi Desjardins2014-05-092-1/+23
* | | | | | | | Merge pull request #3794 from lrytz/t8625Jason Zaugg2014-05-272-3/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8625 fix unreachability analysis for boolean expressionsLukas Rytz2014-05-272-3/+15
* | | | | | | | | Merge pull request #3782 from retronym/topic/opt-scopeJason Zaugg2014-05-2713-27/+112
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Optimize enforcement of dependent method type restrictionsJason Zaugg2014-05-261-5/+4
| * | | | | | | | Fast path in Namer for methods without defaultsJason Zaugg2014-05-261-3/+8
| * | | | | | | | Optimize nested scope creationJason Zaugg2014-05-266-15/+76
| * | | | | | | | Eliminate some N^2 performance in type checkingJason Zaugg2014-05-266-4/+24
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #3790 from retronym/ticket/8617Lukas Rytz2014-05-253-1/+12
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | SI-8617 Avoid rangepos crash for OptManifest materializerJason Zaugg2014-05-243-1/+12
|/ / / / / / /
* | | | | | | Merge pull request #3779 from adriaanm/2.11.1Adriaan Moors2014-05-241-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Bump version number to 2.11.2Adriaan Moors2014-05-231-1/+1
|/ / / / / /
* | | | | | Merge pull request #3766 from adriaanm/bump-versionAdriaan Moors2014-05-231-6/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Bump versions for Scala 2.11.1Adriaan Moors2014-05-201-6/+6
* | | | | | Merge pull request #3767 from lrytz/opt/asmUpgradeSquashLukas Rytz2014-05-2172-320/+3883
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |