aboutsummaryrefslogtreecommitdiff
path: root/compiler/src
Commit message (Expand)AuthorAgeFilesLines
* Allow custom project nameFelix Mulder2017-01-311-5/+5
* 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-289-20/+44
|\
| * 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
| * Workaround #1770: Run changeOwner at group end in ElimByNameGuillaume Martres2017-01-281-1/+5
| * Fix some dotty compilation errorsGuillaume Martres2017-01-281-1/+2
| * 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-251-1/+3
|/
* Fix another NPE when compiling under -Yno-importsMartin Odersky2017-01-161-8/+10
* Fix NPE in ImplicitsMartin Odersky2017-01-161-3/+11
* Adopt scala's scheme for root import hidingMartin Odersky2017-01-154-14/+23
* 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 #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
|/ /
* | 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
* | Merge pull request #1873 from dotty-staging/fix-#1865odersky2017-01-051-1/+2
|\ \
| * | Address reviewer commentsMartin Odersky2017-01-041-1/+1
| * | Fix #1865: Compute outer path at right phaseMartin Odersky2017-01-031-1/+2
| |/
* | Fix #1878: Generate fields for final vars.Nicolas Stucki2017-01-051-1/+1
* | Fix #1875: Decrease -Xmax-inlines default to 32.Nicolas Stucki2017-01-041-1/+1
* | Merge pull request #1869 from dotty-staging/fix-#1868odersky2017-01-041-1/+1
|\ \
| * | Fix #1868 - Fix logic bug in matchMartin Odersky2017-01-021-1/+1
* | | Merge pull request #1864 from dotty-staging/fix-#1732odersky2017-01-041-1/+2
|\| |
| * | Fix #1732: Special treatment for bottom type by-name argsMartin Odersky2016-12-311-1/+2
| |/
* / Add error message for unbound wildcard type.Jarrod Janssen2017-01-022-1/+44
|/
* Merge pull request #1850 from dotty-staging/fix-#1845odersky2016-12-281-1/+3
|\
| * Fix #1845: Survive illegal this-type prefixesMartin Odersky2016-12-221-1/+3
* | Fix #1716: Don't allow wildcards as type arguments to methodsMartin Odersky2016-12-251-8/+12
* | Merge pull request #1826 from dotty-staging/fix-compile-stdlibGuillaume Martres2016-12-2112-47/+131
|\ \