summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-6811 Misc. removals in util, testing, io, ...Simon Ochsenreither2013-01-1712-824/+1
* SI-6811 Remove deprecated elements in scala.collectionSimon Ochsenreither2013-01-179-423/+0
* SI-6811 Remove parts of scala.concurrent not needed by scala.actorsSimon Ochsenreither2013-01-176-290/+0
* SI-6811 Remove the scala.util.grammar packageSimon Ochsenreither2013-01-172-48/+0
* SI-6811 Remove scala.collection.mutable.ConcurrentMapSimon Ochsenreither2013-01-178-243/+3
* SI-6811 Remove primitive widenings and /:\Simon Ochsenreither2013-01-172-50/+0
* SI-6811 Remove deprecated constructorsSimon Ochsenreither2013-01-171-10/+2
* SI-6811 Remove usages of scala.annotation.cloneableSimon Ochsenreither2013-01-174-8/+2
* SI-6811 Remove scala.annotation.serializableSimon Ochsenreither2013-01-171-15/+0
* Merge pull request #1899 from paulp/pr/extract-scaladocPaul Phillips2013-01-163-69/+111
|\
| * Granted scaladoc its own Global.Paul Phillips2013-01-143-69/+111
* | 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