summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
| * | | Replace CheckCPSMethodTraverser with additional parameter on transformer methodsphaller2012-08-081-1/+0
| * | | SI-5314 - CPS transform of return statement failsphaller2012-08-082-2/+7
* | | | moves Context.ParseError outside the cakeEugene Burmako2012-09-271-3/+2
* | | | revives macros.InfrastructureEugene Burmako2012-09-274-39/+18
* | | | moves Context.runtimeUniverse to TreeBuild.mkRuntimeUniverseRefEugene Burmako2012-09-271-2/+0
* | | | a more precise type for Context.mirrorEugene Burmako2012-09-271-1/+1
* | | | gets rid of macros.InfrastructureEugene Burmako2012-09-274-16/+5
* | | | simplifies Context.Run and Context.CompilationUnitEugene Burmako2012-09-273-13/+2
* | | | removes extraneous stuff from macros.InfrastructureEugene Burmako2012-09-272-14/+2
* | | | merges macros.CapturedVariables into macros.UniverseEugene Burmako2012-09-272-16/+0
* | | | merges macros.Exprs and macros.TypeTags into ContextEugene Burmako2012-09-274-19/+3
* | | | removes front ends from scala-reflect.jarEugene Burmako2012-09-277-117/+144
* | | | MirrorOf => MirrorEugene Burmako2012-09-275-10/+10
* | | | Merge pull request #1393 from scalamacros/topic/leaks-in-toolboxesGrzegorz Kossakowski2012-09-272-4/+18
|\ \ \ \
| * | | | SI-6412 alleviates leaks in toolboxes, attempt #2Eugene Burmako2012-09-272-4/+18
* | | | | Move -Xdead-code out of the standard -Xlint.Paul Phillips2012-09-262-2/+3