aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Move the BlazeRuntime.initProfiler call to BlazeCommandDispatcherGravatar ulfjack2018-06-15
* git_repository: return actual commitGravatar Klaus Aehlig2018-06-15
* Remove the removeHandler/releaseHandler pairsGravatar ulfjack2018-06-15
* Add the BuildConfigurationCollection to the AnalysisResultGravatar ulfjack2018-06-15
* Reimplement AsynchronousFileOutputStream to use a writer threadGravatar ulfjack2018-06-15
* Refactor BlazeRuntime.initProfilerGravatar ulfjack2018-06-15
* Change -lgcov with --coverageGravatar elenairina2018-06-15
* shell, testenv.sh, BUILD: remove unused targetGravatar Laszlo Csomor2018-06-15
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* Remove SerializationConstants.VALIDATE_CONFIGURED_TARGET_VALUE, since Configu...Gravatar cpeyser2018-06-14
* Fix shared actions that generate tree artifacts after the recent change to ma...Gravatar janakr2018-06-14
* Use single source of truth for symlinks and warn when deleting them.Gravatar mstaib2018-06-14
* Enable automatic trimming of test configuration when entering non-test rules.Gravatar mstaib2018-06-14
* Automated rollback of commit 1615da781db78b7a910daf89720189c2b2e73dbe.Gravatar Googler2018-06-14
* SerializationCheckingGraph checks all ConfiguredTargetValues.Gravatar cpeyser2018-06-14
* Remove fixed point config expansion.Gravatar ccalvarin2018-06-14
* Create an ImmutableTableCodec.Gravatar mjhalupka2018-06-14
* Expose new methods in CcToolchainProvider to eventually replace skylark calla...Gravatar juliexxia2018-06-14
* Skylark Pretty Printer: shorten empty listGravatar Klaus Aehlig2018-06-14
* Introduces a BAZEL_JAVAC_OPTS environment variable to the bootstrap build wit...Gravatar Googler2018-06-14
* Add missing space.Gravatar spomorski2018-06-14
* shell,tests: use Bash runfiles library in one testGravatar Laszlo Csomor2018-06-14
* Skylark debugging protocol: remove conditional breakpoints, don't include fra...Gravatar brendandouglas2018-06-14
* Support unconditional fetching of repositoriesGravatar Klaus Aehlig2018-06-14
* Allow @ in package names.Gravatar twerth2018-06-14
* Pull in the right deps into the embedded tools.Gravatar Irina Iancu2018-06-14
* Add a convenience method to ProfilerGravatar ulfjack2018-06-14
* Remove unnecessary flags from RunCommand command annotationGravatar ulfjack2018-06-14
* Fix link to windows platform bugsGravatar justhecuke2018-06-14
* Split BuildView into two classesGravatar ulfjack2018-06-14
* Allow Skylark rules to specify whether targets can add execution platform con...Gravatar John Cater2018-06-14
* C++: Fixes error reporting for cc_importGravatar plf2018-06-14
* Fix Profiler setup to actually enable the Json formatGravatar ulfjack2018-06-14
* Simplify CommandEnvironment constructor, make fields finalGravatar ulfjack2018-06-14
* Serialize lambdas when they are cast to Serializable.Gravatar janakr2018-06-13
* @AutoCodec stray usage of AndroidDataConverter. It should always be a static ...Gravatar janakr2018-06-13
* Add functionality to make certain SkyValues unshareable, meaning they are not...Gravatar janakr2018-06-13
* When composing RuleTransitionFactories, return something that respects equality.Gravatar mstaib2018-06-13
* Populate JavaInfo's annotation_processing field in java_common.compileGravatar kmb2018-06-13
* Reconvert the lambdas in AndroidDataConverter to anonymous inner classes.Gravatar mjhalupka2018-06-13
* Pass ActionFS paths through to action-level FileOutErr for the Action's stdou...Gravatar felly2018-06-13
* Delete empty comment lines.Gravatar dannark2018-06-13
* Skylark debugger: don't quote or escape strings when serializing.Gravatar brendandouglas2018-06-13
* * Update apple_common.link_multi_arch_binary to return all of its providers a...Gravatar allevato2018-06-13
* Fix filterTestsByTarget to filter by label instead of filtering by doingGravatar mjhalupka2018-06-13
* Document troubleshooting Bazel remote execution using the Docker sandbox feat...Gravatar spomorski2018-06-13
* Compare using value equality instead of reference equality.Gravatar dannark2018-06-13
* Allow deserialization futures as NestedSet contents, with unrolling blocking ...Gravatar cpeyser2018-06-13
* Add --experimental_supports_info_crosstool_configuration to support removal o...Gravatar hlopko2018-06-13
* Don't rerun the command if it failed.Gravatar thomasvl2018-06-13