bazel /
bazel /
2a54659ec05d4f603754ed8843ea286ce5024cd9 - 2a54659 Split ConfigurationTransitionDependency into a new class by John Cater · 5 years ago
- fe1c9cc Fix tiny format issue I noticed while looking at https://github.com/bazelbuild/bazel/issues/11428 by wyv · 5 years ago
- 546f1a0 Move `--retarget_core_library_member` flag to text proto configuration. by Googler · 5 years ago
- c034d71 Consolidate Rewriters of method invocation retargeting by Googler · 5 years ago
- d869c23 Also suppress the AutoValue's processor 'mutable' warning by cushon · 5 years ago
- b017468 bazel skylarkinterface: move to net.starlark.java.annot by adonovan · 5 years ago
- 2083aad Fix bug from 29bc580728eb by gregce · 5 years ago
- c006d36 bazel packages: improve doc comment of Type.convert by adonovan · 5 years ago
- 3b2967d Permit omitting top-level action template expansion outputs. by Googler · 5 years ago
- 6fe70c2 Parse exec properties attribute into exec group properties for RuleContexts. by juliexxia · 5 years ago
- d6095cc Fix MacOSXFsEventsDiffAwareness to handle directory renames properly. by jmmv · 5 years ago
- 5e266a2 Allow setting test_tmpdir to outside of execroot for `blaze run`. by ajurkowski · 5 years ago
- c0b97b1 Fix Starlark globals page by hlopko · 5 years ago
- 1d8d138 Create a clearer distinction between normal tree artifact children and action template expansion outputs. by Googler · 5 years ago
- cb5dc08 java.starlark.net: rename com.google.devtools.starlark by adonovan · 5 years ago
- a749f00 Break cyclic dependency between lib.runtime and lib.runtime.commands by Yannic Bonenberger · 5 years ago
- 29bc580 Complete example on "bazel info bazel-bin" by gregce · 5 years ago
- a067335 Fixing typo from embeded to embedded by Abhishek Kumar · 5 years ago
- 61ec8d1 Skylark -> Starlark for various methods, variables, constants, etc. by gregce · 5 years ago
- b07b799 Make sure to wait for all subprocesses in the process-wrapper. by jmmv · 5 years ago
- 35aeb9d Fix suppression of AutoValueImmutableFields in BazelModuleContext by cushon · 5 years ago
- 8329068 bazel syntax: break dependency on lib.profiler by adonovan · 5 years ago
- d59f903 Don't crash in RetainedHeapLimiter when no tenured GC collectors are found: some JVMs in the wild may not have what we expect. Instead, disable the functionality and log the names, which should help add the appropriate collector names in a future Bazel release. by janakr · 5 years ago
- 121224e bazel syntax: stop using concurrent.Immutable annotation by adonovan · 5 years ago
- 9ef2794 Make it possible to do `bazel query @bazel_tools//...` without errors. by Tobias Werth · 5 years ago
- c235a73 Don't start server on shutdown. by Tobias Werth · 5 years ago
- b03765a Ignore diff notifications for the root directory. by jmmv · 5 years ago
- 8cb80f9 Add more context to exception by Daniel Wagner-Hall · 5 years ago
- 3fd04ed Don't retry UNAUTHENTICATED gRPC responses by Daniel Wagner-Hall · 5 years ago
- 22d7e77 Make it possible to do `bazel query @bazel_tools//...` without errors. by Tobias Werth · 5 years ago
- c52cfa4 Clean up incorrect Javadoc from http://https://github.com/bazelbuild/bazel/commit/02ce2a6a9700fd09fc6a7c944d7ef79abf9dbf4e. by jcater · 5 years ago
- 989d064 Fix broken link in documentation for --dump by wyv · 5 years ago
- 5e08e46 Fix recommended rules block in external BE. by jingwen · 5 years ago
- 611e984 Update outdated codeowners file. by Tobias Werth · 5 years ago
- ac8c4ca Link to Recommended Rules from external Build Encyclopedia. by jingwen · 5 years ago
- 30f0bc5 Add missing gnupg dependency. by Tobias Werth · 5 years ago
- 0932d0e Correct link to patch utility functions. by Adam Azarchs · 5 years ago
- a43e0e7 Add `Comparable<T>` interface support to Desugar `@AutoValue` unit classes by Googler · 5 years ago
- 889ae22 Add "nonconfigurable" to appropriate common attributes. by Greg Estren · 5 years ago
- 898e6b1 The great Skylark -> Starlark class migration: by gregce · 5 years ago
- 8345b79 The great Skylark -> Starlark class migration: by gregce · 5 years ago
- 2c185d1 Reuse Type-based desugaring helper method for generated classes by Googler · 5 years ago
- 86b235a Move Type-based desugaring to a separate method by Googler · 5 years ago
- 15db61f Make graph bigger so it's easier to see by juliexxia · 5 years ago
- 1db0105 Encode TestCommand failures with FailureDetails by mschaller · 5 years ago
- dcbbc9d Clear exit code in BlazeRuntime#afterCommand() so that even if beforeCommand() is not called on the next build, we won't get a stale exit code, and will emit a CommandCompleteEvent. by janakr · 5 years ago
- 376b756 Update macOS install instructions: Homebrew formulae, Bazelisk by arostovtsev · 5 years ago
- be8e511 Remove dead code. by dchai · 5 years ago
- 767598c Automated rollback of commit e81c3287cae2d5f98597ef47b1ee1b8219a35f45. by Googler · 5 years ago
- 1bbc3c2 Encode TargetPatternsHelper failures using FailureDetails by mschaller · 5 years ago
- 79ae97f Encode aquery failures using FailureDetails by mschaller · 5 years ago
- ed40ff9 Update the documentation for platform-related providers. by John Cater · 5 years ago
- 3ce647f Clean up ExitCode uses without details by mschaller · 5 years ago
- 0f8cecf Document that --output_user_root cannot be used for user sharing any longer. by jmmv · 5 years ago
- 154b28a Merge SkylarkClassObject into ClassObject by laurentlb · 5 years ago
- 40b6074 Update BlazeExecutor to use ModuleActionContextRegistry and SpawnStrategyRegistry. by jcater · 5 years ago
- 2ed2479 Catch SocketException instead of BindException to handle disabled IPv6 by Nikolay Shelukhin · 5 years ago
- 3a634fa Convert "A User's Guide to Bazel" to markdown, take 2 by wyv · 5 years ago
- 2bb73da Replace code example blocks with links to the bazelbuild/examples repo by wyv · 5 years ago
- e21dcab Split .../lib:runtime by Yannic Bonenberger · 5 years ago
- 357282f Update install-redhat.md for bazel3 package by Jiri Dank · 5 years ago
- cb28627 Automated rollback of commit ccbc72a120b46191444c22c4269bcdcf9902cb40. by michajlo · 5 years ago
- eaf855b Automated rollback of commit c7e1e2680fc81f258cf2d450419f97654293656b. by Googler · 5 years ago
- 7d6119f Bound width of graph image so it doesn't get huge by juliexxia · 5 years ago
- 049d69b Delete ctx.template_action and ctx.experimental_new_directory by laurentlb · 5 years ago
- 46eb725 Clean up some LazyArg issues: should use utility method. by janakr · 5 years ago
- 3eb7402 The great Skylark -> Starlark class migration: by gregce · 5 years ago
- 9ce269b Delete ctx.empty_action by laurentlb · 5 years ago
- 28177a6 Remove a usage of AndroidAaptVersion. by dchai · 5 years ago
- 186062e Expand documentation for features by laurentlb · 5 years ago
- 882cc0a Flip --incompatible_objc_compile_info_migration to true by waltl · 5 years ago
- 21c5480 Add a link to provider guide from provider docs by cparsons · 5 years ago
- 9bbc38f Fix provider-based links to be relative to current provider overview. by cparsons · 5 years ago
- f3a1ee1 Add Debian build support for android_common by Yun Peng · 5 years ago
- 4da7510 Add targets for replacing android_common library in Debian build by pcloudy · 5 years ago
- 294d694 Automated rollback of commit 5d98324022a156542b768849d4dedcde49eb67d0. by twerth · 5 years ago
- a6e1d2e Improve documentation for installing Bazel on Windows by Yun Peng · 5 years ago
- 13934f0 Add mention of package_group's own visibility by brandjon · 5 years ago
- 762c27d Centralize base styles for docs.bazel.build using bazel-website's css by Jingwen Chen · 5 years ago
- e81c328 Automated rollback of commit bb34deeb2949ef19ea383301ed991a117c0e9328. by Googler · 5 years ago
- dcd1906 Document cc_toolchain to avoid unnecessary builds by plf · 5 years ago
- e70ac01 D8 desugar: Handle full classpath jars as bootclasspath when required by sgjesse · 5 years ago
- bb34dee Remove DesugarClassAttribute by Googler · 5 years ago
- 627e381 Add an example of malloc/custom_malloc attrs for cc_api_rules by Googler · 5 years ago
- 99715ac Reinstate build encyclopedia into the sidebar nav, with light rearranging of some links. by jingwen · 5 years ago
- c0e39ef Include -Werror (not just -Werror:) in options normalization by cushon · 5 years ago
- c7e1e26 Exclude Pre Java 7 class file (MajorVersion 50 or less) from Desugaring by Googler · 5 years ago
- dad21ed Fix formatting by laurentlb · 5 years ago
- 1057827 Fix escaped {{ in string documentation by Laurent Le Brun · 5 years ago
- 3faaf03 Simplify visibility docs by brandjon · 5 years ago
- 5d98324 bazel syntax: stop creating wall-time profiler spans for each function call by adonovan · 5 years ago
- c7dc024 Add defaults to facilitate removing deprecated struct fields. by dchai · 5 years ago
- 9970b50 [RFC] Expose tree_relative_path to File API in Starlark. by Googler · 5 years ago
- 1c297ba Expand visibility documentation by laurentlb · 5 years ago
- ac7099c RELNOTES[INC]: The startup option --fatal_event_bus_exceptions is now a no-op and will be removed soon. by janakr · 5 years ago
- ccbc72a Fix handling of default licenses and distribs in query by michajlo · 5 years ago
- aea28a8 Add section about memory and performance concerns to SBC bazel docs. by juliexxia · 5 years ago
- a6dc3ed When a missing file is encountered, inform SkyframeActionExecutor, so that any interrupted actions don't spam the console. by janakr · 5 years ago
- d18b08a Gut CommandStartEvent and CommandCompleteEvent. They're not carrying anything that the subscribers can't figure out on their own. by janakr · 5 years ago
- 6a21a6e Add a getter for CommandEnvironment#waitTime. by janakr · 5 years ago