aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow separate compilation of Dotty using TASTYMartin Odersky2015-04-252-0/+26
* Merge pull request #474 from dotty-staging/alt/instantiation-checksDmitry Petrashko2015-04-202-0/+66
|\
| * Added phase to check `New` nodes for instantiability.Martin Odersky2015-04-131-0/+38
| * Self type inheritance checkMartin Odersky2015-04-131-0/+28
* | Merge pull request #482 from vsalvis/vsalvis-partest2Dmitry Petrashko2015-04-201-0/+0
|\ \
| * | Using FileLock to distinguish between test and partest modevsalvis2015-04-201-0/+0
| |/
* | Fix #342 Lambda lift idents need to get new prefixMartin Odersky2015-04-171-0/+10
* | Improve documentation and minimze testMartin Odersky2015-04-172-0/+19
|/
* Ensure spaces after `if` in Dotty tests.Dmitry Petrashko2015-04-0917-20/+20
* Add spaces around + in tests.Dmitry Petrashko2015-04-0935-86/+86
* Remove trailing spaces in Dotty tests.Dmitry Petrashko2015-04-0943-151/+151
* Replace tabs with 4 spaces in Dotty tests.Dmitry Petrashko2015-04-0999-274/+274
* Make all dotty tests end in newlineDmitry Petrashko2015-04-0931-31/+31
* 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