1. 7e10a4d Reroute dependencies on bazel_skylib's lib.bzl to their specific sources by cparsons · 6 years ago
  2. d34affc Do not have an edit button for documentation of the repo rules by Klaus Aehlig · 6 years ago
  3. 52a0bcf Document some client-side commands by michajlo · 6 years ago
  4. 66fa336 Fix link to android_local_test example in the Bazel Android tutorial by jingwen · 6 years ago
  5. 244769e Expand on Android app docs to more resources on Maven dependencies and testing. by jingwen · 6 years ago
  6. a583cbc Update documentation for 0.29.0 release. by John Cater · 6 years ago
  7. 2592d24 Automated rollback of commit fdcde7c6a8f249460ea5894004b367163187d3ed. by jingwen · 6 years ago
  8. b4a7ad1 correct version command by Arshabh Kumar Agarwal · 6 years ago
  9. cf988cd Clarify documentation on --max_idle_secs=0 by dchai · 6 years ago
  10. fdcde7c Use rules_android in Android tutorial by Artem Zinnatullin · 6 years ago
  11. e9518ec repository_rules.md: also mention the `bazel sync` command by Klaus Aehlig · 6 years ago
  12. 80c8052 Fix a couple of bugs in[] by Googler · 6 years ago
  13. a28512b Move some of the Build Encyclopedia documentation to a separate page by laurentlb · 6 years ago
  14. 4648d86 Update Starlark args performance docs with args.add[_all]("--foo", ...). by tomlu · 6 years ago
  15. 28fe62e fix a typo. by panzhongxian · 6 years ago
  16. 31fb25d Docs: edit section on .bazelrc files by laszlocsomor · 6 years ago
  17. 5cb7cca Menu: group BUILD file documentation; move tutorials to language sections by laurentlb · 6 years ago
  18. d570771 fix typos in skylark/config.md by Artem Pelenitsyn · 6 years ago
  19. 7d47987 Docs: explain building bazel with bazel by Laszlo Csomor · 6 years ago
  20. c183c15 Fix documentation: escape -- by pcloudy · 6 years ago
  21. cf35463 Fix missing link in Android docs. by jingwen · 6 years ago
  22. 78e27f4 Replace internal lingo in docs. by Tobias Werth · 6 years ago
  23. 9c5c242 fix miniature definition by Farhim Ferdous · 6 years ago
  24. 06b4943 Clarify that Starlark follows PEP 8, not Google Python style by Googler · 6 years ago
  25. c2efa6f doc/site/build-ref.html: fix export error by aehlig · 6 years ago
  26. 7bdfb57 site/docs/build-ref.html: add "repository" to the concepts page by aehlig · 6 years ago
  27. a9e2d0b Correcting a header from "size" to "timeout". by Googler · 6 years ago
  28. d5d1488 external.md: remove unjustified recommendation by Klaus Aehlig · 6 years ago
  29. c1b91ac Remove the old backward-compatibility.md page by laurentlb · 6 years ago
  30. bd4ca0b Add convention for location of standard runfiles library. by brandjon · 6 years ago
  31. 283a1c6 Fix typo in documentation navbar. by dslomov · 6 years ago
  32. 5f2b552 Only add "Updating Bazel" link on master or > 0.28 docs. by Dmitry Lomov · 6 years ago
  33. 06c420d Reject hashing of frozen mutable types by Marwan Tammam · 6 years ago
  34. 4285b4b Move update guide to documentation part of the website. by Dmitry Lomov · 6 years ago
  35. 5af49c0 Update performance doc related to depsets by laurentlb · 6 years ago
  36. 1d897e2 Write documentation on optimizing build performance for Android app builds. by jingwen · 6 years ago
  37. 8a30e29 Remove --experimental_ui from documentation by ulfjack · 6 years ago
  38. bf80bb0 Set local scope for LHS identifiers of assignments and introduce incompatible flag by Marwan Tammam · 6 years ago
  39. bc5a9b1 Fix incorrect anchor tag in Bazel user guide by jingwen · 6 years ago
  40. 6dc66e1 Fix markdown format by pcloudy · 6 years ago
  41. 11462d1 Migrate pkg_tar from internal copy to @rules_pkg: Bazel packaging and by aiuto · 6 years ago
  42. c5c2a4d Rename suggested platform target for Clang on Windows by pcloudy · 6 years ago
  43. ff031db Add explicit naming convention to style guide for rules by Yannic · 6 years ago
  44. dd3a159 Remove comment about compiling from source. by Michael Shields · 6 years ago
  45. 9a615e9 Disabled string.partition default parameter and introduce incompatible flag by Marwan Tammam · 6 years ago
  46. 12ebd7b Add toolchain support for clang-cl on Windows by Yun Peng · 6 years ago
  47. bf94dab Integrate Android NDK with toolchains by Jingwen Chen · 6 years ago
  48. ed0f7d0 Update configurable attribute docs with the new config_setting_group by Greg Estren · 6 years ago
  49. d6141e9 RELNOTES: None by twerth · 6 years ago
  50. 1c3e9ad Fix broken links in bazel-overview.md by Arek Sredzki · 6 years ago
  51. 7150aab Reject empty separator in string.split by Marwan Tammam · 6 years ago
  52. 9e847c6 Update cc-toolchain-config.md by Alexander Ilyin · 6 years ago
  53. 8c524dc Reject unhashable types in dict.get by Marwan Tammam · 6 years ago
  54. b5c9225 Update documentation to Bazel 0.28 by Laurent Le Brun · 6 years ago
  55. 93a0ec3 Update cc-toolchain-config.md by Alexander Ilyin · 6 years ago
  56. f772a69 A typo is fixed by Googler · 6 years ago
  57. b4d9588 Use HTTPS instead of HTTP. by Michael Shields · 6 years ago
  58. 7f39591 Replace curled quotes with ASCII quotes. by laszlocsomor · 6 years ago
  59. 8167f46 Windows: Windows SDK version can be specified through BAZEL_WINSDK_FULL_VERSION by Yun Peng · 6 years ago
  60. b4f3d83 Update platforms.md documentation by Marcel Hlopko · 6 years ago
  61. bb96af5 Fix reference to internal-only directory in documentation. by dslomov · 6 years ago
  62. a47e2a9 Remove rogue end comment HTML. by jcater · 6 years ago
  63. ed49d5b Improve clarity for the rules documentation by jingwen · 6 years ago
  64. 71a213c Add --incompatible_use_platforms_repo_for_constraints by hlopko · 6 years ago
  65. d89a135 Fix typo in aspects.md by Ben Diuguid · 6 years ago
  66. 620d21c backwards-compatibility: fix broken link by Klaus Aehlig · 6 years ago
  67. 927d32d Remove Ubuntu 14.04 support from documentation. by Philipp Wollermann · 6 years ago
  68. 45ae709 Update documentation of print in debugging by laurentlb · 6 years ago
  69. d92004a Update documentation to 0.27.0 by laurentlb · 6 years ago
  70. 82ec619 Automated rollback of commit 332379ad6f8c49b0e087b504d73d3483c529e399. by hlopko · 6 years ago
  71. 332379a Add --incompatible_use_platforms_repo_for_constraints by Marcel Hlopko · 6 years ago
  72. 923f1b9 Remove missing Skylint references by vladmos · 6 years ago
  73. 4aa48f9 Remove Skylint by vladmos · 6 years ago
  74. d93a4ab Recommend buildifier instead of skylint as the official linter by vladmos · 6 years ago
  75. 3d6d74f Add link to the IDE page from "Getting Started". by laurentlb · 6 years ago
  76. c299150 Windows, install instructions: list supported JDKs by laszlocsomor · 6 years ago
  77. cc41129 Update instructions to setup RBE + BuildKite CI tests now that rbe_autoconfig is in use. by Googler · 6 years ago
  78. 20c8413 Restrict string escape sequences and introduce flag by Marwan Tammam · 6 years ago
  79. 04b0122 Windows, docs: simplify install instructions by Laszlo Csomor · 6 years ago
  80. ecf47b6 Update deploying.md by hlopko · 6 years ago
  81. 5935259 Flip the --incompatible_depset_is_not_iterable flag by vladmos · 6 years ago
  82. d1316a0 Add Scoot to list of Remote Execution services by Drew Gassaway · 6 years ago
  83. 369fa97 Cross-link backwards compatibility policy with guidance by Dmitry Lomov · 6 years ago
  84. da125a8 Fixed instructions for GCS remote cache by Jay Vercellone · 6 years ago
  85. ba8e01e Link to rules_jvm_external in the Maven migration docs by jingwen · 6 years ago
  86. ef92785 Set default docs version to 0.26.0 by jingwen · 6 years ago
  87. 7133f21 Refresh IDE page on the Bazel website by Jingwen Chen · 6 years ago
  88. 8b20d82 Fix link to Buildifier by Matt Passell · 6 years ago
  89. ab5de51 Remove obsolete 'experimental' status from Bazel docs by hlopko · 6 years ago
  90. 719c42e Add version 0.26.0 to docs by Klaus Aehlig · 6 years ago
  91. 108bc5a Windows, docs: tips and tricks to write rules by Laszlo Csomor · 6 years ago
  92. 1fc6fea Update aspects.md to conform to Buildifier style by James deBoer · 6 years ago
  93. 78e0da2 Fixed hyperlink in skylark/performance. by Vladimir Chebotarev · 6 years ago
  94. a05b7f0 Fix a rogue hyperlink. by Googler · 6 years ago
  95. 6f52cf3 Add explanation for --google_default_credentials by Takuto Ikuta · 6 years ago
  96. e5b7bd6 Windows: Add BAZEL_VC_FULL_VERSION for windows cc configuration by Yun Peng · 6 years ago
  97. 708acf2 update navbar link for starlark configs in bazel docs by juliexxia · 6 years ago
  98. e6c8f3d Update bazel name/location of starlark configuration docs to match other starlark docs. by juliexxia · 6 years ago
  99. fa388c3 Fix reference to volatile-status.txt file name by David McNett · 6 years ago
  100. 8b4c740 Set default docs version to 0.25.0 instead of master by Jingwen Chen · 6 years ago