- 6d4f4f9 Fix unused variable warnings from clang. by Austin Schuh · 7 years ago
- ab0ada9 Move more tests to test suite (int function, list index, list mutation) by laurentlb · 7 years ago
- 84efb09 Add codecs needed to fully serialize Attributes. by janakr · 7 years ago
- 9c4fa4a Remove BuildConfiguration from ConfiguredTarget. by janakr · 7 years ago
- 460e0cf Remove `--swift_whole_module_optimization` flag. by allevato · 7 years ago
- 82cfb55 Mark ASTFileLookupValue as a NotComparableSkyValue. See the added comments for motivation. by nharmata · 7 years ago
- 56d7852 Put configuration checksum into BuildOptions$OptionsDiffForReconstruction and make it available to ConfiguredTarget. Also give BuildConfigurationValue.Key the same toString() that BuildConfiguration had, so we recover how we used to print out ConfiguredTarget labels in debugging. by janakr · 7 years ago
- 235f301 Migrate string tests to Skylark test suite. by laurentlb · 7 years ago
- 98afe5a Update version references of rules_apple in Bazel. by kaipi · 7 years ago
- 79044e3 Removes superfluous generic parameter from DynamicCodec, allowing it to be used by shahan · 7 years ago
- 2cbfb89 ArtifactRoot correctly switches output base when serializing. by shahan · 7 years ago
- f6d2881 Make deprecated ObjcProvider fields return empty sets when --incompatible_disable_objc_provider_resources is true. by cparsons · 7 years ago
- 3a61eb6 Get rid of call to deprecated ConfiguredTarget.getConfiguration() by juliexxia · 7 years ago
- 1e00497 Add a skylark-compatible alternative to MessageBundleProvider by cushon · 7 years ago
- b044016 Remove categories from Bazel options. by ccalvarin · 7 years ago
- 64524c1 Delete the ios_device rule from bazel. by kaipi · 7 years ago
- a0e13f6 Move strip and compile build variables into separate classes by hlopko · 7 years ago
- dad1c45 Add tests verifying the embedded skylark code by Klaus Aehlig · 7 years ago
- ee2dcae Make error messages about illegal dependencies involving aliases clearer. by lberki · 7 years ago
- 0070792 Inline ObjectFilePathHelper by pcloudy · 7 years ago
- f5d8e26 ObjcLibrary.java: Use objectFilesCollector to get object files by pcloudy · 7 years ago
- 9462b61 Remove stale cc_library nonconfigurables by George Gensure · 7 years ago
- 73088a8 Remove last few test uses of ConfiguredTarget#getConfiguration. Only uses are now internal, and the one that https://github.com/bazelbuild/bazel/commit/d350a897f6182d637ea819c41cd292a50c2db53d just snuck in... by janakr · 7 years ago
- a579d65 Replace nearly all test uses of ConfiguredTarget#getConfiguration with utility method getConfiguration(ConfiguredTarget). Done using IntelliJ structural replace, with by janakr · 7 years ago
- 7292497 Get rid of all remaining non-test non-internal uses of ConfiguredTarget#getConfiguration(). Add convenience methods in four Java test classes for use by refactoring tools to do this#getConfiguration(ConfiguredTarget) instead of ConfiguredTarget#getConfiguration. by janakr · 7 years ago
- 5542ef3 PiperOrigin-RevId: 190680743 by mjhalupka · 7 years ago
- d28af66 Introduce a simple data structure for incrementing keyed atomic long counters, optimized by nharmata · 7 years ago
- cc3890d Remove ConfiguredTargetKey#of(ConfiguredTarget), since it calls ConfiguredTarget#getConfiguration. by janakr · 7 years ago
- af1fb45 Expose j2objc.dead_code_report as a configuration field instead of a basic struct field on the j2objc fragment. by cparsons · 7 years ago
- 2b14d35 In singlejar runs with --check_desugar_deps, error out when encountering j$.** files. by kmb · 7 years ago
- d350a89 Move the default cquery output format to its own callback and standardize cquery output callback logic by juliexxia · 7 years ago
- 7a84f65 DynamicCodec class. by shahan · 7 years ago
- 8bbb6c2 Remove old option categorization from the help output. by ccalvarin · 7 years ago
- 5720363 Remove some more #getConfiguration calls (and some transitive ones through ConfiguredTargetKey#of(ConfiguredTarget)). by janakr · 7 years ago
- c8023ef Remove unused execRoot parameter from buildAction by George Gensure · 7 years ago
- 1cbce0f New incompatible flag to disable PACKAGE_NAME and REPOSITORY_NAME. by laurentlb · 7 years ago
- 44eb964 Fix accidental eager expansion of grouped list in in-memory nodes. by felly · 7 years ago
- c9dcf83 Thread configuration map through TestFilteringCompleteEvent. This isn't the most elegant solution, but I don't have a better idea. by janakr · 7 years ago
- f39f893 Remove EventHandler from SkylarkCustomCommandLine. by tomlu · 7 years ago
- 0c61edb Compute the list of test output files in TestRunnerAction by ulfjack · 7 years ago
- 4056249 Get rid of ConfiguredTarget#getConfiguration() call in ConfiguredTargetFunction. The dep always has the right configuration, even in the case of an AliasConfiguredTarget. by janakr · 7 years ago
- a7b2f29 Remove the --allow_configurable_attributes startup option. by ccalvarin · 7 years ago
- 60554e4 Get rid of a few more #getConfiguration() calls. We're now passing a ConfiguredTargetAndData into TargetCompleteEvent, which seems reasonable. by janakr · 7 years ago
- e666d3b Fix and rollforward of "Convert SkylarkRuleImplementationFunctions functions to use @SkylarkCallable instead." by cparsons · 7 years ago
- 4dd6f00 Ensure Runner name is always set. by Googler · 7 years ago
- 0cafdfe Use JUnit assertions instead of Truth assertions. by cpovirk · 7 years ago
- eed7c75 C++: Fixes Blaze crashing on CLIF in toolchains that don't need PIC by plf · 7 years ago
- f5c8c0b Add toolchain definitions for autoconfigured cc_toolchain entries. by jcater · 7 years ago
- 4465dae Only allow regular files and directories spawn outputs to be uploaded to a remote cache. by Benjamin Peterson · 7 years ago
- 02f9cae Remove optional_*_flag fields from crosstool by hlopko · 7 years ago
- c39a0e0 Automated rollback of commit 1f8ba946a3c20413ff0a95235b20d7cc1b4964f0. by twerth · 7 years ago
- b332200 Remove global_whole_archive_open feature from osx crosstools by hlopko · 7 years ago
- 0b8d034 Avoid using ObjectFilePathHelper in CompilationSupport.java by pcloudy · 7 years ago
- 31ab0b8 Isolate C++ compile build variables by hlopko · 7 years ago
- b8765a6 Remove FastStringCodec by michajlo · 7 years ago
- 327c74d stub simple core library bridge methods that only differ in return type by kmb · 7 years ago
- 2c3990c Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough. by Googler · 7 years ago
- 88929e5 Don't assert that configurations are actually equal in ConfiguredTargetAndData debugging check. by janakr · 7 years ago
- 354728d Separate out single-extension matching in FileType to reduce garbage. by janakr · 7 years ago
- 848e786 Enable params files for DexMapper. by ahumesky · 7 years ago
- 7a45873 Fix incorrect int() example by brandjon · 7 years ago
- 61b4075 Remove final third_party/gtest reference. by ccalvarin · 7 years ago
- 816abfc Get rid of some more #getConfiguration calls. by janakr · 7 years ago
- 8acb017 Prohibit using Java serialization for protos. by cpeyser · 7 years ago
- cfc3432 Automated rollback of commit 316cd7da6f6b003b853ccf7d144f395a9a557400. by janakr · 7 years ago
- 3b9e152 Simplified ActionContextConsumer by having it operate on a new class which holds a variety of strategy/context maps. by Googler · 7 years ago
- ee5bf48 Add AspectCodec. Can't be @AutoCodec because we don't want to serialize the full content of native aspects. by janakr · 7 years ago
- 51cb8ff As promised in an earlier commit, remove subinclude machinery from PackageFactory, Package, PackageFunction, and also all things that make use of Package#getSubincludeLabels. by nharmata · 7 years ago
- d63c16f Redo FileType @AutoCodec: it is risky to assume that all subclasses are totally described by their extensions, since many are not. Instead, explicitly @AutoCodec those that are, and leave the rest to be individually handled. This also allows us to do equality checking. by janakr · 7 years ago
- cf1c75a During NestedSet deserialization, maintain a list of known children outside of by cpeyser · 7 years ago
- 171a7eb Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods, TransitiveInfoCollection#getConfigurationKey() and ConfiguredTarget#getConfigurationChecksum(). These methods currently delegate to #getConfiguration(), but in the future they won't. I hope to get rid of #getConfigurationChecksum(), but I may have to fold the checksum into BuildConfigurationValue.Key or leave it as a separate field in ConfiguredTarget. by janakr · 7 years ago
- 8688b68 Make a bunch more stuff serializable, especially anonymous classes and lambdas. Give a bit more information in JavaSerializableCodec when serialization fails on an anonymous class or lambda. by janakr · 7 years ago
- 656a0ba Big round of sandbox fixes / performance improvements. by Philipp Wollermann · 7 years ago
- 26e7280 Add DONE_CHECKING as a reason for requesting nodes. by shreyax · 7 years ago
- 1f8ba94 Convert SkylarkRuleImplementationFunctions functions to use @SkylarkCallable instead. by cparsons · 7 years ago
- 7029ddc Set BUILD_WORKSPACE_DIRECTORY and BUILD_WORKING_DIRECTORY when running tests, too. by lberki · 7 years ago
- 316cd7d Automated rollback of commit f873447a073c8f7374e9f8a74ae42784df3f80e1. by twerth · 7 years ago
- 504f8b7 Remove the unused label //tools/defaults:coverage . by lberki · 7 years ago
- 6661809 Make "blaze run --direct_run" wrap the command in a shell. by lberki · 7 years ago
- 02f9956 BEP: also report the built artifacts in case of a test by Klaus Aehlig · 7 years ago
- c2c7645 Make the script written blaze "blaze run --direct_run --script_path" not overwrite the environment of their caller. by lberki · 7 years ago
- bffa2db @AutoCodec some more classes needed for large Java builds. by janakr · 7 years ago
- 00408d6 @AutoCodec ConfiguredValueCreationException. Not a high priority, but while we're getting spurious analysis errors, helps to reduce noise. by janakr · 7 years ago
- 738a2ed @AutoCodec SkylarkCustomCommandLine. Includes hack to work around b/76233103. by janakr · 7 years ago
- 56cf969 @AutoCodec ProtoCompileActionBuilder$LazyCommandLineExpansion and $LazyLangPluginFlag. by janakr · 7 years ago
- de311c6 Memoize AspectValue serialization (oops). by janakr · 7 years ago
- 13e8096 @AutoCodec SelectorValue. Rather than making mapMarshaller handle wildcards better, get rid of it, and immutableSetMarshaller for good measure. by janakr · 7 years ago
- e93f0a1 @AutoCodec map functions in ProtoCompileActionBuilder. by janakr · 7 years ago
- 4826d37 Allow AutoValue builder method to have the same name as getter method when using Strategy.AUTO_VALUE_BUILDER, and filter out #toBuilder()-type methods when collecting getters of class. by janakr · 7 years ago
- 7383976 Fold in warning and error output into client logging. by ccalvarin · 7 years ago
- 9bad840 @AutoCodec AspectValue. by janakr · 7 years ago
- f873447 @AutoCodec SelectorList and SkylarkFileType. by janakr · 7 years ago
- 83fe879 @AutoCodec SkylarkComputedDefaultTemplate and dependencies. by janakr · 7 years ago
- 64d4c65 Create a new output formatter for cquery which output transition information in either a FULL or LITE version. Trigger new output with the new --transitions cquery flag in the new CqueryOptions class. by juliexxia · 7 years ago
- 6dae259 @AutoCodec JavaRunfilesProvider. by janakr · 7 years ago
- 1fe1472 Update javadocs in DependencyResolver. by mjhalupka · 7 years ago
- bc891ad Re-enable aliasing of CodedInputStream during deserialization, removed as part of primary codepath somewhere around https://github.com/bazelbuild/bazel/commit/bde43ec8a96a62b8fbf67ad60d5154cf121647d9 (and killed entirely in unknown commit. by janakr · 7 years ago
- 1079809 Adds hook to AspectFunction to allow for inlining SkylarkImportLookupFunction. by cpeyser · 7 years ago
- 55ad6b2 Expose mergeManifests method in Skylark by asteinb · 7 years ago
- 7fff2bf Don't bound the method and field name caches in FuncallExpression. by nharmata · 7 years ago