summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | Deprecated instrumentation APIMirco Dotta2012-10-107-1/+11
| | | * | | | Merge pull request #1483 from gkossakowski/SI-6440Josh Suereth2012-10-101-6/+1
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | SI-6440: Revert change to `TraversableLike.filterNot`Grzegorz Kossakowski2012-10-091-6/+1
| | | | |/ /
| | | * | | Merge pull request #1471 from retronym/ticket/6483Josh Suereth2012-10-091-0/+3
| | | |\ \ \
| | | | * | | SI-6483 Prohibit super[T] references in value classes.Jason Zaugg2012-10-071-0/+3
| | | * | | | Proposed fix for SI-6490.Martin Odersky2012-10-091-0/+2
| | | * | | | Merge pull request #1458 from scalamacros/pullrequest/reflectionJosh Suereth2012-10-0940-201/+146
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |
| | | | * | | removes strongly-typed Constant.value wrappersEugene Burmako2012-10-081-12/+0
| | | | * | | upgrades showRawEugene Burmako2012-10-041-18/+29
| | | | * | | introduces api.JavaMirrorsEugene Burmako2012-10-042-12/+17
| | | | * | | moves Attachments from api to macrosEugene Burmako2012-10-045-9/+18
| | | | * | | introduces macros.package.scalaEugene Burmako2012-10-041-0/+4
| | | | * | | removes extraneous methods from api.StandardNamesEugene Burmako2012-10-041-2/+0
| | | | * | | removes extraneous methods from api.StandardDefinitionsEugene Burmako2012-10-041-11/+0
| | | | * | | removes extraneous methods from api.TreesEugene Burmako2012-10-031-3/+0
| | | | * | | hides internal methods of api.PrintersEugene Burmako2012-10-031-3/+3
| | | | * | | removes extraneous methods from api.MirrorsEugene Burmako2012-10-032-41/+1
| | | | * | | removes extraneous methods from api.ScopesEugene Burmako2012-10-031-10/+4
| | | | * | | removes extraneous indirection from FlagValuesEugene Burmako2012-10-032-5/+1
| | | | * | | removes extraneous methods from api.ConstantsEugene Burmako2012-10-031-3/+0
| | | | * | | removes EmptyTermName and EmptyTypeNameEugene Burmako2012-10-033-11/+3
| | | | * | | renames macros.ReificationError to ReificationExceptionEugene Burmako2012-10-037-25/+33
| | | | * | | renames macros.TypeError to TypecheckExceptionEugene Burmako2012-10-033-23/+19
| | | | * | | renames macros.ParseError to ParseExceptionEugene Burmako2012-10-032-3/+4
| | | | * | | turns on documentation of scala.reflect.runtimeEugene Burmako2012-10-039-11/+11
| | | * | | | Merge pull request #1442 from adriaanm/ticket-6215Grzegorz Kossakowski2012-10-081-4/+4
| | | |\ \ \ \
| | | | * | | | SI-6215 Fix compiler crash on private method in value classMartin Odersky2012-10-021-4/+4
| | | * | | | | SI-6485 stops creating extmethods for macrosEugene Burmako2012-10-081-1/+1
| | * | | | | | Merge pull request #1426 from Blaisorblade/issue/6422Josh Suereth2012-10-101-0/+3
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | * | | | | SI-6422: add missing Fractional and Integral alias in scala packagePaolo G. Giarrusso2012-09-291-0/+3
* | | | | | | | Merge pull request #1473 from soc/SI-6388-without-predefAdriaan Moors2012-10-1921-469/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6388 Remove ApplicationSimon Ochsenreither2012-10-121-79/+0
| * | | | | | | | SI-6388 Remove some remaining, minor deprecationsSimon Ochsenreither2012-10-082-10/+0
| * | | | | | | | SI-6388 Remove deprecated item in scala/swingSimon Ochsenreither2012-10-081-3/+0
| * | | | | | | | SI-6388 Remove first parts of deprecated @serializable annotationSimon Ochsenreither2012-10-086-25/+3
| * | | | | | | | SI-6388 Remove deprecated items in scala/mathSimon Ochsenreither2012-10-082-12/+0
| * | | | | | | | SI-6388 Remove deprecated items in scala/collectionSimon Ochsenreither2012-10-084-322/+0
| * | | | | | | | SI-6388 Remove deprecated items in the compiler jarSimon Ochsenreither2012-10-085-18/+2
* | | | | | | | | Removed .disabled files.Paul Phillips2012-10-1814-797/+0
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1499 from paulp/issue/6206Paul Phillips2012-10-151-9/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix for SI-6206, inconsistency with apply.Paul Phillips2012-10-131-9/+15
* | | | | | | | | Merge pull request #1496 from dlwh/tickets/SI-6521Josh Suereth2012-10-151-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fixes SI-6521, overrides Range#head to be fasterDavid Hall2012-10-121-0/+1
* | | | | | | | | Warn about more misplaced expressions.Paul Phillips2012-10-132-12/+29
|/ / / / / / / /
* | | | | | | | Removed redundant containsUncheckable.Paul Phillips2012-10-114-48/+14
* | | | | | | | Merge pull request #1475 from vigdorchik/comment_factory_readJosh Suereth2012-10-101-94/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | Make reads in CommentFactory slice from the underlying bufferEugene Vigdorchik2012-10-071-94/+40
* | | | | | | | | Merge pull request #1459 from vigdorchik/symbolic_namesJosh Suereth2012-10-101-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix broken links with names that need to be encoded when querying the owner.Eugene Vigdorchik2012-10-041-1/+1
* | | | | | | | | | Merge pull request #1422 from paulp/typer-cyclesPaul Phillips2012-10-1010-54/+134
|\ \ \ \ \ \ \ \ \ \