aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/SkylarkSemanticsOptions.java
Commit message (Expand)AuthorAge
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Doc typoGravatar brandjon2017-07-17
* New flag --incompatible_string_is_not_iterable to forbid iteration over strings.Gravatar laurentlb2017-07-13
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Clean up string representations for labelsGravatar vladmos2017-07-05
* New flag `--incompatible_checked_arithmetic` to use checked arithmetics.Gravatar laurentlb2017-07-05
* Introduce --incompatible_new_actions_api flag.Gravatar dslomov2017-07-05
* Update the --incompatible_ flag requirements to use the metadata tag.Gravatar ccalvarin2017-06-28
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Forbid duplicate keys in dictionary literalsGravatar laurentlb2017-06-26
* Introduce --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-21
* Introduce --incompatible_load_argument_is_label (1st argument of load must be...Gravatar laurentlb2017-06-14
* Introduce --incompatible_comprehension_variables_do_not_leakGravatar laurentlb2017-06-14
* Introduce --incompatible_disallow_toplevel_if_statement to forbid top-level i...Gravatar laurentlb2017-06-08
* New flag --incompatible_bzl_disallow_load_after_statementGravatar laurentlb2017-05-10
* Rename some --incompatible_* flags to be more specificGravatar brandjon2017-05-08
* Implement a flag to forbid the `+` operator for dictsGravatar vladmos2017-05-04
* Implement a flag for extend-like behavior of the `+=` operator for listsGravatar vladmos2017-05-04
* Add the flag --incompatible_keyword_only_syntax to forbid keyword-only syntax.Gravatar laurentlb2017-05-04
* Implement a flag to deprecate old constructor for depsets (`set`)Gravatar vladmos2017-05-04
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28