summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 #1443 from gkossakowski/anyval-restrictionsGrzegorz Kossakowski2012-10-033-26/+69
|\
| * Put more implementation restrictions on value classes.Grzegorz Kossakowski2012-10-031-10/+48
| * Fixed problem in SI-6408Martin Odersky2012-10-031-1/+2
| * Revised restrictions for value classes and unversal traitsMartin Odersky2012-10-032-25/+29
* | Merge pull request #1446 from retronym/ticket/6436-2Grzegorz Kossakowski2012-10-031-1/+1
|\ \
| * | SI-6436 Handle ambiguous string processorsJason Zaugg2012-10-021-1/+1
* | | Merge pull request #1439 from scalamacros/topic/reflective-uniquesJosh Suereth2012-10-021-1/+2
|\ \ \ | |_|/ |/| |
| * | fixes a bug in a weak cache in runtime reflectionEugene Burmako2012-10-011-1/+2
* | | Merge pull request #1434 from jsuereth/fix/SI-6449Grzegorz Kossakowski2012-10-022-5/+5
|\ \ \
| * | | Fixes deprecation annotations for 2.10.0Josh Suereth2012-09-303-7/+7
| | |/ | |/|
* | | Merge pull request #1440 from VladUreche/issue/language-docGrzegorz Kossakowski2012-10-024-27/+77
|\ \ \
| * | | Improved the `scala.language` documentationVlad Ureche2012-10-024-27/+77
| | |/ | |/|
* | | Merge pull request #1425 from phaller/issue/6442Grzegorz Kossakowski2012-10-023-42/+61
|\ \ \ | |/ / |/| |
| * | SI-6442 - Add ActorDSL object for actor migration kitphaller2012-09-293-42/+61
| |/
* | Merge pull request #1435 from paulp/stringcontext-docPaul Phillips2012-10-011-6/+6
|\ \
| * | Fix StringContext documentation.Paul Phillips2012-10-011-6/+6
| |/
* | Merge pull request #1428 from paulp/issue/6311Paul Phillips2012-10-011-13/+2
|\ \
| * | Revert "SI-4881 infer variance from formals, then result"Paul Phillips2012-09-291-13/+2
| |/
* | Merge pull request #1424 from soc/SI-6449Paul Phillips2012-10-0113-15/+15
|\ \ | |/ |/|
| * Fix incomplete version strings (2.10 -> 2.10.0)Simon Ochsenreither2012-09-2910-11/+11
| * SI-6449 Adds version arg to @deprecated usages (non-compiler sources)Simon Ochsenreither2012-09-293-4/+4
* | Merge remote-tracking branch 'scala/2.10.x' into 2.10.0-wipGrzegorz Kossakowski2012-09-2922-181/+651
|\ \ | |/ |/|
| * Merge pull request #1415 from scalamacros/is-value-typeEugene Burmako2012-09-284-11/+125
| |\
| | * fully initializes symbols on `typeSignature`Eugene Burmako2012-09-281-2/+2
| | * Implementations of isValueType and isNonValueType.Paul Phillips2012-09-282-12/+117
| | * SI-6417 correctly reifies non-value typesEugene Burmako2012-09-281-3/+11
| | * showRaw no longer crashes on NoSymbolEugene Burmako2012-09-281-1/+2
| * | Merge pull request #1395 from odersky/topic/valueclass-cleanupGrzegorz Kossakowski2012-09-281-1/+1
| |\ \
| | * | Removes discrepancy between SIP 15 and compilerMartin Odersky2012-09-251-1/+1
| * | | Merge pull request #1347 from soc/SI-6380Grzegorz Kossakowski2012-09-285-15/+30
| |\ \ \ | | |_|/ | |/| |
| | * | SI-6380 #1 Add @throws[Exception]Simon Ochsenreither2012-09-215-15/+30
| * | | Merge pull request #1399 from paulp/210-uncheckedGrzegorz Kossakowski2012-09-2810-123/+337
| |\ \ \
| | * | | Added logic and tests for unchecked refinements.Paul Phillips2012-09-271-4/+20
| | * | | Moved isNonRefinementClassType somewhere logical.Paul Phillips2012-09-272-6/+7
| | * | | Nailed down the "impossible match" logic.Paul Phillips2012-09-271-28/+49
| | * | | Restored warning for impossible type tests.Paul Phillips2012-09-261-9/+31
| | * | | Annotate non local returns with @unchecked.Paul Phillips2012-09-262-10/+4