aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Fix #657: Add scala.Dynamic support.Nicolas Stucki2016-07-071-0/+3
* SymDenotations: fix comment.Dmitry Petrashko2016-06-071-1/+1
* Fix Ycheck: allow assigning fields in static constructors.Dmitry Petrashko2016-06-072-0/+5
* Fix type in SymDenotations.Dmitry Petrashko2016-06-071-1/+1
* Allow creating static initialisers.Dmitry Petrashko2016-06-071-0/+1
* SymDenotations: Allow entering Static symbols.Dmitry Petrashko2016-06-071-1/+1
* Merge pull request #1288 from dotty-staging/fix/implicit-caching-2Guillaume Martres2016-06-031-2/+7
|\
| * Avoid creating AndTypes with AnyGuillaume Martres2016-05-311-1/+6
| * Never include self types in named parts of a typeGuillaume Martres2016-05-311-1/+1
* | Merge pull request #1251 from felixmulder/topic/fix-stdoutredirect-replFelix Mulder2016-06-011-0/+4
|\ \ | |/ |/|
| * Disable "auto" alternative in `-color` flagFelix Mulder2016-06-011-1/+1
| * Factor out coloring check to new method `Context#useColors`Felix Mulder2016-05-201-0/+4
* | Add sbt incremental compilation supportGuillaume Martres2016-05-282-5/+19
* | Add Types#TypeTraverser for convenienceGuillaume Martres2016-05-281-0/+6
* | Fix memberExcluding for ClassInfoGuillaume Martres2016-05-281-2/+10
* | Avoid issues when calling methods on root package symbolGuillaume Martres2016-05-282-2/+2
* | Merge pull request #1270 from dotty-staging/fix-bootstrapDmitry Petrashko2016-05-279-84/+253
|\ \
| * | Fix typos in commentsMartin Odersky2016-05-231-2/+2
| * | Make isCOmpanion test cheaperMartin Odersky2016-05-231-6/+27
| * | Remember owner in completerMartin Odersky2016-05-231-4/+4
| * | Refine owner trees for templatesMartin Odersky2016-05-231-1/+1
| * | Adopt new scheme for handling forward references in TastyMartin Odersky2016-05-231-66/+106
| * | Maintain ownerTree data structure when unpickling TastyMartin Odersky2016-05-233-6/+87
| * | Let createSymbol return a symbolMartin Odersky2016-05-232-23/+27
| * | Make sure delayed Tasty unpicklings are done at the latest at Pickler phaseMartin Odersky2016-05-231-4/+6
| * | Fix withPhaseNoLaterMartin Odersky2016-05-231-1/+1
| * | Make sure local data is unpickled at right phaseMartin Odersky2016-05-231-2/+4
| * | Don't force a symbol's denotation for isTerm/isTypeMartin Odersky2016-05-232-3/+3
| * | Instrument Denotations#current to find CyclicReferenceMartin Odersky2016-05-231-1/+7
| * | Disable stub checkingMartin Odersky2016-05-231-4/+13
| * | Use source module ref as assumed self type when reading TastyMartin Odersky2016-05-231-2/+6
* | | Merge pull request #1256 from felixmulder/topic/test-bcodeDmitry Petrashko2016-05-272-1/+3
|\ \ \
| * | | Move `stripAnnots` to `isRef` instead of performing explicitly everywhereFelix Mulder2016-05-191-1/+1
| * | | Fix #1258: correct behavior for annotated valuesFelix Mulder2016-05-171-0/+2
| | |/ | |/|
* | | Move eqAny to PredefMartin Odersky2016-05-231-3/+3
* | | Safe equality for core classes:Martin Odersky2016-05-234-0/+8
* | | Check equality that with == and != makes senseMartin Odersky2016-05-231-1/+1
* | | Hooks to check that comparisons with == / != make senseMartin Odersky2016-05-232-0/+8
* | | Downwards comparisons for implicit search and overloading resolutionMartin Odersky2016-05-231-0/+3
| |/ |/|
* | Fix dotc bootstrap failureMartin Odersky2016-05-191-1/+5
* | Refined handling of atSignatureMartin Odersky2016-05-182-24/+28
* | Issue MergeError exception for double def situationsMartin Odersky2016-05-181-8/+29
* | Avoid merging denotations of different symbols in same classMartin Odersky2016-05-181-1/+8
|/
* Refine todo commentMartin Odersky2016-04-291-1/+1
* Dealias more types in resultTypeMartin Odersky2016-04-271-26/+31
* Add FurtureDefsOK for isBottomTypeMartin Odersky2016-04-271-1/+7
* Fix misprediction of dependent method type status.Martin Odersky2016-04-271-7/+10
* Avoid forming ???.T type.Martin Odersky2016-04-271-1/+2
* Rename Reporting#println -> Reporting#echoMartin Odersky2016-04-272-5/+5
* Support implicitNotFound annotationMartin Odersky2016-04-221-0/+2