aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/SkylarkEvaluationTest.java
Commit message (Expand)AuthorAge
* Fix testPlusEqualsOnDictGravatar vladmos2018-01-02
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Remove the --incompatible_list_plus_equals_inplace flagGravatar vladmos2017-12-08
* Add test for recursive function callsGravatar brandjon2017-10-23
* Check parameter types for methods when multiple types are allowed.Gravatar Dmitry Lomov2017-09-25
* Automated rollback of commit 17214ac78ffaec369d5d5bafe62a39730473cfaa.Gravatar dslomov2017-09-22
* Check parameter types for methods when multiple types are allowed.Gravatar dslomov2017-09-20
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* --incompatible_comprehension_variables_do_not_leak defaults to trueGravatar laurentlb2017-09-08
* Support labels referencing external targets (with '@') in load with --incompa...Gravatar Kevin Gessner2017-09-07
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* Throw a static error when lvalue of an augmented assignment is a list.Gravatar laurentlb2017-08-21
* Make `incompatible_disallow_toplevel_if_statement` default to true.Gravatar laurentlb2017-08-17
* Make the print function output debug messagesGravatar vladmos2017-08-11
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Refactor augmented assignment and lvaluesGravatar brandjon2017-07-26
* Fix crash when unioning depsets with different ordersGravatar brandjon2017-07-14
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Require LValues to have at least one variable.Gravatar laurentlb2017-07-06
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Forbid 'in' operator on depset with --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-26
* Make len(depset()) fail when --incompatible_depset_is_not_iterable is setGravatar 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
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Rename some --incompatible_* flags to be more specificGravatar brandjon2017-05-08
* Implement a flag to forbid the `+` operator for dictsGravatar vladmos2017-05-04
* Fix Java styleGravatar vladmos2017-05-04
* Implement a flag for extend-like behavior of the `+=` operator for listsGravatar vladmos2017-05-04
* Make immutability explicit for things exposed to Skylark.Gravatar dslomov2017-04-12
* Enable SkylarkCallable methods to be used on ClassObjects.Gravatar Michael Staib2017-03-22
* Improve error message for the 'in' operator.Gravatar Laurent Le Brun2017-03-03
* Augmented assignments don't evaluate lhs multiple timesGravatar Vladimir Moskva2017-02-21
* parseBuildString doesn't crash on files with hash lines.Gravatar Carmi Grushko2017-02-21
* BuildFileAST.eval() doesn't execute the code when there's a static error.Gravatar Laurent Le Brun2017-02-15
* Change depset conversion to stringsGravatar Vladimir Moskva2017-01-30
* Rollback of commit 0d1dc5537903a8c2ad56e66cee129b8f4d4e2592.Gravatar Pedro Liberal Fernandez2017-01-11
* Improve performance and semantics of union of Skylark setsGravatar Jon Brandvein2017-01-10
* Add 'did you mean' suggestion when accessing a struct fieldGravatar Laurent Le Brun2017-01-03
* Add 'did you mean' suggestion when accessing an undefined variable.Gravatar Laurent Le Brun2017-01-03
* Cleanup in error messages, try to improve consistency.Gravatar Laurent Le Brun2017-01-03
* Make depsets temporarily completely backward compatibleGravatar Vladimir Moskva2016-12-27
* Add `depset` as an alias to `set` in SkylarkGravatar Vladimir Moskva2016-12-27
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-12-05
* Rollback of commit c182908910a370b490e7e027b867e11f9f2fb086.Gravatar Michajlo Matijkiw2016-12-01
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-11-30
* Allow calling attributes of built-in objects.Gravatar Vladimir Moskva2016-10-31