aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/util/SimpleMap.scala
Commit message (Expand)AuthorAgeFilesLines
* Rename SimpleMap#mapValues -> mapValuesNowMartin Odersky2015-06-231-7/+7
* Documentation and a bit of cleanup.Dmitry Petrashko2014-04-011-2/+2
* Check that constraints are not cyclic, and avoid cycles when replacing parame...Martin Odersky2013-12-311-12/+12
* SimpleMap.foreachKey -> foreachBindingMartin Odersky2013-11-291-12/+9
* Tweaks to SimpleMapMartin Odersky2013-11-221-62/+94
* Reporting max constraintMartin Odersky2013-11-101-3/+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
* 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
* Handling typevars in inference.Martin Odersky2013-08-011-0/+8
* Added a mapValues method to SimpleMapMartin Odersky2013-06-221-0/+14
* Flehsed out constraints, with more efficient maps.Martin Odersky2013-06-221-0/+125