aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Fix query output formatter documentation for github issue #1121Gravatar juliexxia2018-02-15
* Tag for classes with @AutoCodec.Gravatar mjhalupka2018-02-15
* Add backticksGravatar Googler2018-02-15
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Don't fail if special resource directories contain multiple resourcesGravatar Googler2018-02-15
* Add some more codecs to execution-phase SkyKeys.Gravatar janakr2018-02-15
* Increase timeout on //src/test/py/bazel/runfiles_test.Gravatar ruperts2018-02-15
* Don't intern PathFragments when we create PackageIdentifiers. This should be ...Gravatar shreyax2018-02-15
* Fix Callcounts crash.Gravatar tomlu2018-02-15
* Resolve the owner of interface.super calls to inherited default methods for a...Gravatar kmb2018-02-15
* Remove BinTools from BuildViewTestCaseGravatar ulfjack2018-02-15
* Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same m...Gravatar janakr2018-02-15
* Use AutoCodec to generate CODECs for a few more provider types that areGravatar cpeyser2018-02-15
* Add AutoCodec for a bunch of cc library providers.Gravatar mjhalupka2018-02-15
* Remove unused DataKey attribute.Gravatar corysmith2018-02-15
* Finish cleanup of unthreaded contextsGravatar michajlo2018-02-15
* Fix typo in javadocGravatar michajlo2018-02-15
* Remove unused LineNumberTable.HashLine class.Gravatar laurentlb2018-02-15
* Extract part of EnvironmentGroup that's necessary for constraint calculation,...Gravatar janakr2018-02-15
* runfiles library: py_binary can run java_binaryGravatar Laszlo Csomor2018-02-15
* Skipping writing FILTERED tests to test.xmlGravatar Igal Tabachnik2018-02-15
* C++: Removes CppModel classGravatar plf2018-02-15
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* Make test_rules.bzl --all_incompatible_changes compliant.Gravatar Mathieu Boespflug2018-02-15
* Change extension -> evaluation in docsGravatar Trevor Summers Smith2018-02-15
* docs : add `touch WORKSPACE`Gravatar Passw2018-02-15
* Remove code that allows RunfilesSupport.owningExecutable to be null.Gravatar Benjamin Peterson2018-02-15
* Automated rollback of commit fa0fac2a4e8a2e5c01b8390878289d00dcc17dba.Gravatar lberki2018-02-15
* simplifies instructions for xcode EULA acceptance on macOSGravatar Josh Enders2018-02-15
* Provide a bit more information on the expected location of bazelrc files.Gravatar Sergio Campama2018-02-15
* Release 0.10.1 (2018-02-15)Gravatar Bazel Release System2018-02-15
* Fix incorrect warning on negative test lang filter flags.Gravatar janakr2018-02-14
* Get PlatformInfo out of ToolchainResolutionKey, replace with the ConfiguredTa...Gravatar janakr2018-02-14
* Pass --target_label, --injecting_rule_kind to all java compile actions.Gravatar tomlu2018-02-14
* Pull out useful parts of discoverInputs into findAdditionalInputs so that it ...Gravatar Googler2018-02-14
* Adds Class-keyed lookup to ObjectCodecRegistry and populates it using CodecSc...Gravatar shahan2018-02-14
* Use a diagnostic listener, and match diagnostic codes for the reduced classpa...Gravatar cushon2018-02-14
* Start slimming down ToolchainResolutionKey: get rid of BuildConfiguration. Th...Gravatar janakr2018-02-14
* Get Target out of SupportedEnvironmentsProvider. Only a Label and Location ar...Gravatar janakr2018-02-14
* Remove Target from ConfiguredTarget.Gravatar mjhalupka2018-02-14
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* Use AutoCodec to generate CODECs for several provider types that are exportedGravatar cpeyser2018-02-14
* @AutoCodec for CcLinkParamsInfo.Gravatar cpeyser2018-02-14
* @AutoCodec for LicenseProvider.Gravatar cpeyser2018-02-14
* Remove deprecated rule_kind argument from Turbine and JavaBuilder.Gravatar cushon2018-02-14
* Delete unused variable in ToolchainResolutionFunction.Gravatar Benjamin Peterson2018-02-14
* Get rid of unnecessary target retrieval in ToolchainUtil: the label will do j...Gravatar janakr2018-02-14
* Specialize CCToolchainFeatures flags for single-variable flags.Gravatar tomlu2018-02-14
* Be more generous with expected bounds for user and sys time in execution stat...Gravatar ruperts2018-02-14
* Make ActionLookupData a SkyKey. Should save some memory.Gravatar janakr2018-02-14