1. 40e7636 Remove the publicByDefault attribute of rules by laurentlb · 4 years, 8 months ago
  2. 814c3da Delete ErrorRule by laurentlb · 4 years, 8 months ago
  3. d394250 Update documentation of config starlark module since it can do more than create build settings now. by juliexxia · 4 years, 8 months ago
  4. e574d55 Allow hyphen char in workspace name by David Ostrovsky · 4 years, 8 months ago
  5. 72e559d The great Skylark -> Starlark class migration: by gregce · 4 years, 8 months ago
  6. 4f2991c5 Add CODEBASE.md, a description of the codebase by laurentlb · 4 years, 8 months ago
  7. face144 link exec_group starlark api docs and remove TODO by juliexxia · 4 years, 8 months ago
  8. bc9bd06 Refactor determination of predeclared environment by brandjon · 4 years, 8 months ago
  9. 4d15f2b Refactor AST loading and package lookup in BzlLoadFunction by brandjon · 4 years, 8 months ago
  10. e7245e5 Remove nullness check for getInputDeps. by leba · 4 years, 8 months ago
  11. 3481d5ec Fix handling of BA lines in CoverageOutputGenerator by Charles Mita · 4 years, 8 months ago
  12. ca6d5b6 Change WorkerPool to have more straight-forward subpools. by larsrc · 4 years, 8 months ago
  13. bea0b7b Adds a note on symlinking a specific version to `bazel`. by Phoenix Meadowlark · 4 years, 8 months ago
  14. f674007 Automatic code cleanup. by Googler · 4 years, 8 months ago
  15. a40c64a AttributeContainer and Rule.getAttributeContainer are now package private. by Googler · 4 years, 8 months ago
  16. 3bed457 The great Skylark -> Starlark class migration: by gregce · 4 years, 8 months ago
  17. f77e52f Update windows.md by mai12 · 4 years, 8 months ago
  18. 3444e8d Add multithreading to BazelJavaBuilder. by larsrc · 4 years, 8 months ago
  19. 60d0460 Make the comment about determinism in the inlining code path BzlLoadFunction and PackageFunction more precise. by nharmata · 4 years, 8 months ago
  20. c61bc04 Refactor compute codepath in StarlarkBuiltinsFunction by brandjon · 4 years, 8 months ago
  21. 56fd358 Remove obsolete information on how to create the profile. by twerth · 4 years, 8 months ago
  22. 7ac7dd2 Add unused experimental flag for enabling worker multiplexing. by larsrc · 4 years, 8 months ago
  23. bc8d7c6 Fixing Issue 11241 by mai12 · 4 years, 8 months ago
  24. 7009735 Add attr for recursively setting up git submodules by Keith Smiley · 4 years, 8 months ago
  25. 10ba634 Automated rollback of commit 5cf0635fb1d3b6b2bb88edad4b1faf6817366563. by twerth · 4 years, 8 months ago
  26. af1a612 Automated rollback of commit f2ec5588f1854d7c62a859322a19426d299bc240. by twerth · 4 years, 8 months ago
  27. 11c298e Document the fact that cquery supports recursive target patterns by juliexxia · 4 years, 8 months ago
  28. b215eaa Add ProguardSpecProvider behind --experimental_google_legacy_api by ahumesky · 4 years, 8 months ago
  29. b37c51c Add include_prefix and strip_include_prefix to cc_common.compile by Googler · 4 years, 8 months ago
  30. 4984d0a Clean up --experimental_ignore_deprecated_instrumentation_spec by Googler · 4 years, 8 months ago
  31. b5499b6 Fix ISE w/--remote_download_toplevel + local exec by Ulf Adams · 4 years, 8 months ago
  32. 2a73a73 Load the prelude file as a module by brandjon · 4 years, 8 months ago
  33. 889bc0b starlark: remove EvalException(Location) -- easy cases by adonovan · 4 years, 8 months ago
  34. 7749741 Add a missing space in comment. by jhorvitz · 4 years, 8 months ago
  35. 0da8b9e Propagate a persistent worker's worker protocol format from its rule's execution requirements by karlgray · 4 years, 8 months ago
  36. c5d9e2b Eliminate package lookup from ASTFileLookupFunction by brandjon · 4 years, 8 months ago
  37. 8b0f51b Add json worker protocol support to getRequest and getResponse. by karlgray · 4 years, 8 months ago
  38. 8347943 Added --experimental_enable_shorthand_aliases flag to support shorthand Starlark flags. Currently no-op. by Googler · 4 years, 8 months ago
  39. 60ad177 bazel syntax: EvalException: make Throwable optional if message is provided by adonovan · 4 years, 8 months ago
  40. ec1cdc9 bazel analysis: move analysis-related classes here by adonovan · 4 years, 8 months ago
  41. a628736 bazel syntax: add Location-less EvalException constructor overloads by adonovan · 4 years, 8 months ago
  42. 7c9f8fc Add useDefaultShellEnvironment() in two places within the Java rules by Adam Gross · 4 years, 8 months ago
  43. be25b25 Fix xcode-locator preferring some Xcode versions outside of /Applications by Kyle Teske · 4 years, 8 months ago
  44. 5a8c461 Fix parsing of BRDA lines in LcovParser by Charles Mita · 4 years, 8 months ago
  45. a74b13b Fix a bug that `--remote_download_toplevel` doesn't download unused_inputs_list by Chi Wang · 4 years, 8 months ago
  46. 052a2b9 Add verbose debugging for impossible bug. by janakr · 4 years, 8 months ago
  47. 96af82f Add Android providers to Starlark behind --experimental_google_legacy_api by ahumesky · 4 years, 8 months ago
  48. 0b66dab cquery --show_config_fragments: more consistent syntax by gregce · 4 years, 8 months ago
  49. f7befc0 Make WorkerMultiplexerManager not key hash maps with integers, but with the actual WorkerKey object. by larsrc · 4 years, 8 months ago
  50. 3e37b6b Clarify --instrumentation_filter documentation by Googler · 4 years, 8 months ago
  51. 4130333 Make RegexFilter implement Predicate<String>. by jhorvitz · 4 years, 8 months ago
  52. 38dafdd Add tests for prelude file processing by brandjon · 4 years, 8 months ago
  53. b27ca62 Update WorkerKey constructor to take in additional parameter, workerProtocolFormat, to denote whether the worker protocol format is protobuf or JSON. by karlgray · 4 years, 8 months ago
  54. 153601d Support for custom TestRunnerSpawn on flaky retries. by Googler · 4 years, 8 months ago
  55. c91126b Convert /*...*/ method comments to javadocs in CoverageOutputGenerator by Charles Mita · 4 years, 8 months ago
  56. ed28376 Make ConfiguredTargetAccessor#getPrerequisites return prerequisites from the actual target of aliases. by juliexxia · 4 years, 8 months ago
  57. a28a6a6 Allow customizing which runner name is reported first. by twerth · 4 years, 8 months ago
  58. 2749b9e Add an override to create derived `ArtifactRoot` based on `PathFragment`. by ajurkowski · 4 years, 8 months ago
  59. c63128d Document that --build_tag_filters does not affect test targets when running `blaze test`. by janakr · 4 years, 8 months ago
  60. 3391e17 bazel syntax: simplify EvalException by adonovan · 4 years, 8 months ago
  61. df20796 Don't report targets as filtered out if they will end up running anyway: `blaze test` doesn't respect the --build_tag_filters flag for tests, so reporting them as filtered out is just wrong. by janakr · 4 years, 8 months ago
  62. c782bbc Track in the skykey whether the ast we're requesting is for the prelude by brandjon · 4 years, 8 months ago
  63. 3a9407a Update cquery docs with new aspect support. by gregce · 4 years, 8 months ago
  64. bdb3924 Delete obsolete test_sharding_compliant from bazel. by jhorvitz · 4 years, 8 months ago
  65. e41f457 Don't check META-INF/versions/ files for simplicity by kmb · 4 years, 8 months ago
  66. 5a4be74 cquery: follow aspects if --include_aspects is set. by gregce · 4 years, 8 months ago
  67. 7bf8053 Use 'long' for execution counts in coverage output by Charles Mita · 4 years, 8 months ago
  68. 3c8f828 Log a message to the console when a crash is encountered in a test. Makes issues easier to diagnose. by janakr · 4 years, 8 months ago
  69. bd9e909 Remove strange arrow in platforms.md by Grzegorz Lukasik · 4 years, 8 months ago
  70. f963c80 More gracefully handle a corrupt action cache entry that incorrectly says it has a negative number of discovered inputs. by janakr · 4 years, 8 months ago
  71. 1b79a9e Catch exception instead of Throwable by Kalle Johansson · 4 years, 8 months ago
  72. 4029fb2 Drop META-INF/versions/ for simplicity by kmb · 4 years, 8 months ago
  73. 174ed30 Add missing NS_BLOCK_ASSERTIONS for more architectures by Keith Smiley · 4 years, 8 months ago
  74. 6c3e983 Enable rewinding for edgeless node entries. by janakr · 4 years, 8 months ago
  75. e65e2ab Split retry time by error code. by Googler · 4 years, 8 months ago
  76. f9f145c Change extraFlags in WorkerSpawnRunner to workerOptions so that all WorkerOptions from env are accessible in WorkerSpawnRunner by karlgray · 4 years, 8 months ago
  77. b305d04 cquery: report aliases with their own labels by gregce · 4 years, 8 months ago
  78. 9f58345 Remove some references to nonexistent "optimization mode". by dchai · 4 years, 8 months ago
  79. 25f8891 Detail query output formatting IO failures by mschaller · 4 years, 8 months ago
  80. f2ec558 Add support for parse_header for apple rules by waltl · 4 years, 8 months ago
  81. 5cf0635 Make parse_header a validation action by waltl · 4 years, 8 months ago
  82. 441586b Add versioning to link to persistent worker docs, and add a bit more about worker logs. by larsrc · 4 years, 8 months ago
  83. abeb168 bazel syntax: include the Starlark stack in unhandled exceptions by adonovan · 4 years, 8 months ago
  84. a697df1 Update TargetNotFoundException to take in a DetailedExitCode parameter as a requirement. by Googler · 4 years, 8 months ago
  85. 3788048 Remove deprecated usage from ubuntu instructions. by Ryan Pavlik · 4 years, 8 months ago
  86. 3abfb88 Add StarlarkCcCommonTest for local_defines by Googler · 4 years, 8 months ago
  87. 3eb8e79 Remove a reference to a deleted method. by jhorvitz · 4 years, 8 months ago
  88. 8aaf823 Make ArtifactNestedSetFunctionException catastrophic if a child exception is. by leba · 4 years, 8 months ago
  89. 7f548fb Cleanup: Fix whitespace in `SkyframeActionExecutor`. by ajurkowski · 4 years, 8 months ago
  90. 61737b6 Fix Constant Pool Idempotentcy Issue in Desugaring by Googler · 4 years, 8 months ago
  91. 215c0a3 Reword a confusing phrase in the bazel cquery documentation. by Googler · 4 years, 8 months ago
  92. a5842e7 Add blaze flag and support for splitting OPTIMIZATION bytecode optimizer action. by Googler · 4 years, 8 months ago
  93. 71cc733 Introduce --fat_apk_hwasan flag. by Googler · 4 years, 8 months ago
  94. 1f0f7c6 Work around a bug where the new `--apple_bitcode` converter did not work properly in a Starlark transition function. by allevato · 4 years, 8 months ago
  95. 9fa5cb3 Docs: Add BuildBuddy to commercial RBE offerings by Siggi Simonarson · 4 years, 8 months ago
  96. 7cd0f2f Automatic code cleanup. by cushon · 4 years, 8 months ago
  97. b69e1e5 Update RPBB prebuilts using JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 by Donald Chai · 4 years, 8 months ago
  98. 0badd69 Remove optional from FailureDetail field in QueryException and make it a requirement. by Googler · 4 years, 8 months ago
  99. a6935cd0 Remove --experimental_ui_deduplicate. by jmmv · 4 years, 8 months ago
  100. 6230d42 Remove support to roll out the process-wrapper "wait fix". by jmmv · 4 years, 8 months ago