aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools
Commit message (Expand)AuthorAge
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Move .includes files, which are required for include scanning, out of theGravatar cpeyser2018-01-25
* Remove ios_test from Bazel. ios_test is an old rule and this removal is part ...Gravatar kaipi2018-01-25
* Serializer implementations for Guava CollectionsGravatar shahan2018-01-25
* Static libraries are not a valid input to arGravatar Googler2018-01-25
* Remove ConfiguredTarget.getTarget() from AspectFunction and replace it with aGravatar mjhalupka2018-01-25
* Delete documentation for --analysis_warnings_as_errors.Gravatar Benjamin Peterson2018-01-25
* Set $DISPLAY=:0 by default for android_instrumentation_test for Android emula...Gravatar jingwen2018-01-24
* SerializerAdapterGravatar shahan2018-01-24
* Add codecs for TestConfiguration, ConfiguredFragmentValue, and TestConfigFrag...Gravatar janakr2018-01-24
* Remove some references to configuredTarget.getTarget() by getting the target ...Gravatar mjhalupka2018-01-24
* Automated rollback of commit 8e006399c42830855da11898db6707ac9f759762.Gravatar eaftan2018-01-24
* Stop storing the base configuration in AspectKey. As with https://github.com/...Gravatar janakr2018-01-24
* RELNOTES: Fix how libraries to link is specified to archiver actions.Gravatar Googler2018-01-24
* Store a SkyKey inside BuildInfoCollectionValue.KeyAndConfig instead of a Buil...Gravatar janakr2018-01-24
* Add codecs for SkyKeys that are needed for null build.Gravatar janakr2018-01-24
* PiperOrigin-RevId: 183094604Gravatar ajmichael2018-01-24
* Introduce a wrapper around the ImmutableSortedSet<Class<? extends BuildConfig...Gravatar janakr2018-01-24
* Remove android_instrumentation_test.test_args and pass android_instrumentatio...Gravatar jingwen2018-01-24
* Makes @AutoCodec preserve map order when it sees Map or ImmutableMap raw type...Gravatar shahan2018-01-24
* Remove an unused argument.Gravatar lberki2018-01-24
* Adds codecs for types in test classes, ConfigSettingTest, LateBoundSplitUtil ...Gravatar shahan2018-01-23
* Remove unnecessary arg when building runfiles support.Gravatar ajmichael2018-01-23
* Explicitly make fragments option to BuildConfigurationValue#key an ImmutableS...Gravatar janakr2018-01-23
* ThinLTO: Add support for merged object files.Gravatar Googler2018-01-23
* Pass the correct path of aapt_binary and merge its data runfiles into android...Gravatar jingwen2018-01-23
* Refine return type of STRUCT factory methodsGravatar brandjon2018-01-23
* Move all code to lookup JavaRuntimeInfo to static methods onGravatar John Cater2018-01-23
* Add JavaRuntimeToolchainInfo class to wrap JavaRuntimeInfo for toolchains acc...Gravatar John Cater2018-01-23
* Report unsuccessful error code if bazel fetch fails in "keep going" mode.Gravatar dslomov2018-01-23
* Create function createJavaInfo with new API. Implement JavaRuleOutputJarsProv...Gravatar dbabkin2018-01-23
* Add codec for TestFilter, and clean up some things: use java.util.function.Pr...Gravatar janakr2018-01-22
* PiperOrigin-RevId: 182859586Gravatar eaftan2018-01-22
* Quick blanket replacement of getTarget().getLabel() with .getLabel(). Some ha...Gravatar Googler2018-01-22
* Remove one use of CustomMultiArgv in JavaCompileAction.Gravatar tomlu2018-01-22
* Use the new option categories by defaultGravatar ccalvarin2018-01-22
* Only allow files created by the same rule as executable outputs of a rule.Gravatar Dmitry Lomov2018-01-22
* Add a native provider registry to ConfiguredRuleClassProviderGravatar brandjon2018-01-22
* Improve documentation for the select functionGravatar vladmos2018-01-22
* Add new skyfunction to load registered execution platformsGravatar John Cater2018-01-22
* Add option to optionally wipe state at the end of a build.Gravatar ccalvarin2018-01-22
* External repositories: support plain tar archivesGravatar Klaus Aehlig2018-01-22
* Disable concurrent change detectionGravatar ulfjack2018-01-22
* Improve documentation for depsets.Gravatar Googler2018-01-22
* Add registration of execution platformsGravatar John Cater2018-01-22
* Start serializing ArtifactOwner: put in a simple codec for the null artifact ...Gravatar janakr2018-01-19
* Non functional changes.Gravatar Googler2018-01-19
* Make createMainDexProguardSpec public.Gravatar ahumesky2018-01-19
* Move storage of queryExpression for cquery out of BuildRequest and straight i...Gravatar juliexxia2018-01-19
* Add required configuration fragments for platform rules.Gravatar jcater2018-01-19