aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove hardcoded scala versionFelix Mulder2016-06-222-6/+6
* Merge pull request #1324 from felixmulder/fix/dotc-version#1321Dmitry Petrashko2016-06-226-98/+254
|\
| * Die if `java` bin is not found or specifiedFelix Mulder2016-06-211-0/+1
| * Extract common variables to common script in bin dirFelix Mulder2016-06-213-154/+141
| * Remove call to `scala` in dotrFelix Mulder2016-06-211-3/+31
| * Add tests fixing #1322Felix Mulder2016-06-211-0/+89
| * Fix #1323: change sbt interface dependency to allow artifact resolution by co...Felix Mulder2016-06-212-20/+26
| * Rework dotc to choose correct packages fixing #1321Felix Mulder2016-06-202-38/+83
* | Merge pull request #1325 from dotty-staging/overloaded-extractorDmitry Petrashko2016-06-222-2/+40
|\ \ | |/ |/|
| * better handling of overloaded extractorsliu fengyun2016-06-202-2/+40
|/
* Merge pull request #1314 from dotty-staging/topic/bridge-replDmitry Petrashko2016-06-129-14/+210
|\
| * Change versioning to a sonatype approved schemeFelix Mulder2016-06-101-2/+2
| * remove `dotty-core` project and publish individually insteadFelix Mulder2016-06-101-7/+1
| * Add developers and license to POMFelix Mulder2016-06-091-0/+36
| * Disable binary publishing in bridgeFelix Mulder2016-06-091-2/+5
| * Add loader support for dotty bridgeFelix Mulder2016-06-093-11/+26
| * Add date and hash to publishing versionFelix Mulder2016-06-096-2/+74
| * Remove duplicate lineFelix Mulder2016-06-091-1/+0
| * Add console interface for sbtFelix Mulder2016-06-091-0/+68
| * Add virtual project `dotty-core` to aggregate publishing of necessary artifactsFelix Mulder2016-06-091-2/+11
|/
* Merge pull request #1306 from dotty-staging/add/dotty-bridgeFelix Mulder2016-06-07488-1/+4254
|\
| * Make the dotty-bridge sbt project a subproject of dottyGuillaume Martres2016-06-07496-16/+4357
* | Merge pull request #1311 from felixmulder/topic/publish-snapshotsDmitry Petrashko2016-06-071-1/+23
|\ \
| * | Add ability to publish snapshots to sonatypeFelix Mulder2016-06-071-1/+23
* | | Merge pull request #1302 from dotty-staging/fix/partest-cli-errorDmitry Petrashko2016-06-073-1/+6
|\ \ \ | |/ / |/| |
| * | Properly report errors when cli flags are malformedGuillaume Martres2016-06-023-1/+6
* | | Merge pull request #1288 from dotty-staging/fix/implicit-caching-2Guillaume Martres2016-06-038-15/+103
|\ \ \ | |_|/ |/| |
| * | Overloading resolution: prefer directly applicable methodsGuillaume Martres2016-06-033-4/+27
| * | Don't compute implicit scopes for synthetic Lambda traitsGuillaume Martres2016-05-311-1/+4
| * | Avoid creating AndTypes with AnyGuillaume Martres2016-05-312-2/+7
| * | OfTypeImplicits: compute refs lazilyGuillaume Martres2016-05-311-1/+1
| * | Never include self types in named parts of a typeGuillaume Martres2016-05-311-1/+1
| * | Do not miss implicits in type parameters of parentsGuillaume Martres2016-05-312-1/+13
| * | Fix implicit scope caching bugGuillaume Martres2016-05-312-5/+22
| * | Document why we cannot cache all implicit scopesGuillaume Martres2016-05-312-1/+29
* | | 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