aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Names.scala
Commit message (Expand)AuthorAgeFilesLines
* Allow creating static initialisers.Dmitry Petrashko2016-06-071-0/+1
* Safe equality for core classes:Martin Odersky2016-05-231-0/+2
* Make Names immutable SeqsMartin Odersky2016-04-151-1/+1
* Extend synchronized scope in newTermNameMartin Odersky2015-11-171-48/+45
* Merge pull request #735 from dotty-staging/ycheck-methodsodersky2015-08-041-0/+21
|\
| * Fixes to name comparisonDmitry Petrashko2015-07-201-5/+3
| * SpecializeNames: Duplicate scalac behaviour, sort tparamsDmitry Petrashko2015-07-131-0/+23
* | Fix StackOverflow in Names.rehashDmitry Petrashko2015-07-141-1/+2
|/
* More @sharable annotationsMartin Odersky2015-07-061-41/+50
* Correct a large number of typos.Jason Zaugg2015-05-141-3/+3
* Sharing backend between scalac and dotty.Dmitry Petrashko2014-12-161-1/+1
* Definitions used by patmatDmitry Petrashko2014-09-171-0/+2
* Typos corrected.Dmitry Petrashko2014-03-031-1/+1
* New scheme for attachments.Martin Odersky2014-02-111-0/+1
* Some more statistic samplingMartin Odersky2014-01-261-0/+1
* Add a constructor to class Any, so that it can be inherited.Martin Odersky2014-01-101-1/+1
* Various bug fixes for typer.Martin Odersky2013-08-221-3/+6
* Eliminating getter generation in namer/typer.Martin Odersky2013-08-161-64/+1
* NameTransformer.encode now goes from names to names.Martin Odersky2013-05-241-7/+5
* Refactored Printing architecture.Martin Odersky2013-05-171-2/+4
* Added some predefined methods in Definitions.Martin Odersky2013-04-191-2/+21
* Refactored test frameworkMartin Odersky2013-04-051-1/+2
* Pretty-printing improvements.Martin Odersky2013-03-201-2/+1
* Some refinements for priningMartin Odersky2013-03-071-8/+3
* Bug fixes and cleanups for names.Martin Odersky2013-03-011-6/+25
* Fixes Name#slice.Martin Odersky2013-02-281-1/+1
* Fixes to namesMartin Odersky2013-02-281-7/+19
* PreNames as a way to unify Names and Strings.Martin Odersky2013-02-151-0/+16
* Swiztched to name table, added StdNames and related definitions. Introduced L...Martin Odersky2013-01-301-127/+240
* Changed NamedType dereferencing so that we need not keep track of name validi...Martin Odersky2013-01-211-5/+2
* Added lastIntroPhaseId to distinguish when names can be created.Martin Odersky2013-01-121-1/+4
* Initial commitMartin Odersky2012-12-061-0/+223