aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Fix the name of a flag in an error messageGravatar dmarting2017-06-27
* LLVM FDO zipped profiles contain the LLVM raw profile file whose contentsGravatar Googler2017-06-27
* Fix RuleContext documentation typo.Gravatar gregce2017-06-27
* Add idl_preprocessed field to android_library.Gravatar Googler2017-06-27
* Add option tagging and categorizing enums.Gravatar ccalvarin2017-06-27
* Add the ability to provide source_jars to java_common.create_providerGravatar Googler2017-06-27
* Refactor SkyQueryEnvironment to allow preprocessing or postprocessing targetsGravatar Googler2017-06-27
* Internal changeGravatar Googler2017-06-27
* Forbid octal sequences greater than \377 (0xff) in strings.Gravatar laurentlb2017-06-26
* Add JavaSkylarkApiProvider to aar_import rule.Gravatar Googler2017-06-26
* Enabling Aapt2 processing:Gravatar corysmith2017-06-26
* Remove usage of --ios_cpu from Bazel.Gravatar cpeyser2017-06-26
* ResourceFilter properly handles special language qualifiersGravatar Googler2017-06-26
* Remove remaining xcodegen references.Gravatar schmitt2017-06-26
* Make BuildEventStreamer flushable before first eventGravatar Klaus Aehlig2017-06-26
* Make Metadata an interface for FileArtifactValueGravatar ulfjack2017-06-26
* Automated rollback of commit 68b9a7e2dc17e32b194238d287e79bee1ba035b9.Gravatar cushon2017-06-26
* BlazeCommandDispatcher: all options parsing and editing in one placeGravatar ulfjack2017-06-26
* Correct test name in bazel_server_mode_test.pyGravatar pcloudy2017-06-26
* Internal changeGravatar Googler2017-06-26
* Move command.log writing to a moduleGravatar ulfjack2017-06-26
* Update incorrect build.proto documentation for AttributeDefinition.name field.Gravatar Googler2017-06-26
* Add apple_stub_binary rule.Gravatar allevato2017-06-26
* Fix NullPointerException when enable_data_binding is omitted.Gravatar gregce2017-06-26
* Remove last traces of experimental_obj_libraryGravatar cparsons2017-06-26
* BEP: Support longer streams on non building commandsGravatar Klaus Aehlig2017-06-26
* Update --incompatible_* error messagesGravatar brandjon2017-06-26
* Forbid 'in' operator on depset with --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-26
* Forbid duplicate keys in dictionary literalsGravatar laurentlb2017-06-26
* Make len(depset()) fail when --incompatible_depset_is_not_iterable is setGravatar laurentlb2017-06-26
* Make it an error to pass --multidex=off with --main-dex-list orGravatar ajmichael2017-06-26
* Remove last implicit dep on //tools/objc:xcodegenGravatar schmitt2017-06-26
* Refactor ProjectFileSupport to work without a CommandEnvironmentGravatar ulfjack2017-06-26
* Expose the correct JavaSkylarkApiProvider from JavaProtoAspect.Gravatar tomlu2017-06-26
* Do not use link_dynamic_library.sh when toolchain doesn't support interface l...Gravatar hlopko2017-06-26
* Make FakeCppCompileAction.LOG lowercaseGravatar hlopko2017-06-22
* Make Metadata fields privateGravatar ulfjack2017-06-22
* Fix LIPO to ThinLTO mapping to work with AutoFDO.Gravatar Googler2017-06-22
* Use targets' labels' package identifier for query output=packageGravatar mschaller2017-06-22
* Fix source jars no longer being exposed to Skylark from java_library.Gravatar tomlu2017-06-22
* In the Blaze Query implementation, use Set and Map implementations backed by ...Gravatar nharmata2017-06-22
* Add back --sysroot argument for objc compile actions when grte_top is specified.Gravatar rduan2017-06-22
* Automated rollback of commit 7dec00574aa91327693f6ba7e90bff5bc834253e.Gravatar ajmichael2017-06-22
* Update testSpecialMandatoryProviderMissing to cover more casesGravatar vladmos2017-06-22
* Set correct execroot for infoGravatar kchodorow2017-06-22
* Refactor our RemoteWorker for easier maintenance in the future.Gravatar Philipp Wollermann2017-06-22
* Only create a single per-build instance of the remote cache / executorGravatar ulfjack2017-06-22
* Make source code of singlejar and ijar available from @bazel_tools. ,Gravatar Xin Gao2017-06-22
* Change CAS URI to use the "bytestream" scheme instead of being scheme-lessGravatar ulfjack2017-06-22
* Allow "[", "]", "{", and "}" in globs in BUILD files. (#3048)Gravatar Jonathan Bluett-Duncan2017-06-22