aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/java
Commit message (Expand)AuthorAge
* Add more unit tests for java_common.create_provider.Gravatar elenairina2017-07-19
* Expose transitive_compile_time_jars on java_common.provider.Gravatar elenairina2017-07-17
* Remove the cc_common.cc_toolchain_attr and java_common.java_runtime_attr in f...Gravatar lberki2017-07-14
* Remove the java_common.java_toolchain_attr field in favor of a java_toolchain...Gravatar lberki2017-07-14
* Expose current java_toolchain target to Skylark.Gravatar elenairina2017-07-11
* Make information about the Java runtime in use available in Skylark using a d...Gravatar lberki2017-07-11
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Do not pass ruleKind from Java sandwich/aspects.Gravatar dslomov2017-07-05
* Exposing the value of strict_java_deps flag to Skylark.Gravatar elenairina2017-07-05
* Add recursive jars to java_common.create_providerGravatar elenairina2017-07-03
* Add plugins and exported_plugins params to java_common.compile.Gravatar elenairina2017-07-03
* Add the ability to provide source_jars to java_common.create_providerGravatar Googler2017-06-27
* Fix source jars no longer being exposed to Skylark from java_library.Gravatar tomlu2017-06-22
* Migrate tests to Truth.Gravatar lberki2017-05-26
* Loosen java_library.exports and java_import.*Gravatar Stephen Twigg2017-05-22
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* java_common.create_provider now takes depsets )Gravatar Stephen Twigg2017-05-09
* Add compile_jars for Skylark to JavaProviderGravatar Stephen Twigg2017-05-05
* Avoid copying existing immutable collectionsGravatar cushon2017-04-11
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Add java_common.create_provider to allow creating a java_common.provider Gravatar Irina Iancu2017-03-10
* Progress on Skylarkified java_lite_proto_library.Gravatar Irina Iancu2017-02-20
* --Gravatar Carmi Grushko2017-02-10
* Enable strict deps for Skylarkified java_lite_proto_library.Gravatar Irina Iancu2017-02-02
* Adding JavaSourceJarsProvider to Java Provider.Gravatar Irina Iancu2017-01-23
* Add tests to verify that java_xxx_proto_library rules skip alias proto_librar...Gravatar Carmi Grushko2017-01-23
* Description redacted.Gravatar Carmi Grushko2017-01-20
* Adding Java compilation to java_lite_proto_library Skylark version.Gravatar Irina Iancu2017-01-16
* Introducing the Java compilation black box in Skylark.Gravatar Irina Iancu2016-11-25
* Native declared providers are automatically exported.Gravatar Dmitry Lomov2016-09-26
* Rollback of commit 5c548f11e20c0b75203e9fe4ab682ed0418064cf.Gravatar Carmi Grushko2016-09-23
* Rollback of commit 2e5ec0fd99ac4bfd930da99f6089dc5faf778464.Gravatar Tobias Werth2016-09-22
* Make java_proto_library's strict_deps default to true.Gravatar Carmi Grushko2016-09-21
* Expose processor classpath and classnames to Skylark.Gravatar Dmitry Lomov2016-09-21
* java_proto_library strict deps: add attributes for gradual migrationGravatar Carmi Grushko2016-07-27
* Roll forward commit 4ab4f05a8cbbaa4b7d938d1d305961fe95a5416c.Gravatar Googler2016-06-22
* Rollback of commit 4ab4f05a8cbbaa4b7d938d1d305961fe95a5416c.Gravatar Tobias Werth2016-06-02
* Roll forward commit 8375185ee11d573562f98de14bed79a77fcfd728.Gravatar Googler2016-05-30
* Roll forward just the new unit test from commit 8375185ee11d573562f98de14bed7...Gravatar Googler2016-05-23
* Rollback of commit 8375185ee11d573562f98de14bed79a77fcfd728.Gravatar Philipp Wollermann2016-05-20
* Consider /src/ in the path when locating the java root directory,Gravatar Googler2016-05-19
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Migrated remaining tests in devtools/build/lib/rules to JUnit 4.Gravatar Florian Weikert2015-12-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move another test into open source blaze.Gravatar Ulf Adams2015-07-17