aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1450 from cswinter/elim-toplevel-typeboundGuillaume Martres2016-08-152-3/+9
|\
| * Fix #1443: Replace toplevel TypeBounds with AnyClemens Winter2016-08-152-3/+9
* | Merge pull request #1414 from dotty-staging/add-array-strawmanodersky2016-08-148-21/+1075
|\ \
| * | Fix problem with IndexedView.iterator.lengthMartin Odersky2016-07-311-3/+3
| * | More systematic treatement of IndexedViewMartin Odersky2016-07-301-26/+61
| * | Print kind of missing memberMartin Odersky2016-07-291-4/+4
| * | Index members of a class before evaluating its parentsMartin Odersky2016-07-291-1/+2
| * | Drop on LinearSeq needs to return collection of same type as it was called on.Martin Odersky2016-07-291-8/+38
| * | Tweaks to strawmanMartin Odersky2016-07-281-81/+101
| * | Simplify lexicallyEnclosingClassMartin Odersky2016-07-271-12/+3
| * | Quick-fix eclosingMethod attribute generation for t3048.scalaDmitry Petrashko2016-07-272-1/+16
| * | Fix problem related to cbn parameters in supercallsMartin Odersky2016-07-273-13/+16
| * | Rename fromLikeIterable -> fromIterableWithSameElemTypeMartin Odersky2016-07-271-11/+11
| * | Fix substDealiasMartin Odersky2016-07-271-7/+6
| * | Improve dropMartin Odersky2016-07-271-11/+4
| * | Further extension with LazyListMartin Odersky2016-07-261-104/+487
| * | Add arrays to collection strawmanMartin Odersky2016-07-251-0/+584
* | | Fix #1447: Make X$ <:< X.type when X is an objectGuillaume Martres2016-08-091-1/+7
| |/ |/|
* | Merge pull request #1436 from cswinter/wip-repl-patdef-fixGuillaume Martres2016-08-072-21/+63
|\ \
| * | Fix #1372: Add handler for `PatDef`s to REPLClemens Winter2016-08-022-21/+63
* | | Fix #1367: Add ParsedTry case to UntypedTree{Copier,Map,Accumulator}Clemens Winter2016-08-031-0/+9
* | | Merge pull request #1431 from cswinter/wip-unboundwildcardodersky2016-08-011-30/+44
|\ \ \ | |/ / |/| |
| * | Fix #1403: Reject unbound wildcard typesClemens Winter2016-08-011-9/+27
| * | Fix #1396: Modify parser to allow wildcard types everywhereClemens Winter2016-08-011-21/+17
* | | Merge pull request #1429 from dotty-staging/fix-#1426Guillaume Martres2016-08-011-5/+5
|\ \ \ | |/ / |/| |
| * | Fix varable printing in REPLMartin Odersky2016-07-311-5/+5
* | | Merge pull request #1398 from dotty-staging/fix-#1269Dmitry Petrashko2016-07-312-7/+2
|\ \ \ | |/ / |/| |
| * | Fix outer test in pattern matcherMartin Odersky2016-07-171-2/+1
| * | Fix computation of parent types of a classinfo.Martin Odersky2016-07-171-5/+1
* | | Fix #1285: Mutable vars are not to be considered constantMartin Odersky2016-07-312-3/+3
* | | Merge pull request #1425 from dotty-staging/fix-#1423odersky2016-07-311-7/+8
|\ \ \
| * | | Fix #1423: Fix owners of called methods in CollectSuperCalls.Nicolas Stucki2016-07-291-7/+8
* | | | Merge pull request #1422 from dotty-staging/add-Function25odersky2016-07-317-2/+123
|\ \ \ \ | |/ / / |/| | |
| * | | Add Function25 on top of #1413.Nicolas Stucki2016-07-287-2/+123
* | | | Merge pull request #1410 from dotty-staging/fix-#1263Dmitry Petrashko2016-07-281-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Fix #1263: Suppress super initializer call for val parameters of traits.Martin Odersky2016-07-221-7/+7
* | | | Merge pull request #1289 from dotty-staging/fix/partest-separateGuillaume Martres2016-07-275-7/+31
|\ \ \ \
| * | | | Refine HKApply#superTypeMartin Odersky2016-07-281-1/+1
| * | | | Fix HkApply#superType if type constructor is a TypeVarMartin Odersky2016-07-271-0/+3
| * | | | Don't generate outer accessors for Java innner classes.Martin Odersky2016-07-271-1/+1
| * | | | Fix colltest4: ListBuffer[A]#fromIterable had an incorrect castFelix Mulder2016-07-271-1/+1
| * | | | Remove overloaded constructor for annotationsGuillaume Martres2016-07-271-4/+14
| * | | | Make private accessor in value class not-private.VladimirNik2016-07-271-1/+12
| | |_|/ | |/| |
* | | | Merge pull request #1421 from cswinter/repl-inversion-fixodersky2016-07-272-6/+6
|\ \ \ \
| * | | | Fix #1411: Give REPL output in correct orderClemens Winter2016-07-272-6/+6
* | | | | Fixes #1316: Remove JLineKazuyoshi Kato2016-07-275-31/+4
|/ / / /
* | | | Merge pull request #1415 from dotty-staging/fix-i1354odersky2016-07-271-8/+23
|\ \ \ \
| * | | | fix #1354: improve type test and typecast of union typesliu fengyun2016-07-261-8/+23
| |/ / /
* | | | more friendly error message for case traitliu fengyun2016-07-271-1/+4
* | | | Merge pull request #1416 from dotty-staging/fix/Xprint-colorsNicolas Stucki2016-07-271-6/+7
|\ \ \ \