aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Use methods to find companion modulesDmitry Petrashko2015-03-282-16/+12
| * | Make companion-module links in ClassfileParserDmitry Petrashko2015-03-281-2/+8
| * | Make companion-module links in UnPicklerDmitry Petrashko2015-03-281-1/+6
| * | Guard against absent symbols in synthesizeCompanionMethod.Dmitry Petrashko2015-03-281-1/+1
| * | Remove code duplication between Namer, ClassfileParser and UnPicklerDmitry Petrashko2015-03-265-36/+21
| * | Fix error message in typerDmitry Petrashko2015-03-261-1/+1
| * | #435 Fix conflict between package object and case class with same nameDmitry Petrashko2015-03-264-4/+6
| * | Add late companion symbols in firstTransformDmitry Petrashko2015-03-261-2/+14
| * | Add companion link symbols early only if companion actually existsDmitry Petrashko2015-03-262-17/+48
| * | Fix installAfter for a Denotation List of single denotationDmitry Petrashko2015-03-261-1/+5
| * | Add companion class methods for files read from scala & javaDmitry Petrashko2015-03-252-0/+20
| * | #353 use methods to find companion classDmitry Petrashko2015-03-254-14/+49
* | | Merge pull request #452 from dotty-staging/fixTTM-structural-sharing-between-...Dmitry Petrashko2015-04-021-1/+1
|\ \ \
| * | | Fix TreeTypeMap and mapSymbols to create a copy of decls for duplicated classes.Dmitry Petrashko2015-04-021-1/+1
* | | | Merge pull request #449 from dotty-staging/fix-context-in-forwardersDmitry Petrashko2015-04-012-7/+15
|\ \ \ \
| * | | | Fix refPurity: was using wrong function to detect if term is stable.Dmitry Petrashko2015-04-011-1/+1
| * | | | Fix wrong owning context during adaptation inside forwarders.Dmitry Petrashko2015-04-011-6/+14
| |/ / /
* | | | Merge pull request #448 from smarter/fix/bridge-emissionDmitry Petrashko2015-04-011-3/+3
|\ \ \ \
| * | | | Erasure: actually emit bridgesGuillaume Martres2015-03-311-3/+3
| |/ / /
* | | | Merge pull request #446 from dotty-staging/tailrec-bring-to-groupDmitry Petrashko2015-03-311-4/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Bringing tailrec back to group: cannot trigger failure.Dmitry Petrashko2015-03-301-4/+2
|/ / /
* | | Merge pull request #432 from dotty-staging/patmat-optionsDmitry Petrashko2015-03-301-1/+7
|\ \ \
| * | | 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
|\