1. 55f40c8 Section about Bazel concepts should be titled as such (rather than "BUILD file" and "Bazel: Build Files and Terminology"). by Googler · 8 years ago
  2. 2347169 Document --nouse_action_cache by Googler · 8 years ago
  3. 1cec6bb Remove "supports-workers" tag from ApkBuilder execution info. by philwo · 8 years ago
  4. 171314b Update documentation for --output_filter and --auto_output_filter by ulfjack · 8 years ago
  5. 202d591 Automated g4 rollback of commit dba22f337a20d3e8f3ac8dfd23bc6fa69e4528da. by xingao · 8 years ago
  6. 27f4cfe Rename Blaze documentation files to Bazel. by László Csomor · 8 years ago
  7. 22b85a2 Restructure site/ directory into docs/ which only contains Bazel documentation. by dzc · 8 years ago
  8. dee0b3e Reverting parent commit; didn't help. by László Csomor · 8 years ago
  9. 5b2e2f7 Rename some *.md docs to *.html by László Csomor · 8 years ago
  10. 2214797 Add best practices doc by kchodorow · 8 years ago
  11. b6d961f Adding redirects for old pages that were served and indexed. by Steren Giannini · 8 years ago
  12. 15c09dd Replace doc pages with redirects to versioned doc pages. by David Chen · 9 years ago
  13. 1832ced Correct links to windows-support issues list by Peter Mounce · 9 years ago
  14. 76a2bbc Remove support for thin archives. by Lukacs Berki · 9 years ago
  15. 1a86d55 Update the query documentation to reflect the fact that locations printed are always within BUILD files. by Lukacs Berki · 9 years ago
  16. 6b8758d Fix typos: min_rank -> minrank, max_rank -> maxrank by Googler · 9 years ago
  17. 153e558 DOC: Fix typo (unclosed string) by Gustav Larsson · 9 years ago
  18. 9a9981e Rewords the rules pitfall document by Damien Martin-Guillerez · 9 years ago
  19. 43e22c4 Update windows.md again by Yun Peng · 9 years ago
  20. 8e11092 by Googler · 9 years ago
  21. fa01f8e Move Skyframe page from doc/ to designs/. by David Chen · 9 years ago
  22. 48fa81a3 Move designs/ directory out of docs/ and into site root. by David Chen · 9 years ago
  23. 588e4e7 Use correct layout for design docs pages. by David Chen · 9 years ago
  24. 84e3092 Move Rule Pitfalls doc to Documentation. by David Chen · 9 years ago
  25. 95a54b9 Rollback of commit 3e8bcae69a0718cf6972be086706b1841e0ed6b7. by Damien Martin-Guillerez · 9 years ago
  26. f328fde Add README to original Bazel docs directory to point developers to the correct by David Chen · 9 years ago
  27. 3e8bcae Move Bazel docs into versioned directory. by David Chen · 9 years ago
  28. 8910087 Typo fixes in markdown and javadoc as suggested by intellij typo inspection. by Googler · 9 years ago
  29. 0c8bbc9 Restructured installation instructions. by Dmitry Lomov · 9 years ago
  30. 15775b2 Allow lists to be modified while a For loop is iterating over them. by Jon Brandvein · 9 years ago
  31. 49a1f0c Fixup newly added cookbook example by Brian Silverman · 9 years ago
  32. 4545ef5 Clean up minor issues in C++/Java tutorials by David Herman · 9 years ago
  33. 0d04e33 Clean up minor spelling / grammar in Getting Started page by David Herman · 9 years ago
  34. 26ba23e clarified needing to run generate_workspace from bazel source folder by Ittai Zeidman · 9 years ago
  35. c504e4a Fix deb command to download for the right architecture by Kristina Chodorow · 9 years ago
  36. 8455677 Fix a couple of links in documentation by Googler · 9 years ago
  37. cb9788c Add doc on how to "install" the bazel binary by Kristina Chodorow · 9 years ago
  38. 50681c1 Add allow_single_file in attr.label, deprecate single_file. by Laurent Le Brun · 9 years ago
  39. c4ddf6f Deprecate DATA_CFG and HOST_CFG, use string 'data' and 'host' instead. by Laurent Le Brun · 9 years ago
  40. 8f4af75 Make java_classpath flag non-experimental by Liam Miller-Cushon · 9 years ago
  41. 49a797a Add status information to the design documents by Klaus Aehlig · 9 years ago
  42. 583c461 Add design documents to the navigation by Klaus Aehlig · 9 years ago
  43. 425ba58 Skylark documentation update: callback functions have to list the required attributes as their parameters (instead of using an attribute map). by Florian Weikert · 9 years ago
  44. 5e546d5 Minor fixes to the Bazel documentation. by Florian Weikert · 9 years ago
  45. 9a8064d Some cleanup in skylark cookbook/macros doc by Laurent Le Brun · 9 years ago
  46. 172acc1 2016-06-02-sandboxing.md: fix title by Klaus Aehlig · 9 years ago
  47. 6191606 Document that Visual Studio is now required for building Bazel. by Lukacs Berki · 9 years ago
  48. 2fc0157 Add sandboxing design doc from philwo. by Ulf Adams · 9 years ago
  49. d57a653 Update concepts / BUILD files page. by Tobias Werth · 9 years ago
  50. 3b0ca6a getting-started.md: fix typo in URL by Klaus Aehlig · 9 years ago
  51. dd548b0 Replace "Getting Started" page by a Bazel "Hello World" by Klaus Aehlig · 9 years ago
  52. 1f63afa - Move Java-specific content to Java landing page by Yun Peng · 9 years ago
  53. 19fd76f Do not require users to set TMPDIR for bootstrap on Windows. by Dmitry Lomov · 9 years ago
  54. 13fa5bf Corrected date of the design doc on Specifying environment variables by Damien Martin-Guillerez · 9 years ago
  55. 973b727 Add a design document on about specifying environment variables by Klaus Aehlig · 9 years ago
  56. 2cdc802 Clarify documentation of type() - behavior might change in the future. by Laurent Le Brun · 9 years ago
  57. 1c88f9c Document more differences with Python: nested functions and for loops by Laurent Le Brun · 9 years ago
  58. 122bc9c - Rename "Test Encyclopedia" to "Writing Tests" by Yue Gan · 9 years ago
  59. 8dbeedc Fix invalid jekyll markdown by replacing it with explicit HTML. by Tobias Werth · 9 years ago
  60. 42f4ada Remove word "Skylark" from documentation. by Laurent Le Brun · 9 years ago
  61. 59c5c86 install.md: Give clear guidance to users on which installation strategy to use by Yun Peng · 9 years ago
  62. 02d04c13 Move support/contact links to support policy page to free up some space in left by Tobias Werth · 9 years ago
  63. 4318357 Remove doc fragment leftover from removing --cwarn. by Googler · 9 years ago
  64. 9f40da7 Add a query how-to doc page by Kristina Chodorow · 9 years ago
  65. 1bca66f Show Skylark syntax example by Laurent Le Brun · 9 years ago
  66. 740cb39 Add some docs on what rules and files are by Kristina Chodorow · 9 years ago
  67. b4d69c6 Minor updates in build-ref.html by Laurent Le Brun · 9 years ago
  68. 7ec10f9 Slightly reformulate skylark paragraph on support page mentioning skylark's by Tobias Werth · 9 years ago
  69. 662dadd Add license types to the documentation by Kristina Chodorow · 9 years ago
  70. 28de275 Convert internal BUILD file style guide to markdown. by Laurent Le Brun · 9 years ago
  71. fdd673d Document the external directory by Kristina Chodorow · 9 years ago
  72. 480ac15 Move support section from community to documentation. by Tobias Werth · 9 years ago
  73. 20c0bb2 Improve Skylark mutability documentation. by Laurent Le Brun · 9 years ago
  74. 591d1e1 Move libtool-wrapper symlinking logic from xcrunwrapper to libtool script. by Chris Parsons · 9 years ago
  75. 8d23e60 Replace --aspect with --aspects. Fixes #1375. by Yue Gan · 9 years ago
  76. 8fbf1e7 Add documentation about where to put new Skylark rules by Kristina Chodorow · 9 years ago
  77. 3cf7187 Make the Test Encyclopedia be called "Blaze Test Encyclopedia" internally and "Bazel Test Encyclopedia" externally. by Lukacs Berki · 9 years ago
  78. 3319780 Improve example of $TEST_SRCDIR in the documentation. by Googler · 9 years ago
  79. 41d9fbb Fix erroneous HTML in install.md by Lee Mracek · 9 years ago
  80. f1be207 Fix typo in documentation for macros. by Googler · 9 years ago
  81. d9f3e89 install.md: Add instructions for installing Bazel with APT on ubuntu and Homebrew on Mac OS X. by Yun Peng · 9 years ago
  82. 449a2a8 More formatting. by Dmitry Lomov · 9 years ago
  83. 7790375 Even more formatting. by Dmitry Lomov · 9 years ago
  84. e45ed60 More formatting by Dmitry Lomov · 9 years ago
  85. 74461cd Fix formatting. by Dmitry Lomov · 9 years ago
  86. e20e2c1 Fix more typos in aspect docs by Googler · 9 years ago
  87. 9d6d7ff Fix typo in docs. by Dmitry Lomov · 9 years ago
  88. cf2298c Changes to aspects documentation. by Dmitry Lomov · 9 years ago
  89. 2713592 Add aspects documentation. by Dmitry Lomov · 9 years ago
  90. 9b820d7 Remove the --cwarn command line option. by Lukacs Berki · 9 years ago
  91. d654c55 Fix typo in skylark cookbook by Googler · 9 years ago
  92. 7b0e5f0 Docs demonstrating a macro combining Skylark and native rules. by Googler · 9 years ago
  93. fb32cb7 Make RegexFilterExpression public by Chris Parsons · 9 years ago
  94. 0a31eb9 Add documentation on how to Bazel querying for a macro by Andrew Allen · 9 years ago
  95. 06fb7ef Fix docs on test environment and add a test by Kristina Chodorow · 9 years ago
  96. ec4042d Update skylark docs to use build labels consistently for skylark loads by Googler · 9 years ago
  97. 3ee570f Deprecate top-level Java toolchain flags in favour of java_toolchain by Liam Miller-Cushon · 9 years ago
  98. 8f8e67e Fix mismatch between docs and backend/BUILD in master in examples/tutorial. by Eric Paniagua · 9 years ago
  99. ae1b6bc Fix bug introduced by commit dc0fbb42ab22ab8f3205b0884069e1ffe03677c9 where a less specific option specification in a rc file could override a more specific option specification when there's a non-trivial Command hierarchy. A concrete example would be a "build --foo=1" line overriding a "test --foo=2" line for a "test" invocation. by Nathan Harmata · 9 years ago
  100. 0de15d13 Add some documentation about --output=build. by Googler · 9 years ago