aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java
Commit message (Expand)AuthorAge
* Add exports attribute to proto_library.Gravatar twerth2018-08-14
* Expose GeneratedExtensionRegistryProvider to Skylark.Gravatar Googler2018-08-08
* Remove support for explicitly setting java_toolchain.encoding to UTF-8Gravatar cushon2018-08-08
* Explicitly create strict java compilation args in java_library.Gravatar twerth2018-08-06
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-08-06
* BEGIN_PUBLICGravatar cushon2018-08-02
* Return Java providers only onceGravatar elenairina2018-08-02
* Automated rollback of commit 15b27e46ad766e777fb898f39bff06efa9268c2a.Gravatar Googler2018-08-01
* Automated rollback of commit 75810d5910073aa7a1550bbd36544971f3c95ae1.Gravatar twerth2018-08-01
* Automated rollback of commit 38899f708923d6a7e1edd011af2ba70f505bb4c9.Gravatar twerth2018-08-01
* Remove output jar from runfiles and the ijar from the OutputJar when sourcesGravatar Googler2018-07-31
* Add the source jars of exports to the list of transitive source jars.Gravatar Googler2018-07-31
* Add JavaSourceInfoProvider to JavaInfo.Gravatar elenairina2018-07-31
* Do not collect source jars for neverlink targets.Gravatar Googler2018-07-31
* Internal changeGravatar ruperts2018-07-30
* Return Java providers only onceGravatar elenairina2018-07-30
* Add manifestProtoOutput produced during Java compilation to the OutputJar so ...Gravatar Googler2018-07-30
* Generalize fix to not emit a -gensrc.jar if the annotation processor classpat...Gravatar cushon2018-07-26
* Fix databinding after https://github.com/bazelbuild/bazel/commit/9b29a1bd7bbe...Gravatar cushon2018-07-26
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-07-26
* Add support for data dependencies to java_plugin and java_package_configurationGravatar cushon2018-07-25
* Automated rollback of commit ce8f52060e2cf1e5a49a522039f0cba2a340f7e3.Gravatar cushon2018-07-25
* Remove the gen_jars output groupGravatar cushon2018-07-25
* Automated rollback of commit 16dde0de06a3a4157a13e7e7264afeb6a50b2dde.Gravatar janakr2018-07-25
* Expose the JavaConfiguration get fields to Skylark for the android_sdk rule.Gravatar Googler2018-07-25
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-07-25
* Fake a JavaStrictCompilationArgsProvider if there's none.Gravatar twerth2018-07-25
* Create the native headers jar in java_common.compile.Gravatar Irina Iancu2018-07-24
* Minor readability cleanup.Gravatar twerth2018-07-24
* Treat java_lite_proto_library and java_mutable_proto_library the same as weGravatar twerth2018-07-24
* Remove gender specific prononuns from Bazel codebaseGravatar hlopko2018-07-23
* C++: Refactors every provider wrapping CcLinkParamsStoreGravatar plf2018-07-23
* Remove workspace status language filter, and C++ linkstamp "VERBATIM" output ...Gravatar Googler2018-07-19
* Expose ProguardSpecProvider to skylark.Gravatar Googler2018-07-17
* Add option to turn on strict deps for the java compilation of proto generatedGravatar twerth2018-07-13
* Automated rollback of commit f4a3dd9b8124dc7b2795f89e6700881b66371e4f.Gravatar lberki2018-07-12
* Refactor handling of API generation in JavaPluginInfoProviderGravatar cushon2018-07-11
* [Reland] Accept proto paths relative to proto_source_root as direct dependenc...Gravatar Googler2018-07-09
* Merge outputs in java_common.merge.Gravatar elenairina2018-07-06
* Reverse the order of java_toolchain.compatible_with and java_toolchain.packag...Gravatar cushon2018-07-05
* Remove support for java_runtime_suiteGravatar cushon2018-07-05
* PiperOrigin-RevId: 203352511Gravatar twerth2018-07-05
* supply transitive and direct deps for aar_import deps checking. This allows p...Gravatar kmb2018-07-03
* Restore pre-https://github.com/bazelbuild/bazel/commit/4a2002043ed3907223a403...Gravatar cushon2018-07-03
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* [java_common.compile] Always generate a source jar.Gravatar elenairina2018-06-29
* Change label from //tools/defaults:java_toolchain to //tools/jdk:toolschainGravatar dbabkin2018-06-28
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Flatten JavaCompilationAgs into JavaCompilationArgsProviderGravatar cushon2018-06-26