summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1187 from retronym/ticket/3577Josh Suereth2012-09-062-7/+11
|\
| * Make RefChecks#validateVariance aware of BoundedWildcardType.Jason Zaugg2012-08-241-7/+9
| * SI-3577 Make varianceInType aware of BoundedWildcardType.Jason Zaugg2012-08-241-0/+2
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-0419-419/+239
|\ \
| * \ 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
| |/ / / /
| * | | | 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
| |\ \ \ \
| | * | | | Fix SI-4581.Aleksandar Prokopec2012-08-271-2/+8
| | | |/ / | | |/| |
* | | | | Test case for SI-6301.Paul Phillips2012-09-042-2/+11
* | | | | Merge pull request #1226 from paulp/topic/unresolved-overloadsJosh Suereth2012-09-0412-240/+265
|\ \ \ \ \
| * | | | | Culling debugging code.Paul Phillips2012-08-311-26/+11
| * | | | | Hardening specialization and others.Paul Phillips2012-08-319-106/+106
| * | | | | Eliminated more overloaded types after typer.Paul Phillips2012-08-312-24/+30
| * | | | | Don't synthesize trees with overloaded calls.Paul Phillips2012-08-312-2/+5
| * | | | | Actual fix for SI-6301, specialized crasher.Paul Phillips2012-08-312-60/+70
| * | | | | Rewrite of GenICode adapt.Paul Phillips2012-08-311-59/+43
| * | | | | Workaround for SI-6301, @specialize crasher.Paul Phillips2012-08-311-12/+24
| * | | | | Warn when overloaded types are seen after typer.Paul Phillips2012-08-311-0/+25
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1230 from som-snytt/issue/6278-inline-class-synth-defPaul Phillips2012-09-041-0/+6
|\ \ \ \ \
| * | | | | SI-6278 fixed: synthetic implicit def must sort with its associated implicit ...Som Snytt2012-09-011-0/+6
| |/ / / /
* | | | | Merge pull request #1221 from vigdorchik/scalify_doc_modelPaul Phillips2012-09-041-21/+15
|\ \ \ \ \
| * | | | | Used methods according to @paulp suggestions.Eugene Vigdorchik2012-09-021-2/+2
| * | | | | Use proper Option methods instead of .get in scaladoc ModelFactory. Review by...Eugene Vigdorchik2012-08-311-21/+15
| |/ / / /
* | | | | Clear undo log after each unit has been type-checked to prevent 300M memory l...Eugene Vigdorchik2012-09-031-4/+4
* | | | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-0112-43/+83
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | / More useful -Xlog-implicits output.Jason Zaugg2012-09-011-4/+4
| | |/ | |/|
| * | Merge pull request #1212 from dragos/topic/worksheet-instrumenterJosh Suereth2012-08-302-5/+12
| |\ \