aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java/proto/JavaProtoSkylarkCommon.java
Commit message (Expand)AuthorAge
* [Reland] Accept proto paths relative to proto_source_root as direct dependenc...Gravatar Googler2018-07-09
* Migrate remaining java skylark types to skylarkbuildapiGravatar cparsons2018-06-01
* Normalize parameter name commentsGravatar cushon2018-04-27
* Make java_common.compile's javacopt handling consistent with native Java rulesGravatar cushon2018-04-25
* PiperOrigin-RevId: 186532302Gravatar ahumesky2018-02-21
* Accept proto paths relative to proto_source_root as direct dependencies.Gravatar elenairina2018-02-20
* Add "proto_source_root" flag to proto_library.Gravatar elenairina2018-02-16
* Convert JavaToolchainProvider to a concrete class, and a subclass of Toolchai...Gravatar jcater2017-11-17
* Return JavaInfo providers only once in Java rules.Gravatar elenairina2017-10-11
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Defer expansion of certain proto command line string arguments.Gravatar tomlu2017-08-10
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Make immutability explicit for things exposed to Skylark.Gravatar dslomov2017-04-12
* Remove provider safety check and make all old ctx objects featurelessGravatar Vladimir Moskva2017-03-23
* Add flavour name for java proto compilation.Gravatar Irina Iancu2017-03-06
* Progress on Skylarkified java_lite_proto_library.Gravatar Irina Iancu2017-02-20
* Adding JavaSourceJarsProvider to Java Provider.Gravatar Irina Iancu2017-01-23
* Adding Java compilation to java_lite_proto_library Skylark version.Gravatar Irina Iancu2017-01-16
* When a strict proto dep violation occurs, tell the user what they should fix.Gravatar Carmi Grushko2016-12-05
* Alias proto_library's produce a descriptor set that contains all srcs of its ...Gravatar Carmi Grushko2016-11-23
* Progress on migrating java_lite_proto_library to Skylark.Gravatar Irina Iancu2016-11-08