summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix for rangepos crasher.Paul Phillips2012-10-041-2/+3
* Merge pull request #1456 from paulp/has-symbol-fieldPaul Phillips2012-10-0413-28/+28
|\
| * Renamed hasSymbol to hasSymbolField.Paul Phillips2012-10-0313-28/+28
* | Fix for gluttunous raw type creation.Paul Phillips2012-10-041-8/+10
|/
* Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2012-10-039-35/+25
|\
| * 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 #1431 from vigdorchik/model_factory_cleanupGrzegorz Kossakowski2012-10-031-23/+14
|\ \ \ \
| * | | | More retrofit of scaladoc model factory.Eugene Vigdorchik2012-10-011-23/+14
* | | | | Merge pull request #1430 from paulp/SI-5859-5353-4729Grzegorz Kossakowski2012-10-026-50/+45
|\ \ \ \ \
| * | | | | Fix for SI-4729, overriding java varargs in scala.Paul Phillips2012-09-291-14/+18
| * | | | | Fix for SI-5353, imperfect error message.Paul Phillips2012-09-291-2/+2
| * | | | | Fix for SI-5859, inapplicable varargs.Paul Phillips2012-09-295-34/+25
* | | | | | Merge pull request #1418 from paulp/no-debruijnPaul Phillips2012-10-015-9/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Purged DebruijnIndex.Paul Phillips2012-09-285-9/+2
* | | | | | Some cleanups in Macros.Paul Phillips2012-09-281-40/+38
* | | | | | Fix for SI-6447, macro dependent type propagation.Paul Phillips2012-09-281-1/+1
* | | | | | Merge branch '2.10.x' into 210-mergePaul Phillips2012-09-2830-351/+484
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | 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