1. c541dd1 Add rules_jvm_external link to Java tutorial by jingwen · 6 years ago
  2. 374d165 Update references to build encyclopedia by laurentlb · 6 years ago
  3. 96f038a Add documentation data for 0.29.1 release. by John Cater · 6 years ago
  4. aa8e8a2 Document exit code 45 by ulfjack · 6 years ago
  5. c463134 Add rules_jvm_external to recommended rules by jingwen · 6 years ago
  6. fd60d00 Add documentation for creating "custom verbs" with Starlark macros by Clint Harrison · 6 years ago
  7. d22331d Fix documentation regarding target references. by laurentlb · 6 years ago
  8. 6335c60 Need a newline before an unordered list in markdown. by Googler · 6 years ago
  9. 5a0cf9b Rename host_deps option to tool_deps, to reflect more closely what it now does. by wtroberts · 6 years ago
  10. ed68a81 Update recommended rules page by laurentlb · 6 years ago
  11. 677982a Restore accidentally deleted line by katre · 6 years ago
  12. 97a8264 fewer words, easier reading by nicoaragon · 6 years ago
  13. 6793196 Fewer words, easier reading by nicoaragon · 6 years ago
  14. d33d077 The `outputs` parameter to `rule()` is marked as deprecated. Mark it as such in by Googler · 6 years ago
  15. e22d859 Fix Starlark name typo in guide by Mantas Sakalauskas · 6 years ago
  16. f1520f7 Modify cpp-use-cases.md to fix build_file by Emmanuel Goh · 6 years ago
  17. c3ff213 Update ios-app.md to load git_repository by Yuta Saito · 6 years ago
  18. 51f87ed Add a tutorial for writing rules by laurentlb · 6 years ago
  19. 7e10a4d Reroute dependencies on bazel_skylib's lib.bzl to their specific sources by cparsons · 6 years ago
  20. d34affc Do not have an edit button for documentation of the repo rules by Klaus Aehlig · 6 years ago
  21. 52a0bcf Document some client-side commands by michajlo · 6 years ago
  22. 66fa336 Fix link to android_local_test example in the Bazel Android tutorial by jingwen · 6 years ago
  23. 244769e Expand on Android app docs to more resources on Maven dependencies and testing. by jingwen · 6 years ago
  24. a583cbc Update documentation for 0.29.0 release. by John Cater · 6 years ago
  25. 2592d24 Automated rollback of commit fdcde7c6a8f249460ea5894004b367163187d3ed. by jingwen · 6 years ago
  26. b4a7ad1 correct version command by Arshabh Kumar Agarwal · 6 years ago
  27. cf988cd Clarify documentation on --max_idle_secs=0 by dchai · 6 years ago
  28. fdcde7c Use rules_android in Android tutorial by Artem Zinnatullin · 6 years ago
  29. e9518ec repository_rules.md: also mention the `bazel sync` command by Klaus Aehlig · 6 years ago
  30. 80c8052 Fix a couple of bugs in[] by Googler · 6 years ago
  31. a28512b Move some of the Build Encyclopedia documentation to a separate page by laurentlb · 6 years ago
  32. 4648d86 Update Starlark args performance docs with args.add[_all]("--foo", ...). by tomlu · 6 years ago
  33. 28fe62e fix a typo. by panzhongxian · 6 years ago
  34. 31fb25d Docs: edit section on .bazelrc files by laszlocsomor · 6 years ago
  35. 5cb7cca Menu: group BUILD file documentation; move tutorials to language sections by laurentlb · 6 years ago
  36. d570771 fix typos in skylark/config.md by Artem Pelenitsyn · 6 years ago
  37. 7d47987 Docs: explain building bazel with bazel by Laszlo Csomor · 6 years ago
  38. c183c15 Fix documentation: escape -- by pcloudy · 6 years ago
  39. cf35463 Fix missing link in Android docs. by jingwen · 6 years ago
  40. 78e27f4 Replace internal lingo in docs. by Tobias Werth · 6 years ago
  41. 9c5c242 fix miniature definition by Farhim Ferdous · 6 years ago
  42. 06b4943 Clarify that Starlark follows PEP 8, not Google Python style by Googler · 6 years ago
  43. c2efa6f doc/site/build-ref.html: fix export error by aehlig · 6 years ago
  44. 7bdfb57 site/docs/build-ref.html: add "repository" to the concepts page by aehlig · 6 years ago
  45. a9e2d0b Correcting a header from "size" to "timeout". by Googler · 6 years ago
  46. d5d1488 external.md: remove unjustified recommendation by Klaus Aehlig · 6 years ago
  47. c1b91ac Remove the old backward-compatibility.md page by laurentlb · 6 years ago
  48. bd4ca0b Add convention for location of standard runfiles library. by brandjon · 6 years ago
  49. 283a1c6 Fix typo in documentation navbar. by dslomov · 6 years ago
  50. 5f2b552 Only add "Updating Bazel" link on master or > 0.28 docs. by Dmitry Lomov · 6 years ago
  51. 06c420d Reject hashing of frozen mutable types by Marwan Tammam · 6 years ago
  52. 4285b4b Move update guide to documentation part of the website. by Dmitry Lomov · 6 years ago
  53. 5af49c0 Update performance doc related to depsets by laurentlb · 6 years ago
  54. 1d897e2 Write documentation on optimizing build performance for Android app builds. by jingwen · 6 years ago
  55. 8a30e29 Remove --experimental_ui from documentation by ulfjack · 6 years ago
  56. bf80bb0 Set local scope for LHS identifiers of assignments and introduce incompatible flag by Marwan Tammam · 6 years ago
  57. bc5a9b1 Fix incorrect anchor tag in Bazel user guide by jingwen · 6 years ago
  58. 6dc66e1 Fix markdown format by pcloudy · 6 years ago
  59. 11462d1 Migrate pkg_tar from internal copy to @rules_pkg: Bazel packaging and by aiuto · 6 years ago
  60. c5c2a4d Rename suggested platform target for Clang on Windows by pcloudy · 6 years ago
  61. ff031db Add explicit naming convention to style guide for rules by Yannic · 6 years ago
  62. dd3a159 Remove comment about compiling from source. by Michael Shields · 6 years ago
  63. 9a615e9 Disabled string.partition default parameter and introduce incompatible flag by Marwan Tammam · 6 years ago
  64. 12ebd7b Add toolchain support for clang-cl on Windows by Yun Peng · 6 years ago
  65. bf94dab Integrate Android NDK with toolchains by Jingwen Chen · 6 years ago
  66. ed0f7d0 Update configurable attribute docs with the new config_setting_group by Greg Estren · 6 years ago
  67. d6141e9 RELNOTES: None by twerth · 6 years ago
  68. 1c3e9ad Fix broken links in bazel-overview.md by Arek Sredzki · 6 years ago
  69. 7150aab Reject empty separator in string.split by Marwan Tammam · 6 years ago
  70. 9e847c6 Update cc-toolchain-config.md by Alexander Ilyin · 6 years ago
  71. 8c524dc Reject unhashable types in dict.get by Marwan Tammam · 6 years ago
  72. b5c9225 Update documentation to Bazel 0.28 by Laurent Le Brun · 6 years ago
  73. 93a0ec3 Update cc-toolchain-config.md by Alexander Ilyin · 6 years ago
  74. f772a69 A typo is fixed by Googler · 6 years ago
  75. b4d9588 Use HTTPS instead of HTTP. by Michael Shields · 6 years ago
  76. 7f39591 Replace curled quotes with ASCII quotes. by laszlocsomor · 6 years ago
  77. 8167f46 Windows: Windows SDK version can be specified through BAZEL_WINSDK_FULL_VERSION by Yun Peng · 6 years ago
  78. b4f3d83 Update platforms.md documentation by Marcel Hlopko · 6 years ago
  79. bb96af5 Fix reference to internal-only directory in documentation. by dslomov · 6 years ago
  80. a47e2a9 Remove rogue end comment HTML. by jcater · 6 years ago
  81. ed49d5b Improve clarity for the rules documentation by jingwen · 6 years ago
  82. 71a213c Add --incompatible_use_platforms_repo_for_constraints by hlopko · 6 years ago
  83. d89a135 Fix typo in aspects.md by Ben Diuguid · 6 years ago
  84. 620d21c backwards-compatibility: fix broken link by Klaus Aehlig · 6 years ago
  85. 927d32d Remove Ubuntu 14.04 support from documentation. by Philipp Wollermann · 6 years ago
  86. 45ae709 Update documentation of print in debugging by laurentlb · 6 years ago
  87. d92004a Update documentation to 0.27.0 by laurentlb · 6 years ago
  88. 82ec619 Automated rollback of commit 332379ad6f8c49b0e087b504d73d3483c529e399. by hlopko · 6 years ago
  89. 332379a Add --incompatible_use_platforms_repo_for_constraints by Marcel Hlopko · 6 years ago
  90. 923f1b9 Remove missing Skylint references by vladmos · 6 years ago
  91. 4aa48f9 Remove Skylint by vladmos · 6 years ago
  92. d93a4ab Recommend buildifier instead of skylint as the official linter by vladmos · 6 years ago
  93. 3d6d74f Add link to the IDE page from "Getting Started". by laurentlb · 6 years ago
  94. c299150 Windows, install instructions: list supported JDKs by laszlocsomor · 6 years ago
  95. cc41129 Update instructions to setup RBE + BuildKite CI tests now that rbe_autoconfig is in use. by Googler · 6 years ago
  96. 20c8413 Restrict string escape sequences and introduce flag by Marwan Tammam · 6 years ago
  97. 04b0122 Windows, docs: simplify install instructions by Laszlo Csomor · 6 years ago
  98. ecf47b6 Update deploying.md by hlopko · 6 years ago
  99. 5935259 Flip the --incompatible_depset_is_not_iterable flag by vladmos · 6 years ago
  100. d1316a0 Add Scoot to list of Remote Execution services by Drew Gassaway · 6 years ago