1. 970560e Categorize C++ related options by hlopko · 8 years ago
  2. 5fe8e66 Consolidate the "unparsed" option value tracking. by ccalvarin · 8 years ago
  3. 28d3d2a Add post-submit changes for https://github.com/bazelbuild/bazel/commit/aa1a4f2c3dfdb40bd0f4349cf313354a7543a5a8 by brandjon · 8 years ago
  4. a677263 Add ruperts@ to Bazel contributors. by ruperts · 8 years ago
  5. 5ef576f bep: Properly URI encode file paths by buchgr · 8 years ago
  6. f26e869 Introduce -c source_file -o output_file build variables by hlopko · 8 years ago
  7. 2000a04 Skylint: report missing documentation for a function's return value by fzaiser · 8 years ago
  8. 213a52a Windows: Adding default --python_path by Yun Peng · 8 years ago
  9. 1a538e3 Update Windows doc about building Python by pcloudy · 8 years ago
  10. 3b63a4e Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline constructor that did ServerDirectories creation inline: don't pollute production code for tests' convenience. by janakr · 8 years ago
  11. aa437e0 Fix minor typo in RuleClass.Builder.RuleClassType.TEST validation message. by Googler · 8 years ago
  12. b51a0a2 Remove docker rules from @bazel_tools by Googler · 8 years ago
  13. 23e152c Open-source some more serialization codecs, and create a PrecomputedValue codec. Since PrecomputedValues can contain any value, give them access to an ObjectCodecs instance so we don't have to have a whitelist inside PrecomputedValueCodec. by janakr · 8 years ago
  14. dbffeab Port BUILD dependency change from https://github.com/bazelbuild/bazel/commit/fd2cc7d1c1262c21dc7a119baf9aaa775fab6e54 to Bazel. by gregce · 8 years ago
  15. 408bfe47 Lots more cleanup of "dynamic configurations" comments and test code. by gregce · 8 years ago
  16. da362c2 Adding jingwen@ to Bazel contributors. by jingwen · 8 years ago
  17. 5303cc0 Cleanup todo from static config removal by gregce · 8 years ago
  18. c90a216 Static config removal TODO cleanup. by gregce · 8 years ago
  19. ec94496 Internal change by tomlu · 8 years ago
  20. b30b3de Remove concept of "processorFlags" from Bazel. by ajmichael · 8 years ago
  21. ca216f5 Introduce empty "toolchain_category" rule for labels that will be used as by cpeyser · 8 years ago
  22. d1bd9d6 Create the "Android and Bazel" and "Apple apps and Bazel" pages. by Googler · 8 years ago
  23. ae927f1 Adds the command line report protocol. by ccalvarin · 8 years ago
  24. 40c3400 Do not exclude testenv.py from the glob by dmarting · 8 years ago
  25. d60e0d0 Open source tests for Android desugarer. by ajmichael · 8 years ago
  26. a615d28 Rollback context.actions.args() functionality. by tomlu · 8 years ago
  27. 73bd3fd Remove Path instance from Artifact. by tomlu · 8 years ago
  28. a92d377 Automated rollback of commit 72de1fe6bafa28fddcbc8cdc1ccbb59556996bfb. by dmarting · 8 years ago
  29. 423d5b5 bazel_bootstrap_distfile_test: fix breakage by laszlocsomor · 8 years ago
  30. 51bb1cd docs,Windows: update Visual Studio requirements by laszlocsomor · 8 years ago
  31. 84c1a55 bazel_bootstrap_distfile_test: add logging by laszlocsomor · 8 years ago
  32. e0bbe75 Remove outdated references to static vs. dynamic configurations. by gregce · 8 years ago
  33. 93d65a4 Support for local_resource_files in android_test by Googler · 8 years ago
  34. f2c1e83 Remove outdated Attribute.Configurator interface. by gregce · 8 years ago
  35. 8dacd1d Automated rollback of commit f5b8281f1f7599c67476663887db909a4206710e. by dmarting · 8 years ago
  36. 95e381b Open-source src/test/skylark/... by dmarting · 8 years ago
  37. c9e6776 Remove outdated test calls to --experimental_dynamic_configs=notrim. by gregce · 8 years ago
  38. be805e0 Remove unused class after removal of BazelConfigurationCollection. by gregce · 8 years ago
  39. d9b6346 Don't allow injection of non-default output formatters for genquery rule. by janakr · 8 years ago
  40. 7da54b5 Move option value tracking classes to their own file. by ccalvarin · 8 years ago
  41. bdc0aef Replace apparent endorsement for recursive globs with one for smaller BUILD targets. by Googler · 8 years ago
  42. 454e050 Documentation cleanup. by dmarting · 8 years ago
  43. aa1a4f2 Added missing documentation for a few options in backward-compatibility.md. by brandjon · 8 years ago
  44. e1b4bc2 Remove --experimental_disable_jvm from unit tests. by cpeyser · 8 years ago
  45. 525345b Automated rollback of commit e92e3d8a4fcab49cda1a2bebc02d5119798d5258. by pcloudy · 8 years ago
  46. 87cc92e BEP: always close stream, even if aborted due to missing tests by Klaus Aehlig · 8 years ago
  47. 139543d Fix string representations for root objects by vladmos · 8 years ago
  48. 1a72fb7 Bazel and Windows is no longer "experimental" by Googler · 8 years ago
  49. 0ca8f4b bes: cancel stream on bazel shutdown by buchgr · 8 years ago
  50. bbb4a40 Delete the unused CachedLocalSpawnRunner, which is superseeded by SpawnCache by ulfjack · 8 years ago
  51. 8f499c9 Merging a RunfilesSupport object into Runfiles.Builder no longer adds the runfiles middleman to the artifacts. by Benjamin Peterson · 8 years ago
  52. 763d964 remote: Add new retrier with support for circuit breaking by buchgr · 8 years ago
  53. 31089bb Windows Native Launcher: Print command line when launch failed. by pcloudy · 8 years ago
  54. 377c103 Fix #3102 HtmlChart is uncolored by Andreas Hippler · 8 years ago
  55. b05bff6 Expose sysroot as a build variable by hlopko · 8 years ago
  56. fc06a75 Expose output source jars to JavaInfo. by elenairina · 8 years ago
  57. b0fd49b Allow mobileInstallResourceApks to be null. by ahumesky · 8 years ago
  58. 0fc750b Adds getProguardSpecsForManifest to AndroidSematics to inject proguard specs. by Googler · 8 years ago
  59. df8d70f Enable resource shrinking for aapt2. by corysmith · 8 years ago
  60. 52d718c Don't attempt LTO indexing of cc_binary if there are no bitcode inputs to link. by Googler · 8 years ago
  61. bb50580 Inline CustomCommandLine methods that can be expressed using VectorArg. by tomlu · 8 years ago
  62. d24f3cb Remove outdated defaultsToSelf. by gregce · 8 years ago
  63. 4c4ce71 Drive-by clean-up: Make it slightly more obvious that one of the PackageFunction constructors is only used in tests and annotate the missing variable. by shreyax · 8 years ago
  64. 3f5590f Docs: Minor fixes for IDE page by Steren · 8 years ago
  65. 9e845f6 Add multiple density processing to aapt2 using the optimize command. by corysmith · 8 years ago
  66. 1dce097 Replace referrals to options by their name to option definitions. by ccalvarin · 8 years ago
  67. 5a77f42 Skylint: improve the naming conventions checker by fzaiser · 8 years ago
  68. 943874f Add Profiler for recording task execution time. by corysmith · 8 years ago
  69. bd27d28 Remove an internal test. by ajmichael · 8 years ago
  70. b38e3af Toolchain providers are propagated in the ToolchainContext instance made by cpeyser · 8 years ago
  71. b1d34be docs: mention remote caching in BES documentation by Jakob Buchgraber · 8 years ago
  72. dfb1cb2 Make per-file-copts part of the user_compile_flags by hlopko · 8 years ago
  73. 9c9bbff Unbreak discard_graph_edges_test. by philwo · 8 years ago
  74. 8af1bd9 Delete skylark index, it is not linked from anywhere. by dmarting · 8 years ago
  75. 91e3289 Automated rollback of commit 70f84252a0f1669564ef3c92c4adeda9b5a22f50. by ulfjack · 8 years ago
  76. c276202 Documentation cleanup. by dmarting · 8 years ago
  77. d7535c9 Remove the unused fallback argument from getHost() and the unused method getPotentialSplitTransitions() from FragmentOptions. by lberki · 8 years ago
  78. d4bf4e9 Fix nocopts docs by hlopko · 8 years ago
  79. 117da7a Auto-generate BUILD files for src/java_tools/buildjar by ulfjack · 8 years ago
  80. 58129b0 Documentation cleanup. by dmarting · 8 years ago
  81. 9f7df70 Automated rollback of commit f5a0b380aadf3dd976b45fd19b2dd5150ced8f41. by Googler · 8 years ago
  82. e92e3d8 Shard AndroidBinaryTest. by ajmichael · 8 years ago
  83. 9fc3d9c Automatic code cleanup. by cushon · 8 years ago
  84. 95c1ee3 Option value tracking should refer to the option definitions, not just track option name. by ccalvarin · 8 years ago
  85. e9c788a Remove swift_library and tests, lives in the apple rules repo now. by thomasvl · 8 years ago
  86. dd8bfab Remove the old copy of apple_genrule. It lives in apple rules. by thomasvl · 8 years ago
  87. 80399bc Options with oldNames will no longer get reported twice in the effective option lists. by ccalvarin · 8 years ago
  88. 5c3467f ActionInputFileCache: move getMetadata to a new super-interface by ulfjack · 8 years ago
  89. f322ba7 Introduce unfiltered_compile_flags build variable, rename copts variable to user_compile_flags by hlopko · 8 years ago
  90. e4f3904 Fix style in CppModel.java by hlopko · 8 years ago
  91. 59ad696 Drop README.md by Damien Martin-Guillerez · 8 years ago
  92. aeb863a CI slow-tests: fix parameters for non docker by dmarting · 8 years ago
  93. 88614ee CI slow-tests: Add '+' to enforce the tag presence by dmarting · 8 years ago
  94. c2d0d96 CI: Add missing comma to the docker-slow-test config by dmarting · 8 years ago
  95. d852e48 Add a new toolchain type for c++. In order to do this, PlatformConfiguration is made a legal configuration fragment for every rule class. by cpeyser · 8 years ago
  96. f7fc22e We no longer assert preservation of order in a rule's required toolchains. by cpeyser · 8 years ago
  97. ee250c6 --incompatible_comprehension_variables_do_not_leak defaults to true by laurentlb · 8 years ago
  98. fb82999 Rule classes cannot request duplicate toolchains. by cpeyser · 8 years ago
  99. 4e79061 Fix debian-stretch test by Damien Martin-Guillerez · 8 years ago
  100. d6a0c41 Make --experimental_android_use_nocompress_extensions_on_apk a no-op. by ajmichael · 8 years ago