aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java
Commit message (Expand)AuthorAge
* Add a specialized TransitiveInfoProviderMap to map TransitiveInfoProviders by...Gravatar Googler2016-09-19
* Add a common class for filtering proto source files.Gravatar Rumou Duan2016-09-16
* Blaze support for ExtensionRegistryGenerator.Gravatar Googler2016-09-13
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* Make sure to always use a parameter file when building Java deploy jars with ...Gravatar Philipp Wollermann2016-09-09
* Remove the JAVA_CPU make variable.Gravatar Ulf Adams2016-09-08
* Remove some dead code from JvmConfigurationLoader.Gravatar Ulf Adams2016-09-06
* Add "supports-workers" tag to JavaDeployJar action.Gravatar Philipp Wollermann2016-09-06
* Migrate JavaSourceJarsProvider and JavaCompilationArgsProvider to @AutoValue.Gravatar Googler2016-09-02
* Migrate classes to @AutoValue. Mostly created byGravatar Googler2016-08-31
* Rollback of commit 8dc4257b9493bd2251636de1271a1972c17919ef.Gravatar Tobias Werth2016-08-30
* Add two implicit outputs to the AndroidBinary rule that are produced by ProGu...Gravatar Googler2016-08-26
* Invoke source jar action as a worker.Gravatar Googler2016-08-24
* Optional reuse of classpath from previous compile saved in memory, as itGravatar Googler2016-08-24
* Use helper method for collecting transitive source jars.Gravatar Googler2016-08-23
* The target pointed to by the 'singlejar' attribute of the java_toolchain rule...Gravatar Sasha Smundak2016-08-22
* java_(lite_)?proto_library to get Java proto runtimes from //external: instea...Gravatar Carmi Grushko2016-08-18
* Check that dependencies are non-null upon insertion.Gravatar Carmi Grushko2016-08-18
* Remove SourcesJavaCompilationArgsProviderGravatar Liam Miller-Cushon2016-08-17
* Open-source java_lite_proto_library.Gravatar Carmi Grushko2016-08-17
* Rollback of commit cf00c82a394e5a392a55c058ed01483d2e39c3db.Gravatar Liam Miller-Cushon2016-08-17
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Roll forward commit 94c86135d05a1844263c59f3ce6b1c1917e0f4c8Gravatar Liam Miller-Cushon2016-08-11
* Refactor JavaCompileAction in preparation for adding minimum classpath optimi...Gravatar Googler2016-08-10
* --Gravatar Carmi Grushko2016-08-01
* Reducing visibility of @VisibleForTesting methods in JavaCompileAction.Gravatar Googler2016-08-01
* Rollback of commit 0fe34924b5e5282b5e2895761f11ad77bccebdba.Gravatar Alex Humesky2016-07-28
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Pass the coverage environment into tests using a nested set collected from th...Gravatar Lukacs Berki2016-07-27
* java_proto_library strict deps: add attributes for gradual migrationGravatar Carmi Grushko2016-07-27
* Enable the Java launcher by defaultGravatar Liam Miller-Cushon2016-07-26
* Re-arrange --{host_,}java_launcherGravatar Liam Miller-Cushon2016-07-26
* JavaBuilder: for jars that are produced by aspects (e.g., JavaProtoAspect), p...Gravatar Carmi Grushko2016-07-22
* Fix crash when accessing transitive_runtime_deps/transitive_deps provider of ...Gravatar Laurent Le Brun2016-07-22
* When telling JavaBuilder what label produced a certain jar, also provide the ...Gravatar Carmi Grushko2016-07-21
* Don't store workspace name on ruleGravatar Michajlo Matijkiw2016-07-18
* When running Javac and related tools, use -XX:+TieredCompilation -XX:TieredSt...Gravatar Philipp Wollermann2016-07-18
* Renamed module java_annotation-processing to java_annotation_processing.Gravatar Florian Weikert2016-07-15
* java_proto_library: add support for avoiding generating code for protos that ...Gravatar Carmi Grushko2016-07-15
* Create another pseudo-label for the JDK launcherGravatar Liam Miller-Cushon2016-07-15
* Don't join header compilation classpath argumentsGravatar Liam Miller-Cushon2016-07-14
* Allow SpawnActions to always use a params fileGravatar Liam Miller-Cushon2016-07-14
* Use canonical Java 7 javacopts in JavaProtoAspectGravatar Liam Miller-Cushon2016-07-13
* Open-source java_proto_library.Gravatar Carmi Grushko2016-07-12
* Global cleanup change.Gravatar Googler2016-07-12
* Remove hard-coded android and java7-compatible javacoptsGravatar Liam Miller-Cushon2016-07-11
* Remove the forced-legacy mode of the JvmConfigurationLoader.Gravatar Ulf Adams2016-07-07
* --Gravatar Carmi Grushko2016-07-07