summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-6979 Small optimization in lubJason Zaugg2013-01-161-0/+1
* Merge pull request #1880 from som-snytt/issue/6894-javap-appPaul Phillips2013-01-151-65/+100
|\
| * Fixes and features for javap (fixing SI-6894)Som Snytt2013-01-111-65/+100
* | Merge pull request #1881 from adriaanm/rebase-1879-masterPaul Phillips2013-01-151-1/+1
|\ \
| * | SI-6955 switch emission no longer foiled by type aliasAdriaan Moors2013-01-111-1/+1
| |/
* | Merge pull request #1897 from retronym/ticket/6964Paul Phillips2013-01-1515-1138/+2
|\ \
| * | SI-6964 Remove build managers, both simple and refined.Jason Zaugg2013-01-1215-1138/+2
| |/
* | Merge pull request #1803 from paulp/issue/6375Paul Phillips2013-01-152-7/+50
|\ \
| * | Tweaked meta-annotation error based on feedback.Paul Phillips2013-01-141-4/+5
| * | SI-6375, warn on lost annotation.Paul Phillips2013-01-141-2/+33
| * | Cleaned up meta-annotations.Paul Phillips2013-01-141-5/+16
* | | Merge pull request #1877 from adriaanm/rebase-1876-masterAdriaan Moors2013-01-141-17/+2
|\ \ \
| * | | remove hack for old patmat unnecessary in 2.11Adriaan Moors2013-01-141-16/+2
| * | | SI-5189 detect unsoundness when inferring type of matchAdriaan Moors2013-01-141-6/+5
| |/ /
* | | Merge pull request #1886 from retronym/ticket/6966Adriaan Moors2013-01-141-2/+6
|\ \ \ | |/ / |/| |
| * | SI-6966 Fix regression in implicit resolutionJason Zaugg2013-01-121-2/+6
* | | Merge pull request #1837 from julio/fix-typoAdriaan Moors2013-01-142-2/+2
|\ \ \
| * | | Fix dependant => dependentJulio Santos2013-01-022-2/+2
* | | | Remove EqualsPatternClass.Jason Zaugg2013-01-142-4/+1
| |/ / |/| |
* | | Merge pull request #1885 from paulp/merge/pr-1844Paul Phillips2013-01-1119-153/+396
|\ \ \
| * \ \ Merge commit 'refs/pull/1844/head' into merge/pr-1844Paul Phillips2013-01-1119-153/+396
| |\ \ \
| | * | | macroExpandAll is now triggered by typedEugene Burmako2013-01-092-3/+7
| | * | | SI-5923 adapt macros when they are deferredEugene Burmako2013-01-092-7/+5
| | * | | generalizes macroExpandEugene Burmako2013-01-096-89/+263
| | * | | typedPrimaryConstrBody now returns supercallEugene Burmako2013-01-091-1/+5
| | * | | more precise errors for macrosEugene Burmako2013-01-092-5/+13
| | * | | parentTypes => typedParentTypesEugene Burmako2013-01-093-6/+6
| | * | | changes isTermMacro checks to something more universalEugene Burmako2013-01-097-15/+26
| | * | | fixes printing of AppliedTypeTreeEugene Burmako2013-01-091-8/+12
| | * | | adds Trees.replace(Tree, Tree)Eugene Burmako2013-01-092-9/+13
| | * | | makes macro override error more consistentEugene Burmako2013-01-091-2/+2
| | * | | refactors handling of macros in replEugene Burmako2013-01-091-13/+25
| | * | | adds c.macroRoleEugene Burmako2013-01-093-0/+24
* | | | | Merge pull request #1862 from retronym/ticket/6641-2.11.xPaul Phillips2013-01-112-52/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-6641 Cull scala.swing.SwingWorkerJason Zaugg2013-01-082-52/+0
* | | | | Merge pull request #1874 from paulp/pr/mode-value-classPaul Phillips2013-01-1115-183/+204
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Made "mode" into a value class.Paul Phillips2013-01-0915-183/+204
| | |/ / | |/| |
* | | | Merge pull request #1873 from paulp/pr/variance-bonanzaPaul Phillips2013-01-1023-459/+508
|\ \ \ \
| * | | | Renamed isTrackingVariance to trackVariance.Paul Phillips2013-01-093-12/+12
| * | | | SI-5378, unsoundness with type bounds in refinements.Paul Phillips2013-01-091-29/+50
| * | | | SI-6566, unsoundness with alias variance.Paul Phillips2013-01-098-13/+15
| * | | | Handle variance exclusions in a less ad hoc manner.Paul Phillips2013-01-092-16/+29
| * | | | Eliminated redundant validateVariance.Paul Phillips2013-01-092-81/+61
| * | | | Sweeping up in Variances.Paul Phillips2013-01-091-19/+15
| * | | | Move isFinalType logic to Symbol.Paul Phillips2013-01-092-3/+12
| * | | | Move escaping local logic into VarianceValidator.Paul Phillips2013-01-092-15/+19
| * | | | Eliminated VariantTypeMap.Paul Phillips2013-01-095-119/+98
| * | | | Functionalization of Variance code.Paul Phillips2013-01-091-29/+32
| * | | | Moved VariantTypeMap into Variances.Paul Phillips2013-01-092-71/+74
| * | | | Moved Variances into SymbolTable.Paul Phillips2013-01-094-21/+25