1. 4a8bacd Switch the default for --incompatible_package_name_is_a_function by laurentlb · 7 years ago
  2. 1c0c366 Change skylint to accept UpperCamelCaseWithSuffixInfo identifiers by Jared Neil · 7 years ago
  3. 2613b62 Update backward-compatibility.md by scentini · 7 years ago
  4. 779653f Fix links to DefaultInfo by laurentlb · 7 years ago
  5. 5f46044 Add documentation for --incompatible_disable_tools_defaults_package by dbabkin · 7 years ago
  6. b60762b Fix typo by dbabkin · 7 years ago
  7. be02b51 Clarify wording on depset iteration by brandjon · 7 years ago
  8. 09ec261 Introduce --incompatible_static_name_resolution by laurentlb · 7 years ago
  9. 774bfe0 Support directory expansion in Skylark Args. by tomlu · 7 years ago
  10. 0d0aafe Remove incompatible_disable_glob_tracking from documentation by laurentlb · 7 years ago
  11. dc702ce Rename "Skylark" to "Starlark" in documentation. by laurentlb · 7 years ago
  12. fc6640e Fix "Deprecated API" header by laurentlb · 7 years ago
  13. 59b0856 Automatic code cleanup. by Googler · 7 years ago
  14. 59a0b3f Remove cookbook by laurentlb · 7 years ago
  15. 3ffc665 fix typo: "how to creates" -> "how to create" by Vladimir Rutsky · 7 years ago
  16. cb7ed16 Rules are no longer experimental. by laurentlb · 7 years ago
  17. 34fd09d Remove stray backticks to fix end of code block in testing documentation. by Googler · 7 years ago
  18. 9de215d [Skylark] Make range function lazy. by Taras Tsugrii · 7 years ago
  19. d80739a Clarify documentation for implicit deps and default attr values by brandjon · 7 years ago
  20. b0c8619 Skylark spec: -x is not an Operand, but a UnaryExpr by laurentlb · 7 years ago
  21. bbc8ed1 Clarify attr documentation by brandjon · 7 years ago
  22. e047900 PiperOrigin-RevId: 203116395 by brandjon · 7 years ago
  23. ef5873b Remove outdated cfg=data" by gregce · 7 years ago
  24. 89dfee5 Fix minor errors in[] by Googler · 7 years ago
  25. cb68a96 Clarify that depset order is deterministic by brandjon · 7 years ago
  26. 9594d5e If a dictionary is used as a general set, the keys should be mapped to `True` instead of `None`. by Googler · 7 years ago
  27. 18de315 repository_rules.md: update documentation on return values by Klaus Aehlig · 7 years ago
  28. aaf11e9 Make tools in action inputs an error. by tomlu · 7 years ago
  29. 8470058 Fix string.title and string.upper documentation. by Googler · 7 years ago
  30. 99a7c44 Provide more details on the transition to Skylark {git,http}_repository by Klaus Aehlig · 7 years ago
  31. dd5f7db De-document the Skylark "data" transition. by gregce · 7 years ago
  32. fc58231 Recommend 4 spaces for indentation in the style guide. by laurentlb · 7 years ago
  33. 507acf9 Update recursive glob docs. by Googler · 7 years ago
  34. e374970 Add --incompatible_disallow_legacy_javainfo flag. by tomlu · 7 years ago
  35. 87493af Fix code blocks in the documentation by vladmos · 7 years ago
  36. 9c5c19d Externalize testing guidance for Skylark code by brandjon · 7 years ago
  37. d6f3924 Update backward-compatibility.md with missing flag docs by brandjon · 7 years ago
  38. 788b63a Make some links absolute by brandjon · 7 years ago
  39. 83da8cc Fix anchors for docstring section by brandjon · 7 years ago
  40. 185535a Clarify 1st arg of load() by brandjon · 7 years ago
  41. 707acfe Introduce `--incompatible_disallow_filetype` to remove the `FileType` function. by laurentlb · 7 years ago
  42. d5e403b Update the markdown header by laurentlb · 7 years ago
  43. cbe428a Document the new ctx.actions.args() API by brandjon · 7 years ago
  44. 2213d92 Remove flag `incompatible_disallow_toplevel_if_statement`. by laurentlb · 7 years ago
  45. b456e9d Fix bad formatting by brandjon · 7 years ago
  46. a2e5ae9 Update ctx.action.args() docs. by tomlu · 7 years ago
  47. c381cf1 Introduce `--incompatible_disallow_slash_operator` to disable `/` operator. by laurentlb · 7 years ago
  48. 5a35e72 Add "--detach" to tap_presubmit command. Without it, TAP warned it may not halt by Googler · 7 years ago
  49. f1f5f99 Update repository-rule documentation on restarts by Klaus Aehlig · 7 years ago
  50. 0c148f3 Fix the definition of Argument in the Skylark specification by vladmos · 7 years ago
  51. 7a45873 Fix incorrect int() example by brandjon · 7 years ago
  52. 22c573c Fix typo in link by brandjon · 7 years ago
  53. bc4a0a2 Remove the --incompatible_disallow_uncalled_set_constructor flag by vladmos · 7 years ago
  54. 72d5109 Remove the flag --incompatible_show_all_print_messages by vladmos · 7 years ago
  55. 9c4cecd Clarify migration instructions for providers by brandjon · 7 years ago
  56. 856ca71 Remove features that actually don't exist from the spec by laurentlb · 7 years ago
  57. 6d43860 Rename a few pages by brandjon · 7 years ago
  58. 3ef60b7 Split off troubleshooting section into a FAQ page by brandjon · 7 years ago
  59. 7ec05f9 Recommend against writing "boolattr = 1" in style guide by brandjon · 7 years ago
  60. 260f6b2 Fix broken links and formatting by brandjon · 7 years ago
  61. 189adbc Update links to examples by brandjon · 7 years ago
  62. 864ac52 Revamp docs for ctx.outputs by brandjon · 7 years ago
  63. f442ad5 Revamp discussion of executable/test rules by brandjon · 7 years ago
  64. 033081b Fixes nit by removing accidently-repeated words. by Googler · 7 years ago
  65. 940dbc5 Remove --incompatible_load_argument_is_label flag by laurentlb · 7 years ago
  66. 61dcfc7 Revamp docs for default outputs / output groups by brandjon · 7 years ago
  67. 4d14259 Revamp rules.md documentation for files by brandjon · 7 years ago
  68. 346eec4 Replace "else if" with "elif" (Issue 4637) by Serge · 7 years ago
  69. a6ef7fe Recommend True and False for boolean attributes. by laurentlb · 7 years ago
  70. 86f7e68 Set default of --incompatible_disable_glob_tracking to true by laurentlb · 7 years ago
  71. 97704ea Add linter check for deprecated ctx methods. by laurentlb · 7 years ago
  72. 9f608c2 Add example in Skylint doc by laurentlb · 7 years ago
  73. 2195b1c Remove old flags. by laurentlb · 7 years ago
  74. 2d5326a Change extension -> evaluation in docs by Trevor Summers Smith · 7 years ago
  75. a70827d Remove description of the build language. It is Skylark. by laurentlb · 7 years ago
  76. 33ca88f Document a few more differences between Skylark and Python. by laurentlb · 7 years ago
  77. 174451a Revamp rules documentation by laurentlb · 7 years ago
  78. 7f1f3a2 Clarify doc related to declare_file and declared outputs. by laurentlb · 7 years ago
  79. 5232531 Update documentation about Files. by laurentlb · 7 years ago
  80. 4656b84 Fix the Skylark specification by vladmos · 7 years ago
  81. 48fb4de Add a few new readability guidelines by brandjon · 7 years ago
  82. bf0937c PiperOrigin-RevId: 184020914 by laurentlb · 7 years ago
  83. a88f061 Fix the definition of Argument in the Skylark specification by vladmos · 7 years ago
  84. a79f42f Doc formatting fix, take two by brandjon · 7 years ago
  85. 210cdeb Doc formatting fix by brandjon · 7 years ago
  86. 14c8991 Fix link format in bzl-style.md by brandjon · 7 years ago
  87. 0e8af49 Fix link by laurentlb · 7 years ago
  88. 2e76741 Fix a typo in Skylark specification by vladmos · 7 years ago
  89. 191ccfb Fix a really tiny typo by andy g scott ? · 7 years ago
  90. a1a1e61 Improve documentation for depsets. by Googler · 7 years ago
  91. 7285074 Add cfg = "host" to implicit executable aspect attribute because it is required for all attributes marked executable. by dannark · 7 years ago
  92. 773f12e Automatic code cleanup. by Googler · 7 years ago
  93. 13047a0 Rewrite confusing sentence in aspects.md. by dslomov · 7 years ago
  94. a982168 Add link to provider example in the doc by laurentlb · 7 years ago
  95. 7f86d4a Skylint: Add a warning for the `+` operator on depsets. by laurentlb · 7 years ago
  96. a0112a8 Add a Troubleshoot section for rules by laurentlb · 7 years ago
  97. 3dec5cf Document the --incompatible_show_all_print_messages flag by vladmos · 7 years ago
  98. 79b2d31 Update links to use the github examples by laurentlb · 7 years ago
  99. 81a4948 Clarify types of `ctx.attr.<attr_name>` objects. by vladmos · 7 years ago
  100. 1419d64 Replace `ctx.config` with `ctx.configuration` in the documentation by vladmos · 7 years ago