aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/util
Commit message (Expand)AuthorAgeFilesLines
* Handle multiline messages in ConsoleReporterFelix Mulder2016-10-102-1/+12
* Add basic diffing for shown valuesFelix Mulder2016-10-101-3/+25
* Separate `ContextDocstrings` from `Context` and make it pluggableFelix Mulder2016-10-061-0/+7
* Move docstring cooking to dottyFelix Mulder2016-10-061-0/+232
* Merge pull request #1492 from dotty-staging/add-inlineGuillaume Martres2016-10-065-9/+29
|\
| * Add accessors for non-public members accessed from inline methodsMartin Odersky2016-10-021-1/+1
| * Make inline annotation @scala.inline.Martin Odersky2016-10-021-2/+2
| * Inline key operations in dottyMartin Odersky2016-10-021-5/+12
| * Print inlining positions in error messagesMartin Odersky2016-10-021-1/+5
| * Make Context#moreProperties strongly typedMartin Odersky2016-10-022-3/+11
| * First version of inline schemeMartin Odersky2016-10-021-0/+1
* | honor -encoding compiler flag and defaultsMartijn Hoekstra2016-09-071-3/+4
|/
* Fix #1405: Implement Xprint-diff without external libraries.Nicolas Stucki2016-08-241-25/+105
* -Xprint-diff-del: more meaningful colorsGuillaume Martres2016-07-261-6/+7
* Fix #1312: Improve XprintNicolas Stucki2016-07-151-0/+66
* Add a `dotty-interfaces` packageGuillaume Martres2016-02-282-3/+10
* Small API changes in preparation for dotty-interfacesGuillaume Martres2016-02-252-7/+12
* Fix off by 2 error for symbol positionsMartin Odersky2015-12-221-1/+1
* More @sharable annotationsMartin Odersky2015-07-062-3/+4
* Add @sharable annotationMartin Odersky2015-07-062-3/+4
* Merge pull request #695 from dotty-staging/fix/source-positionsDmitry Petrashko2015-07-022-5/+16
|\
| * Document that lines and columns start at 0.Martin Odersky2015-06-251-0/+4
| * Make columns start at 0.Martin Odersky2015-06-251-4/+8
| * Avoid crasher when first token of a program is in errorMartin Odersky2015-06-251-1/+4
* | Rename SimpleMap#mapValues -> mapValuesNowMartin Odersky2015-06-231-7/+7
|/
* Merge pull request #565 from retronym/topic/cleanupsDmitry Petrashko2015-05-151-1/+1
|\
| * Correct a large number of typos.Jason Zaugg2015-05-141-1/+1
* | Do not depend on scala.collection.generic.Clearable in dotty.Dmitry Petrashko2015-05-152-1/+2
|/
* Pickling modularization reorgMartin Odersky2015-05-021-1/+1
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-092-4/+4
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-092-7/+7
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-097-7/+7
* Make implicit conversion from Position to Coord work for NoPositionGuillaume Martres2015-03-251-1/+3
* Added testing hooks for unpicklerMartin Odersky2015-03-181-3/+11
* Add hooks for unpickling positions to trees.Martin Odersky2015-03-181-0/+3
* Make bestFit work for partially filled arraysMartin Odersky2015-03-182-8/+6
* Fixed doc comment.Martin Odersky2015-02-101-1/+0
* Make line search logic in SourcePositions generally available.Martin Odersky2015-02-072-6/+36
* 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