summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3956 from gourlaysama/wip/interp-warnGrzegorz Kossakowski2014-09-023-4/+4
|\
| * SI-7931 fix Dscala.repl.vids and some string interpolation typosAntoine Gourlay2014-09-023-4/+4
* | Merge pull request #3948 from retronym/ticket/8823Grzegorz Kossakowski2014-09-021-1/+1
|\ \
| * | SI-8823 Exclude specialized methods from extension method rewriteJason Zaugg2014-08-271-1/+1
* | | Merge pull request #3931 from lrytz/opt/tracked-finalLukas Rytz2014-09-0119-1712/+1580
|\ \ \ | |_|/ |/| |
| * | Small cleanup in toTypeKind.Lukas Rytz2014-09-011-11/+2
| * | Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-0114-214/+273
| * | Don't traverse all trees in delambdafy phase if delambdafy:inlineLukas Rytz2014-09-011-0/+9
| * | Fix indentation in delambdafyLukas Rytz2014-08-191-25/+25
| * | Integrate CoreBTypes by composition (not inheritance), non-var fieldsLukas Rytz2014-08-199-202/+253
| * | Minor cleanups, integrating review feedbackLukas Rytz2014-08-193-5/+3
| * | Add the ACC_DEPRECATED flag in javaFlags, instead of each call site.Lukas Rytz2014-08-193-25/+9
| * | Remove Tracked, add type information to ClassBTypeLukas Rytz2014-08-199-1503/+1277
| * | Set currentUnit while generating bytecode.Lukas Rytz2014-08-192-3/+5
* | | Merge pull request #3949 from lrytz/t8627Grzegorz Kossakowski2014-08-272-12/+14
|\ \ \
| * | | SI-8627 make Stream.filterNot non-eagerLukas Rytz2014-08-272-12/+14
| |/ /
* | | Merge pull request #3905 from gourlaysama/wip/t5691-2Lukas Rytz2014-08-263-0/+26
|\ \ \
| * | | SI-5691 lint warning when a type parameter shadows an existing type.Antoine Gourlay2014-08-123-0/+26
* | | | Merge remote-tracking branch 'upstream/2.11.x' into backportsLukas Rytz2014-08-2639-711/+892
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #3929 from retronym/ticket/8793Lukas Rytz2014-08-261-2/+8
| |\ \ \
| | * | | SI-8793 Fix patmat regression with extractors, existentialsJason Zaugg2014-08-151-2/+8
| * | | | Merge pull request #3886 from adriaanm/report-filterGrzegorz Kossakowski2014-08-2627-479/+562
| |\ \ \ \
| | * | | | Encapsulate creating SilentResultValue/SilentTypeError.Adriaan Moors2014-08-041-10/+12
| | * | | | Separate statistics from functional code; optimize.Adriaan Moors2014-08-041-32/+45
| | * | | | Towards more privacy for _reporter.Adriaan Moors2014-08-044-108/+130
| | * | | | Work around weird AbstractMethodErrorAdriaan Moors2014-08-041-4/+4
| | * | | | Cleanup ContextReporter hierarchyAdriaan Moors2014-07-181-94/+84
| | * | | | s/reportBuffer/reporterAdriaan Moors2014-07-185-66/+65
| | * | | | Remove dead code: mode settingAdriaan Moors2014-07-181-37/+12
| | * | | | Encapsulate reporting mode as class of reportBuffer.Adriaan Moors2014-07-182-52/+104
| | * | | | Clarify that ThrowErrors is the defaultAdriaan Moors2014-07-181-8/+8
| | * | | | repl depends on jline-2.12Adriaan Moors2014-07-181-2/+2
| | * | | | Configure `checking` mode in `rootContext`.Adriaan Moors2014-07-172-21/+11
| | * | | | Remove `def error(pos: Position, err: Throwable)`Adriaan Moors2014-07-172-6/+1
| | * | | | Introduce `AbsAmbiguousTypeError`.Adriaan Moors2014-07-171-5/+10
| | * | | | Untangle reporting of ambiguous errors.Adriaan Moors2014-07-171-4/+9
| | * | | | Reduce Context iface: remove dead code.Adriaan Moors2014-07-171-37/+0
| | * | | | Reduce Context iface: make contextMode mutators private.Adriaan Moors2014-07-171-5/+5
| | * | | | Reduce Context iface: inline internally.Adriaan Moors2014-07-171-5/+6
| | * | | | Reduce Context iface: encapsulate buffer manipulation.Adriaan Moors2014-07-174-37/+44
| | * | | | Reduce Context iface: inline complex forwarders.Adriaan Moors2014-07-172-11/+19
| | * | | | Reduce Context iface: inline trivial forwarders.Adriaan Moors2014-07-173-18/+18
| | * | | | Make more explicit that TypeError is being thrown.Adriaan Moors2014-07-172-12/+15
| | * | | | Rely less on intricacies of `contextMode`-based reporting.Adriaan Moors2014-07-173-6/+6
| | * | | | Restrict `contextMode` fiddling to `Context`Adriaan Moors2014-07-174-8/+28
| | * | | | Encapsulate `TryTwice` as a class, move to `Context`.Adriaan Moors2014-07-172-82/+96
| | * | | | Extract the `makeNonSilent` method.Adriaan Moors2014-07-172-2/+7
| | * | | | Clarify divergentError commentAdriaan Moors2014-07-171-1/+2
| | * | | | Add errorCount to wean partest off Reporter$SeverityAdriaan Moors2014-07-171-0/+3
| | * | | | Concretize diagnostics: one boolean suffices for now.Adriaan Moors2014-07-172-11/+10