aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge pull request #892 from dotty-staging/fix-typeparam-namesodersky2015-10-311-6/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Avoid printing expanded names when displaying type parameters.Martin Odersky2015-10-301-6/+5
|/ / / /
* | | | Merge pull request #886 from dotty-staging/fix-#884Guillaume Martres2015-10-308-16/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | Add missing test file.Martin Odersky2015-10-301-0/+28
| * | | Fix #884 - misdiagnosed ambiguous definition.Martin Odersky2015-10-298-44/+19
* | | | Merge pull request #882 from dotty-staging/fix/java-annots-posodersky2015-10-302-1/+4
|\ \ \ \
| * | | | Set position on annotations parsed from JavaGuillaume Martres2015-10-292-1/+4
* | | | | Merge pull request #883 from dotty-staging/add/Main-processGuillaume Martres2015-10-291-1/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make it easier to call the compiler using reflectionGuillaume Martres2015-10-291-1/+7
|/ / / /
* | | | Merge pull request #869 from dotty-staging/fix-#866odersky2015-10-2714-31/+51
|\ \ \ \ | |/ / / |/| | |
| * | | Don't count suppressed errorsMartin Odersky2015-10-266-18/+33
| * | | Keep separate chain of outer reporters for StoreReportersMartin Odersky2015-10-265-7/+12