aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make the dotty-bridge sbt project a subproject of dottyGuillaume Martres2016-06-07496-16/+4357
* Merge pull request #1299 from felixmulder/topic/prepare-repl-for-bridgeDmitry Petrashko2016-06-034-16/+110
|\
| * Add documentation to REPLFelix Mulder2016-06-031-6/+18
| * Add ability to bind values from runtimeFelix Mulder2016-06-034-4/+78
| * Add `initialCommands` and `cleanupCommands` to REPLFelix Mulder2016-06-022-12/+20
|/
* Merge pull request #1297 from felixmulder/topic/add-position-switchDmitry Petrashko2016-06-023-11/+14
|\
| * Fix #1292: give position when failing to emit switch on annotated matchFelix Mulder2016-06-023-11/+14
* | Merge pull request #1298 from dotty-staging/rename-organizationDmitry Petrashko2016-06-021-1/+1
|\ \
| * | Switch organization from org.scala-lang to ch.epfl.lampGuillaume Martres2016-06-021-1/+1
|/ /
* | Merge pull request #1251 from felixmulder/topic/fix-stdoutredirect-replFelix Mulder2016-06-016-10/+62
|\ \
| * | Disable "auto" alternative in `-color` flagFelix Mulder2016-06-012-2/+2
| * | Factor out coloring check to new method `Context#useColors`Felix Mulder2016-05-203-8/+10
| * | Use ChoiceSetting for coloringFelix Mulder2016-05-124-4/+6
| * | Add CLI option to disable REPL syntax highlightingFelix Mulder2016-05-125-7/+21
| * | Redirect System.{err,out} and Console.{err,out} in REPLFelix Mulder2016-05-121-7/+28
| * | Strip colors from output in TestREPLFelix Mulder2016-05-121-1/+2
| * | Fix stdout redirect for REPL's printlnFelix Mulder2016-05-121-6/+18
* | | Merge pull request #1229 from dotty-staging/benchDmitry Petrashko2016-05-302-46/+40
|\ \ \ | |_|/ |/| |
| * | fix benchmarks exceptionliu fengyun2016-05-301-3/+7
| * | remove magic with benchmark testsliu fengyun2016-05-301-43/+33
|/ /
* | Merge pull request #1244 from dotty-staging/add/sbt-phaseGuillaume Martres2016-05-2917-17/+1032
|\ \
| * | Add sbt incremental compilation supportGuillaume Martres2016-05-2813-11/+1009
| * | Document why Trees#SelectFromTypeTree cannot be a TypTreeGuillaume Martres2016-05-281-1/+4
| * | Add Types#TypeTraverser for convenienceGuillaume Martres2016-05-281-0/+6
| * | Fix typo in Desugar#refinedTypeToClass documentationGuillaume Martres2016-05-281-1/+1
| * | 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 #1281 from dotty-staging/fix-lamda-liftodersky2016-05-273-6/+27
|\ \
| * | LambdaLift: do not close over members that are static.Dmitry Petrashko2016-05-271-2/+2
| * | Fix deadlock in t5375 and similar tests.Dmitry Petrashko2016-05-262-2/+14
| * | Backport from Linker: ElimStaticThis: allow more calls to static methodsDmitry Petrashko2016-05-261-2/+4
| * | Backport from Linker: Fix to lambda lift. Fixes #1280.Dmitry Petrashko2016-05-261-2/+9
| |/
* | Merge pull request #1283 from felixmulder/topic/fix-seq-binding-patternmatcherDmitry Petrashko2016-05-279-13/+37
|\ \
| * | Add test for SI-9795Felix Mulder2016-05-271-0/+7
| * | Add test for previous ensuring correct bindsFelix Mulder2016-05-272-0/+5
| * | Fix `A*` propagating outside matchesFelix Mulder2016-05-271-2/+7
| * | Annotate repeated params with `case` flag to indicate that they are legalFelix Mulder2016-05-275-9/+14
| * | Change typer to infer repeated param instead of Seq in `_*` casesFelix Mulder2016-05-272-3/+5
|/ /
* | Merge pull request #1270 from dotty-staging/fix-bootstrapDmitry Petrashko2016-05-2715-112/+281
|\ \
| * | 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
| * | Replace aliases to Unit by UnitMartin Odersky2016-05-231-1/+9
| * | Make sure local data is unpickled at right phaseMartin Odersky2016-05-231-2/+4