summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* reflection docs improvements and moves to doc pageChristopher Vogt2012-10-111-0/+3
* SI-6509 Correct @template ownersVlad Ureche2012-10-112-5/+6
* SI-6155 Scaladoc @template diagrmsVlad Ureche2012-10-111-1/+2
* SI-6501 Scaladoc will correctly link to @templatedVlad Ureche2012-10-111-6/+7
* SI-6495 Scaladoc will pick up group from ownerVlad Ureche2012-10-111-9/+20
* SI-6487 Scaladoc can link to inner classesVlad Ureche2012-10-111-5/+2
* Merge pull request #1487 from dragos/issue/fix-6505Josh Suereth2012-10-112-1/+15
|\
| * Fixed SI-6505. Respond to ask calls by immediate failure even after compiler ...Iulian Dragos2012-10-102-1/+15
* | Deprecated instrumentation APIMirco Dotta2012-10-106-1/+10
* | 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-099-35/+29
|\ \ \ | |_|/ |/| |
| * | removes EmptyTermName and EmptyTypeNameEugene Burmako2012-10-031-1/+1
| * | renames macros.ReificationError to ReificationExceptionEugene Burmako2012-10-036-23/+23
| * | renames macros.TypeError to TypecheckExceptionEugene Burmako2012-10-032-11/+5
| * | renames macros.ParseError to ParseExceptionEugene Burmako2012-10-031-1/+1
* | | 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-6471 Update jquery from 1.4.2 to 1.8.2Vlad Ureche2012-10-043-557/+6035
| |/ |/|
* | 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 #1434 from jsuereth/fix/SI-6449Grzegorz Kossakowski2012-10-022-5/+5
|\ \
| * | Fixes deprecation annotations for 2.10.0Josh Suereth2012-09-302-5/+5
| |/
* | Improved the `scala.language` documentationVlad Ureche2012-10-022-2/+2
* | 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-011-1/+1
|\ \ | |/ |/|
| * SI-6449 Adds version arg to @deprecated usages (non-compiler sources)Simon Ochsenreither2012-09-291-1/+1
* | Merge pull request #1415 from scalamacros/is-value-typeEugene Burmako2012-09-281-3/+10
|\ \
| * | Implementations of isValueType and isNonValueType.Paul Phillips2012-09-281-7/+6
| * | SI-6417 correctly reifies non-value typesEugene Burmako2012-09-281-3/+11
* | | Merge pull request #1347 from soc/SI-6380Grzegorz Kossakowski2012-09-282-11/+5
|\ \ \ | |/ / |/| |
| * | SI-6380 #1 Add @throws[Exception]Simon Ochsenreither2012-09-212-11/+5
* | | Merge pull request #1399 from paulp/210-uncheckedGrzegorz Kossakowski2012-09-286-114/+305
|\ \ \
| * | | Added logic and tests for unchecked refinements.Paul Phillips2012-09-271-4/+20
| * | | Moved isNonRefinementClassType somewhere logical.Paul Phillips2012-09-271-6/+0
| * | | 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
| * | | Improvements to unchecked warnings.Paul Phillips2012-09-251-88/+166
| * | | Pass a more precise type to checkCheckable when it's available.Paul Phillips2012-09-251-4/+9
| * | | Moved isVariableName to StdNames where it belong.sPaul Phillips2012-09-252-7/+7
| * | | Move checkCheckable out of Infer.Paul Phillips2012-09-252-95/+156
* | | | Merge pull request #994 from phaller/issue/5314Grzegorz Kossakowski2012-09-282-3/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Simplify the adaptation of types of return expressionsphaller2012-08-121-1/+2