aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Backend: Emmit simple annotationsDmitry Petrashko2015-04-032-0/+14
* Merge pull request #425 from smarter/fix/isNullableClassodersky2015-03-261-0/+11
|\
| * Fix isNullableClass to also work after ErasureGuillaume Martres2015-03-231-0/+11
* | Merge pull request #428 from dotty-staging/trait-constructorsDmitry Petrashko2015-03-251-12/+12
|\ \
| * | Fix failing tets: test instantiated abstract traits.Dmitry Petrashko2015-03-251-12/+12
| |/
* / Fix #429Martin Odersky2015-03-251-0/+3
|/
* Pickling test reorgMartin Odersky2015-03-1821-1/+1
* Pickle shadowed namesMartin Odersky2015-03-181-1/+2
* Deal gracefully with out-of-scope references wehn unpicklingMartin Odersky2015-03-181-0/+65
* More testsMartin Odersky2015-03-188-0/+217
* Fix TastyReader#readLongIntMartin Odersky2015-03-181-0/+33
* Compute PureInterface flag after pickling.Martin Odersky2015-03-188-0/+399
* Allow several units to be pickle-tested at once.Martin Odersky2015-03-186-0/+155
* Better tracking of unhygienic closure typesMartin Odersky2015-03-181-2/+27
* Avoid dependent methods being closures.Martin Odersky2015-03-181-0/+12
* Change scheme of translating array creations new Array(...)Martin Odersky2015-03-181-1/+2
* Disallow refinements of types or methods that do not appear in parent.Martin Odersky2015-03-1811-77/+89
* Merge pull request #404 from dotty-staging/backend-mergeDmitry Petrashko2015-03-181-0/+17
|\
| * Handle boxing inside labels, jump back to box.Dmitry Petrashko2015-03-181-0/+17
* | Merge pull request #407 from dotty-staging/fix/#400odersky2015-03-131-0/+13
|\ \
| * | Fix #400Martin Odersky2015-03-131-0/+13
| |/
* | Merge pull request #408 from dotty-staging/test/#390Dmitry Petrashko2015-03-131-0/+0
|\ \
| * | New test for valueclassesMartin Odersky2015-03-131-0/+0
| |/
* / add/strictMartin Odersky2015-03-132-0/+0
|/
* Merge pull request #383 from smarter/fix/fullyParameterizedDefDmitry Petrashko2015-03-051-0/+1
|\
| * FullParameterization: fix rewiring of ReturnsGuillaume Martres2015-03-021-0/+1
* | Fix bug which prevented New over type-instantiated aliases.Martin Odersky2015-02-281-0/+8
|/
* Fix tests/pos/{i143,extmethods}.scala: value classes must have exactly one va...Guillaume Martres2015-02-152-4/+2
* Merge pull request #359 from dotty-staging/fix/erasure-lub-alternativeDmitry Petrashko2015-02-131-0/+27
|\
| * Insert correct boxing/unboxing conversions for branchesMartin Odersky2015-02-111-0/+27
* | Merge pull request #358 from dotty-staging/backend-backportsDmitry Petrashko2015-02-122-0/+2
|\ \
| * | Disable t2669 dies in Classfile parser while parsing java.util.Vector(request...Dmitry Petrashko2015-02-111-0/+1
| * | Disable t2667 that fails inside Extension methods.Dmitry Petrashko2015-02-111-0/+1
| |/
* | Prevent block types with references to local symbolsGuillaume Martres2015-02-112-0/+19
* | Java methods: JavaMethodType instead of MethodType, convert Object to AnyOndrej Lhotak2015-02-072-0/+0
|/
* New failing testMartin Odersky2015-02-072-0/+10
* More negative override testsMartin Odersky2015-02-071-0/+14
* New spec and implementation for matching.Martin Odersky2015-02-071-0/+8
* Fix of #329.Martin Odersky2015-02-071-0/+7
* Test reorgMartin Odersky2015-02-0718-61/+58
* Fixes handling of op-assignments for polymorphic apply/update.Martin Odersky2015-02-071-0/+0
* Merge pull request #346 from dotty-staging/local-lazy-valsodersky2015-02-071-0/+16
|\
| * Fix problems with lazy vals and separate compilationDmitry Petrashko2015-02-031-0/+16
* | Addressing review comments of #336Dmitry Petrashko2015-02-031-1/+1
* | Even more careful handling of tailcalls.Dmitry Petrashko2015-02-031-5/+21
* | Fix i321, tail call needs to be careful with abstracting over class type argu...Dmitry Petrashko2015-02-031-0/+10
|/
* Merge pull request #338 from dotty-staging/fix/t3152-findMemberodersky2015-01-3110-0/+38
|\
| * New testsMartin Odersky2015-01-2710-0/+162
| * Use normnalized type to report type errors.Martin Odersky2015-01-278-124/+0
* | Merge pull request #331 from dotty-staging/fix/refined-subtypingodersky2015-01-3114-67/+71
|\ \