aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/MethodLibraryTest.java
Commit message (Expand)AuthorAge
* Make `incompatible_disallow_toplevel_if_statement` default to true.Gravatar laurentlb2017-08-17
* Improve error message when calling a builtin function with wrong typeGravatar laurentlb2017-07-07
* Forbid duplicate keys in dictionary literalsGravatar laurentlb2017-06-26
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* str.partition and str.rpartition return tuples instead of listsGravatar Vladimir Moskva2017-02-23
* Use skylark-preferred quote char for string literalGravatar Michajlo Matijkiw2017-02-23
* parseBuildString doesn't crash on files with hash lines.Gravatar Carmi Grushko2017-02-21
* Disallow comparison of objects of different types in SkylarkGravatar Vladimir Moskva2017-02-16
* BuildFileAST.eval() doesn't execute the code when there's a static error.Gravatar Laurent Le Brun2017-02-15
* Refactor SkylarkNestedSet to not implement IterableGravatar Jon Brandvein2017-01-20
* Refactor SkylarkNestedSet type checks and testsGravatar Jon Brandvein2017-01-13
* Make the string strip() methods compatible with PythonGravatar Jon Brandvein2017-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
* Add `depset` as an alias to `set` in SkylarkGravatar Vladimir Moskva2016-12-27
* Add a new AST node for augmented assignments in SkylarkGravatar Vladimir Moskva2016-12-19
* Add tuple() method to Skylark.Gravatar Googler2016-12-12
* 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
* Rollback of commit 984d6d48d0e07ac3be2bbfec667158165390eb4f.Gravatar Tobias Werth2016-11-24
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-11-22
* Fix bugs in slicing with a negative strideGravatar Jon Brandvein2016-11-14
* Change getattr() behavior so 3-arg form doesn't fail when field is a methodGravatar Jon Brandvein2016-10-27
* Index and slice calls are implemented as separate AST nodes rather than specialGravatar Vladimir Moskva2016-09-15
* Fixed SkylarkTests on WindowsGravatar Yun Peng2016-09-09
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Make 3-arg form of getattr() work when third arg is NoneGravatar Jon Brandvein2016-07-27
* Following commit 9c4629dafc3aafc10f952824efd448700ad3363e, specify that hashi...Gravatar Jon Brandvein2016-07-21
* RELNOTES: Add global hash() function for strings (only)Gravatar Jon Brandvein2016-07-21
* Skylark: int() can now declare a base parameter.Gravatar Florian Weikert2016-07-04
* Fixed more Bazel tests on Windows by using the right line separatorGravatar Yun Peng2016-06-21
* Allow fail() function to accept any argumentGravatar Laurent Le Brun2016-05-24
* implement list.insert for skylark ruleGravatar Yue Gan2016-04-07
* Skylark: improved documentation and error messages of getattr() and hasattr()...Gravatar Florian Weikert2016-03-08
* Skylark: implement dict.updateGravatar Laurent Le Brun2016-03-08
* Implement pop(), popitem() and setdefault() for dictGravatar Francois-Rene Rideau2016-02-19
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-02-02
* Reinstate mutable SkylarkDictGravatar Francois-Rene Rideau2016-02-01
* Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.Gravatar Damien Martin-Guillerez2016-01-29
* Make Skylark dicts mutableGravatar Francois-Rene Rideau2016-01-29
* Reduce differences between Skylark and Build evaluationGravatar Laurent Le Brun2015-12-28
* Add list.popGravatar Laurent Le Brun2015-12-22
* Skylark: Slice operations now accept a step argument.Gravatar Florian Weikert2015-12-17
* Rollback of commit 21fbbd6a32b95ba746f09dae1eaeaccf675cd5b3.Gravatar Florian Weikert2015-12-17
* Rollback of commit d03485f1361ff825a976512959438321442c7c98.Gravatar Kristina Chodorow2015-12-16
* Implement list.remove functionGravatar Laurent Le Brun2015-12-16
* Skylark: implemented all() and any()Gravatar Florian Weikert2015-12-16
* Skylark: implemented more string functions (isalnum, isdigit, etc).Gravatar Florian Weikert2015-12-16