1. 93fe20c Support unconditional fetching of repositories by Klaus Aehlig · 7 years ago
  2. 865b621 Split BuildView into two classes by ulfjack · 7 years ago
  3. fc83d75 Pass ActionFS paths through to action-level FileOutErr for the Action's stdout/stderr. by felly · 7 years ago
  4. e253f83 Fix filterTestsByTarget to filter by label instead of filtering by doing by mjhalupka · 7 years ago
  5. b5daae3 Move BuildView.Options to a new top-level class by ulfjack · 7 years ago
  6. c23bdac Split AnalysisResult into a top-level class by ulfjack · 7 years ago
  7. 0484053 Change WorkspaceStatusAction incrementality logic. We no longer manually invalidate the BUILD_INFO_KEY node on --workspace_status_command and related flag changes. Instead, the action has a supplier that allows it to retrieve the correct values at execution time. by janakr · 7 years ago
  8. 206a9d1 Remove LoadingPhaseRunner, inline the only implementation by ulfjack · 7 years ago
  9. 231057b Enable AnalysisTestCases to set LoadingOptions. by mstaib · 7 years ago
  10. 34982e7 Enable mock rules to set their types. by mstaib · 7 years ago
  11. e28c0ab Implement LcovMerger. by elenairina · 7 years ago
  12. 9c68c3a Automated rollback of commit 5df8eb24f84a6943e70876c805c77f06e719dcd7. by Googler · 7 years ago
  13. 45b308a Make Artifact#equals take the owner into account for derived artifacts. by janakr · 7 years ago
  14. dc3a91a Flip default value of --experimental_shortened_obj_file_path to true (Second try) by pcloudy · 7 years ago
  15. 2b86bee Remove the legacy loading phase runner by ulfjack · 7 years ago
  16. 5df8eb2 Automated rollback of commit ccaccb2b277a82f7264567563a02ab133a0f6e6f. by jmmv · 7 years ago
  17. 499503b Deletes ActionInputFileCache. by shahan · 7 years ago
  18. ccaccb2 Let blaze obfuscate manual main_dex_list according to proguard map. by Googler · 7 years ago
  19. 735627f Fix a few tests when run under JDK9. by tomlu · 7 years ago
  20. 15e0fa8 Fix Bazel crash on bad config_setting labels. by gregce · 7 years ago
  21. 5b1ce4d Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes are not equal. by Dmitry Lomov · 7 years ago
  22. 2cbcde3 Automated rollback of commit 7fcbc8ffdead028d19606fefa2fa3be13781da98. by laszlocsomor · 7 years ago
  23. 7fcbc8f shell toolchain: genrule now uses it by Laszlo Csomor · 7 years ago
  24. 904a8d6 Refactor root cause reporting in ConfiguredTargetFunction by ulfjack · 7 years ago
  25. c71316d Add CcSysrootAliasRule by dbabkin · 7 years ago
  26. 6acfe4e Provide ability to inject custom ConstraintSemantics behavior. by gregce · 7 years ago
  27. 6192b8c Refactor analysis failure reporting, report loading failures by ulfjack · 7 years ago
  28. 8255052 Make BuildOptions$OptionsDiffForReconstruction deterministic in its construction. Also restrict visibility of some test-only OptionsDiff methods, and remove a server-specific part of the ConfiguredTargetKey #toString representation. by janakr · 7 years ago
  29. 3e951fc Rename PatchTransition.apply to PatchTransiton.patch. by gregce · 7 years ago
  30. a1a990e Create tests verifying appropriate propagation of InterruptedException during filesystem operations. by cparsons · 7 years ago
  31. 3da8929 Make SymlinkTreeAction properly use the configuration's environment by ulfjack · 7 years ago
  32. d1ec570 Rename CommandAction.getEnvironment, add AbstractAction.getEnvironment by ulfjack · 7 years ago
  33. 374112c Replace --experimental_android_enforce_strict_deps_for_binaries_under_test with a package whitelist by cushon · 7 years ago
  34. eb5a80c Ease the configuration-related restrictions of several more tests. by mstaib · 7 years ago
  35. 5217712 Pull caching up to BuildConfigurationValue$Key$Codec. Almost all BuildOptions$DiffForReconstruction serializations are reached in this way, so we get better efficiency. Also, it was already a custom codec, so less new handrolling. by janakr · 7 years ago
  36. 849df36 Use the local JDK as the default target javabase by cushon · 7 years ago
  37. 5c3f5c9 Add an IdentityHashMap to the BuildOptions.OptionsDiffForReconstruction codec. by mjhalupka · 7 years ago
  38. b1dd4e3 Adds an action-scoped filesystem. by shahan · 7 years ago
  39. 1442054 Relax requirements of skylark-exposed configuration fragments by cparsons · 7 years ago
  40. 2ce45a2 Use the in-memory metadata in blaze as the source of truth for Fileset mappings by kush · 7 years ago
  41. 56eb80b Simplify config fragment creation. by gregce · 7 years ago
  42. 769a424 Update test code to support finding deferred param files. by tomlu · 7 years ago
  43. 0a57d3d Clean up code that directly imports nested classes like Builder, Entry, etc. by jcater · 7 years ago
  44. cc126af Resolve selects in the attributes of targets for cquery's --output=proto format by juliexxia · 7 years ago
  45. 25d5efc Change LocationFunction to not extend Function. by dannark · 7 years ago
  46. 7f22066 Output message when the build configuration changes. by tomlu · 7 years ago
  47. 8c6b7ab Normalize parameter name comments by cushon · 7 years ago
  48. 67423dd Abstract away the param file write action from tests. by tomlu · 7 years ago
  49. 425156e Prepare to abstract away the param file write action from tests. by tomlu · 7 years ago
  50. 936139d Support deferred param files. by tomlu · 7 years ago
  51. a666ffb SourceArtifacts are interned on deserialization using an ArtifactFactory. This should reduce memory consumption in NestedSet deserialization, which currently does not recycle Artifact instances. by cpeyser · 7 years ago
  52. dd9570b Make the constructor of TemplateVariableInfo available in Skylark. by lberki · 7 years ago
  53. 4a07a47 Add the capability to register a trimming RuleTransitionFactory. by mstaib · 7 years ago
  54. 5d7ce65 Plumbs ActionExecutionContext through GenSignatureAction. by shahan · 7 years ago
  55. b30f216 Deletes PopulateTreeArtifactAction (which seems to be dead code). by shahan · 7 years ago
  56. 7f15b68 Remove all callers of ArtifactRoot.asSourcePath from production code besides the ones in SkyframeExecutor, called once for each Root in the package path list. This ensures there is a single canonical ArtifactRoot for each source root. by janakr · 7 years ago
  57. 7f09a6c Starts threading ActionExecutionContext to sites calling getPath() only within by shahan · 7 years ago
  58. 0c254e6 Automated rollback of commit 3ab52e63079f1e43cb2c973425f615836a334082. by hlopko · 7 years ago
  59. 8626623 Remove BuildConfiguration.Fragment#setupActionEnvironment(). by lberki · 7 years ago
  60. b3ba514 Cleanup Artifact.getPath() usage in Runfiles. by shahan · 7 years ago
  61. 3ab52e6 Flip default value of --experimental_shortened_obj_file_path to true by pcloudy · 7 years ago
  62. 9c86fcb Delete dead code by carmi · 7 years ago
  63. 78651d4 Move shell executable to its own configuration fragment. by lberki · 7 years ago
  64. 2660ffe Remove legacy manifest merging from Bazel. by ajmichael · 7 years ago
  65. 6d1393d Remove Android jar from android_local_test bootclasspath by ajmichael · 7 years ago
  66. e57e9a3 Remove some unnecessary params. by nharmata · 7 years ago
  67. 9c4fa4a Remove BuildConfiguration from ConfiguredTarget. by janakr · 7 years ago
  68. 2cbfb89 ArtifactRoot correctly switches output base when serializing. by shahan · 7 years ago
  69. b044016 Remove categories from Bazel options. by ccalvarin · 7 years ago
  70. ee2dcae Make error messages about illegal dependencies involving aliases clearer. by lberki · 7 years ago
  71. 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
  72. 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
  73. cc3890d Remove ConfiguredTargetKey#of(ConfiguredTarget), since it calls ConfiguredTarget#getConfiguration. by janakr · 7 years ago
  74. f5c8c0b Add toolchain definitions for autoconfigured cc_toolchain entries. by jcater · 7 years ago
  75. 3ef288c Victory lap: Remove all code that used to support the three-argument form of vardef(). by lberki · 7 years ago
  76. 5d7fa7b Add a DefaultBuildOptions specifying default build flags that may differ from the provided defaults in Options classes. These are used to create BuildOptionsDiffForReconstruction, which lets us store only the diffs in our BuildConfigurationValue.Keys. by mjhalupka · 7 years ago
  77. d01e8ad Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode" feature by hlopko · 7 years ago
  78. 72d5109 Remove the flag --incompatible_show_all_print_messages by vladmos · 7 years ago
  79. 89216a3 Use ConfiguredTargetAndData in some android tests and pass in the target configuration in getImplicitOutputArtifact. by janakr · 7 years ago
  80. e2df6e2 Add some testing methods to get ConfiguredTargetAndData more easily, and rename some methods that were still called ConfiguredTargetAndTarget. Move some tests over to using ConfiguredTargetAndData instead of calling ConfiguredTarget#getConfiguration() directly. by janakr · 7 years ago
  81. 0f2a78f RELNOTES: Allow C++ features to make proto_library emit smaller C++ code by Googler · 7 years ago
  82. b892a9a Refactor DependencyResolver#dependentNodeMap to take in a set of toolchain labels instead of the entire toolchain context since that's all the dependency resolver really needs. This will help make cquery transitions outputter easier to implement. by juliexxia · 7 years ago
  83. 8fb66b3 Ensure that only ObjC tests initialize the MockObjcSupport. by jcater · 7 years ago
  84. 9204499 Dedupes aspects in BuildView by Googler · 7 years ago
  85. c0aca06 Bazel: add ar_files/as_files to cc_toolchain targets by Googler · 7 years ago
  86. d6a9828 Allow BazelPackageLoader to load external repositories. by carmi · 7 years ago
  87. fd017b6 Clean up testing of constraint-based selects to not rely on anything that uses toolchains. by John Cater · 7 years ago
  88. 9c10140 Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to ConfiguredTargetAndData. We want to get BuildConfiguration out of ConfiguredTarget because it uses >800K when serialized. by janakr · 7 years ago
  89. 05b41a0 Add the ability to reconstruct a BuildOptions from the diff with another BuildOptions. Motivation is that the diffs are likely to be much smaller than the actual BuildOptions objects themselves, so in places we need a BuildOptions (I'm looking at you, BuildConfigurationValue.Key), we can instead store a diff, reconstructing the BuildOptions object itself on demand when needed. by janakr · 7 years ago
  90. a12fd23 Rename BuildOptionsTest method names to be more succinct. by janakr · 7 years ago
  91. e2d200f Expose an actions provider on RuleConfiguredTarget instances. by cparsons · 7 years ago
  92. e00a2b1 Do not expose platform-related providers to Skylark. by John Cater · 7 years ago
  93. bbf251f Convert a bunch of non-AutoCodec classes to use @AutoCodec: BuildConfiguration, BuildOptions, CollectTargetsUnderDirectoryValue. by janakr · 7 years ago
  94. 74ceac7 @AutoCodec for ConfigurationTransition subclasses. by shahan · 7 years ago
  95. d1201c8 Add execution platform information to the action key. by John Cater · 7 years ago
  96. 20f35b4 Deletes CODEC fields now that they are no longer needed. by shahan · 7 years ago
  97. 614fe0d Refactor the AbstractAction computeKey method to be easier to add invariants by jcater · 7 years ago
  98. 860e103 Add @AutoCodec to some PatchTransitions. by mjhalupka · 7 years ago
  99. c2499c4 Expose --output_user_base to the Bazel server process by Klaus Aehlig · 7 years ago
  100. 8cfc6cd Adjust Android integration testing environment by adding a dependency to the by cnsun · 7 years ago