aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | Don't drop $apply when eliminating existentials in unpicklerMartin Odersky2015-10-242-2/+2
| * | | | Revise typeParams to account for existential hk typesMartin Odersky2015-10-242-28/+37
| * | | | Add test caseMartin Odersky2015-10-241-0/+252
| * | | | Allow existential types in hk typesMartin Odersky2015-10-247-55/+41
* | | | | Merge pull request #887 from dotty-staging/fix-#873odersky2015-11-023-15/+34
|\ \ \ \ \
| * | | | | Also handle SAM functions when adaptiing arity of case lambdas.Martin Odersky2015-10-302-14/+19
| * | | | | Revert nullary function patchMartin Odersky2015-10-301-2/+2
| * | | | | Fix case expansion for nullary functions.Martin Odersky2015-10-301-3/+3
| * | | | | Allow pattern matching anonymous functions of arity > 1Martin Odersky2015-10-303-6/+20
* | | | | | Merge pull request #908 from dotty-staging/fix-#903odersky2015-11-022-0/+27
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add tests for wildcards without typesMartin Odersky2015-11-021-0/+2
| * | | | | Parentheses around a wildcard should not produce a lambdaMartin Odersky2015-11-022-0/+25
|/ / / / /
* | | | | Merge pull request #896 from dotty-staging/gitignoreodersky2015-10-312-0/+7
|\ \ \ \ \
| * | | | | Fix #895: Maintain keep file during bootstrapDmitry Petrashko2015-10-311-0/+2
| * | | | | Add `out/` folder correctly to gitignore.Dmitry Petrashko2015-10-311-0/+5
* | | | | | Merge pull request #894 from dotty-staging/check-singlethreadedDmitry Petrashko2015-10-312-0/+11
|\ \ \ \ \ \
| * | | | | | Check that access to context base is singlethreaded.Martin Odersky2015-10-312-0/+11
* | | | | | | Merge pull request #890 from dotty-staging/fix-#879Dmitry Petrashko2015-10-312-1/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Address reviewer commentsMartin Odersky2015-10-302-2/+2
| * | | | | | Fix #879Martin Odersky2015-10-303-3/+14
| | |_|_|/ / | |/| | | |