1. aef4193 Allow the distributor log and info log to be compressed before uploading, if they're large. by steinman · 4 years, 5 months ago
  2. 1b80d57 bazel syntax: simplify StarlarkMutable by Googler · 4 years, 5 months ago
  3. 489a9e5 Disable native.maven_jar: flip --incompatible_remove_native_maven_jar by Jingwen Chen · 4 years, 5 months ago
  4. 22e3324 bazel syntax: remove redundant Mutability params from SkylarkList methods by Googler · 4 years, 5 months ago
  5. b6bc3aa Add code for expanding Ninja variables. by ichern · 4 years, 5 months ago
  6. 5f4d699 Enable combined disk cache for grpc caching protocol. by Jakob Buchgraber · 4 years, 5 months ago
  7. 46bfa2e Prevent incorrectly sharing actions when a conflict was detected. by Googler · 4 years, 5 months ago
  8. 6bb9d80 Refactor the Ninja variable value class, and correct some lexer/parser issues. by ichern · 4 years, 5 months ago
  9. 160c81a Remove use of @ImplicitFor by cushon · 4 years, 6 months ago
  10. ce0335a Prefer rethrowing Skyframe globbing errors rather than legacy globbing errors. by nharmata · 4 years, 6 months ago
  11. 3a57a52 Update to checker framework annotations version 3.0.0 by Liam Miller-Cushon · 4 years, 6 months ago
  12. a9c9363 bazel syntax: rename SkylarkDict to Dict by Googler · 4 years, 6 months ago
  13. ce4cf60 Refactor test_glob_with_io_error so we get test coverage in both --keep_going and --nokeep_going mode. Also, since that integration test is exercising usage of FileAccessException, add an explicit unit test for that in FileFunctionTest. by nharmata · 4 years, 6 months ago
  14. 9b324d2 Update creation of ExecutionTransitionFactory to always use the factory method. by jcater · 4 years, 6 months ago
  15. f7dd5c2 Add missing space by Googler · 4 years, 6 months ago
  16. 6bcdf11 Refactor remote package initialization. by Jakob Buchgraber · 4 years, 6 months ago
  17. 9eca6d5 bazel syntax: delete BaseFunction.name field by Googler · 4 years, 6 months ago
  18. 6bebe38 Switch the label visitation algorithm have the query environment filter the label deps instead. by shreyax · 4 years, 6 months ago
  19. 63332eb5 Hardcode path to dirname on macOS by Keith Smiley · 4 years, 6 months ago
  20. 7535d4c Support '\r\n' separators when splitting Ninja files into separately ? by ichern · 4 years, 6 months ago
  21. ceadf0a Add tool executables (from FilesToRunProvider) to action inputs. by John Millikin · 4 years, 6 months ago
  22. d1a9725 Refactor JavaSemantics in preparation for adding a persistent Java test runner. by elenairina · 4 years, 6 months ago
  23. b933c4a Remove --incompatible_use_native_patch by Yun Peng · 4 years, 6 months ago
  24. 97ae620 Preload transitive closure for somepath in GraphlessBlazeQueryEnvironment. by twerth · 4 years, 6 months ago
  25. 81b57d6 flip --incompatible_remap_main_repo by Klaus Aehlig · 4 years, 6 months ago
  26. 6dd4ad4 Add JNI implementation required to track memory pressure events on macOS by dmaclach · 4 years, 6 months ago
  27. 4871cb0 bazel syntax: rename SkylarkList to Sequence by Googler · 4 years, 6 months ago
  28. 354a6fe Improve ctx.runfiles and runfiles type docstrings by cparsons · 4 years, 6 months ago
  29. 942e1c4 bazel syntax: rename SkylarkList.MutableList to StarlarkList by Googler · 4 years, 6 months ago
  30. 275cc6b bazel syntax: delete more dead code after SkylarkSignature removal by Googler · 4 years, 6 months ago
  31. 641bdf7 bazel syntax: rename Runtime.NONE to Starlark.NONE and delete Runtime by Googler · 4 years, 6 months ago
  32. 6d75825 Improve documentation on {mac|watch|i|tv}os_minimum_os and {mac|watch|i|tv}os_sdk_version to explain how defaults are determined. by dmaclach · 4 years, 6 months ago
  33. 55233d3 Change description is empty. by Googler · 4 years, 6 months ago
  34. c76c3e5 Replace macOS CC path with relative path by Keith Smiley · 4 years, 6 months ago
  35. 8e7c3494 Fix network sandboxing on macOS. by jmmv · 4 years, 6 months ago
  36. ac04cd9 Multiplex Workers documentation by Bor Kae Hwang · 4 years, 6 months ago
  37. 8645090 Add comprehensive testing for network sandboxing. by jmmv · 4 years, 6 months ago
  38. 2be4a0f Avoid Artifact.getPath to work w/ ActionFS by ulfjack · 4 years, 6 months ago
  39. 20342c7 Move retry logic to where it's being used. by Jakob Buchgraber · 4 years, 6 months ago
  40. 1bc6fe2 Fix codebase in preparation for incompatible_use_cc_configure_from_rules_cc by hlopko · 4 years, 6 months ago
  41. 7aa0d5b Reset evaluator when --experimental_nested_set_as_skykey_threshold value changes between builds. by leba · 4 years, 6 months ago
  42. 02d1966 Use bzl files from rules_cc repo in unit tests by Marcel Hlopko · 4 years, 6 months ago
  43. 19dbe40 bazel syntax: delete SkylarkSignature-related dead code by Googler · 4 years, 6 months ago
  44. 2bf4764 Add more details to the examples for query-how-to.html, in particular highlighting how to get a full visual graph of dependencies. by Googler · 4 years, 6 months ago
  45. 11deef7 RELNOTES: Add Desugar support for FreezePeriod#<init> by Googler · 4 years, 6 months ago
  46. b19f3ca bazel syntax: delete setupSkylarkFunctions, unused by Googler · 4 years, 6 months ago
  47. 0b6303b Add a new "resource_name_obfuscation" feature string. by bcsf · 4 years, 6 months ago
  48. 3dbcc71 Don't throw when encountering providers with multiple "direct" resources/assets by dchai · 4 years, 6 months ago
  49. 1f28c78 bazel syntax: delete Runtime.BuiltinRegistry, now unused by Googler · 4 years, 6 months ago
  50. f2dfa9d Update TransitionFactory.isTool to handle legacy host transitions. by jcater · 4 years, 6 months ago
  51. eb023b0 Fix dependency filters to correctly handle implicit non-tool deps. by jcater · 4 years, 6 months ago
  52. f7e471b bazel syntax: rename references to Runtime.UNBOUND to Starlark.UNBOUND by Googler · 4 years, 6 months ago
  53. c863974 Add NOOP __do_not_use_fail_with_incompatible_use_cc_configure_from_rules_cc by hlopko · 4 years, 6 months ago
  54. ed528f3 Delete unused arguments to framework search path functions by waltl · 4 years, 6 months ago
  55. fe2ecf0 Correct references to --compilationMode by Dave Lee · 4 years, 6 months ago
  56. eae93f6 Support non-ASCII source artifact paths on UNIX platforms. by John Millikin · 4 years, 6 months ago
  57. 2e63b2a bazel syntax: eliminate all but one calls to Runtime.setupStarlarkFunctions by Googler · 4 years, 6 months ago
  58. 229080d bazel syntax: add Starlark.NONE as alias for Runtime.NONE by Googler · 4 years, 6 months ago
  59. cfd681f bazel syntax: rename SkylarkList.Tuple to Tuple by Googler · 4 years, 6 months ago
  60. 0af987b Support WORKSPACE.bazel file by Yun Peng · 4 years, 6 months ago
  61. bba695f Add profiling for external repository download and extraction. by twerth · 4 years, 6 months ago
  62. 6056609 Refactor remote package to only have one remote cache impl. by Jakob Buchgraber · 4 years, 6 months ago
  63. 7d17d98 Ignore --strategy_regexp for TestRunner actions. by elenairina · 4 years, 6 months ago
  64. 16c8f3a Add parent and included/subninja scopes. by ichern · 4 years, 6 months ago
  65. 827f690 Automatic code cleanup. by vladmos · 4 years, 6 months ago
  66. d666b86 Add Ninja scope, in the form that directly accepts stuff from parsing. by ichern · 4 years, 6 months ago
  67. 2563a78 Rename BufferEdge to ByteFragmentAtOffset and pass it into DeclarationConsumer#declaration(): all the declarations should be able to define their scope. by ichern · 4 years, 6 months ago
  68. cc73a9f Automatic code cleanup. by Googler · 4 years, 6 months ago
  69. f805054 Blaze launcher: extract install_base_key to disk. by Googler · 4 years, 6 months ago
  70. ab3cadc bazel syntax: delete SkylarkSignature and its machinery by Googler · 4 years, 6 months ago
  71. bd5bc96 bazel packages: make native.existing_rule return mutable dict by Googler · 4 years, 6 months ago
  72. 8166811 Allow local files that are tagged for compression to be compressed before uploading. by steinman · 4 years, 6 months ago
  73. 7ce4c1b Defines binary targets for d8 standalone dexer and d8 incremental dexer. Adds config settings to use them instead of the legacy ones. by Jaewoong Jung · 4 years, 6 months ago
  74. 8b228f8 bazel syntax: delete Mutability parameter from SkylarkDict methods by Googler · 4 years, 6 months ago
  75. 5dd4b22 Fix python incompatible flag comments by Keith Smiley · 4 years, 6 months ago
  76. 40d1f45 Remove flag incompatible_disallow_old_style_args_add by laurentlb · 4 years, 6 months ago
  77. dd1e091c Allow naming ctor arguments for Android assets/resources info by dchai · 4 years, 6 months ago
  78. 71c861e Add a hook for getting notified when a ParallelVisitor visitation is discovered or completed. by nharmata · 4 years, 6 months ago
  79. 3418cd5 Remove flag incompatible_disallow_dict_plus by laurentlb · 4 years, 6 months ago
  80. 60473a1 bazel docgen: fix bug in detection of string module by laurentlb · 4 years, 6 months ago
  81. 532fc1b Decide whether to compress the JSON profile based on the filename. by twerth · 4 years, 6 months ago
  82. 6901c79 bazel syntax: expose Starlark.UNIVERSE by Googler · 4 years, 6 months ago
  83. cdac07f Remove the flag `incompatible_no_transitive_loads`. by laurentlb · 4 years, 6 months ago
  84. 7828dae Update and overhaul runfiles documentation by cparsons · 4 years, 6 months ago
  85. 3a5b710 Remove _embedded_binaries path segment beneath install_base. by Googler · 4 years, 6 months ago
  86. 0c7e14f Include a timestamp in the bazel --client_debug log format. by Googler · 4 years, 6 months ago
  87. 5e3df0a Don't intern the intermediate String used for starlark String -> bazel Label conversions. by nharmata · 4 years, 6 months ago
  88. 04be3f8 Remove the ExecutionPlatformConstraintsAllowed enum entirely. by John Cater · 4 years, 6 months ago
  89. 48b446e bazel packages: don't return TreeMaps from native.existing_rule by Googler · 4 years, 6 months ago
  90. 91ed0f3 Fix ErrorProne warnings in skylark tests. by jcater · 4 years, 6 months ago
  91. 9c1f093 py2to3: migrate python_stub_template.txt by laszlocsomor · 4 years, 6 months ago
  92. 0415d6a Move over to using JniLoader.jniEnabled to simplify code. by dmaclach · 4 years, 6 months ago
  93. 2b63d59 Ninja parser include by ichern · 4 years, 6 months ago
  94. ba7df7d RELNOTES:Add support for tracking suspensions (sleeps or SIGSTOP) on macOS. by dmaclach · 4 years, 6 months ago
  95. 58d4681 Refactor Java compilation output handling by cushon · 4 years, 6 months ago
  96. 2c52a21 Add parsing rule declarations to NinjaParser by ichern · 4 years, 6 months ago
  97. 9a360d1 Add NinjaParser with the method for parsing variable declarations by ichern · 4 years, 6 months ago
  98. 2325fd4 C++: Add linked_statically_by attribute to cc_library by plf · 4 years, 6 months ago
  99. bd0a402 Improve javadoc of Extrema#getExtremeElements. by nharmata · 4 years, 6 months ago
  100. 2909ff6 Add a note on regular expressions by Googler · 4 years, 6 months ago