1. 39c55b7 Remove the flag `incompatible_disallow_native_in_build_file` by laurentlb · 6 years ago
  2. 3b7e294 Remove the flag `incompatible_no_kwargs_in_build_files`. by laurentlb · 6 years ago
  3. 511eb22 Replace isUseSkylarkSemantics with isUseStarlarkSemantics by laurentlb · 6 years ago
  4. fdc2da7 Remove flag incompatible_static_name_resolution_in_build_files by laurentlb · 6 years ago
  5. 7eb483c Remove the flag `incompatible_disallow_filetype` by laurentlb · 6 years ago
  6. 28c30a7 Rename useSkylarkSemantics to useStarlarkSemantics by laurentlb · 6 years ago
  7. 5c1005c Automated rollback of commit 536a166270590a8dbc701718550383f3a07cc763. by juliexxia · 6 years ago
  8. 36c70a6 Rollforward "Disable outputs param of rule function" with fix by cparsons · 6 years ago
  9. 0951c9b Add a "starlark-semantics" option to the "info" command by mschaller · 6 years ago
  10. af53a11 MethodDescriptor.call: don't convert unchecked exceptions into EvalException. by Benjamin Peterson · 6 years ago
  11. 20c8413 Restrict string escape sequences and introduce flag by Marwan Tammam · 6 years ago
  12. b02b707 Introduce java_common Google-only interface methods to the Starlark build API by cparsons · 6 years ago
  13. 5935259 Flip the --incompatible_depset_is_not_iterable flag by vladmos · 6 years ago
  14. 0e6dcee Flip --incompatible_no_support_tools_in_action_inputs by laurentlb · 6 years ago
  15. f34458b C++: Flips incompatible_depset_for_libraries_to_link_getter by plf · 6 years ago
  16. 536a166 Turn on --experimental_build_setting_api by juliexxia · 6 years ago
  17. a626990 Turn on --experimental_starlark_config_transitions by juliexxia · 6 years ago
  18. d2df40b Flip --incompatible_objc_framework_cleanup flag to true by Googler · 6 years ago
  19. 089e017 Improve error message for --incompatible_string_join_requires_strings by Jingwen Chen · 6 years ago
  20. fa654b4 Flip the flag --incompatible_no_kwargs_in_build_files by laurentlb · 6 years ago
  21. 4d1f5a3 Flip the --incompatible_disallow_native_in_build_file flag by vladmos · 6 years ago
  22. 5736381 Blaze actions: add support for dependency pruning. by Googler · 6 years ago
  23. 9bc841e Introduce flag --incompatible_disallow_empty_glob=true by laurentlb · 6 years ago
  24. 28c8a8c C++: Flips --incompatible_do_not_split_linking_cmdline by plf · 6 years ago
  25. 5e51c88 Flip flag --incompatible_new_actions_api by laurentlb · 6 years ago
  26. 2a10729 Flip --incompatible_string_join_requires_strings by laurentlb · 6 years ago
  27. 09928d6 Flip the flag --incompatible_disable_deprecated_attr_params by laurentlb · 6 years ago
  28. d1c1794 Automated rollback of commit 8241d27d669dcfa7517deceda67715be344d50b9. by schmitt · 6 years ago
  29. dff9a2f Remove the --incompatible_disallow_old_octal_notation flag by laurentlb · 6 years ago
  30. aea0560 Make Artifact an abstract class, and break out a DerivedArtifact subclass. This will facilitate future refactorings in which a DerivedArtifact will have an ActionLookupData "owner", while a SourceArtifact will have a Label owner (or an ArtifactOwner, depending on how lazy I am). by janakr · 6 years ago
  31. cc7a6e0 Flip the flag --incompatible_static_name_resolution_in_build_files by laurentlb · 6 years ago
  32. 8241d27 Flip the --incompatible_disallow_native_in_build_file flag by vladmos · 6 years ago
  33. 438b885 Flip --incompatible_disallow_old_octal_notation by vladmos · 6 years ago
  34. c4251fb Fix the octal number example in the documentation by vladmos · 6 years ago
  35. b0c1d91 Clarify Starlark docs for string.strip(), string.lstrip(), and string.rstrip(). by ahumesky · 6 years ago
  36. 52fc135a Delete NestedSet.toCollection in favor of toList. by Googler · 6 years ago
  37. c2001a4 Automated rollback of commit bbe47a1564a832e1a175206f2dfbc92af94c120b. by aehlig · 6 years ago
  38. 6cb90b8 Flip the --incompatible_disable_objc_provider_resources flag to true by default. by kaipi · 6 years ago
  39. a565f08 select(): fail fast and more precisely on empty dictionaries. by gregce · 6 years ago
  40. 0d40b7f C++: Make linking_context libraries_to_link return depset by plf · 6 years ago
  41. 228df08 Fix crash bug when a BUILD/bzl file begins with a tab character. by nharmata · 6 years ago
  42. 6b3724f Convert flag --experimental_restrict_named_params to --incompatible_restrict_named_params by cparsons · 6 years ago
  43. 2cfa019 Enable --incompatible_depset_union by default in Bazel. by laurentlb · 6 years ago
  44. 5688793 Add incompatible_disallow_rule_execution_platform_constraints_allowed flag. by John Cater · 6 years ago
  45. 6bd9a7b Mark remainder of legacyNamed either "actually named" or set for migration by cparsons · 6 years ago
  46. 137019f Add managed_directories attribute to workspace() function. by Googler · 6 years ago
  47. ed6bfbe Introduce no-op --experimental_google_legacy_api flag by cparsons · 6 years ago
  48. 557cb2e Automated rollback of commit 493b59e6a5eb171c5710c4751c8f4feafddd6adb. by juliexxia · 6 years ago
  49. bbe47a1 Disable outputs param of rule function by cparsons · 6 years ago
  50. 7ac265d (Rollforward) Convert MethodLibrary's SkylarkSignature methods to SkylarkCallable by cparsons · 6 years ago
  51. 95f3428 Introduce flag --incompatible_disallow_old_octal_notation by laurentlb · 6 years ago
  52. c6c9b8e Merge LabelImport class and SkylarkImport; delete SkylarkImports by laurentlb · 6 years ago
  53. ff35a05 Merge AbsoluteLabelImport and RelativeLabelImport classes. by laurentlb · 6 years ago
  54. 4333692 Minor code simplification in SkylarkImports by laurentlb · 6 years ago
  55. f8e87fb Clean up framework support by Googler · 6 years ago
  56. 774cf20 Enable --incompatible_no_output_attr_default by default by laurentlb · 6 years ago
  57. ed63333 Introduce flag --incompatible_static_name_resolution_in_build_files by laurentlb · 6 years ago
  58. 493b59e Give --define a new Starlark friendly converter. by juliexxia · 6 years ago
  59. 024b495 Simplify SkylarkImports by laurentlb · 6 years ago
  60. de41cf8 Introduce flag --incompatible_no_kwargs_in_build_files by laurentlb · 6 years ago
  61. ab06291 Simplify BuildFileAST and move BUILD file validation checks. by laurentlb · 6 years ago
  62. f63f571 Remove --incompatible_use_toolchain_providers_in_java_common flag by cushon · 6 years ago
  63. 3f6da0a Remove third party license checking from Bazel. by gregce · 6 years ago
  64. f1ae3dc Enable --incompatible_use_toolchain_providers_in_java_common by cushon · 6 years ago
  65. c4333f4 Flip --incompatible_disable_third_party_license_checking. by gregce · 6 years ago
  66. 18ef7a5 Introduce new flag `--incompatible_string_join_requires_strings` by laurentlb · 6 years ago
  67. ce4b73e Enable --incompatible_no_attr_license by default by laurentlb · 6 years ago
  68. 254a4be Remove flag `--incompatible_strict_argument_ordering`. by laurentlb · 6 years ago
  69. d576ed0 Remove `--incompatible_disallow_data_transition` flag by laurentlb · 6 years ago
  70. 3f791e76 Enable incompatible_disallow_load_labels_to_cross_package_boundaries by default by laurentlb · 6 years ago
  71. e12229e Remove --incompatible_require_feature_configuration_for_pic by hlopko · 6 years ago
  72. 3992d29 Enable --incompatible_bzl_disallow_load_after_statement by default by laurentlb · 6 years ago
  73. dac096c Fix "the the". by Benjamin Peterson · 6 years ago
  74. 684646e Automated rollback of commit 15b70bb63e5495290900de9303cbebb0ff12210b. by laurentlb · 6 years ago
  75. af6b179 bazel syntax: augment doc comment on symbol registry by Googler · 6 years ago
  76. 15b70bb Automated rollback of commit f7f5415af74bda139d7e24bc3e0db1b9b470e7e5. by laurentlb · 6 years ago
  77. f7f5415 Enable --incompatible_no_transitive_loads by default by laurentlb · 6 years ago
  78. b37296c Extend dict update to accept keyword args by Marwan Tammam · 6 years ago
  79. c65bbd8 Automated rollback of commit 6619fed50bd3b1c533a678767cf0ea090422c8b1. by juliexxia · 6 years ago
  80. 94f4f7b Add context to skylarkqueryable by Danna Kelmer · 6 years ago
  81. e0864d0 Add StarlarkContext to SkylarkIndexable.getIndex by Danna Kelmer · 6 years ago
  82. 3010e57 C++: Remove gcc flags. by plf · 6 years ago
  83. c25c054 C++: fix formatting of files that commonly complicate diffs by plf · 6 years ago
  84. 3b08beb Create flag to turn down named-ness of certain Starlark params by cparsons · 6 years ago
  85. c32c334 Remove --experimental_enable_repo_mapping. It was experimental but has also been a no-op for a release so it is safe to remove. by dannark · 6 years ago
  86. 70981cd Automated rollback of commit dfd48fcd64327b55627540ec7aa6c15e9096687e. by pcloudy · 6 years ago
  87. dfd48fc Set default value of --incompatible_remap_main_repo to true. by dannark · 6 years ago
  88. 4aa059a Add --incompatible_disable_third_party_license_checking. by gregce · 6 years ago
  89. ce74927 Automated rollback of commit 993c4843ed807ded975445babefd839923e5d2d9. by pcloudy · 6 years ago
  90. 993c484 Enable --incompatible_use_toolchain_providers_in_java_common by cushon · 6 years ago
  91. 64e833c Introduce --incompatible_disallow_native_in_build_file to forbid native module in BUILD files by laurentlb · 6 years ago
  92. d4e13ea Enable --incompatible_disallow_old_style_args_add by default by laurentlb · 6 years ago
  93. 874820c Restore deprecation error for {PACKAGE,REPOSITORY}_NAME by Shmuel H · 6 years ago
  94. d979636 Remove --incompatible_generate_javacommon_source_jar by cushon · 6 years ago
  95. b642228 Enable --incompatible_disallow_dict_plus by default by laurentlb · 6 years ago
  96. 26f843d Remove flag `--incompatible_string_is_not_iterable` by laurentlb · 6 years ago
  97. 92c43cd Rename SkylarkSemanticsOptions to StarlarkSemanticsOptions by laurentlb · 6 years ago
  98. 6659b4c Rename SkylarkSemantics to StarlarkSemantics by laurentlb · 6 years ago
  99. 4a2f838 Inline the size() function. by laurentlb · 6 years ago
  100. ce1a64e Enable --incompatible_disallow_filetype by default. by laurentlb · 6 years ago