1. d03d3f3 Adding stable sorting for execlog by Googler · 6 years ago
  2. 3880ddc Depend on android_common_lite. by Tobias Werth · 6 years ago
  3. 0b03a28 C++: Bazel compile/link API by plf · 6 years ago
  4. b5ace95 Add more gross debugging, this time in ConfiguredTargetFunction, for internal graph inconsistency. by janakr · 6 years ago
  5. 3f6da0a Remove third party license checking from Bazel. by gregce · 6 years ago
  6. 21b759d Fix setting default values for Pattern options by Googler · 6 years ago
  7. d480c5f remote: introduce --experimental_remote_download_outputs=minimal by buchgr · 6 years ago
  8. 584ae24 remote: introduce downloadMinimal by Jakob Buchgraber · 6 years ago
  9. 75b7ed4 remote: move options to its own package by Jakob Buchgraber · 6 years ago
  10. 74d929a Add useful implementations of TransitionFactory. by John Cater · 6 years ago
  11. ae1f389 Adding stable sorting that will be used for execlog by Googler · 6 years ago
  12. 558b717 Add flag for getting the Python runtime from the toolchain by brandjon · 6 years ago
  13. f3b513d remote: add InputTree in preparation for replacing the TreeNodeRepository by Jakob Buchgraber · 6 years ago
  14. 8c35022 Use a reasonable set of spawn strategies by default. by philwo · 6 years ago
  15. 8ac46c1 Windows: add --incompatible_windows_escape_jvm_flags by Laszlo Csomor · 6 years ago
  16. 3dd18be Move most license checking logic into a module to make it easier to eventually remove. by gregce · 6 years ago
  17. 4e49e28 Expose PyRuntimeProvider to Starlark as PyRuntimeInfo by brandjon · 6 years ago
  18. 9a51587 Make skylark_semantics library visible to Copybara by laurentlb · 6 years ago
  19. aff8319 Internal change by Klaus Aehlig · 6 years ago
  20. 92c43cd Rename SkylarkSemanticsOptions to StarlarkSemanticsOptions by laurentlb · 6 years ago
  21. 6659b4c Rename SkylarkSemantics to StarlarkSemantics by laurentlb · 6 years ago
  22. 267675f Refactor some py_runtime code by brandjon · 6 years ago
  23. 7e7675f Use custom inner class instead of mocking with Mockito by Googler · 6 years ago
  24. f59416e File report if rewinding fails and an action observes a lost input twice by mschaller · 6 years ago
  25. 6267510 Remove a number of unused dependencies by cparsons · 6 years ago
  26. 59373d1 Remove stardoc dependency on protoc by cparsons · 6 years ago
  27. 24f5739 Delete unused/not working/not documented help rule name functionality. by twerth · 6 years ago
  28. bd81bf0 Add FakeProtoInfoApiProvider to Stardoc. + Move ProtoInfo into a bootstrap. by Googler · 6 years ago
  29. eaff19c Make two LibraryToLinkWrapper$CcLinkingContext$LinkOptions value-equal if they have the same contents and were created by the same action owner at the same point in its analysis. by janakr · 6 years ago
  30. 15e15c2 Move WorkspaceFileValue to the lib.packages directory, since that's where WorkspaceFactory and the rest of its kind are. Also remove an unused method in WorkspaceFactory. by janakr · 6 years ago
  31. ddfc430 Introduce PyInfo to replace the legacy "py" struct provider by brandjon · 6 years ago
  32. 8abb430 Fold BazelCrashUtils.java into BugReport.java. There's no need to have both of these. by nharmata · 6 years ago
  33. 568a2c9 Push srcs filegroup definition down to subpackage by brandjon · 6 years ago
  34. 18cf853 remove unused dependencies by Jakob Buchgraber · 6 years ago
  35. cc6158d merge_licenses genrule: reimplement in Starlark by Laszlo Csomor · 6 years ago
  36. d102a39 Take #2 of add repo mapping to bazel context. by dannark · 6 years ago
  37. 1422688 Fix missing documentation for some Java rules by Jingwen Chen · 6 years ago
  38. 569a31b Remove --incompatible_remove_native_{git_repository, http_archive} by Klaus Aehlig · 6 years ago
  39. c8d9be5 [#7024] Allow chaining of the same function type in aquery. by leba · 6 years ago
  40. 260c3aa Automated rollback of commit 4fe56228860ec45500d7b0545066dd74d50d12d0. by pcloudy · 6 years ago
  41. 4fe5622 Add repo mapping to bazel context. by dannark · 6 years ago
  42. d717118 Allow setting supports_embedded_runtimes crosstool capability using feature by hlopko · 6 years ago
  43. 6d1bd6c Add support for 'HOST_RAM' and 'HOST_CPUS', and [keyword][-|*]<float> to loadingPhaseThreads option. by steinman · 6 years ago
  44. 5206de9 Add local_config_platform repo to WORKSPACE by John Cater · 6 years ago
  45. c02badd Add support for 'HOST_RAM' and value ranges to standard ResourceConverter (formerly CpuThreadsConverter). by Googler · 6 years ago
  46. 8d494a2 [#6795] Add outputs and mnemonic filtering to aquery by leba · 6 years ago
  47. 4817df1 Make ProtoInfo available as a modern provider. by lberki · 6 years ago
  48. 2a38fdb Added rule and function for local_config_platform repository rule. by John Cater · 6 years ago
  49. b380dc9 Create SkylarkCallable.useContext and use it instead of Environment.BazelInfo by cparsons · 6 years ago
  50. 87ce12c Add the ability to compare the options represented by a pair of diffs. by mstaib · 6 years ago
  51. b7de274 Create ResourceConverter class and CpuThreadsConverter subclass for parsing flag values with [auto|HOST_CPU_THREADS][-|*]<float> syntax. Begins to address resource autotuning feature add. by Googler · 6 years ago
  52. 4d05f38 Windows: remove custom WindowsRunfiles impl. by Laszlo Csomor · 6 years ago
  53. 37fbbf3 Rework Stardoc's command line processing to use @Option and accept semantic flags by cparsons · 6 years ago
  54. b6f2ff19 Open source DynamicExecutionModule by jingwen · 6 years ago
  55. 1a8eb1e Split SkylarkSemantics out into a new target, and update dependencies as needed. by John Cater · 6 years ago
  56. d0dbbad Remove unused deps by Liam Miller-Cushon · 6 years ago
  57. 828b1fb bazel sync: support --loading_phase_threads instead of using SkyframeExecutor.DEFAULT_THREAD_COUNT by Klaus Aehlig · 6 years ago
  58. 44cadaf Refactor Android Databinding into its own java package and split off the inner classes in the Databinding class to separate files. by ahumesky · 6 years ago
  59. 5d47448 Add a TrimmedConfigurationCache. by mstaib · 6 years ago
  60. 31db80f bazel sync: record repositories in reproducible order by Klaus Aehlig · 6 years ago
  61. c1d7672 Move Java rules out of the build/lib package by cushon · 6 years ago
  62. 8b99432 Switch to SimpleLogHandler in Bazel. by arostovtsev · 6 years ago
  63. 1b4aa06 Allows module-filesystems to virtualize execroot. by shahan · 6 years ago
  64. f26d2fb Output the execution platform with other information when verbose by John Cater · 6 years ago
  65. 8066db0 Shutdown (on linux) if we are idle and the system is using up too much RAM. by shreyax · 6 years ago
  66. 37ef973 Clean up before trying to submit https://github.com/bazelbuild/bazel/pull/6424. by jcater · 6 years ago
  67. 1964714 Do not try to create log symlink on Windows. by arostovtsev · 6 years ago
  68. c1832a4 Refactor GrpcServerImpl so that we have a separate CommandManager that handles all the running commands logic, and a server Watcher that periodically checks the state of the server (currently only examines if it's been idle for longer than the max_idle_secs flag) by shreyax · 6 years ago
  69. e0efc14 Introduce the transitions() function and "transition" type in Starlark. by cparsons · 6 years ago
  70. 9b796a2 Replace JavaCompileAction with a regular SpawnAction by cushon · 6 years ago
  71. aab8bee Fix dependencies on Apache libraries by Philipp Wollermann · 6 years ago
  72. 9fc7cec First migration CL to flogger (https://github.com/google/flogger). by janakr · 6 years ago
  73. 64416ce Make aspects support SkylarkApiProviders. by tomlu · 6 years ago
  74. ac88041 Make --loading_phase_threads default to the number of CPUs. by jmmv · 7 years ago
  75. bf1bdf7 Split the local host capacity query logic into its own build target. by jmmv · 7 years ago
  76. 9fbd31f Add Bazel server process ID (pid) to the Build Event Protocol (BEP). by lpino · 7 years ago
  77. eadefbb Remove --windows_exe_launcher flag and its implementation by Yun Peng · 7 years ago
  78. 507b00f Create a framework for toggling API methods with --incompatible semantic flags by cparsons · 7 years ago
  79. 02432e1 Move Whitelist into build-base by Googler · 7 years ago
  80. 2661be8 Pipe options through to SkyframeActionExecutor instead of passing as individual parameters. by tomlu · 7 years ago
  81. b5099a2 Deprecate --experimental_java_header_compilation_disable_javac_fallback by cushon · 7 years ago
  82. f11a0f7 Introduce a retriever for logging handler properties. by arostovtsev · 7 years ago
  83. 172d36d Introduce a new file-based logging handler for Bazel. by arostovtsev · 7 years ago
  84. fab7203 Add JavaSourceInfoProvider to JavaInfo. by elenairina · 7 years ago
  85. 55f4145 Expose the JavaConfiguration get fields to Skylark for the android_sdk rule. by Googler · 7 years ago
  86. 9438d10 Create Bazel coverage report action. by elenairina · 7 years ago
  87. 6e0466f Remove support for java_runtime_suite by cushon · 7 years ago
  88. f9216ce PiperOrigin-RevId: 203352511 by twerth · 7 years ago
  89. ffc192f First cl for verbose workspaces (ability to log certain potentially non-hermetic events that happen as part of repository rules). by Googler · 7 years ago
  90. 2fd4828 Create and integrate JavaBootstrap, and use fake top-level Java skylark objects for Skydoc. by cparsons · 7 years ago
  91. 4a20020 Flatten JavaCompilationAgs into JavaCompilationArgsProvider by cushon · 7 years ago
  92. a0e8aae Add new BuildMetrics event to BEP. by tomlu · 7 years ago
  93. e35e8cf Refactoring: uses OutputService for ActionFileSystem injection by shahan · 7 years ago
  94. 06cc2db Create skylarkbuildapi bootstrap for android-related top level skylark objects by cparsons · 7 years ago
  95. 967eebb Add skylarkbuildapi bootstraps for apple, cpp, platform, and testing packages by cparsons · 7 years ago
  96. c7eef96 Migrate remaining assorted skylark types to skylarkbuildapi by cparsons · 7 years ago
  97. d2e0a94 Create a bootstrap for repository-related skylark build API. by cparsons · 7 years ago
  98. ad34b9a Use unsafe String operations when writing parameter files. by tomlu · 7 years ago
  99. 5c55cd3 Add a `sync` command by Klaus Aehlig · 7 years ago
  100. 602cc85 Refactoring: makes the code simpler by deleting Metadata and InputArtifactData. by shahan · 7 years ago