aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* More deep subtype failures.Dmitry Petrashko2015-11-101-0/+14
* Add more generic classes that compileDmitry Petrashko2015-11-101-0/+7
* Showcase #943Dmitry Petrashko2015-11-101-0/+5
* HasNewBuilder and HasNewCombiner compileDmitry Petrashko2015-11-101-0/+4
* GenericSeqCompanion compilesDmitry Petrashko2015-11-101-0/+2
* Another cyclic refDmitry Petrashko2015-11-101-0/+3
* One more cyclic refDmitry Petrashko2015-11-101-0/+4
* Start adding scala.collections.generic.*Dmitry Petrashko2015-11-101-0/+20
* TrieIterator uses early definitions.Dmitry Petrashko2015-11-101-0/+1
* Add TreeMap and TreeSet.Dmitry Petrashko2015-11-101-0/+3
* showcase #941Dmitry Petrashko2015-11-101-0/+4
* Showcase #942Dmitry Petrashko2015-11-101-0/+4
* Add more collections that compileDmitry Petrashko2015-11-101-0/+14
* Showcase #940Dmitry Petrashko2015-11-101-0/+2
* Add Map and MapLikeDmitry Petrashko2015-11-101-0/+3
* Showcase #939Dmitry Petrashko2015-11-101-0/+3
* Try to add ListMap and ListSetDmitry Petrashko2015-11-101-0/+7
* Showcase #939Dmitry Petrashko2015-11-101-0/+3
* Start adding more immutable collections.Dmitry Petrashko2015-11-101-0/+8
* Add more classes that compileDmitry Petrashko2015-11-101-0/+21
* One more cyclic reference.Dmitry Petrashko2015-11-101-0/+3
* One more manifestation of #916Dmitry Petrashko2015-11-101-0/+5
* Showcase #938Dmitry Petrashko2015-11-101-0/+2
* One more cyclic reference.Dmitry Petrashko2015-11-101-0/+7
* Add more collections that compileDmitry Petrashko2015-11-101-2/+25
* Showcase #937Dmitry Petrashko2015-11-101-3/+13
* Disable compilation of GenSeq and GenSeqLike.Dmitry Petrashko2015-11-101-0/+4
* Showcase #935Dmitry Petrashko2015-11-101-1/+0
* Add more collections to whitelist.Dmitry Petrashko2015-11-101-0/+9
* Check that Iterator.scala compiles on jenkins.Dmitry Petrashko2015-11-102-4/+5
* Avoid cyclic reference errors when unpickling classesMartin Odersky2015-11-091-1/+6
* Generalize MultiArrayOf to arrays of wildcardsMartin Odersky2015-11-091-31/+15
* Avoid taking references before toplevel symbols are entered.Martin Odersky2015-11-091-25/+23
* Enable compilation of primitive types.Martin Odersky2015-11-091-12/+10
* Merge pull request #927 from dotty-staging/stdlib-boundsodersky2015-11-092-2/+2
|\
| * Check bounds of inferred typevars in PostTyper.Martin Odersky2015-11-051-0/+1
| * Drop neg testMartin Odersky2015-11-051-1/+0
| * Drop test that lower bound must be a subtype of upper bound.Martin Odersky2015-11-051-2/+1
* | Drop neg testMartin Odersky2015-11-051-1/+0
* | Turn on -language:Scala2 -migration when compiling stdlibMartin Odersky2015-11-051-1/+1
* | Allows Iterator.scala to compile by itself.Martin Odersky2015-11-051-3/+1
* | Handle variance unsoundness in scalacMartin Odersky2015-11-051-0/+2
|/
* Merge pull request #900 from dotty-staging/fix-#871odersky2015-11-051-1/+5
|\
| * Deal gracefully with missing return types of abstract menthods.Martin Odersky2015-11-011-1/+5
* | Enable <:< implicits as conversions.Martin Odersky2015-11-031-1/+1
* | Enable compilation of Option.scalaMartin Odersky2015-11-021-1/+1
* | Ouch... remove comment that broke compilation.Dmitry Petrashko2015-11-021-1/+0
* | Allow empty lines in whitelist file.Dmitry Petrashko2015-11-021-0/+1
* | Showcase #916Dmitry Petrashko2015-11-021-3/+7
* | Showcase #915Dmitry Petrashko2015-11-021-1/+3