summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1249 from vigdorchik/cleanup_shadowing_tableGrzegorz Kossakowski2012-09-181-40/+26
|\
| * Cleanup makeShadowingTable, save some memory. Review by @VladUreche or @heath...Eugene Vigdorchik2012-09-041-40/+26
* | Merge pull request #1307 from sgolodetz/rangeposfixJosh Suereth2012-09-171-1/+5
|\ \
| * | Make the scalac Ant task recognise -YrangeposStuart Golodetz2012-09-131-1/+5
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-15144-616/+730
|\ \ \ | |/ / |/| |
| * | Eliminate breaking relative names in source.Paul Phillips2012-09-14114-244/+242
| * | Merge pull request #1271 from retronym/ticket/6331Josh Suereth2012-09-141-1/+1
| |\ \
| | * | SI-6331 Avoid typing an If tree with a constant type.Jason Zaugg2012-09-081-1/+1
| * | | Merge pull request #1301 from paulp/clone-parensJosh Suereth2012-09-141-1/+1
| |\ \ \
| | * | | Made 'def clone()' consistent with parens everywhere.Paul Phillips2012-09-141-1/+1
| * | | | Merge pull request #1295 from scalamacros/ticket/6323Eugene Burmako2012-09-1422-118/+117
| |\ \ \ \
| | * | | | accommodates pull request feedbackEugene Burmako2012-09-141-4/+4
| | * | | | SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-1416-32/+32
| | * | | | SI-6323 outlaws free types from TypeTagEugene Burmako2012-09-144-5/+9
| | * | | | improvements for reification of free symbolsEugene Burmako2012-09-145-75/+71
| | * | | | removes build.newFreeExistentialEugene Burmako2012-09-142-3/+2
| | |/ / /
| * | | | Merge pull request #1272 from paulp/issue/6340Josh Suereth2012-09-141-1/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix for SI-6340, error message regression.Paul Phillips2012-09-121-1/+0
| * | | | Merge pull request #1300 from retronym/ticket/6359Josh Suereth2012-09-131-8/+9
| |\ \ \ \
| | * | | | SI-6359 Deep prohibition of templates in value classJason Zaugg2012-09-141-8/+9
| | |/ / /
| * | | | Fixes SI-6259. Unable to use typeOf in super call of top-level object.Josh Suereth2012-09-131-2/+18
| * | | | Merge pull request #1296 from paulp/210-errors-and-treesJosh Suereth2012-09-138-25/+51
| |\ \ \ \
| | * | | | Better error message for pattern arity errors.Paul Phillips2012-09-125-13/+27
| | * | | | Rescued TreeBuilder from the parser.Paul Phillips2012-09-123-12/+24
| * | | | | 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 pull request #1288 from jsuereth/fix/SI-6268Josh Suereth2012-09-121-1/+1
| |\ \ \ \ \
| | * | | | | Fixes SI-6268. Review by @paulp and @lrytz.Josh Suereth2012-09-121-1/+1
| * | | | | | Avoid spurious warning for `def foo = x.foo`.Jason Zaugg2012-09-111-1/+6
| | |_|/ / / | |/| | | |
| * | | | | Merge branch '2.10.x' into topic/inliner-loggingPaul Phillips2012-09-1123-452/+332
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #1274 from retronym/ticket/6335Grzegorz Kossakowski2012-09-111-2/+2
| | |\ \ \ \ \
| | | * | | | | SI-6335 More precise location of the implicit class synthetic method.Jason Zaugg2012-09-091-2/+2
| | | | |_|/ / | | | |/| | |
| | * | | | | Merge pull request #1284 from retronym/topic/deprecated-inheritanceGrzegorz Kossakowski2012-09-112-0/+15
| | |\ \ \ \ \
| | | * | | | | Rescues @deprecated{Inheritance, Overriding}Jason Zaugg2012-09-112-10/+5
| | | * | | | | SI-6162 Adds @deprecatedInheritance/@deprecatedOverridingSimon Ochsenreither2012-09-102-0/+20
| | | |/ / / /
| | * | | | | Merge pull request #1275 from retronym/ticket/6276Grzegorz Kossakowski2012-09-111-0/+13
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | SI-6276 Warn on def or val that trivially loops infinitelyJason Zaugg2012-09-091-0/+13
| | | |/ / /
| | * | | | Merge pull request #1282 from retronym/topic/erasure-cleanupJosh Suereth2012-09-102-5/+5
| | |\ \ \ \
| | | * | | | Minor cleanups of code/comments related to value classesJason Zaugg2012-09-102-5/+5
| | | |/ / /
| | * | | | Merge pull request #1270 from paulp/issue/6327Josh Suereth2012-09-101-7/+13
| | |\ \ \ \
| | | * | | | Fix for SI-6327, wrongness in Dynamic.Paul Phillips2012-09-081-7/+13
| | * | | | | Merge pull request #1277 from som-snytt/issue-2.10/6278-inline-class-synth-defJosh Suereth2012-09-101-0/+6
| | |\ \ \ \ \
| | | * | | | | SI-6278 fixed: synthetic implicit def must sort with its associated implicit ...Som Snytt2012-09-091-0/+6
| | | |/ / / /
| | * / / / / Makes getClass of a value class work.Martin Odersky2012-09-081-2/+4
| | |/ / / /
| | * | | | Merge pull request #1168 from retronym/ticket/6258-2Josh Suereth2012-09-061-1/+1
| | |\ \ \ \
| | | * | | | SI-6258 Reject partial funs with undefined param typesJason Zaugg2012-08-231-1/+1
| | * | | | | Merge pull request #1266 from scalamacros/topic/removes-isconcreteEugene Burmako2012-09-061-1/+1
| | |\ \ \ \ \
| | | * | | | | removes Type.isConcreteEugene Burmako2012-09-061-1/+1
| | | | |/ / / | | | |/| | |
| | * / | | | More fix for invalid companions.Paul Phillips2012-09-052-17/+43
| | |/ / / /
| * | | | | Large logging cleanup effort.Paul Phillips2012-09-0116-210/+217