summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Refine an -Xlint warning.Paul Phillips2012-09-261-5/+7
* | | | | Don't write side-effecting nullary methods.Paul Phillips2012-09-264-21/+21
* | | | | Avoid relying on auto-tupling.Paul Phillips2012-09-264-13/+13
|/ / / /
* | | | Merge pull request #1380 from scalamacros/ticket/6277Eugene Burmako2012-09-265-10/+10
|\ \ \ \
| * | | | distinguishes flag-agnostic completersEugene Burmako2012-09-245-10/+10
* | | | | Merge pull request #1405 from heathermiller/topic/scaladoc-interface-fixesGrzegorz Kossakowski2012-09-263-5440/+187
|\ \ \ \ \
| * | | | | Automatically highlight and scroll to linked-to membersHeather Miller2012-08-241-0/+16
| * | | | | SI-4857 fixes showall/hideall Scaladoc interface bugHeather Miller2012-08-231-0/+11
| * | | | | SI-6170 Revert #456 "Upgrade jQuery from 1.4.2 to 1.7.2"Heather Miller2012-08-232-5440/+160
* | | | | | Merge pull request #1388 from odersky/topic/instrumenterGrzegorz Kossakowski2012-09-261-6/+7
|\ \ \ \ \ \
| * | | | | | Fixed instrumentation code so that it can deal with:Martin Odersky2012-09-251-6/+7
| | |/ / / / | |/| | | |
* | | | | | Generate links to external projects in scaladoc.Eugene Vigdorchik2012-09-2610-108/+186
| |_|_|/ / |/| | | |