summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
| |/ / / / / /
| * | | | | | Merge pull request #1251 from dragos/issue/fix-5064Paul Phillips2012-09-041-2/+2
| |\ \ \ \ \ \
| | * | | | | | Fixed positions in de-aliased special symbols and for automatically added `ap...Iulian Dragos2012-09-041-2/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #1219 from odersky/topic/worksheet-instrumenterJosh Suereth2012-09-045-208/+48
| |\ \ \ \ \ \
| | * | | | | | Removed previosuly uncommented code, added more diagnosis output to REPL.Martin Odersky2012-08-301-45/+1
| | * | | | | | Made instrumenter more robust by looking at tokensMartin Odersky2012-08-301-15/+48
| | * | | | | | Removed dead code.Martin Odersky2012-08-303-149/+0
| | * | | | | | Two fixes for the worksheet instrumenterMartin Odersky2012-08-301-1/+1
| * | | | | | | Merge pull request #1245 from dragos/issue/fix-6312Josh Suereth2012-09-041-5/+11
| |\ \ \ \ \ \ \
| | * | | | | | | Allow nested calls to `askForResponse` in the presentation compiler.Iulian Dragos2012-09-041-5/+11
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #1246 from lrytz/t6274Paul Phillips2012-09-042-3/+7
| |\ \ \ \ \ \ \
| | * | | | | | | SI-6274 Fix owners when eta-expanding function with byName paramLukas Rytz2012-09-042-3/+7
| | |/ / / / / /
| * | | | | | | Merge pull request #1217 from axel22/issue/6294Paul Phillips2012-09-041-2/+5
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Fix SI-6294.Aleksandar Prokopec2012-08-301-2/+5
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge pull request #1235 from paulp/topic/beautify-typedPaul Phillips2012-09-021-140/+51
| |\ \ \ \ \ \
| | * | | | | | Formatting cleanup in def typed.Paul Phillips2012-09-011-140/+51
| * | | | | | | Merge pull request #1202 from scalamacros/topic/reflectionPaul Phillips2012-09-023-8/+4
| |\ \ \ \ \ \ \
| | * | | | | | | removes AbstractFileApiEugene Burmako2012-08-271-5/+0
| | * | | | | | | Exposes ToolBox.classLoaderEugene Burmako2012-08-272-3/+4
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #1231 from paulp/issue/6273Josh Suereth2012-09-022-3/+7
| |\ \ \ \ \ \ \
| | * | | | | | | Fix for SI-6273, repl string interpolation.Paul Phillips2012-09-012-3/+7
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Better errors for Any/AnyRef issues.Paul Phillips2012-09-012-42/+78
| * | | | | | | Fix for SI-6263, futile adaptation.Paul Phillips2012-09-011-2/+6