1. 978cb00 expectThrows has been renamed to assertThrows by cushon · 7 years ago
  2. 9817539 AutoCodec verifies that constructor parameter and field types are related. by shahan · 7 years ago
  3. 8488456 @AutoCodec RuleConfiguredTarget. by janakr · 7 years ago
  4. ceed58c @AutoCodec FilesetOutputConfiguredTarget. by janakr · 7 years ago
  5. bbbf3dc Integrates CodecScanner into SkyValueEncoder. by shahan · 7 years ago
  6. 62476a2 Flip --expand_configs_in_place to true by default in Bazel. by ccalvarin · 7 years ago
  7. 14e549c @AutoCodec all the *ConfiguredTarget classes except for RuleConfiguredTarget. RuleConfiguredTarget is harder, and will be handled in a follow-up. by janakr · 7 years ago
  8. 6966a2e Better @AutoCodec for TransitiveInfoProviderMapImpl: avoid having to serialize offset table at the cost of some overhead reconstructing the table. Also fewer code changes, although there is a serialization-only method added as a hack. by janakr · 7 years ago
  9. 9f7eb09 Fix Fix crash on incremental builds across configuration changes when using Skyframe native Filesets which reference output files. by felly · 7 years ago
  10. 054cf789 Fixes skyframe evaluation to correctly handle interrupts during #doMutatingEvaluation by Googler · 7 years ago
  11. 04fb913 Genericize closed-source .bzl file references in examples by Serge · 7 years ago
  12. 346eec4 Replace "else if" with "elif" (Issue 4637) by Serge · 7 years ago
  13. 3fb7d34 A couple quality-of-life improvements for Bazel devs, in response to an email from philwo@. by nharmata · 7 years ago
  14. d829236 Apply @AutoCodec to ExecutableSymlinkAction and SymlinkAction. by mjhalupka · 7 years ago
  15. 61aa6b7 @AutoCodec TransitiveInfoProviderMapImpl and JavaInfo. by janakr · 7 years ago
  16. f33ac56 Add @AutoCodec to CcToolchainProvider, now that AutoCodec Runtime is available. by cpeyser · 7 years ago
  17. 5f26482 Set the correct include path for r13b's llvm-libc++ headers and fix compilation with @androidndk//:toolchain-libcpp with missing link time files. by jingwen · 7 years ago
  18. c791415 Update site menu by laurentlb · 7 years ago
  19. f98a7a2 Put @loader_path, not $ORIGIN into rpath flags on mac by hlopko · 7 years ago
  20. 5061b09 @AutoCodec JavaCompileAction. by janakr · 7 years ago
  21. 5d1fb9e Pass `--install_test_services=true` test arg to DeviceBroker when running in Bazel because the test services APK is no longer installed by default as of unknown commit by jingwen · 7 years ago
  22. 27043ed windows,tests: fix //src/test/py/bazel:py_test by Laszlo Csomor · 7 years ago
  23. c4b49f2 Add a new BuildOptions diff method that holds and pretty prints the different option values between two BuildOptions by juliexxia · 7 years ago
  24. 09077a3 Release 0.11.0 (2018-02-23) by Bazel Release System · 7 years ago
  25. 4ccecae Remove some default cc toolchain definitions. by John Cater · 7 years ago
  26. 246f0aa Automated rollback of commit 7fe59b98eefc96a6310f0b0221d4e0f18e2a9000. by shreyax · 7 years ago
  27. f0c7c46 @AutoCodec for GenRuleAction. by cpeyser · 7 years ago
  28. bb489a7 @AutoCodec for CreateIncSymlinkAction, ExtractInclusionAction, and by cpeyser · 7 years ago
  29. 4736217 Add @AutoCodec to CppModuleMapAction. by cpeyser · 7 years ago
  30. 08a882d Cleanup unused constant by hlopko · 7 years ago
  31. f5d749e Move enabling of coverage related features to CcCommon by Googler · 7 years ago
  32. c0faa4d Document ambigious literal arguments when calling CcToolchainProvider constructor by Googler · 7 years ago
  33. 32243cb Remove top level resources and assets from android_local_test. by dannark · 7 years ago
  34. 040cd66 Creates a new issue pointing out "Arguments:" as not preferred instead of reporting that there is a missing 'Args:' section. by Googler · 7 years ago
  35. f592df9 Fix baseline.lcov name in important_output by Googler · 7 years ago
  36. da51eb3 Enable ability to pass the resource apk to Robolectric so that it can consume binary resources. by dannark · 7 years ago
  37. 00c317b Remove support for --rule_kind by cushon · 7 years ago
  38. ec77ac9 Add warning that android_robolectric_test is deprecated in favor of android_local_test. by dannark · 7 years ago
  39. b2a9e78 Re-enable loading the PlatformInfo providers in by John Cater · 7 years ago
  40. fe29c724 Clarify parser error for load() statements by brandjon · 7 years ago
  41. 93beba1 Add more codecs to execution phase. by janakr · 7 years ago
  42. c4f1df5 Actually retarget so-configured invocations in android desugaring by kmb · 7 years ago
  43. fbf08a4 Make getNativeLibs callable from Skylark. by Googler · 7 years ago
  44. f13d6f5 Add a check to avoid core library default methods that (accidentally) aren't being desugared. by kmb · 7 years ago
  45. 702429b Increase test coverage of rootpath(s) and execpath(s) expansion to external workspaces by richardwa · 7 years ago
  46. af79eb4 Accept Durations in the CriticalPathComponent and Profiler. by ccalvarin · 7 years ago
  47. b3729d8 Update FreeBSD JNI to support new attr_not_found parameter. by John Cater · 7 years ago
  48. ec08553 Adding a property name to the SpawnRunner. Most runners already had it, I just add it to the interface, and include it in the SpawnResult. This will be used to categorize/aggregate spawns executed by various runners. by olaola · 7 years ago
  49. fe13ee3 Remove unused density filtering flag by asteinb · 7 years ago
  50. 586ef00 Move newly created protos to analysis package. by twerth · 7 years ago
  51. a41e01e Add @AutoCodec to SpawnAction. Refactor the SpawnAction API for extra actions so that it is non-generic and does not persist a GeneratedExtension, which is hard to serialize. by cpeyser · 7 years ago
  52. ca93b67 CcToolchain: add optional ar and as attributes by Googler · 7 years ago
  53. 79fa35b Fixed missing end / in documentation by jingwen · 7 years ago
  54. 0af09b7 Store cycle detectors directly in AbstractParallelEvaluator. by shreyax · 7 years ago
  55. 1c75cf3 Fixed missing end quote in android_instrumentation_test's documentation by jingwen · 7 years ago
  56. d605a62 Define the dict iteration order by vladmos · 7 years ago
  57. f6cbbee Fix linkstamping tests broken on bazel ci by hlopko · 7 years ago
  58. 1a0e2e6 Fix bazel tests depending on legacy gcc3 include path by hlopko · 7 years ago
  59. c280f67 Remove the CppConfiguration member from CppLinkAction. This will make by cpeyser · 7 years ago
  60. c2b332b windows: replace custom JunctionResolver by Laszlo Csomor · 7 years ago
  61. 1d8ad1a Add option to dump the action graph. by twerth · 7 years ago
  62. daf78cc Recompile linkstamps whenever any input of the owning action changes. by hlopko · 7 years ago
  63. 485c494 Do not unconditionally add gcc3 as a system include directory for stl by hlopko · 7 years ago
  64. ac650ff Add a test verifying legitmate path embedding by Klaus Aehlig · 7 years ago
  65. eb067ea Fix test name in fallback xml when --run_under is used. by Benjamin Peterson · 7 years ago
  66. 93a6730 Update javadoc for some headers and include dirs methods. by Benjamin Peterson · 7 years ago
  67. 0cf94e9 Do not expand depset twice and store expanded in ctx.actions.run inputs. by tomlu · 7 years ago
  68. deb99cc add ability to move individual core library methods RELNOTES: None. by kmb · 7 years ago
  69. cfb8a74 PiperOrigin-RevId: 186532302 by ahumesky · 7 years ago
  70. ae24bfe Add basic equality checking for ErrorInfo and tighten the interface for ErrorInfoManager. by shreyax · 7 years ago
  71. 39ecf8b Automated rollback of commit 11cc89a27544311111473dc7a17522635c2b6e70. by eaftan · 7 years ago
  72. 485ee40 Bugfix: spawn output directories are not passed to remote execution. by olaola · 7 years ago
  73. 29d96b8 Disable mobile-install classic mode for internal users. by Googler · 7 years ago
  74. 1b6c10a Use a separate implicit dependency for dexbuilder in proguarded android builds by kmb · 7 years ago
  75. 934ee14 Add an alias to import_deps_checker. The follow-up cl will reference this alias by cnsun · 7 years ago
  76. a6ef7fe Recommend True and False for boolean attributes. by laurentlb · 7 years ago
  77. 1d4f011 Deflake ParallelEvaluatorTest.errorBubblesToParentsOfTopLevelValue: error cannot finish building until top registers a dep on it, and we can only know that by listening to the addReverseDep call. by janakr · 7 years ago
  78. ab37330 Add --experimental_fix_deps_tool to JavaBuilder by Googler · 7 years ago
  79. 86f7e68 Set default of --incompatible_disable_glob_tracking to true by laurentlb · 7 years ago
  80. 45f8d96 Don't register linkstamp compile actions when we're doing thinlto indexing step by hlopko · 7 years ago
  81. ae4ba82 C++: Migrate CcCompilationInfo to NativeInfo by plf · 7 years ago
  82. 840b3e4 C++: Renames CppCompilationContext to CcCompilationInfo by plf · 7 years ago
  83. 404a670 Clean up test tag handling by ulfjack · 7 years ago
  84. f4d2dad Apply interface invocation desugaring to renamed core libraries. Fix invokespecial invocations for core interfaces. by kmb · 7 years ago
  85. b6f8642 Internal change by felly · 7 years ago
  86. 569e169 Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information to select a codec. by shahan · 7 years ago
  87. 7b1b4a4 In TransitiveBaseTraversalFunction, only process the deps once we have all the information we need. It is a waste of CPU time otherwise as we will just lose the state. Note that we don't pass the env directly into the processDeps function so this wasn't a skyframe restart optimization. Also, none of the state recorded in the processDeps for the direct label deps is used in computing the aspect deps, as we immediately call targetAndErrorIfAny#getTarget. by shreyax · 7 years ago
  88. c1042f2 Tool that scans a given Jar for references to select classes and outputs corresponding Proguard-style -keep rules by kmb · 7 years ago
  89. 2dd46e6 Update --flaky_test_attempts to also take a repeatable argument of the form by jcater · 7 years ago
  90. 80a0633 Adds ObjectCodecRegistry to {Des|S}erializationContext. by shahan · 7 years ago
  91. dd090a6 Some autocodec changes required to serialize SpawnAction: double field and CharSequence fields. by cpeyser · 7 years ago
  92. d399df9 Inject the product name in the constructor where needed by ulfjack · 7 years ago
  93. b80158a Serialize MiddlemanAction and add strategy=Strategy.Polymorphic for Action and by mjhalupka · 7 years ago
  94. ae01194 @AutoCodec some c++ linking data structures. by cpeyser · 7 years ago
  95. a7b34a1 Decprecate native http_archive by Klaus Aehlig · 7 years ago
  96. cc16e7c External repositories: document label expansion by Klaus Aehlig · 7 years ago
  97. 1001141 Roll forward of https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba1b52bcac5a3ff942029 (https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba1b52bcac5a3ff942029). Fix #4625 by running the test process in a sub-shell. by olaola · 7 years ago
  98. fb915e8 Docs: remove reference to supplying an absolute path to --javabase. by Gregg Donovan · 7 years ago
  99. f03b8f8 Fix env for local fallback (from remote exec) on Windows and Linux by ulfjack · 7 years ago
  100. 2dca40b Fix typo in cache download failure warning by Alex Ryan · 7 years ago