aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/config
Commit message (Collapse)AuthorAgeFilesLines
* Allow custom project nameFelix Mulder2017-01-311-5/+5
|
* Add static site gen to dottydoc mainFelix Mulder2017-01-311-0/+7
|
* Add markdown parsing to dottydocFelix Mulder2017-01-311-0/+1
|
* Remove hardcoded classpath reorderingGuillaume Martres2017-01-272-10/+1
| | | | | | If something needs to be fixed, fix it at the source. This prevented dotty-compiler-bootstrapped from using the dotty-library-bootstrapped clases instead of the dotty-library jar
* Fix #1875: Decrease -Xmax-inlines default to 32.Nicolas Stucki2017-01-041-1/+1
|
* Fix #1795: Avoid infinite recursion between member and asSeenFromMartin Odersky2016-12-211-1/+3
|
* New ShortcutImplicits phaseMartin Odersky2016-12-171-0/+1
| | | | | Optimizes implicit closures by avoiding closure creation where possible.
* Drop "Dotty deviation" messages that are no longer applicable.Martin Odersky2016-12-121-1/+1
|
* Drop explicit types for local implicit valsMartin Odersky2016-12-121-1/+1
| | | | | Drop explicit types for local implicit vals of type Context and Position. Exercises the functionality and shortens the code.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-2212-0/+1726