aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java
Commit message (Expand)AuthorAge
* Add a --javac_extdir flag to enable configuring the javac -extdirs flagGravatar Liam Miller-Cushon2015-05-21
* Add jvm_opts attribute to the java_toolchain ruleGravatar Damien Martin-Guillerez2015-05-21
* RELNOTES: Easier import paths for j2objc headers.Gravatar Googler2015-05-15
* Adds a provider that exports Java source information. Adds some testing suppo...Gravatar Googler2015-05-15
* Require fetch for external dependenciesGravatar Kristina Chodorow2015-05-15
* Fix link params collection for java_import.Gravatar Ulf Adams2015-05-07
* Expose information from JavaRuntimeClasspathProvider to SkylarkGravatar Laurent Le Brun2015-05-07
* Description redacted.Gravatar Ulf Adams2015-05-07
* Redirect the getBuildInfo method calls through RuleContext.Gravatar Ulf Adams2015-04-23
* A minor simplification in Java rules.Gravatar Lukacs Berki2015-04-17
* Add a function to JavaCommon to create instrumented jars.Gravatar Lukacs Berki2015-04-16
* Add constraint validation logic to JavaCommon.Gravatar Lukacs Berki2015-04-16
* Make the indirect dependency message show the correct label for external depsGravatar Kristina Chodorow2015-04-15
* Make the source jars filegroup hidden so that it doesn't show up in the maste...Gravatar Lukacs Berki2015-04-14
* Bazel docs: fix broken links in BE.Gravatar Laszlo Csomor2015-03-26
* A minor change in the path of ijars: previously the exec path of a java_binar...Gravatar Lukacs Berki2015-03-23
* Description redacted.Gravatar Googler2015-03-23
* Replace @BlazeRule with a getMetadata() method. This lets us avoid Java Refle...Gravatar Googler2015-03-20
* Disambiguate jar paths in the exec root treeGravatar Kristina Chodorow2015-03-20
* Make JDK not need tools/jdk/jdk symlinkedGravatar Kristina Chodorow2015-03-18
* AttributeMap#has(String, Type) is added to check whether an attribute with a ...Gravatar Googler2015-03-13
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Rename TopLevelArtifactProvider to OutputGroupProvider.Gravatar Lukacs Berki2015-03-05
* Get runfiles prefix from the WORKSPACE fileGravatar Kristina Chodorow2015-03-05
* Open-source JavaToolchainDataParserGravatar Damien Martin-Guillerez2015-03-05
* Don't hardcode the runfiles prefix used by Java rules.Gravatar Kristina Chodorow2015-03-04
* Remove FilesToCompileProvider and CompilationPrerequisitesProvider and replac...Gravatar Lukacs Berki2015-02-24
* Convert ResourceSet ctor calls to factory methodGravatar Mark Schaller2015-02-20
* Remove BaselineCoverageArtifactsProvider in favor of an output group.Gravatar Lukacs Berki2015-02-19
* Renamed java tools from //tools:java/* to //tools/jdk:* inside blaze.Gravatar Damien Martin-Guillerez2015-02-19
* Use TopLevelArtifactProvider directly only within the lib/analysis package. I...Gravatar Lukacs Berki2015-02-18
* Add a new Blaze command.Gravatar Lukacs Berki2015-02-17
* Refactor the tests.Gravatar Ulf Adams2015-02-16
* JavaCompileAction uses a NestedSet for inputs. This way it doesn't flatten cl...Gravatar Googler2015-02-12
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25