1. 7f72af1 Fix //src/test/shell/integration:progress_reporting_test by Klaus Aehlig · 7 years ago
  2. edc3901 Allow conditioning flags on the _absence_ of a feature. by Googler · 7 years ago
  3. 03d52e2 Update/Add license header to cc auto-configure templates. by xingao · 7 years ago
  4. 2bfb6d4 Remove js domain redirects by davidstanke · 7 years ago
  5. 856b4dd Added new RuleClass flag to turn off platform support, to stop dependency cycles when loading platforms. by John Cater · 7 years ago
  6. 2ed3261 Fix up link to skylark documentation. by dmaclach · 7 years ago
  7. 3b5b55b Allow InMemoryNodeEntry subclasses to change which reverse dep operation to store bare. by janakr · 7 years ago
  8. 2d50356 Change Platform.remoteExecutionProperties to be a String, not a dict. by John Cater · 7 years ago
  9. 48c9393 Fixes scripts/serve-docs.sh by vladmos · 7 years ago
  10. b4abf26 Fix duplicate test name. by John Cater · 7 years ago
  11. 529e29e UI: reset timer on every status/strategy change by Klaus Aehlig · 7 years ago
  12. 5ff5173 Fix markdown formatting in site/docs/skylark/aspects.md by Akira Baruah · 7 years ago
  13. bb60ca4 Update AndroidConfiguration to reflect changes by Googler · 7 years ago
  14. 34d02ef Clear interrupted bit in thread when throwing an interrupted exception that came from an AbstractParallelEvaluator evaluation. It's against the standard Java contract to throw but still have the thread's interrupted bit set. by janakr · 7 years ago
  15. 9bb93ee Remove the deprecated set constructor from Skylark by vladmos · 7 years ago
  16. 4d09a1d SOURCE_DATE_EPOCH environment variable override the timestamp by Damien Martin-Guillerez · 7 years ago
  17. 0fd7692 UI: distinguish executing actions by Klaus Aehlig · 7 years ago
  18. 6d8b844 Fix gflags mark_flag_as_required warning. by Austin Schuh · 7 years ago
  19. a5833a8 Fixed typo in ApkProvider: s/coverageMetdata/coverageMetadata by jingwen · 7 years ago
  20. 7c8ff9f Add warning for configs that are expanded multiple times. by ccalvarin · 7 years ago
  21. 0b30976 Remove experimental flags for generating robolectric R class. by Googler · 7 years ago
  22. bff599b Add warning for long chain of recursive --configs. by ccalvarin · 7 years ago
  23. c5e9a47 Remove the deprecated set constructor from Skylark by vladmos · 7 years ago
  24. 6364017 Change config expansion application order, gated by startup flag --expand_configs_in_place. by ccalvarin · 7 years ago
  25. 9738f35 CcProtoLibrary: Don't add dynamic librarys to filesToBuild on Windows by Yun Peng · 7 years ago
  26. 4117c86 Update GlobFunction to check for subdirectories crossing into a local repository. by John Cater · 7 years ago
  27. 81a77e6 PiperOrigin-RevId: 176356590 by lpino · 7 years ago
  28. 211d2f2 Make bazel test src/tools/launcher/... pass on Unix platform by Yun Peng · 7 years ago
  29. d0bf589 Add a random number to action temp dir by Changming Sun · 7 years ago
  30. c8be465 Allow Bazel's Debian package to install with headless JDK. by John Millikin · 7 years ago
  31. 1ea72aa Change default behavior for cc_toolchain.compiler and cc_toolchain.libc for by cpeyser · 7 years ago
  32. 2af2bff Add --host_deps custom filtering to configuredtargetqueryenvironment. by juliexxia · 7 years ago
  33. c79c59c Update GitRepositoryRule.java by dmaclach · 7 years ago
  34. a13ac58 Shard android_integration_test's sdk, proguard and aar tests out to improve performance. by jingwen · 7 years ago
  35. a90a976 Convert JavaToolchainProvider to a concrete class, and a subclass of ToolchainInfo. by jcater · 7 years ago
  36. eba6389 Update aspects.md by dmaclach · 7 years ago
  37. 8731dc0 Add cc_import rule definition by Yun Peng · 7 years ago
  38. 4158425 third_party/grpc: Update to version 1.7.0 by Jakob Buchgraber · 7 years ago
  39. dc2c735 Update ios-app.md by Dave MacLachlan · 7 years ago
  40. 9a2d3fe Support incremental dexing tools in proguarded Android builds RELNOTES: None. by kmb · 7 years ago
  41. a9b5f8b Adding checks for empty metadata and digest. by olaola · 7 years ago
  42. a7b5a53 Remove target from BUILD file that was prematurely added in https://github.com/bazelbuild/bazel/commit/75d8fe1d347b45f4dd808a76c3a73b24f9728284. by dannark · 7 years ago
  43. d6dde57 third_party/grpc: Update to version 1.7.0 by Jakob Buchgraber · 7 years ago
  44. b92dae9 Show the used client env digest in bazel dump --action_cache. by Benjamin Peterson · 7 years ago
  45. b0018d0 Document --build_python_zip option by pcloudy · 7 years ago
  46. ae760d2 Add 'assemble' action_config for Windows. by Seth Greenstein · 7 years ago
  47. a4bf1aa Move process_wrapper_test from shell/bazel to shell/integration. by ruperts · 7 years ago
  48. 75d8fe1 Create shared base class for tests of android_{local,robolectric}_test. by dannark · 7 years ago
  49. 9d92c5a Deletes unused apk manifest. by ahumesky · 7 years ago
  50. 8872e35 Remove outdated javadoc parameter. by gregce · 7 years ago
  51. 17cb02d Fix Skylark outputs to properly report errors in template placeholders. by jcater · 7 years ago
  52. f241929 Build databinding annotation processor in host configuration. by ajmichael · 7 years ago
  53. 3651c90 Windows,JNI: check cmd length for CreateProcess by Laszlo Csomor · 7 years ago
  54. 2670a26 Enable aapt2 packaging action to use compiled resources for merging rather than parsed resources. by Googler · 7 years ago
  55. 72cbef7 More resilient to remote spawn cache errors by Alpha Lam · 7 years ago
  56. 9333228 buildjar: close streams by Laszlo Csomor · 7 years ago
  57. 85e4896 Improve shell scripts in third_party/ (#4052) by Androbin · 7 years ago
  58. dc7399a Stop adding data deps to AndroidDeployInfo proto. by ajmichael · 7 years ago
  59. ee8c419 Add experimental flag to skip the parsing action if using aapt2. by Googler · 7 years ago
  60. fa66663 Actually run AarImportTest ? by ajmichael · 7 years ago
  61. 7925d5b Create merge action and data deserializer for aapt2 compiled resources. by Googler · 7 years ago
  62. 1e0b7cb Add configuration filters to the aapt2 packaging step. by corysmith · 7 years ago
  63. d3fd691 Remove some unused constants by cushon · 7 years ago
  64. 34ff85e Refactor the representation of a collection of package specifications by cushon · 7 years ago
  65. 275ae45 Automated rollback of commit 4869c4e17d5b1410070a1570f3244148d8f97b5d. by pcloudy · 7 years ago
  66. 84943fc UI: show status instead of strategy for non-executing actions by Klaus Aehlig · 7 years ago
  67. 2686e4e Documentation for aspects-on-aspects. by Dmitry Lomov · 7 years ago
  68. e83f3b1 Specialize $closeResource(Throwable, AutoCloseable) so that desugared code does not depend on AutoCloseable, as it is not available before API 19. by cnsun · 7 years ago
  69. e657679 Document parameter of repository_ctx.path by Snow Pettersen · 7 years ago
  70. 2139522 Replace Container Engine references with Kubernetes Engine. by spomorski · 7 years ago
  71. 5d15a67 Use CacheFSInfo by cushon · 7 years ago
  72. 431b643 Add deps attributes to the Skylark maven_{a,j}ar rules. by ajmichael · 7 years ago
  73. c47c13f Add documentation for linux-sandbox -H option. by ruperts · 7 years ago
  74. ddb2555 Save dwoFile on LTOBackendArtifacts object by Googler · 7 years ago
  75. a9808c0 Move CppConfiguration#getBuiltinIncludeDirectories to CcToolchainProvider. by cpeyser · 7 years ago
  76. 4fd7881 Windows,Subcommands: argv quoting for empty args by Laszlo Csomor · 7 years ago
  77. c364e08 msvc_cl.py: Remove code for adding /MT /MD options from wrapper script. by pcloudy · 7 years ago
  78. 9cc954a Add win_def_file attribute to cc rules. by Yun Peng · 7 years ago
  79. 4260c30 Automated rollback of commit 10b0d8aa6b73a024cc007c5e075cb329add878ef. by lberki · 7 years ago
  80. b064d53 BuildToolLogs: clean up interface by aehlig · 7 years ago
  81. 9c371f2 RELNOTES: None by dannark · 7 years ago
  82. f581da7 Fix EnclosingMethod attribute when moving interface methods to companion class by kmb · 7 years ago
  83. d3cf9ee Open source ZipFilterBuilder for android_instrumentation_test by jingwen · 7 years ago
  84. 93c7900 objc_bundle_library uses the single-arch platform type instead of incorrectly using multi-arch iOS by cparsons · 7 years ago
  85. 42f44ac Default to not allowing android_resources by Googler · 7 years ago
  86. d2f8475 Migrate CppConfiguration#getGnuSystemName to CcToolchainProvider. by cpeyser · 7 years ago
  87. f24f338 bootstrap test: also verify SOURCE_DATE_EPOCH by Klaus Aehlig · 7 years ago
  88. 3e0c545 Use macOS as the new name for Mac OS X by William Entriken · 7 years ago
  89. 4aa998d Remove extra space by Googler · 7 years ago
  90. 9fdedde toolchain_type can export make variables from the toolchain instead of the by cpeyser · 7 years ago
  91. 4eb87c1 Allow an action_config to be activated by default. by cpeyser · 7 years ago
  92. 16c64e4 Allow 'runs_per_test' to be overridden. by Googler · 7 years ago
  93. c0b25e9 Update java check in StartupOptions::GetJvm() to work with java9 by Chris Heisterkamp · 7 years ago
  94. b874b8e Minor cleanup. by lberki · 7 years ago
  95. e974328 Deactivate //src/test/shell/integration:progress_reporting_test on remote tests by dmarting · 7 years ago
  96. 9ff29e6 Deactivate FreeBSD-12 tests by dmarting · 7 years ago
  97. 5de4239 Test for embedded tools: do not include tools from @bazel_tools by dmarting · 7 years ago
  98. 6b1b8a9 RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in memory-saving non-incremental mode independent of --batch and --discard_analysis_cache. by janakr · 7 years ago
  99. 1c639ab Update java.bzl best practices regarding HTTPS by jart · 7 years ago
  100. 5d6d28e Remove bazel's --experimental_skip_static_outputs option. by Googler · 7 years ago