1. 41f2974 Move option tag checks to compile time. by ccalvarin · 8 years ago
  2. e8aae03 Add OptionDefinition layer between the @Option annotation and its fields and the options parser. by ccalvarin · 8 years ago
  3. c69dbf8 Use cached values for option converter types. by ccalvarin · 8 years ago
  4. c82a197 Make the @Option annotation depend on the java version of the tagging enums. by ccalvarin · 8 years ago
  5. 456adb2 Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetadataTags. by ccalvarin · 8 years ago
  6. 59a0e4f Enforce the new category and effect tags. by ccalvarin · 8 years ago
  7. 987715b Require that flags with static expansions be of Void type. by ccalvarin · 8 years ago
  8. ca600bf Remove support of --no_ prefix for boolean flags. by ccalvarin · 8 years ago
  9. 46da1fc Add a way for options classes to mark that they are skyframe-friendly by brandjon · 8 years ago
  10. f9efa42 Don't hard remove --no_, give a warning first. by ccalvarin · 8 years ago
  11. 5d10426 Deprecate use of option category to describe documentation level / usage restrictions. by ccalvarin · 8 years ago
  12. 91e4ded Add ordering semantics for cached options data by brandjon · 8 years ago
  13. 681f433 Remove --no_ support. by ccalvarin · 8 years ago
  14. 9426175 Add --all_incompatible_changes, the user's shorthand for turning on all --incompatible_* flags by brandjon · 8 years ago
  15. 584dc71 Watch for --no and --no_ flag name conflicts. by ccalvarin · 8 years ago
  16. 22d261c Add expansion functions to options parser by Jon Brandvein · 8 years ago