summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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 2.10.x into master to fix breaking tests and keep things up-to-date.Josh Suereth2012-09-2730-5642/+499
|\| | |
| * | | 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
| | |_|_|/ | |/| | |
| * | | | Merge pull request #1345 from paulp/issue/6344Grzegorz Kossakowski2012-09-251-18/+32
| |\ \ \ \
| | * | | | Fix for SI-6344, value class generic signatures.Paul Phillips2012-09-201-18/+32
| * | | | | Revert "SI-6412 alleviates leaks in toolboxes"Grzegorz Kossakowski2012-09-252-21/+4
| * | | | | SI-6412 alleviates leaks in toolboxesEugene Burmako2012-09-242-4/+21
| | |/ / / | |/| | |
* | | | | Simplifications in typedIdent.Paul Phillips2012-09-261-42/+51
* | | | | Comments explaining some brokenness in Namers.Paul Phillips2012-09-261-0/+16
* | | | | Expanded an error message from the backend.Paul Phillips2012-09-261-4/+11