aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid spurious procedure syntax migration warningMartin Odersky2015-11-092-1/+7
* Drop neg testMartin Odersky2015-11-051-1/+0
* Turn on -language:Scala2 -migration when compiling stdlibMartin Odersky2015-11-051-1/+1
* Remove println accidentally left in code.Martin Odersky2015-11-051-3/+1
* Allows Iterator.scala to compile by itself.Martin Odersky2015-11-051-3/+1
* Handle variance unsoundness in scalacMartin Odersky2015-11-054-4/+57
* Add scalaMode and testScalaMode to TypeOpsMartin Odersky2015-11-052-2/+12
* Emit a migration warning in Parser when hitting a Scala2 feature.Martin Odersky2015-11-051-4/+9
* Add migration warningsMartin Odersky2015-11-053-1/+10
* Merge pull request #889 from dotty-staging/fix-#877odersky2015-11-055-13/+29
|\
| * add out/ to .gitignoreMartin Odersky2015-10-311-1/+0
| * Make a new fresh name creator for each unitMartin Odersky2015-10-303-12/+17
| * Fix #877Martin Odersky2015-10-302-1/+12
| * add out/ to .gitignoreMartin Odersky2015-10-301-0/+1
* | Merge pull request #923 from dotty-staging/fix-typeparam-orderodersky2015-11-052-2/+17
|\ \
| * | Reorder unpickled type params if necessaryMartin Odersky2015-11-042-2/+17
* | | Merge pull request #900 from dotty-staging/fix-#871odersky2015-11-055-4/+30
|\ \ \ | |/ / |/| |
| * | Deal gracefully with missing return types of abstract menthods.Martin Odersky2015-11-015-4/+30
* | | Merge pull request #901 from dotty-staging/fix-#851Dmitry Petrashko2015-11-033-2/+11
|\ \ \
| * | | Don't interpreter $init$ as a constructor when parsing Java files.Martin Odersky2015-11-012-1/+9
| * | | Allow -Xprint:parser option to print parse treesMartin Odersky2015-11-011-1/+2
| |/ /
* | | Merge pull request #920 from dotty-staging/stdlib-TraversableOnceDmitry Petrashko2015-11-034-3/+10
|\ \ \
| * | | Enable <:< implicits as conversions.Martin Odersky2015-11-034-3/+10
* | | | Merge pull request #919 from dotty-staging/stdlib-optionDmitry Petrashko2015-11-033-10/+14
|\| | |
| * | | Enable compilation of Option.scalaMartin Odersky2015-11-021-1/+1
| * | | Retain `case` flags for module classes representing case objectsMartin Odersky2015-11-021-8/+10
| * | | Make isDefined override if necessaryMartin Odersky2015-11-021-1/+3
|/ / /
* | | Merge pull request #917 from dotty-staging/compile-stdlibodersky2015-11-025-1/+178
|\ \ \
| * | | Partest also needs to close scala repo.Dmitry Petrashko2015-11-021-1/+2
| * | | Use absolute dates in Jenkins git-log.Dmitry Petrashko2015-11-023-3/+3
| * | | Ouch... remove comment that broke compilation.Dmitry Petrashko2015-11-024-2/+6
| * | | Allow empty lines in whitelist file.Dmitry Petrashko2015-11-021-0/+1
| * | | Use custom repo to download fork of scale-library.Dmitry Petrashko2015-11-021-1/+1
| * | | Showcase #916Dmitry Petrashko2015-11-021-3/+7
| * | | Showcase #915Dmitry Petrashko2015-11-021-1/+3
| * | | Showcase #914Dmitry Petrashko2015-11-021-1/+3
| * | | Showcase #913Dmitry Petrashko2015-11-021-1/+4
| * | | Showcase #912Dmitry Petrashko2015-11-021-3/+6
| * | | Showcase #911Dmitry Petrashko2015-11-021-1/+4
| * | | Showcase #907Dmitry Petrashko2015-11-021-0/+4
| * | | Showcase #910Dmitry Petrashko2015-11-021-4/+12
| * | | Showcase #909Dmitry Petrashko2015-11-021-15/+30
| * | | Compiling products forces Data races.Dmitry Petrashko2015-11-021-23/+23
| * | | Test compiling sodlibDmitry Petrashko2015-11-022-0/+127
|/ / /
* | | Merge pull request #860 from dotty-staging/change-allow-ex-in-hkDmitry Petrashko2015-11-0215-111/+368
|\ \ \
| * | | Represent references to Scala2 inner classes as WithFixedSym typesMartin Odersky2015-10-256-279/+31
| * | | Make Lazy and Trait "From Start" flagsMartin Odersky2015-10-251-2/+4
| * | | Make SuperAccessor and Scala2x "FromStart" flags.Martin Odersky2015-10-252-2/+4
| * | | Add fixed version of GenTraversableFactory.Martin Odersky2015-10-241-0/+256
| * | | Remove redundant testsMartin Odersky2015-10-241-3/+1