1. cdb8a63 Rename bazel-user-manual.html into user-manual.html by dmarting · 8 years ago
  2. 6df6a5e Fix aspects documentation by dslomov · 8 years ago
  3. 2fec2c7 Note the existence of a `execroot/` directory by Alex Vandiver · 8 years ago
  4. dffa636 Move blaze-query-v2.html to query.html by dmarting · 8 years ago
  5. ef1424c When migrating to Bazel, creating multiple build files is an optional step. by Googler · 8 years ago
  6. f635ced drop apt upgrade from shell script install by Russ Cox · 8 years ago
  7. 658143c Update dependency list in the installation instructions by aehlig · 8 years ago
  8. f0ed5d3 docs,Windows: update installation docs by laszlocsomor · 8 years ago
  9. 01f659d Add a --build_runfile_manifests flag which controls production of by Googler · 8 years ago
  10. 5a49584 Correct documentation for --build_runfile_links. by Googler · 8 years ago
  11. d255dae Add recommendation to build-style.md about listing dependencies directly. by Googler · 8 years ago
  12. e2eb771 Add python as a bazel dependency into our docs by hlopko · 8 years ago
  13. 270cd91 Update docs since bazel doesn't link agains msys-2.0.dll anymore by hlopko · 8 years ago
  14. 9241c50 Update windows doc for the current default msys install location by hlopko · 8 years ago
  15. 102e458 Link to the Tulsi and IntelliJ plugin pages. by Googler · 8 years ago
  16. 8515118 Make `incompatible_disallow_toplevel_if_statement` default to true. by laurentlb · 8 years ago
  17. d21d5d6 Fix typo in C++ tutorial: "target that that builds" by Alex · 8 years ago
  18. 26c69e9 Update BUILD grammar by fzaiser · 8 years ago
  19. 50f7249 Introduce the 'siblings' query function. by nharmata · 8 years ago
  20. d40b74a Fix formatting issue. by Googler · 8 years ago
  21. 214a7ae Update files attribute on pkg_tar. by John Cater · 8 years ago
  22. 01122f4 Fix backwards compat doc <title>. by Benjamin Peterson · 8 years ago
  23. 9e18b0a Fix broken link to cc_binary by Yi Cheng · 8 years ago
  24. 3d70c31 Split the mobile app tutorial into separate Android and iOS tutorials and eliminate the backend server tutorial. by Googler · 8 years ago
  25. 3cb136d Add python to bazel's dockerfiles by hlopko · 8 years ago
  26. b4011da site: add documentation about the BEP and BES by Jakob Buchgraber · 8 years ago
  27. 6c31578 Add a TOC to the C++ tutorial. by Googler · 8 years ago
  28. 1c6a982 Add TOC to Java tutorial. by Googler · 8 years ago
  29. d367ae3 Fix documentation: a list was inadvertently nested in the example code by fzaiser · 8 years ago
  30. 1e0a3bb Fix table of contents for the BUILD file style guide. by Yilei Yang · 8 years ago
  31. 644bb11 Java tutorial: update images of dependency graphs by László Csomor · 8 years ago
  32. 2b5e94a Add an introduction to what external repositories are by kchodorow · 8 years ago
  33. 3d21578 Windows: Bazel now has an icon by Laszlo Csomor · 8 years ago
  34. 1b548c7 Cross-reference '--aspects' flag documentation. by Dmitry Lomov · 8 years ago
  35. 20416ff Update install-os-x.md by Oleg Tsarev · 8 years ago
  36. 8aa6745 Rephrase server failure warning in Blaze User Manual by Googler · 8 years ago
  37. cfcec54 Remove reference to missing figures. by Googler · 8 years ago
  38. ab5ca782 Add links to examples in the documentation. by laurentlb · 8 years ago
  39. 0736aea Tutorial about macro creation by laurentlb · 8 years ago
  40. a5be558 Tutorial for sharing a variable by laurentlb · 8 years ago
  41. 67f42c3 Update aspects documentation to the latest and greatest APIs. by Dmitry Lomov · 8 years ago
  42. 006659e Automated rollback of commit 08e34e37663ec0fa2e957e44c7e1e0a2afc205ea. by Googler · 8 years ago
  43. ef5a00c Reference `aspect` function from aspects documentation. by Dmitry Lomov · 8 years ago
  44. 79816f6 Use new actions API in docs. by Dmitry Lomov · 8 years ago
  45. 7ddf361 Document bazelrc "import %workspace%/..." by Mike Morearty · 8 years ago
  46. 08e34e3 the build file and bash example out of synch by Shlomi Shemesh · 8 years ago
  47. d1e564b Use double-quotes instead of single-quotes for consistency. by laurentlb · 8 years ago
  48. 006a7b1 Fix link in the menu by laurentlb · 8 years ago
  49. 978780d Move some best practices to the BUILD file style guide. by laurentlb · 8 years ago
  50. bf65cf3 Move Backward compatibility to a separate page. by laurentlb · 8 years ago
  51. 286f1e9 Mark PACKAGE_NAME and REPOSITORY_NAME as deprecated. by laurentlb · 8 years ago
  52. 404ebc7 Fix link to the Building Python on Windows doc. by Yilei (Dolee) Yang · 8 years ago
  53. 020ef07 RELNOTES: None. by Googler · 8 years ago
  54. 4da2f16 Fix typo. by Googler · 8 years ago
  55. 3beea11 Add a concepts menu to extensions documentation by laurentlb · 8 years ago
  56. 7b30d75 Instructions for migrating from Maven to Bazel by Googler · 8 years ago
  57. a752d8b New flag --incompatible_string_is_not_iterable to forbid iteration over strings. by laurentlb · 8 years ago
  58. bf07eaf Add second method to access external dependencies when using generate_workspace tool. by Googler · 8 years ago
  59. c16f798 fixed broken link to maven_jar code in docs by Ittai Zeidman · 8 years ago
  60. 57742cc Update Bazel Test Encyclopedia. by Googler · 8 years ago
  61. d5930ea Allow Debian package to be installed alongside JDK 9 by Thomas Broyer · 8 years ago
  62. 45d1c37 Docs: Do not display Edit button on Skylark reference pages Fix #3335 by steren · 8 years ago
  63. 58dc6b9 Remove support for -extra_checks:off by cushon · 8 years ago
  64. fd04ce8 Restore docs for javahotswap command. by dslomov · 8 years ago
  65. 71838c2 For topic about generate_workspace tool, fixed broken links and did some rewording. by Googler · 8 years ago
  66. 34bbdcf New flag `--incompatible_checked_arithmetic` to use checked arithmetics. by laurentlb · 8 years ago
  67. cfd00fa Update to latest version of the SVG logo (with polished markup) by steren · 8 years ago
  68. 8b1281b Improve the Skylark rule naming documentation by steren · 8 years ago
  69. c9d4425 Describe the tool `generate_workspace` in a separate topic. Update instructions for generating a WORKSPACE file. by Googler · 8 years ago
  70. a9f2bc2 We dropped support for JDK7 by steren · 8 years ago
  71. 30c35a2 Reorganize Windows install instructions by steren · 8 years ago
  72. 100a078 Fix TOC in this topic. Our markdown doesn't use [TOC] to create a table of contents. by Googler · 8 years ago
  73. b587350 Update aspect documentation to reflect aspect parameters. by Googler · 8 years ago
  74. 1b2e451 Remove misleading documentation about 'transitive-deps' target by Jeremy Apthorp · 8 years ago
  75. 9b394a2 Bazel docs: Fix Edit button by steren · 8 years ago
  76. ffa68e2 Create and example of how to change the default on inherited attributes by Pweaver (Paul Weaver) · 8 years ago
  77. 205125b Use relative paths in links in docs. by dzc · 8 years ago
  78. 27486a6 Remove trailing closing parenthesis by dannark · 8 years ago
  79. e94ffea Add missing word by steren · 8 years ago
  80. 8880cf2 Forbid duplicate keys in dictionary literals by laurentlb · 8 years ago
  81. 1d8cd59 Rework jekyll-tree build to add redirects from site root. by dzc · 8 years ago
  82. f8e5e0d Remove Support page from docs. by dzc · 8 years ago
  83. 505b78c Update logo. Update Header and Footer to use new style from bazel-website. by steren · 8 years ago
  84. 3c566c6 Use targets' labels' package identifier for query output=package by mschaller · 8 years ago
  85. e9424cf Automated rollback of commit 7dec00574aa91327693f6ba7e90bff5bc834253e. by ajmichael · 8 years ago
  86. 71c6aa8 Delete the 'upcoming' changes section. by laurentlb · 8 years ago
  87. c9b6f4a Introduce --incompatible_depset_is_not_iterable by laurentlb · 8 years ago
  88. 1d9d6fe Update install documentation with latest Bazel version number by steren · 8 years ago
  89. d02aabf Fix a link rot. by Googler · 8 years ago
  90. 855b7c5 Clarify a remark on upcoming changes by brandjon · 8 years ago
  91. 8570e4d Remove reference to Python-preprocessing in the documentation by laurentlb · 8 years ago
  92. 51dcd28 Fix couple of code blocks, doc paths in docgen templates. by dzc · 8 years ago
  93. ba69b39 Introduce --incompatible_load_argument_is_label (1st argument of load must be a label). by laurentlb · 8 years ago
  94. 9d5c0a0 Introduce --incompatible_comprehension_variables_do_not_leak by laurentlb · 8 years ago
  95. c9b3b74 docs: fix outputBase path by Thiago Farina · 8 years ago
  96. af70ce5 Don't call function names keyword in the query reference because they are not. by lberki · 8 years ago
  97. 11a89fb Document the --experimental_extra_action_top_level_only command line option. by lberki · 8 years ago
  98. d83cf04 Small edits to overview topic. by Googler · 8 years ago
  99. 0cce52e Re-add some accidentally deleted docs. by ajmichael · 8 years ago
  100. c6dfe02 Removed docs for nonexistent option by Mike Morearty · 8 years ago