aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Remove support for java_runtime_suiteGravatar cushon2018-07-05
* bazel sync: better report errorsGravatar Klaus Aehlig2018-07-05
* Windows,python tests: fine if $JAVA_HOME is emptyGravatar laszlocsomor2018-07-05
* python tools: ensure files are closedGravatar laszlocsomor2018-07-05
* Add sysroot variable to cc_common.create_link_variablesGravatar hlopko2018-07-05
* Bazel server: ensure OutputStreams are closedGravatar laszlocsomor2018-07-05
* Bazel server: ensure InputStreams are closedGravatar laszlocsomor2018-07-05
* Add client logging information to the client tests.Gravatar ccalvarin2018-07-04
* Include more information about build events' referenced local files.Gravatar tomlu2018-07-04
* Rollback of https://github.com/bazelbuild/bazel/commit/732dc512801c32207c252a...Gravatar twerth2018-07-04
* [LcovMerger] Make int fields of SourceFileCoverage be dynamically computed.Gravatar elenairina2018-07-04
* GoProtoAspect/GoSupport: add dependency on //third_party/golang/grpc/metadataGravatar Googler2018-07-04
* Create a whitelist for android_library rules with deps but not srcsGravatar cushon2018-07-03
* In SkyframeExecutor#invalidateConfigurationCollection, actually delete the no...Gravatar janakr2018-07-03
* supply transitive and direct deps for aar_import deps checking. This allows p...Gravatar kmb2018-07-03
* First cl for verbose workspaces (ability to log certain potentially non-herme...Gravatar Googler2018-07-03
* git_repository: support branch as wellGravatar Klaus Aehlig2018-07-03
* Set Xcode version as a feature when building Objective-CGravatar bbaren2018-07-02
* C++: Exposes C++ Skylark providers to BazelGravatar plf2018-07-02
* Cleanup crosstools from legacyGravatar hlopko2018-07-02
* Windows CROSSTOOL: Add action_config for preprocess-assembleGravatar pcloudy2018-07-02
* Relax the threshold for calling getDigestInExclusiveMode().Gravatar Googler2018-07-02
* Windows,tests: port rule_test_testGravatar Laszlo Csomor2018-07-02
* Native Skyframe support for node restartingGravatar mschaller2018-07-01
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Remove final inplace references in the tests.Gravatar ccalvarin2018-06-29
* Debug server: retrieve nested frame bindings tree lazily.Gravatar brendandouglas2018-06-29
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Create and integrate JavaBootstrap, and use fake top-level Java skylark objec...Gravatar cparsons2018-06-29
* bep: Make the BuildEventArtifactUploader async.Gravatar buchgr2018-06-29
* Add cc_common top-level skylark object to fakebuildapi.Gravatar cparsons2018-06-29
* Add basic android classes to fakebuildapiGravatar cparsons2018-06-29
* Adding a check to remote execution to ensure the result from the server has aGravatar Googler2018-06-29
* [java_common.compile] Always generate a source jar.Gravatar elenairina2018-06-29
* Enable android dependency checking in Bazel.Gravatar xingao2018-06-29
* Add fake build API implementations for config, platform, repository, and test...Gravatar cparsons2018-06-29
* Remove creation of tools/defaults/BUILD from shell testGravatar dbabkin2018-06-29
* [Skylark] Allow tuples as first argument of str.{starts,ends}withGravatar Yannic Bonenberger2018-06-28
* Implement imports (via load()) in Skydoc.Gravatar cparsons2018-06-28
* Rename skydoc test case input files to .bzl, and put them into a testdata dir...Gravatar cparsons2018-06-28
* Add rudimentary apple-related classes to fakebuildapi.Gravatar cparsons2018-06-28
* Remove --allow_undefined_configsGravatar ccalvarin2018-06-28
* Require @SkylarkCallable parameters to be explicitly specified.Gravatar cparsons2018-06-28
* Fix up some tests for Arm64Gravatar Arielle Albon2018-06-28
* Expose Skylark API to the C++ toolchainGravatar hlopko2018-06-28
* Add --incompatible_disable_data_transition for 'cfg = "data"' Skylark callsGravatar gregce2018-06-27
* Inspect post-evaluation exported variables to obtain rule names.Gravatar cparsons2018-06-27
* Clarify purpose of golden-file-regeneration targetsGravatar cparsons2018-06-27
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Fix docgen handling of multiple modules with the same nameGravatar cparsons2018-06-27