aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Flag self names that conflict with parameters or membersMartin Odersky2014-04-084-67/+92
| * | | Reworked TermRef handlingMartin Odersky2014-04-087-27/+137
| * | | Avoid creating a local dummy when retyping.Martin Odersky2014-04-082-4/+9
| * | | TreeCheckers use re-typing...Martin Odersky2014-04-081-6/+31
| * | | Better printing of denotations.Martin Odersky2014-04-082-4/+8
| * | | Fleshed out Splitter phaseMartin Odersky2014-04-086-4/+117
| * | | Corrected computations of union denotations.Martin Odersky2014-04-082-28/+27
|/ / /
* | | Merge pull request #116 from dotty-staging/add/Denotation-updateSébastien Doeraene2014-04-052-1/+29
|\ \ \
| * | | Install method for SymDenotationsMartin Odersky2014-04-042-1/+29
* | | | Merge pull request #109 from DarkDimius/erasure-bridgesDmitry Petrashko2014-04-042-6/+102
|\ \ \ \ | |_|/ / |/| | |
| * | | Bridge generation in erasure implemented.Dmitry Petrashko2014-04-042-6/+102
* | | | Merge pull request #110 from DarkDimius/silenceDmitry Petrashko2014-04-044-6/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Reduce verbosity of logs.Dmitry Petrashko2014-04-024-6/+4
| | |/ | |/|
* | | Merge pull request #99 from samuelgruetter/infostring2odersky2014-04-0415-125/+142
|\ \ \
| * | | fix: do not count suppressed messages for summarySamuel Gruetter2014-04-021-1/+1
| * | | fix: isSensical in d"..." impl must inspect contents of List argSamuel Gruetter2014-04-021-0/+1
| * | | replace some s"..." by i"..."Samuel Gruetter2014-04-023-15/+15
| * | | replace i"..." by d"..." if string might go into aSamuel Gruetter2014-04-029-58/+59
| * | | remove SuppressedMessage exception and update Diagnostic as neededSamuel Gruetter2014-04-022-11/+12
| * | | add d string interpolator (marks nonsensical error messages)Samuel Gruetter2014-04-021-0/+28
| * | | remove var ContextBase.suppressNonSensicalErrors, andSamuel Gruetter2014-04-022-10/+4
| * | | move InfoString from ErrorReporting to Decorators andSamuel Gruetter2014-04-027-44/+36
| | |/ | |/|
* | | Merge pull request #112 from dotty-staging/topic/loggable-transformsDmitry Petrashko2014-04-043-2/+18
|\ \ \ | |_|/ |/| |
| * | test for allOverriddenSymbolsMartin Odersky2014-04-041-0/+13
| * | Make transforms loggableMartin Odersky2014-04-042-2/+5
| |/
* | Merge pull request #105 from DarkDimius/docsDmitry Petrashko2014-04-025-30/+46
|\ \
| * | Documentation and a bit of cleanup.Dmitry Petrashko2014-04-015-30/+46
| |/
* | Merge pull request #103 from DarkDimius/transform/erasure-transformsDmitry Petrashko2014-04-026-20/+178
|\ \ | |/ |/|
| * Intercepted methods transformerDmitry Petrashko2014-04-026-7/+165
| * Fix TypeTestCastsDmitry Petrashko2014-04-011-13/+13
|/
* Merge pull request #106 from DarkDimius/fixes-lazy-vals-typoDmitry Petrashko2014-04-012-2/+2
|\
| * Fix error in lazy-vals.Dmitry Petrashko2014-03-312-2/+2
|/
* Merge pull request #102 from dotty-staging/transform/erasureDmitry Petrashko2014-03-3128-244/+433
|\
| * Factored re-typing logic into seperate ReTyper classMartin Odersky2014-03-313-69/+101
| * Memoizing Context#withPhaseDmitry Petrashko2014-03-311-18/+33
| * Renaming clear->setNewMartin Odersky2014-03-315-13/+13
| * Added implementation of TypeTestsCasts#boxMartin Odersky2014-03-311-2/+1
| * Maintaining owners during transformationsMartin Odersky2014-03-315-80/+115
| * More fixes and tests for easure.Martin Odersky2014-03-316-47/+69
| * Add -Ycheck capabilityMartin Odersky2014-03-313-6/+45
| * Adapting containsPhase to phase groupsMartin Odersky2014-03-313-6/+9
| * Avoiding type applications after erasure.Martin Odersky2014-03-312-5/+14
| * Added dummy pattern matcherMartin Odersky2014-03-312-1/+28
| * Make primitive conversions work also for non-numeric typesMartin Odersky2014-03-313-4/+12
| * Fix in NamedType#denotMartin Odersky2014-03-311-0/+1
| * Fixing completion phaseMartin Odersky2014-03-312-2/+1
* | Merge pull request #104 from DarkDimius/lazy-vals-objDmitry Petrashko2014-03-312-1/+10
|\ \ | |/ |/|
| * Test that lazy val doesn't rewrite module definitions.Dmitry Petrashko2014-03-312-1/+10
|/
* Merge pull request #101 from dotty-staging/transform/erasureDmitry Petrashko2014-03-2928-181/+834
|\
| * Fixes to erasureMartin Odersky2014-03-295-21/+41