aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java
Commit message (Expand)AuthorAge
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* Remove JavaCompilationArgsHelperGravatar cushon2018-04-20
* Consolidate handling of jar files in depsGravatar cushon2018-04-19
* Clean up IterablesChain.Gravatar tomlu2018-04-18
* Remove JavaSemantics#commonDependencyProcessingGravatar cushon2018-04-17
* Add compilation_info in java_common.compile.Gravatar elenairina2018-04-17
* Java: Stops adding CcLinkParamsInfo twice in JavaImport.Gravatar plf2018-04-17
* Java: Do not call semantics.addProviers from JavaBinary.java.Gravatar plf2018-04-17
* Remove a stale comment: srcs-less java_library rules no longer forward their ...Gravatar cushon2018-04-16
* Create gen source jar in java_common.compile().Gravatar elenairina2018-04-16
* C++: Wrap CcLinkParamsInfo with CcLinkingInfo.Gravatar plf2018-04-16
* Remove vestiges of support for 'reduced runtime classpaths'Gravatar cushon2018-04-14
* Use canonical EMPTY_ARGS JavaCompilationArgs object if all nested set builder...Gravatar janakr2018-04-13
* Remove unused args from JavaSemantics#addProviders.Gravatar elenairina2018-04-13
* Remove JavaRuntimeJarProvider.Gravatar elenairina2018-04-13
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-12
* Remove WorkerTestStrategy and with it, BuildConfiguration.Fragment#compatible...Gravatar lberki2018-04-12
* Add a ruleError when one version enforcement is requested without the requisiteGravatar Googler2018-04-09
* Delete dead codeGravatar carmi2018-04-06
* Automated rollback of commit 77c5582fa0f5c829df576d9f8d66f4975fe415a6.Gravatar hlopko2018-04-06
* C++: Introduce provider that wraps C++ compilation providers.Gravatar plf2018-04-06
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-05
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Create proguard.txt in android_library AAR output.Gravatar ajmichael2018-04-02
* Enforce @SkylarkCallable must have a non-empty doc string or explicitly be do...Gravatar cparsons2018-03-30
* Add a skylark-compatible alternative to MessageBundleProviderGravatar cushon2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* @AutoCodec some more classes needed for large Java builds.Gravatar janakr2018-03-25
* @AutoCodec JavaRunfilesProvider.Gravatar janakr2018-03-23
* @Autocodec a few leftover classes. Also, add @AutoCodec builder support for ...Gravatar cpeyser2018-03-20
* Automated rollback of commit 48e205a19bed1cccaa51c7bbfbef6c2fbe47e3de.Gravatar ruperts2018-03-16
* @AutoCodec some expressions that show up in Java configured targets.Gravatar janakr2018-03-16
* Add @AutoCodec strategy for @AutoValue.Builder.Gravatar janakr2018-03-16
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Modify the Java rules to take in JavaInfoGravatar elenairina2018-03-14
* Tags some more non-serializable classes (for serialization).Gravatar shahan2018-03-13
* Integrate import_deps_checker into aar_import.Gravatar cnsun2018-03-13
* Make DeployArchiveBuilder fetch the C++ toolchain identifier throughGravatar lberki2018-03-13
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Add the flag --experimental_import_deps_checking to control the dependencyGravatar cnsun2018-03-08
* C++ providers: Removes C++ providers from JavaWrapCcGravatar plf2018-03-07
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Add documentation for JavaInfo constructor.Gravatar dbabkin2018-03-06
* Implement support for sourceFiles parameter in JavaInfo constructor.Gravatar dbabkin2018-03-06
* Add --experimental_fix_deps_tool flag to BazelGravatar Googler2018-03-05
* Make JavaCompileAction and friends emit new-style arguments.Gravatar tomlu2018-03-01
* PiperOrigin-RevId: 187409545Gravatar dannark2018-02-28
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28