aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix #431: Options make 2 steps of decoding instead of oneDmitry Petrashko2015-03-251-1/+7
* | | | Merge pull request #441 from smarter/fix/applyOverloaded-non-initodersky2015-03-281-1/+7
|\ \ \ \
| * | | | Make tpd#applyOverloaded work with methods other than <init>Guillaume Martres2015-03-281-1/+7
* | | | | Merge pull request #438 from smarter/fix/viewExistsDmitry Petrashko2015-03-281-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Implicits#viewExists: return false after typer instead of AssertionErrorGuillaume Martres2015-03-271-0/+1
|/ / / /
* | | | Merge pull request #425 from smarter/fix/isNullableClassodersky2015-03-263-11/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Fix isNullableClass to also work after ErasureGuillaume Martres2015-03-233-11/+23
| |/ /
* | | Merge pull request #428 from dotty-staging/trait-constructorsDmitry Petrashko2015-03-256-21/+67
|\ \ \
| * | | Fix failing tets: test instantiated abstract traits.Dmitry Petrashko2015-03-251-12/+12
| * | | New phase trait constructors.Dmitry Petrashko2015-03-252-1/+38
| * | | Emit abstract flag for non-abstract traitsDmitry Petrashko2015-03-251-1/+2
| * | | Style fixes in InterceptedMethodsDmitry Petrashko2015-03-251-3/+3
| * | | Make CollectEntryPoints stable against type aliases.Dmitry Petrashko2015-03-251-4/+12
| |/ /
* | | Merge pull request #430 from dotty-staging/fix/#429-enclosingMethodDmitry Petrashko2015-03-252-1/+5
|\ \ \
| * | | Fix #429Martin Odersky2015-03-252-1/+5
| |/ /
* | | Merge pull request #426 from smarter/fix/positionCoordodersky2015-03-251-1/+3
|\ \ \ | |/ / |/| |
| * | Make implicit conversion from Position to Coord work for NoPositionGuillaume Martres2015-03-251-1/+3
|/ /
* | Merge pull request #423 from dotty-staging/silence-val-clashesodersky2015-03-231-4/+0
|\ \
| * | Remove check for duplicates in module val names.Dmitry Petrashko2015-03-231-4/+0
|/ /
* | Merge pull request #422 from smarter/fix/InterceptedMethods-equalsDmitry Petrashko2015-03-231-1/+1
|\ \
| * | InterceptedMethods: enable interception of == and !=Guillaume Martres2015-03-231-1/+1
|/ /
* | Merge pull request #421 from dotty-staging/fix/derivedValueClass-v2odersky2015-03-222-6/+13
|\ \
| * | Have derivedValueClass run at initial stageMartin Odersky2015-03-222-6/+13
|/ /
* | Merge pull request #420 from dotty-staging/fix/restoreScopes-v2Dmitry Petrashko2015-03-211-2/+21
|\ \
| * | Invalidate companions of classes lifted by FlatMapMartin Odersky2015-03-211-2/+21
|/ /
* | Merge pull request #417 from dotty-staging/ycheck-non-existing-symbolsodersky2015-03-191-1/+1
|\ \ | |/ |/|
| * Fix Ycheck printing a lot of error about symbols that don't actually exist.Dmitry Petrashko2015-03-191-1/+1
|/
* Merge pull request #394 from dotty-staging/add/unpicklingDmitry Petrashko2015-03-18114-639/+4847
|\
| * Fixing conflicts between #361 and #394Dmitry Petrashko2015-03-182-2/+1
| * Bringing back fix to TreeMap.transform(ValDef) that was lost during rebaseDmitry Petrashko2015-03-181-1/+1
| * Tweaks to pickle formatMartin Odersky2015-03-186-17/+17
| * Added missing patch to DefaultInit drop.Martin Odersky2015-03-181-1/+0
| * Simplifications to pickled flagsMartin Odersky2015-03-184-32/+27
| * Drop environment from pickled closures.Martin Odersky2015-03-182-9/+9
| * Change to PickleFormatMartin Odersky2015-03-184-8/+6
| * Add support of Shadowed names to TastyPrinterMartin Odersky2015-03-181-0/+1
| * Simplifications to TASTy formatMartin Odersky2015-03-183-19/+14
| * Pickling test reorgMartin Odersky2015-03-1822-3/+5
| * Remove Throw from picklingMartin Odersky2015-03-183-8/+0
| * Two more tweaks to make pickling invariant under printingMartin Odersky2015-03-184-5/+17
| * Homogenize printing of super calls.Martin Odersky2015-03-181-9/+10
| * Homogenize package ids and literalsMartin Odersky2015-03-182-6/+18
| * Further harmonization between typing and unpicklingMartin Odersky2015-03-181-3/+5
| * Drop choice of separator in expanded name.Martin Odersky2015-03-185-14/+17
| * Pickle signatures using qualified names.Martin Odersky2015-03-182-2/+10
| * Harmonize treatment of simplified between typer and unpicklerMartin Odersky2015-03-183-6/+6
| * Fix unpickling parameter aliasesMartin Odersky2015-03-181-3/+7
| * Pickle shadowed namesMartin Odersky2015-03-187-8/+35
| * Rename inheritedName -> shadowedNameMartin Odersky2015-03-184-7/+7
| * Show compilation unit which failed pickling in tests.Martin Odersky2015-03-181-3/+3