aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java/JavaInfoBuildHelper.java
Commit message (Expand)AuthorAge
* Automated rollback of commit 15b27e46ad766e777fb898f39bff06efa9268c2a.Gravatar Googler2018-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
* Do not collect source jars for neverlink targets.Gravatar Googler2018-07-31
* Add manifestProtoOutput produced during Java compilation to the OutputJar so ...Gravatar Googler2018-07-30
* Automated rollback of commit ce8f52060e2cf1e5a49a522039f0cba2a340f7e3.Gravatar cushon2018-07-25
* Automated rollback of commit f4a3dd9b8124dc7b2795f89e6700881b66371e4f.Gravatar lberki2018-07-12
* Refactor handling of API generation in JavaPluginInfoProviderGravatar cushon2018-07-11
* Reverse the order of java_toolchain.compatible_with and java_toolchain.packag...Gravatar cushon2018-07-05
* [java_common.compile] Always generate a source jar.Gravatar elenairina2018-06-29
* Flatten JavaCompilationAgs into JavaCompilationArgsProviderGravatar cushon2018-06-26
* Populate JavaInfo's annotation_processing field in java_common.compileGravatar kmb2018-06-13
* Automated rollback of commit c4e128e2c6d8cacaeba034d6a3195796d50f1745.Gravatar tomlu2018-06-02
* [java_common.compile] Always generate a source jar.Gravatar elenairina2018-06-01
* support jdeps input in JavaInfo constructorGravatar kmb2018-05-25
* 'Direct jars' should be a subset of recursively collected jarsGravatar cushon2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Allow JavaInfo providers without sources or exportsGravatar cushon2018-04-30
* Make java_common.compile's javacopt handling consistent with native Java rulesGravatar cushon2018-04-25
* Add new-style JavaInfo provider constructor.Gravatar tomlu2018-04-24
* Add getters to JavaCompilationArgsProviderGravatar cushon2018-04-24
* Add compilation_info in java_common.compile.Gravatar elenairina2018-04-17
* Remove JavaRuntimeJarProvider.Gravatar elenairina2018-04-13
* Automated rollback of commit 48e205a19bed1cccaa51c7bbfbef6c2fbe47e3de.Gravatar ruperts2018-03-16
* Modify the Java rules to take in JavaInfoGravatar elenairina2018-03-14
* Implement support for sourceFiles parameter in JavaInfo constructor.Gravatar dbabkin2018-03-06
* Add neverlink support to java_common.compile.Gravatar elenairina2018-01-31
* Move all code to lookup JavaRuntimeInfo to static methods onGravatar John Cater2018-01-23
* Create function createJavaInfo with new API. Implement JavaRuleOutputJarsProv...Gravatar dbabkin2018-01-23
* Create function createJavaInfo with new API. Implement JavaExportsProvider.Gravatar dbabkin2018-01-18
* Create function createJavaInfo with new API. Implement JavaSourceJarsProvider.Gravatar dbabkin2018-01-16
* Create function createJavaInfo with new API. Implement JavaCompilationArgsPro...Gravatar dbabkin2018-01-10