aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Document aar_import in Bazel.Gravatar Adam Michael2016-12-13
* Propagate all providers from CcLibraryHelper into cc_proto_library.Gravatar Carmi Grushko2016-12-13
* Migrates TestEnvironmentProvider to using the new Skylark declared providers ...Gravatar Sergio Campama2016-12-12
* Style edits for ActionsProvider and provider constructorsGravatar Jon Brandvein2016-12-12
* Strict proto deps: .proto files are allowed to import other .proto files in t...Gravatar Carmi Grushko2016-12-12
* Add a testing Skylark module that exposes an ExecutionInfoProvider constructor.Gravatar Sergio Campama2016-12-12
* Names of extra-action protos now take into account aspect names.Gravatar Carmi Grushko2016-12-12
* Simplify propagation of linker params by replacing global_whole_archive withGravatar Marcel Hlopko2016-12-09
* Fix the documentation for the "size" attribute in tests.Gravatar Philipp Wollermann2016-12-09
* "deps" attribute avoids linking libraries transitively included in "dylibs" a...Gravatar Chris Parsons2016-12-09
* Initial code for Persistent Java Test Runner.Gravatar Kush Chakraborty2016-12-09
* Fix ProGuard multipass seed printingGravatar Googler2016-12-09
* Don't collect bootclasspath inputs twice in JavaHeaderCompileActionGravatar Liam Miller-Cushon2016-12-09
* Clean up after transition of java_xxx_proto_library rules to proto-toolchains.Gravatar Carmi Grushko2016-12-07
* Rollback of commit a5312cdfe3dee6d34a32592c00d80e8142f89615.Gravatar Cal Peyser2016-12-07
* Refactor JavaHeaderCompileAction command line and input collectionGravatar Liam Miller-Cushon2016-12-07
* Remove varargs Fingerprint#addStringsGravatar Michajlo Matijkiw2016-12-07
* Add coverage support for java test.Gravatar Yue Gan2016-12-07
* decide whether to strip binaries only onceGravatar Marcel Hlopko2016-12-07
* Rollforward of "Split ObjcProvider.framework_dir into static and dynamic fram...Gravatar Chris Parsons2016-12-06
* Attach J2ObjcAspect to java_proto_library. This is needed for J2ObjcAspect to...Gravatar Rumou Duan2016-12-06
* Fix private visibility for aliased targets. Gravatar Lukacs Berki2016-12-06
* Rollback of commit 67b4d5250edcefa7220e928e529b1f385e2dc464.Gravatar Alex Humesky2016-12-06
* Make aar_import always process the resources.Gravatar Adam Michael2016-12-06
* Add 'aspect_id' for to identify aspects that has been applied to the target.Gravatar Dmitry Lomov2016-12-05
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-12-05
* Rollback of commit 7a668370e350f602ec863eb4169729885e1c7c93.Gravatar Damien Martin-Guillerez2016-12-05
* Add strip_prefix and strip_include_prefix attributes of cc_library.Gravatar Lukacs Berki2016-12-05
* Delete ANDROID_LIBRARY_AAR_CLASSES_JAR implicit outputGravatar Googler2016-12-05
* When a strict proto dep violation occurs, tell the user what they should fix.Gravatar Carmi Grushko2016-12-05
* Correctly set module file flags in FakeCppCompileAction.Gravatar Googler2016-12-05
* Fix bug with java_import desugaring and incremental dexing for Android whenGravatar Googler2016-12-05
* Split ObjcProvider.framework_dir into static and dynamic framework directories.Gravatar Chris Parsons2016-12-05
* Add option to disable dynamic configs with LIPO.Gravatar Greg Estren2016-12-02
* Merge J2ObjcAspect and J2ObjcProtoAspect.Gravatar Rumou Duan2016-12-02
* Introduce FlagGroup.expandIfTrue, expandIfFalseGravatar Marcel Hlopko2016-12-02
* Prune modules when building modules themselves to reduce build times shortenGravatar Googler2016-12-02
* Clean up RuleContext's attribute access API.Gravatar Greg Estren2016-12-02
* Rollback of commit 7c4a8093da6272969c86f22a08c72ddbbf6e8274.Gravatar Kristina Chodorow2016-12-02
* Compute module file compile command line flags right before executing theGravatar Googler2016-12-02
* Add --ltoindexopt to pass options to LTO indexing stepGravatar Googler2016-12-02
* Description redacted.Gravatar Googler2016-12-01
* Remove callerLabel from Environment.Gravatar Laurent Le Brun2016-12-01
* Rollback of commit c182908910a370b490e7e027b867e11f9f2fb086.Gravatar Michajlo Matijkiw2016-12-01
* Initial commit of cc_proto_library.Gravatar Carmi Grushko2016-12-01
* Re-enable modules pruning for fake compile actions. I think our initialGravatar Googler2016-12-01
* Description redacted.Gravatar Googler2016-12-01
* Move the useHeaderModules member from CppCompilationContext into theGravatar Googler2016-12-01
* Allow aspects to specify multiple sets of required providers to match against...Gravatar Rumou Duan2016-12-01
* Start removing flag for rclass generator (make nop)Gravatar Googler2016-12-01