aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/genquery/GenQueryRule.java
Commit message (Expand)AuthorAge
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Improve documentation of genquery.Gravatar lberki2018-04-10
* fix link in genquery docs to the query language docsGravatar Benjamin Peterson2017-06-09
* Explain why recursive patterns are not allowed in genquery.Gravatar Julio Merino2016-07-19
* Remove unused ${SYNOPSIS} variable from Bazel native rule inline documentation.Gravatar David Chen2016-01-28
* Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables fromGravatar David Chen2016-01-25
* Fix remaining links in inline native rule docs.Gravatar David Chen2016-01-25
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Replace query option --order_results with --order_output, which can take thre...Gravatar Janak Ramakrishnan2015-08-26
* Replace @BlazeRule with a getMetadata() method. This lets us avoid Java Refle...Gravatar Googler2015-03-20
* Renamed the package of genquery rule from gen to genqueryGravatar Damien Martin-Guillerez2015-03-04