summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable test t2868Lukas Rytz2012-09-115-0/+0
* Merge pull request #1274 from retronym/ticket/6335Grzegorz Kossakowski2012-09-114-2/+43
|\
| * More tests for SI-6335.Jason Zaugg2012-09-093-1/+31
| * SI-6335 More precise location of the implicit class synthetic method.Jason Zaugg2012-09-092-2/+13
* | Merge pull request #1284 from retronym/topic/deprecated-inheritanceGrzegorz Kossakowski2012-09-1114-0/+129
|\ \
| * | Pull request feedbackJason Zaugg2012-09-111-1/+1
| * | Rescues @deprecated{Inheritance, Overriding}Jason Zaugg2012-09-118-18/+50
| * | Adds @deprecatedInheritance to BigInt and BigDecimalSimon Ochsenreither2012-09-102-0/+2
| * | SI-6162 Adds @deprecatedInheritance/@deprecatedOverridingSimon Ochsenreither2012-09-1012-0/+95
| |/
* | Merge pull request #1275 from retronym/ticket/6276Grzegorz Kossakowski2012-09-116-2/+58
|\ \
| * | SI-6276 Warn on def or val that trivially loops infinitelyJason Zaugg2012-09-096-2/+58
| |/
* | Merge pull request #1282 from retronym/topic/erasure-cleanupJosh Suereth2012-09-103-8/+8
|\ \
| * | Minor cleanups of code/comments related to value classesJason Zaugg2012-09-103-8/+8
| |/
* | Merge pull request #1270 from paulp/issue/6327Josh Suereth2012-09-103-7/+39
|\ \
| * | Fix for SI-6327, wrongness in Dynamic.Paul Phillips2012-09-083-7/+39
* | | Merge pull request #1269 from jsuereth/wip/si-6333Josh Suereth2012-09-102-23/+69
|\ \ \
| * | | Minor code style alterations and performance fixes.Josh Suereth2012-09-071-10/+7
| * | | Fix for SI-6333 - Try throws from combinators.Josh Suereth2012-09-072-13/+62
| |/ /
* | | Merge pull request #1277 from som-snytt/issue-2.10/6278-inline-class-synth-defJosh Suereth2012-09-102-0/+36
|\ \ \
| * | | SI-6278 fixed: synthetic implicit def must sort with its associated implicit ...Som Snytt2012-09-092-0/+36
| |/ /
* | | Merge pull request #1278 from soc/remove-scalaruntime-tryJosh Suereth2012-09-101-29/+0
|\ \ \
| * | | SI-6345 Remove scala.runtime.ScalaRunTime.TrySimon Ochsenreither2012-09-101-29/+0
| |/ /
* | | Merge pull request #1276 from odersky/tickets/valueclassesJosh Suereth2012-09-104-2/+17
|\ \ \ | |/ / |/| |
| * | Makes getClass of a value class work.Martin Odersky2012-09-084-2/+17
|/ /
* | Merge pull request #1265 from scalamacros/ticket/6318Josh Suereth2012-09-065-1/+145
|\ \
| * | SI-6318 fixes ClassTag.unapply for primitivesEugene Burmako2012-09-065-1/+145
| |/
* | Merge pull request #1268 from scalamacros/topic/removes-islocatableJosh Suereth2012-09-062-13/+10
|\ \
| * | removes isLocatable from the public APIEugene Burmako2012-09-062-13/+10
* | | Merge pull request #1267 from scalamacros/ticket/6246Eugene Burmako2012-09-0612-62/+192
|\ \ \
| * | | fixes Manifest.Nothing and Manifest.NullEugene Burmako2012-09-0610-44/+49
| * | | SI-6246 deprecated apis for core class tagsEugene Burmako2012-09-064-23/+148
| |/ /
* | | Merge pull request #1168 from retronym/ticket/6258-2Josh Suereth2012-09-063-1/+42
|\ \ \ | |/ / |/| |
| * | SI-6258 Reject partial funs with undefined param typesJason Zaugg2012-08-233-1/+42
* | | Merge pull request #1266 from scalamacros/topic/removes-isconcreteEugene Burmako2012-09-068-26/+7
|\ \ \
| * | | removes Type.isConcreteEugene Burmako2012-09-068-26/+7
| | |/ | |/|
* | | Merge pull request #1260 from jsuereth/issue/5031Josh Suereth2012-09-068-49/+69
|\ \ \ | |/ / |/| |
| * | More fix for invalid companions.Paul Phillips2012-09-057-47/+67
| * | Sort files to see if we get reproducible testing results across linux/macJosh Suereth2012-09-051-2/+2
|/ /
* | Merge pull request #1253 from paulp/topic/fix-durationPaul Phillips2012-09-043-328/+578
|\ \
| * | Removing duplication from Duration.Paul Phillips2012-09-043-328/+578
|/ /
* | Merge pull request #1251 from dragos/issue/fix-5064Paul Phillips2012-09-043-2/+50
|\ \
| * | Fixed positions in de-aliased special symbols and for automatically added `ap...Iulian Dragos2012-09-043-2/+50
* | | Merge pull request #1219 from odersky/topic/worksheet-instrumenterJosh Suereth2012-09-046-211/+51
|\ \ \
| * | | Removed previosuly uncommented code, added more diagnosis output to REPL.Martin Odersky2012-08-301-45/+1
| * | | Made instrumenter more robust by looking at tokensMartin Odersky2012-08-302-18/+51
| * | | Removed dead code.Martin Odersky2012-08-303-149/+0
| * | | Two fixes for the worksheet instrumenterMartin Odersky2012-08-301-1/+1
* | | | Merge pull request #1244 from dgruntz/2.10.xJosh Suereth2012-09-041-4/+4
|\ \ \ \
| * | | | Fixes typos in the ScalaDoc of StringContextDominik Gruntz2012-09-041-4/+4
* | | | | Merge pull request #1245 from dragos/issue/fix-6312Josh Suereth2012-09-043-5/+35
|\ \ \ \ \