aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/SkylarkSemantics.java
Commit message (Expand)AuthorAge
* Put main repo remapping behind a flag.Gravatar dannark2018-08-07
* C++: Change Skylark API whitelisting to be part of flag.Gravatar plf2018-08-03
* [Skylark] Make range function lazy.Gravatar Taras Tsugrii2018-07-17
* Add --incompatible_disable_deprecated_attr_params to disable some deprecated ...Gravatar cparsons2018-07-16
* [java_common.compile] Always generate a source jar.Gravatar elenairina2018-06-29
* Add --incompatible_disable_data_transition for 'cfg = "data"' Skylark callsGravatar gregce2018-06-27
* Add flag --experimental_enable_repo_mapping to gate usage of repo_mapping fun...Gravatar dannark2018-06-05
* Make tools in action inputs an error.Gravatar tomlu2018-06-02
* Remove --incompatible_disable_glob_tracking flag.Gravatar laurentlb2018-05-16
* Add --incompatible_disallow_legacy_javainfo flag.Gravatar tomlu2018-05-02
* Introduce `--incompatible_disallow_filetype` to remove the `FileType` function.Gravatar laurentlb2018-04-13
* Remove flag `incompatible_disallow_toplevel_if_statement`.Gravatar laurentlb2018-04-12
* Introduce `--incompatible_disallow_slash_operator` to disable `/` operator.Gravatar laurentlb2018-04-11
* Remove support for the --incompatible_disallow_three_arg_vardef command line ...Gravatar lberki2018-04-10
* Split Args#add into three methods.Gravatar tomlu2018-04-05
* New incompatible flag to disable PACKAGE_NAME and REPOSITORY_NAME.Gravatar laurentlb2018-03-27
* Remove the --incompatible_disallow_uncalled_set_constructor flagGravatar vladmos2018-03-22
* Remove the flag --incompatible_show_all_print_messagesGravatar vladmos2018-03-22
* Remove no-op flag 'incompatible_load_argument_is_label'.Gravatar laurentlb2018-03-21
* Add a command line option to disallow vardef()s with three arguments.Gravatar lberki2018-03-06
* Create --incompatible_disable_objc_provider_resources to disable deprecated o...Gravatar cparsons2018-03-01
* Deprecate native git_repositoryGravatar Klaus Aehlig2018-03-01
* Set default of --incompatible_disable_glob_tracking to trueGravatar laurentlb2018-02-21
* Decprecate native http_archiveGravatar Klaus Aehlig2018-02-20
* Remove old flags.Gravatar laurentlb2018-02-16
* Remove testing flag --internal_do_not_export_builtinsGravatar brandjon2017-12-21
* Add a new flag to disable glob tracking: --incompatible_disable_glob_trackingGravatar laurentlb2017-12-12
* Remove the --incompatible_list_plus_equals_inplace flagGravatar vladmos2017-12-08
* New flag `--incompatible_depset_union` to disable old-style depset merging.Gravatar laurentlb2017-12-07
* Add SkylarkSemantics#toBuilder() and #builderWithDefaults()Gravatar brandjon2017-12-06
* Flip the --incompatible_disallow_uncalled_set_constructor flagGravatar vladmos2017-12-06
* Set default value of incompatible_load_argument_is_label to true.Gravatar laurentlb2017-12-04
* Do not filter debug messagesGravatar vladmos2017-11-30
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-21
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-20
* Automated rollback of commit 1b98de65873054b148ced772cfa827a7bfb5ad9a.Gravatar dslomov2017-10-23
* Flip the --incompatible_list_plus_equals_inplace flag by defaultGravatar vladmos2017-10-16
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-10-13
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Split off SkylarkSemanticsOptions into an immutable classGravatar brandjon2017-10-06