1. 6d4f4f9 Fix unused variable warnings from clang. by Austin Schuh · 7 years ago
  2. ab0ada9 Move more tests to test suite (int function, list index, list mutation) by laurentlb · 7 years ago
  3. 84efb09 Add codecs needed to fully serialize Attributes. by janakr · 7 years ago
  4. 9c4fa4a Remove BuildConfiguration from ConfiguredTarget. by janakr · 7 years ago
  5. 460e0cf Remove `--swift_whole_module_optimization` flag. by allevato · 7 years ago
  6. 82cfb55 Mark ASTFileLookupValue as a NotComparableSkyValue. See the added comments for motivation. by nharmata · 7 years ago
  7. 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
  8. 235f301 Migrate string tests to Skylark test suite. by laurentlb · 7 years ago
  9. 98afe5a Update version references of rules_apple in Bazel. by kaipi · 7 years ago
  10. 79044e3 Removes superfluous generic parameter from DynamicCodec, allowing it to be used by shahan · 7 years ago
  11. 2cbfb89 ArtifactRoot correctly switches output base when serializing. by shahan · 7 years ago
  12. f6d2881 Make deprecated ObjcProvider fields return empty sets when --incompatible_disable_objc_provider_resources is true. by cparsons · 7 years ago
  13. 3a61eb6 Get rid of call to deprecated ConfiguredTarget.getConfiguration() by juliexxia · 7 years ago
  14. 1e00497 Add a skylark-compatible alternative to MessageBundleProvider by cushon · 7 years ago
  15. b044016 Remove categories from Bazel options. by ccalvarin · 7 years ago
  16. 64524c1 Delete the ios_device rule from bazel. by kaipi · 7 years ago
  17. a0e13f6 Move strip and compile build variables into separate classes by hlopko · 7 years ago
  18. dad1c45 Add tests verifying the embedded skylark code by Klaus Aehlig · 7 years ago
  19. ee2dcae Make error messages about illegal dependencies involving aliases clearer. by lberki · 7 years ago
  20. 0070792 Inline ObjectFilePathHelper by pcloudy · 7 years ago
  21. f5d8e26 ObjcLibrary.java: Use objectFilesCollector to get object files by pcloudy · 7 years ago
  22. 9462b61 Remove stale cc_library nonconfigurables by George Gensure · 7 years ago
  23. 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
  24. 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
  25. 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
  26. 5542ef3 PiperOrigin-RevId: 190680743 by mjhalupka · 7 years ago
  27. d28af66 Introduce a simple data structure for incrementing keyed atomic long counters, optimized by nharmata · 7 years ago
  28. cc3890d Remove ConfiguredTargetKey#of(ConfiguredTarget), since it calls ConfiguredTarget#getConfiguration. by janakr · 7 years ago
  29. 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
  30. 2b14d35 In singlejar runs with --check_desugar_deps, error out when encountering j$.** files. by kmb · 7 years ago
  31. d350a89 Move the default cquery output format to its own callback and standardize cquery output callback logic by juliexxia · 7 years ago
  32. 7a84f65 DynamicCodec class. by shahan · 7 years ago
  33. 8bbb6c2 Remove old option categorization from the help output. by ccalvarin · 7 years ago
  34. 5720363 Remove some more #getConfiguration calls (and some transitive ones through ConfiguredTargetKey#of(ConfiguredTarget)). by janakr · 7 years ago
  35. c8023ef Remove unused execRoot parameter from buildAction by George Gensure · 7 years ago
  36. 1cbce0f New incompatible flag to disable PACKAGE_NAME and REPOSITORY_NAME. by laurentlb · 7 years ago
  37. 44eb964 Fix accidental eager expansion of grouped list in in-memory nodes. by felly · 7 years ago
  38. 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
  39. f39f893 Remove EventHandler from SkylarkCustomCommandLine. by tomlu · 7 years ago
  40. 0c61edb Compute the list of test output files in TestRunnerAction by ulfjack · 7 years ago
  41. 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
  42. a7b2f29 Remove the --allow_configurable_attributes startup option. by ccalvarin · 7 years ago
  43. 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
  44. e666d3b Fix and rollforward of "Convert SkylarkRuleImplementationFunctions functions to use @SkylarkCallable instead." by cparsons · 7 years ago
  45. 4dd6f00 Ensure Runner name is always set. by Googler · 7 years ago
  46. 0cafdfe Use JUnit assertions instead of Truth assertions. by cpovirk · 7 years ago
  47. eed7c75 C++: Fixes Blaze crashing on CLIF in toolchains that don't need PIC by plf · 7 years ago
  48. f5c8c0b Add toolchain definitions for autoconfigured cc_toolchain entries. by jcater · 7 years ago
  49. 4465dae Only allow regular files and directories spawn outputs to be uploaded to a remote cache. by Benjamin Peterson · 7 years ago
  50. 02f9cae Remove optional_*_flag fields from crosstool by hlopko · 7 years ago
  51. c39a0e0 Automated rollback of commit 1f8ba946a3c20413ff0a95235b20d7cc1b4964f0. by twerth · 7 years ago
  52. b332200 Remove global_whole_archive_open feature from osx crosstools by hlopko · 7 years ago
  53. 0b8d034 Avoid using ObjectFilePathHelper in CompilationSupport.java by pcloudy · 7 years ago
  54. 31ab0b8 Isolate C++ compile build variables by hlopko · 7 years ago
  55. b8765a6 Remove FastStringCodec by michajlo · 7 years ago
  56. 327c74d stub simple core library bridge methods that only differ in return type by kmb · 7 years ago
  57. 2c3990c Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough. by Googler · 7 years ago
  58. 88929e5 Don't assert that configurations are actually equal in ConfiguredTargetAndData debugging check. by janakr · 7 years ago
  59. 354728d Separate out single-extension matching in FileType to reduce garbage. by janakr · 7 years ago
  60. 848e786 Enable params files for DexMapper. by ahumesky · 7 years ago
  61. 7a45873 Fix incorrect int() example by brandjon · 7 years ago
  62. 61b4075 Remove final third_party/gtest reference. by ccalvarin · 7 years ago
  63. 816abfc Get rid of some more #getConfiguration calls. by janakr · 7 years ago
  64. 8acb017 Prohibit using Java serialization for protos. by cpeyser · 7 years ago
  65. cfc3432 Automated rollback of commit 316cd7da6f6b003b853ccf7d144f395a9a557400. by janakr · 7 years ago
  66. 3b9e152 Simplified ActionContextConsumer by having it operate on a new class which holds a variety of strategy/context maps. by Googler · 7 years ago
  67. 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
  68. 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
  69. 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
  70. cf1c75a During NestedSet deserialization, maintain a list of known children outside of by cpeyser · 7 years ago
  71. 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
  72. 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
  73. 656a0ba Big round of sandbox fixes / performance improvements. by Philipp Wollermann · 7 years ago
  74. 26e7280 Add DONE_CHECKING as a reason for requesting nodes. by shreyax · 7 years ago
  75. 1f8ba94 Convert SkylarkRuleImplementationFunctions functions to use @SkylarkCallable instead. by cparsons · 7 years ago
  76. 7029ddc Set BUILD_WORKSPACE_DIRECTORY and BUILD_WORKING_DIRECTORY when running tests, too. by lberki · 7 years ago
  77. 316cd7d Automated rollback of commit f873447a073c8f7374e9f8a74ae42784df3f80e1. by twerth · 7 years ago
  78. 504f8b7 Remove the unused label //tools/defaults:coverage . by lberki · 7 years ago
  79. 6661809 Make "blaze run --direct_run" wrap the command in a shell. by lberki · 7 years ago
  80. 02f9956 BEP: also report the built artifacts in case of a test by Klaus Aehlig · 7 years ago
  81. c2c7645 Make the script written blaze "blaze run --direct_run --script_path" not overwrite the environment of their caller. by lberki · 7 years ago
  82. bffa2db @AutoCodec some more classes needed for large Java builds. by janakr · 7 years ago
  83. 00408d6 @AutoCodec ConfiguredValueCreationException. Not a high priority, but while we're getting spurious analysis errors, helps to reduce noise. by janakr · 7 years ago
  84. 738a2ed @AutoCodec SkylarkCustomCommandLine. Includes hack to work around b/76233103. by janakr · 7 years ago
  85. 56cf969 @AutoCodec ProtoCompileActionBuilder$LazyCommandLineExpansion and $LazyLangPluginFlag. by janakr · 7 years ago
  86. de311c6 Memoize AspectValue serialization (oops). by janakr · 7 years ago
  87. 13e8096 @AutoCodec SelectorValue. Rather than making mapMarshaller handle wildcards better, get rid of it, and immutableSetMarshaller for good measure. by janakr · 7 years ago
  88. e93f0a1 @AutoCodec map functions in ProtoCompileActionBuilder. by janakr · 7 years ago
  89. 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
  90. 7383976 Fold in warning and error output into client logging. by ccalvarin · 7 years ago
  91. 9bad840 @AutoCodec AspectValue. by janakr · 7 years ago
  92. f873447 @AutoCodec SelectorList and SkylarkFileType. by janakr · 7 years ago
  93. 83fe879 @AutoCodec SkylarkComputedDefaultTemplate and dependencies. by janakr · 7 years ago
  94. 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
  95. 6dae259 @AutoCodec JavaRunfilesProvider. by janakr · 7 years ago
  96. 1fe1472 Update javadocs in DependencyResolver. by mjhalupka · 7 years ago
  97. 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
  98. 1079809 Adds hook to AspectFunction to allow for inlining SkylarkImportLookupFunction. by cpeyser · 7 years ago
  99. 55ad6b2 Expose mergeManifests method in Skylark by asteinb · 7 years ago
  100. 7fff2bf Don't bound the method and field name caches in FuncallExpression. by nharmata · 7 years ago