aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/LineNumberTable.java
Commit message (Expand)AuthorAge
* Add an interner to LineNumberTable for during deserialization.Gravatar mjhalupka2018-06-29
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Remove unused LineNumberTable.HashLine class.Gravatar laurentlb2018-02-15
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Codec for Location.Gravatar shahan2018-01-16
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Global cleanup change.Gravatar Googler2016-05-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Avoid autoboxing on potential hot paths in LineNumberTableGravatar Michajlo Matijkiw2015-12-07
* Cache and canonicalize references to PathFragments in LineNumberTable$HashLin...Gravatar Eric Fellheimer2015-11-03
* Cleanup, TODO removalGravatar Laurent Le Brun2015-10-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Make two Skyframe nodes with the same events and values equal.Gravatar Janak2015-07-13
* Allow users of Blaze Lexer to explicitly specify the line-number table of a f...Gravatar Carmi Grushko2015-06-16
* Avoid copying the entire package contents in order to construct the line numb...Gravatar Eric Fellheimer2015-06-16
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Rework LineNumberTable for python-preprocessed files to use binary search ins...Gravatar Eric Fellheimer2015-04-08
* Fix linter issues in lib/syntax.Gravatar Laurent Le Brun2015-02-09
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25