aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/util
Commit message (Expand)AuthorAgeFilesLines
* Documentation and a bit of cleanup.Dmitry Petrashko2014-04-011-2/+2
* Bullet-proofing companion objectsMartin Odersky2014-03-131-3/+3
* Fix of #50 - volatileMartin Odersky2014-03-091-2/+0
* Typos corrected.Dmitry Petrashko2014-03-034-4/+4
* More informative asserts.Dmitry Petrashko2014-03-031-1/+1
* Misc performance improvements by eliminating stupid allocationsMartin Odersky2014-02-242-2/+2
* Resetting uniques and hashset reorg.Martin Odersky2014-02-242-50/+65
* Performance improvement: Replace == with equals in util.HashTableMartin Odersky2014-02-211-3/+3
* Performance improvement in LRUCacheMartin Odersky2014-02-211-2/+2
* Fixed a bug in LRUcache which prevented sizes >= 8.Martin Odersky2014-02-122-2/+5
* Wrapped up definition of attachments.Martin Odersky2014-02-111-39/+62
* COnverted symOfTree and expandedTree to attachments.Martin Odersky2014-02-111-1/+11
* New scheme for attachments.Martin Odersky2014-02-112-0/+77
* Replacing most occurrences of HashMap with AnyRefMapMartin Odersky2014-01-301-1/+1
* New treatment of uniquesMartin Odersky2014-01-262-1/+24
* Better caching of typesMartin Odersky2014-01-261-1/+1
* Some more statistic samplingMartin Odersky2014-01-261-3/+7
* Update to 2.11Martin Odersky2014-01-261-10/+3
* Statistics now also computes call counts of tracked operations.Martin Odersky2014-01-261-5/+23
* More tests.Martin Odersky2014-01-181-5/+5
* Refine notion of pattern variables.Martin Odersky2014-01-182-5/+5
* New subtype constraint maintenance algorithm.Martin Odersky2014-01-071-0/+2
* Check that constraints are not cyclic, and avoid cycles when replacing parame...Martin Odersky2013-12-311-12/+12
* Tightening of position handlngMartin Odersky2013-12-291-3/+3
* Fixing off-by-one error for SourcePosition#lineMartin Odersky2013-12-271-1/+1
* Small tweak to LRU-cache.Martin Odersky2013-12-251-1/+2
* SimpleMap.foreachKey -> foreachBindingMartin Odersky2013-11-291-12/+9
* Hoisting out commonly used values into util.commonMartin Odersky2013-11-281-0/+16
* Tweaks to SimpleMapMartin Odersky2013-11-221-62/+94
* Reporting max constraintMartin Odersky2013-11-101-3/+1
* Fixing Position.contains(NoPosition)Martin Odersky2013-11-091-2/+1
* Adding a size method to SimpleMap.Martin Odersky2013-11-061-0/+8
* Limit size of SImpleMapMartin Odersky2013-10-311-1/+3
* Made mapValues conservativeMartin Odersky2013-10-301-29/+50
* Added option -YheartbeatMartin Odersky2013-10-011-1/+42
* Made sourcePos more robustMartin Odersky2013-09-301-1/+2
* Direct access to symbol in TermRefMartin Odersky2013-09-261-1/+1
* Improvements in implicits error reportingMartin Odersky2013-09-061-1/+3
* Made SimpleMap non-variant in key type and added map2 method.Martin Odersky2013-09-051-16/+32
* Fixing two typer bugsMartin Odersky2013-08-201-1/+3
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-191-0/+3
* Made NameTransformer encode return the kind of name it is given.Martin Odersky2013-08-191-2/+4
* Handling typevars in inference.Martin Odersky2013-08-011-0/+8
* Additions needed to support implicits.Martin Odersky2013-07-191-2/+2
* Added a mapValues method to SimpleMapMartin Odersky2013-06-221-0/+14
* Flehsed out constraints, with more efficient maps.Martin Odersky2013-06-221-0/+125
* Namer redesign.Martin Odersky2013-06-061-2/+3
* wip, because I have to get off this machine.Martin Odersky2013-05-301-3/+2
* wip namer.Martin Odersky2013-05-281-7/+3
* Parser tweaks to handling new and templates.Martin Odersky2013-05-241-2/+3