1. 58dc6b9 Remove support for -extra_checks:off by cushon · 8 years ago
  2. 22b85a2 Restructure site/ directory into docs/ which only contains Bazel documentation. by dzc · 8 years ago
  3. d3040ea Document incompatible changes for Skylark by laurentlb · 8 years ago
  4. 3e2854b Fix links in documentation by laurentlb · 8 years ago
  5. 118cbe1 Small updates to external dependencies topic for readability. by Googler · 8 years ago
  6. 83a7a9a Fix some typo by pcloudy · 8 years ago
  7. 5bf297d Polish the documentation addressing #3063 by hlopko · 8 years ago
  8. 1cc7c02 Update Windows document by Yun Peng · 8 years ago
  9. 18a70dc For version 0.5.0, update installation instructions: by Googler · 8 years ago
  10. e1e0f5d Update documentation to address #3063 by hlopko · 8 years ago
  11. 73fe48b fixed broken "compile bazel from source" in "ubuntu" page by Or Shachar · 8 years ago
  12. 922fb2f Clarify difference between sources and distribution archive by Klaus Aehlig · 8 years ago
  13. eae071c Update install-ubuntu.md by MarkusTeufelberger · 8 years ago
  14. 98d29f8 Fix Java class file name (must match class name). by Googler · 8 years ago
  15. aad0bd0 Fix mandatory provider example in cookbook by brandjon · 8 years ago
  16. 370b484 Fix some typos in best-practices doc. by janakr · 8 years ago
  17. 146f46f docs: fix the documentation for server/ output directory by Thiago Farina · 8 years ago
  18. 3c56d6a Document our syntactic guarantees by brandjon · 8 years ago
  19. 8bd4312 Improve docs regarding the CPU core reservation feature for tests. by philwo · 8 years ago
  20. 2057429 Document output groups. by Dmitry Lomov · 8 years ago
  21. f13ce15 Clarification on the cookbook example "cc_and_something_else_binary" by laurentlb · 8 years ago
  22. da21ba7 Set the local CPU reservation for tests based on their "cpu:<n>" tag. by philwo · 8 years ago
  23. d727327 Clarify the meaning of the two symbol counts that Gold outputs for by Googler · 8 years ago
  24. 2214797 Add best practices doc by kchodorow · 8 years ago
  25. bcecca5 Add documentation for cfg = "target". by Googler · 8 years ago
  26. 9994550 Bazel docs: Add section about dependeing on external packages, refactor external dependencies page. by steren · 8 years ago
  27. eecb3b7 Fix the aspects documentation by vladmos · 8 years ago
  28. 941a4ca Update getting-started.md by michelleirvine · 8 years ago
  29. 3b5f9bd Document declared providers. by Dmitry Lomov · 8 years ago
  30. 20df206 Make implementations method non-public by Régis Décamps · 8 years ago
  31. f15dc43 Updated Java tutorial so it is now an introductory to Bazel. by Googler · 8 years ago
  32. 5b286da Edit to match description of 'workspace' in the Java tutorial. by Googler · 8 years ago
  33. 724706b Do not add a build id to C++ binaries by default. by lberki · 8 years ago
  34. dcaee09 Docs: fix "<" and ">" in bash command by laszlocsomor · 8 years ago
  35. c328611 Fix typos in Bazel C++ tutorial documentation by Googler · 8 years ago
  36. b609b51 Windows, docs: update VC++ requirements by laszlocsomor · 8 years ago
  37. 7925100 Remove leading '$' from docs that are interfering with copy/paste by laszlocsomor · 8 years ago
  38. 052c2dc Keep compile-from-source instructions distribution agnostic by aehlig · 8 years ago
  39. c020c3d Changed "OS X" to "macOS (OS X)" to be consistent. Change was made to the doc, faq, and contribute topics. by Googler · 8 years ago
  40. 8c20d68 Updated .md header: Windows Chocolatey maintenance is now in 'contribute' section, not 'documentation' by Googler · 8 years ago
  41. fae5c74 Some fixes for ijar tests. by kchodorow · 8 years ago
  42. c82a161 - Clarify that we still support Ubuntu 14.04. by Googler · 8 years ago
  43. 7cd006a Fix for broken links on bazel.build - updated the .md headers for these three files by Googler · 8 years ago
  44. 1fbef39 Update to Bazel's installation instructions: by Googler · 8 years ago
  45. 8a4bbc0 Recover a link that seems to have been lost in a doc migration. by Googler · 8 years ago
  46. 6b2d8b8 Fix link (maybe)? by Jon Brandvein · 8 years ago
  47. e226fe8 Fix broken link: s/html/md/ by Googler · 8 years ago
  48. 2b88f62 Make mobile-install wait for debugger by Googler · 8 years ago
  49. ab44492 Detail support channels by Steren Giannini · 8 years ago
  50. 1b91de7 Small fixes: title case and rendering of rule names. by Googler · 8 years ago
  51. 49fc305 Typo fix by Jon Brandvein · 8 years ago
  52. 9bb9001 Update android tutorial to clarify android sdk path options by Iain McGinniss · 8 years ago
  53. 12e9947 Topic describing "what is Bazel" at a high-level, with a focus on: build files and their language, the dependency graph, and Bazel being fast/correct/reproducible. by Googler · 8 years ago
  54. a763ce1 Update instructions for building bazel from source by Klaus Aehlig · 8 years ago
  55. 8e29780 Add Java install step for Homebrew install guide by Steren · 8 years ago
  56. 0eda2a0 Remove shell highlighting which isn't supported by our version of jekyll. by John Cater · 8 years ago
  57. 25aa033 Add more depset documentation by Jon Brandvein · 8 years ago
  58. 4c1b1fd Add host_cxxopt in parallel to host_copt. by Marcel Hlopko · 8 years ago
  59. cd66f96 Fix broken link by Jon Brandvein · 8 years ago
  60. 3df106e Remove historical reference to test runners from user manual. by Michael Staib · 8 years ago
  61. a2e5084 Add overview documentation on depsets by Jon Brandvein · 8 years ago
  62. fc90803 Document skylark repositories invalidation by Damien Martin-Guillerez · 8 years ago
  63. 9143062 Mention that generators/generator expressions aren't in Skylark by Jon Brandvein · 8 years ago
  64. 61393e2 Add even more links to rules/macros documentation. by Laurent Le Brun · 8 years ago
  65. 7bd3c81 Update doc wrt set vs depset. by Laurent Le Brun · 8 years ago
  66. 463a957 Split documentation. Move language description to a separate page. by Laurent Le Brun · 8 years ago
  67. 3b6370c Add more links and explainations in the rules page by Laurent Le Brun · 8 years ago
  68. fa65195 Mention more differences with Python by Laurent Le Brun · 8 years ago
  69. 7f0cd62 Disallow comparison of objects of different types in Skylark by Vladimir Moskva · 8 years ago
  70. a2f9f68 Clarify documentation about Concepts by Laurent Le Brun · 8 years ago
  71. 575ae54 Specify layout for build-style.md and bzl-style.md by Laurent Le Brun · 8 years ago
  72. c848bf3 Note that --config can be picked up from rc files. by Googler · 8 years ago
  73. c1641b8 Doc: mention profiling and specification. by Laurent Le Brun · 8 years ago
  74. fc9750c Roll forward of change 142452055 by Kristina Chodorow · 8 years ago
  75. 751703c Add missing line breaks. by Chaoren Lin · 8 years ago
  76. 0804824 Convert Query How To page to Markdown. by David Chen · 8 years ago
  77. 0f00ccb Update docs on bash completion by Kristina Chodorow · 8 years ago
  78. 578d2bf Install guide: add known issues; Windows doc fixes by Laszlo Csomor · 8 years ago
  79. df6bbec Update dict docs by Jon Brandvein · 8 years ago
  80. 8d2c166 Move Android resource shrinking from experimental to stable. by Andrew Pellegrini · 8 years ago
  81. ec5837d Added zsh autocomplete hint for compdump reinit by Markus Lachinger · 8 years ago
  82. df6945f Doc: fix typo by Steren · 8 years ago
  83. 5a7ea19 Don't inherit TEST_RANDOM_SEED from the local environment. by Ulf Adams · 8 years ago
  84. 03c534d Fix output path of compile.sh by Klaus Aehlig · 8 years ago
  85. f1a15c0 Update blaze user manual to document --apple_crosstool_top. by Cal Peyser · 8 years ago
  86. 14d9522 Remove --javawarn by Liam Miller-Cushon · 8 years ago
  87. 105e661 Updates Android flag documentation. by Alex Humesky · 8 years ago
  88. 1bb371f Doc: fix tutorial text to be in sync with the sample. by Steren · 8 years ago
  89. d9db169 Document --build_tag_filters flag by Googler · 8 years ago
  90. 8820f10 Update the tutorial to use the best way to load rules_appengine. by John Cater · 8 years ago
  91. e86afd9 Doc: Update wording for local run and 'Google Cloud Console' name by Steren · 8 years ago
  92. 51564f5 Mention unsupported set syntax by Jon Brandvein · 8 years ago
  93. 35e1613 Doc: section title should reflect the correct rule name by Steren · 8 years ago
  94. d810d9a Clarify concepts.md (re: mutability, scoping, loads) by Jon Brandvein · 8 years ago
  95. ccb78ec Update BUILD file to list all docs by Laurent Le Brun · 8 years ago
  96. b99c1cf Add missing documentation for some analyze-profile flags. by Dmitry Shevchenko · 8 years ago
  97. 81eacdb Getting started: fix broken link by Steren · 8 years ago
  98. f768232 Rollback of commit b7c00d8762d74fb54d0a6b0eb355abc6dc7a97c3. by Damien Martin-Guillerez · 8 years ago
  99. ac0e4ec bazel - improve the order for update and install. by Googler · 8 years ago
  100. b7c00d8 Export dot-format graphs as-is and download dot as an external repo by Kristina Chodorow · 8 years ago