summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform
Commit message (Expand)AuthorAgeFilesLines
* Incorporated changes suggested in code reviewHubert Plociniczak2012-10-091-3/+2
* Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-091-0/+3
* Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10Paul Phillips2012-10-071-1/+2
|\
| * Fixed problem in SI-6408Martin Odersky2012-10-031-1/+2
* | Merge pull request #1382 from paulp/topic/tpe_starPaul Phillips2012-10-073-17/+4
|\ \
| * | All the actual changes of tpe to tpe_* or tpeHK.Paul Phillips2012-10-023-4/+4
| * | Removed obsolete migration test.Paul Phillips2012-10-021-13/+0
* | | Fix for spurious warning.Paul Phillips2012-10-041-11/+8
* | | Renamed hasSymbol to hasSymbolField.Paul Phillips2012-10-032-3/+3
|/ /
* | Merge branch '2.10.x' into 210-mergePaul Phillips2012-09-281-2/+3
|\|
| * Merge pull request #1399 from paulp/210-uncheckedGrzegorz Kossakowski2012-09-281-2/+3
| |\
| | * Annotate non local returns with @unchecked.Paul Phillips2012-09-261-2/+3
* | | Merge 2.10.x into master to fix breaking tests and keep things up-to-date.Josh Suereth2012-09-272-20/+34
|\| |
| * | Move -Xdead-code out of the standard -Xlint.Paul Phillips2012-09-261-1/+1
| * | Merge pull request #1380 from scalamacros/ticket/6277Eugene Burmako2012-09-261-1/+1
| |\ \ | | |/ | |/|
| | * distinguishes flag-agnostic completersEugene Burmako2012-09-241-1/+1
| * | 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
* | | Merge branch '2.10.x'Paul Phillips2012-09-203-45/+108
|\| |
| * | Merge pull request #1325 from odersky/ticket/6337Paul Phillips2012-09-201-1/+3
| |\ \
| | * | Fixed comment.Martin Odersky2012-09-171-0/+1
| | * | Fixes SI-6337 by disallowing nested value classes.Martin Odersky2012-09-171-1/+2
| * | | Value classes: eliminated half-boxingMartin Odersky2012-09-202-2/+11
| * | | Cleanup of OverridingPairsMartin Odersky2012-09-201-17/+22
| * | | Fixes SI-6260Martin Odersky2012-09-201-21/+67
| | |/ | |/|
* | | Merge branch '2.10.x' into masterPaul Phillips2012-09-195-155/+13
|\| |
| * | Merge pull request #1298 from pavelpavlov/SI-5767Josh Suereth2012-09-181-1/+1
| |\ \
| | * | SI-5767 fix + small HashSet/HashMap fixesPavel Pavlov2012-08-271-1/+1
| * | | Revert "Implement @static annotation on singleton object fields."Grzegorz Kossakowski2012-09-172-133/+9
| * | | Revert "WIP add private/lazy checks and a few tests."Grzegorz Kossakowski2012-09-171-11/+0
| * | | Revert "Fixes SI-6189."Grzegorz Kossakowski2012-09-171-1/+0
| * | | Revert "Fixes SI-6236."Grzegorz Kossakowski2012-09-171-1/+1
| * | | Revert "Fix SI-4581."Grzegorz Kossakowski2012-09-171-8/+2
| | |/ | |/|
| * | More relative path elimination.Paul Phillips2012-09-151-2/+2
| * | SI-6372 cleans up the API of AttachmentsEugene Burmako2012-09-151-1/+1
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-158-51/+49
|\| |
| * | Eliminate breaking relative names in source.Paul Phillips2012-09-147-17/+17
| * | Merge pull request #1296 from paulp/210-errors-and-treesJosh Suereth2012-09-132-3/+3
| |\ \
| | * | Better error message for pattern arity errors.Paul Phillips2012-09-122-3/+3
| * | | Merge pull request #1255 from Blaisorblade/issue/6306Josh Suereth2012-09-121-5/+0
| |\ \ \ | | |/ / | |/| |
| | * | SI-6306 Remove incorrect eta-expansion optimization in UncurryPaolo Giarrusso2012-09-121-5/+0
| * | | Merge branch '2.10.x' into topic/inliner-loggingPaul Phillips2012-09-111-4/+6
| |\ \ \
| | * \ \ Merge pull request #1282 from retronym/topic/erasure-cleanupJosh Suereth2012-09-101-2/+2
| | |\ \ \
| | | * | | Minor cleanups of code/comments related to value classesJason Zaugg2012-09-101-2/+2
| | | |/ /
| | * / / Makes getClass of a value class work.Martin Odersky2012-09-081-2/+4
| | |/ /
| * | | Large logging cleanup effort.Paul Phillips2012-09-014-27/+23
| * | | Took measures to quiet down specialization logging.Paul Phillips2012-09-011-4/+9
| * | | Worked around SI-6161 by annotating abstract type.Paul Phillips2012-09-011-1/+1
| |/ /
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-042-3/+10
|\| |
| * | Merge pull request #1227 from paulp/issue/6034Paul Phillips2012-09-011-1/+2
| |\ \