aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Decorators.scala
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-185/+0
* Clean up in `messages.scala`Felix Mulder2016-11-021-1/+1
* Fix reporting of ErrorTypes in highlighted segmentsFelix Mulder2016-10-101-0/+4
* CleanupsMartin Odersky2016-10-021-4/+3
* Make inline annotation @scala.inline.Martin Odersky2016-10-021-1/+1
* Fix some problems in InlinerMartin Odersky2016-10-021-4/+4
* Simplify enclosingInlinedsMartin Odersky2016-10-021-4/+3
* Print inlining positions in error messagesMartin Odersky2016-10-021-2/+12
* New string infterpolatorsMartin Odersky2016-08-161-61/+13
* Move Mode to coreMartin Odersky2016-04-011-1/+0
* Fix miniphase assembly.Martin Odersky2015-08-151-1/+1
* Fix DenotationNotDefinedHere in pattern matcherMartin Odersky2015-05-211-1/+1
* Correct a large number of typos.Jason Zaugg2015-05-141-1/+1
* Allow future defs when printing with i"...".Martin Odersky2015-04-131-1/+2
* More fixes to unpicklingMartin Odersky2015-03-181-1/+1
* -Ylog:X now only log phase X, use -Ylog:X+ to also log phase X+1Guillaume Martres2014-12-181-6/+13
* Add missing and double symbol checking to TreeCheckerMartin Odersky2014-10-261-0/+5
* Harden construction of i"..." stringsMartin Odersky2014-09-051-4/+9
* Rename in Phase: name -> phaseNameMartin Odersky2014-08-181-1/+1
* Disentangle phases from treetransformsMartin Odersky2014-08-091-1/+1
* Various cleanups and utility additionsMartin Odersky2014-07-171-2/+34
* Add support for specifying 'all' for -Xprint, -Yskip, etcGuillaume Martres2014-04-211-2/+3
* move InfoString from ErrorReporting to Decorators andSamuel Gruetter2014-04-021-1/+32
* Adapting containsPhase to phase groupsMartin Odersky2014-03-311-2/+5
* Small tweaks to typerMartin Odersky2013-12-161-0/+1
* Types refactoringsMartin Odersky2013-11-251-0/+6
* widen if unstable prefixMartin Odersky2013-11-131-0/+7
* Bug fixes and improvements in error diagnostics.Martin Odersky2013-09-161-0/+1
* More solid design of Namer with some Typer bits added.Martin Odersky2013-06-031-0/+32
* wip namer.Martin Odersky2013-05-281-0/+4
* NameTransformer.encode now goes from names to names.Martin Odersky2013-05-241-2/+0
* Refactored Printing architecture.Martin Odersky2013-05-171-1/+2
* Refactored Printers, Showable and Text into new package dotc.printing.Martin Odersky2013-05-141-1/+1
* Pretty-printing improvements.Martin Odersky2013-03-201-1/+5
* Polishing of scopes.Martin Odersky2013-03-061-3/+2
* Finished polishing of Types and TypeOps.Martin Odersky2013-03-061-0/+20
* Cleanup of decoratorsMartin Odersky2013-02-271-2/+15
* Filling in all ???sMartin Odersky2013-02-271-2/+6
* PreNames as a way to unify Names and Strings.Martin Odersky2013-02-151-1/+1
* Swiztched to name table, added StdNames and related definitions. Introduced L...Martin Odersky2013-01-301-8/+5
* Various additions to symbols, denotations, and elsewhereMartin Odersky2013-01-241-0/+13
* Initial commitMartin Odersky2012-12-061-0/+37