summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | Suppressed 'possible cause' mis-warning.Paul Phillips2012-09-011-1/+10
| |/ / / /
* | | | | Large logging cleanup effort.Paul Phillips2012-09-0116-210/+217
* | | | | Took measures to quiet down specialization logging.Paul Phillips2012-09-011-4/+9
* | | | | Worked around SI-6161 by annotating abstract type.Paul Phillips2012-09-013-4/+4
* | | | | Added a heuristic to the inliner.Paul Phillips2012-09-011-9/+11
|/ / / /
* | | | Merge pull request #1227 from paulp/issue/6034Paul Phillips2012-09-011-1/+2
|\ \ \ \
| * | | | Fix for SI-6034, covariant value classes.Paul Phillips2012-08-311-1/+2
| | |/ / | |/| |
* | | | Merge pull request #1201 from axel22/issue/4581Josh Suereth2012-09-011-2/+8
|\ \ \ \