aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Add static site gen to dottydoc mainFelix Mulder2017-01-311-0/+7
* Document `IsInstanceOfEvaluator` using markdown style docstringsFelix Mulder2017-01-312-28/+37
* Add markdown parsing to dottydocFelix Mulder2017-01-311-0/+1
* Fix #1916 - fix erasure of xxl closuresMartin Odersky2017-01-311-1/+3
* Fix #1750: Handle illegal class overrides betterMartin Odersky2017-01-294-5/+31
* Merge pull request #1896 from dotty-staging/fix/bootstrapGuillaume Martres2017-01-2814-80/+67
|\
| * sbt.ExtractDependencies: avoid false dependenciesGuillaume Martres2017-01-281-1/+1
| * Workaround #1895: Bringing a symbol to a new run is brokenGuillaume Martres2017-01-282-5/+14
| * Workaroud #1856: recursively calling a lazy val works differently in DottyGuillaume Martres2017-01-282-2/+21
| * Fix bug in partest.DPConsoleRunnerGuillaume Martres2017-01-281-4/+4
| * Workaround #1770: Run changeOwner at group end in ElimByNameGuillaume Martres2017-01-281-1/+5
| * Fix some dotty compilation errorsGuillaume Martres2017-01-284-6/+12
| * Use new sbt-based bootstrap for partest tooGuillaume Martres2017-01-271-40/+0
| * Do not hardcode jars path in the tests, instead get them from sbtGuillaume Martres2017-01-271-11/+9
| * Remove hardcoded classpath reorderingGuillaume Martres2017-01-272-10/+1
* | Merge pull request #1909 from dotty-staging/fix-1687Dmitry Petrashko2017-01-281-34/+39
|\ \
| * | Fix #1687: postpone computations in tailrec until they are needed.Dmitry Petrashko2017-01-221-34/+39
| |/
* / Fix #1908: give synthetic default params correct flagsFelix Mulder2017-01-252-1/+52
|/
* Merge pull request #1904 from dotty-staging/fix-npe-implicitsodersky2017-01-161-8/+10
|\
| * Fix another NPE when compiling under -Yno-importsMartin Odersky2017-01-161-8/+10
* | Merge pull request #1903 from dotty-staging/fix-npe-implicitsodersky2017-01-161-3/+11
|\|
| * Fix NPE in ImplicitsMartin Odersky2017-01-161-3/+11
* | Merge pull request #1901 from dotty-staging/change-predef-importodersky2017-01-164-14/+23
|\|
| * Adopt scala's scheme for root import hidingMartin Odersky2017-01-154-14/+23
* | Merge pull request #1880 from dotty-staging/improve-whitelist-infrastructureodersky2017-01-124-685/+87
|\ \ | |/ |/|
| * Add useExplicitWhiteList for debugging.Nicolas Stucki2017-01-111-1/+27
| * Simplify blacklist paths.Nicolas Stucki2017-01-052-19/+22
| * Remove whitelist and keep only blacklist.Nicolas Stucki2017-01-053-654/+8
| * Add stdlib whitelist loader.Nicolas Stucki2017-01-052-22/+41
* | Merge pull request #1883 from dotty-staging/fix-1877Dmitry Petrashko2017-01-114-6/+84
|\ \
| * | Add PrimitiveForwarders and fix forwarding on value classes.Nicolas Stucki2017-01-114-15/+56
| * | Fix #1877: Add forwarders for primitive/generic mixins.Nicolas Stucki2017-01-062-6/+43
* | | Merge pull request #1690 from dotty-staging/benchDmitry Petrashko2017-01-111-1/+1
|\ \ \
| * | | fix benchmark testliu fengyun2016-11-241-1/+1
* | | | Merge pull request #1894 from dotty-staging/fix/inner-class-emissionGuillaume Martres2017-01-111-1/+4
|\ \ \ \
| * | | | Partially fix Java interop for emitted inner classesGuillaume Martres2017-01-111-1/+4
* | | | | Merge pull request #1893 from dotty-staging/fix-#1891odersky2017-01-112-2/+14
|\ \ \ \ \
| * | | | | Add more explanation.Martin Odersky2017-01-111-0/+3
| * | | | | Fix #1891: Don't add redundant constraintMartin Odersky2017-01-102-2/+11
| |/ / / /
* | | | | Fix #1878: Use Inline on final vals.Nicolas Stucki2017-01-102-20/+27
* | | | | Stop emitting fields for inlined fields.Nicolas Stucki2017-01-101-1/+2
* | | | | Revert "Fix #1878: Generate fields for final vars."Nicolas Stucki2017-01-101-1/+1
|/ / / /
* | | | Merge pull request #1888 from dotty-staging/bump-version-011Guillaume Martres2017-01-082-4/+4
|\ \ \ \
| * | | | Bump version from 0.1-SNAPSHOT to 0.1.1-SNAPSHOTGuillaume Martres2017-01-082-4/+4
* | | | | Improve error position and drop second error since it is prunedJonathan Brachthäuser2017-01-081-1/+1
* | | | | Give context for code examples to ease understandingJonathan Brachthäuser2017-01-081-9/+18
* | | | | Replace all occurrences of Id, ident or Ident with idJonathan Brachthäuser2017-01-081-36/+36
* | | | | Add error message for dangling this in path selectionsJonathan Brachthäuser2017-01-082-1/+28
|/ / / /
* | | | Merge pull request #1887 from dotty-staging/fix-#1867Guillaume Martres2017-01-071-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #1867: Set position of empty refined typesMartin Odersky2017-01-041-1/+1