aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * CrossCastAnd: Fix issue with Phases.Dmitry Petrashko2015-11-101-1/+1
| * Test that private member selection on AndTypes works.Dmitry Petrashko2015-11-101-0/+17
| * New phase: crossCastAnd.Dmitry Petrashko2015-11-102-0/+49
| * Add minimized example that allows to reproduce issue in erasure.Dmitry Petrashko2015-11-091-0/+11
| * Tailrec: fix compilation of IndexedSeqOptimizedDmitry Petrashko2015-11-091-1/+1
* | Merge pull request #933 from dotty-staging/revert-sbtodersky2015-11-092-1/+2
|\ \ | |/ |/|
| * Go back to sbt 0.13.5 until 0.13.9 is published on type safe artifactoryDmitry Petrashko2015-11-091-1/+1
| * Fix sbt: project/plugins.sbt needs empty line.Dmitry Petrashko2015-11-091-0/+1
|/
* Merge pull request #899 from dotty-staging/fix-#880Dmitry Petrashko2015-11-092-3/+25
|\
| * Require outer pointer also for proxies of enclosing classes.Martin Odersky2015-10-312-3/+25
* | Merge pull request #867 from dotty-staging/upgrade/sbt-0.13.9Dmitry Petrashko2015-11-093-6/+8
|\ \
| * | Upgrade SBT to 0.13.9 and upgrade SBT pluginsGuillaume Martres2015-10-302-4/+6
| * | Build.scala: Fix deprecation warningsGuillaume Martres2015-10-251-2/+2
* | | Merge pull request #927 from dotty-staging/stdlib-boundsodersky2015-11-0910-14/+31
|\ \ \
| * | | Check bounds of inferred typevars in PostTyper.Martin Odersky2015-11-055-10/+21
| * | | Add more info on missing references in unpickler.Martin Odersky2015-11-051-0/+2
| * | | Drop neg testMartin Odersky2015-11-051-1/+0
| * | | Drop test that lower bound must be a subtype of upper bound.Martin Odersky2015-11-054-4/+8
* | | | Merge pull request #905 from dotty-staging/fix-nested-pkg-member-2odersky2015-11-091-1/+3
|\ \ \ \
| * | | | Fix problem when accessing same identifier from nested packages.Martin Odersky2015-11-021-1/+3
* | | | | Merge pull request #902 from dotty-staging/fix-numeric-implicit-argsodersky2015-11-097-12/+55
|\| | | |
| * | | | Update check fileMartin Odersky2015-11-012-5/+5
| * | | | Disable failing testMartin Odersky2015-11-012-7/+11
| * | | | Better handling of implicits over numeric types.Martin Odersky2015-11-015-6/+45
| | |_|/ | |/| |
* | | | Merge pull request #926 from dotty-staging/stdlib-varianceodersky2015-11-099-13/+91
|\ \ \ \ | |_|/ / |/| | |
| * | | 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