summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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-291-7/+5
|\ \ \ \ \ \ \
| * | | | | | | SI-8607 Generalize previous change to preEraseJason Zaugg2014-05-211-14/+6
| * | | | | | | SI-8607 Fix erasure for value class inheriting from private classJason Zaugg2014-05-211-1/+7
* | | | | | | | Merge pull request #3791 from S11001001/ticket/8346Ichoran2014-05-293-6/+24
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | SI-8346: Rebuild invariant sets in #toSet, avoiding CCE.Stephen Compall2014-05-243-6/+24
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3735 from lefou/osgi-fixAdriaan Moors2014-05-2811-8/+30
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | 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-3011-8/+40
* | | | | | | Merge pull request #3733 from retronym/topic/pr-3712-resubmitJason Zaugg2014-05-271-1/+3
|\ \ \ \ \ \ \
| * | | | | | | SI-8475 Fix off by one in GroupedIterator when StreamingJean-Remi Desjardins2014-05-091-1/+3
* | | | | | | | Merge pull request #3794 from lrytz/t8625Jason Zaugg2014-05-271-3/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8625 fix unreachability analysis for boolean expressionsLukas Rytz2014-05-271-3/+10
* | | | | | | | | Merge pull request #3782 from retronym/topic/opt-scopeJason Zaugg2014-05-275-27/+33
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | 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-263-15/+14
| * | | | | | | | Eliminate some N^2 performance in type checkingJason Zaugg2014-05-261-4/+7
| | |_|/ / / / / | |/| | | | | |
* / | | | | | | SI-8617 Avoid rangepos crash for OptManifest materializerJason Zaugg2014-05-241-1/+1
|/ / / / / / /
* | | / / / / Upgrade ASM to 5.0.2Lukas Rytz2014-05-2069-313/+3846
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #3756 from mkubala/ticket/8591Jason Zaugg2014-05-201-0/+1
|\ \ \ \ \ \
| * | | | | | SI-8591 Scaladoc: Problem with scrolling under Safari on iOSMarcin Kubala2014-05-161-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3748 from retronym/ticket/8587Jason Zaugg2014-05-202-8/+7
|\ \ \ \ \ \
| * | | | | | SI-8587 Explicitly document forall/exists for empty collectionsJason Zaugg2014-05-142-8/+7
| |/ / / / /
* | | | | | Merge pull request #3761 from som-snytt/issue/8507-onlyJason Zaugg2014-05-201-47/+50
|\ \ \ \ \ \
| * | | | | | SI-8507 Avoid lazy val in StringContextSom Snytt2014-05-131-47/+50
* | | | | | | SI-8601 Don't treat newarray as dead codeJason Zaugg2014-05-191-1/+1
* | | | | | | SI-8601 Avoid over-eager optimization of LOAD_FIELDJason Zaugg2014-05-192-5/+7
* | | | | | | SI-8601 Don't treat int/long division, or arraylength, as dead-codeJason Zaugg2014-05-191-0/+2
* | | | | | | Revert "SI-8601 Don't treat int/long division, or arraylength, as dead-code"Adriaan Moors2014-05-191-2/+0
* | | | | | | Revert "SI-8601 Avoid over-eager optimization of LOAD_FIELD"Adriaan Moors2014-05-192-5/+6
* | | | | | | Revert "SI-8601 Don't treat newarray as dead code"Adriaan Moors2014-05-191-1/+1
* | | | | | | SI-8601 Don't treat newarray as dead codeJason Zaugg2014-05-181-1/+1
* | | | | | | SI-8601 Avoid over-eager optimization of LOAD_FIELDJason Zaugg2014-05-182-6/+5
* | | | | | | SI-8601 Don't treat int/long division, or arraylength, as dead-codeJason Zaugg2014-05-181-0/+2
* | | | | | | Merge pull request #3738 from retronym/ticket/8574Jason Zaugg2014-05-172-1/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-8574 Copy @SerialVersionUID, etc, to specialized subclassesJason Zaugg2014-05-162-1/+2
| | |_|_|/ / | |/| | | |
* | | | | | SI-8582 emit InnerClasses attribute in GenBCodeLukas Rytz2014-05-131-1/+2
* | | | | | Fix BeanInfo generation for GenBCodeLukas Rytz2014-05-131-1/+1
* | | | | | Allow tracing methods and classes in GenBCodeLukas Rytz2014-05-135-2/+75
| |/ / / / |/| | | |
* | | | | SI-8578 Avoid another potential fresh name clashJason Zaugg2014-05-111-1/+1
* | | | | SI-8578 Avoid fresh name clashes under -Ydelambdafy:methodJason Zaugg2014-05-111-1/+1
|/ / / /