aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Add operator // for division.Gravatar laurentlb2017-05-22
* Fixes incorrectly-ordered arguments to calls to assertEqualsGravatar Googler2017-05-19
* New flag --incompatible_bzl_disallow_load_after_statementGravatar laurentlb2017-05-10
* 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
* Add the flag --incompatible_keyword_only_syntax to forbid keyword-only syntax.Gravatar laurentlb2017-05-04
* Implement a flag to deprecate old constructor for depsets (`set`)Gravatar vladmos2017-05-04
* Make immutability explicit for things exposed to Skylark.Gravatar dslomov2017-04-12
* Rephrase AbstractAttributeMapper#visitLabels such that we can avoid creating ...Gravatar nharmata2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Delete STRING_DICT_UNARYGravatar michajlo2017-03-31
* Enable SkylarkCallable methods to be used on ClassObjects.Gravatar Michael Staib2017-03-22
* Global cleanup change.Gravatar Googler2017-03-08
* Allow ' ', '(', ')' and '$' in labels Gravatar Damien Martin-Guillerez2017-03-06
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Improve error message for the 'in' operator.Gravatar Laurent Le Brun2017-03-03
* Rollback of commit 34ffc4cab1b6cdde54e5945427b79c24fff39aa5.Gravatar Dmitry Lomov2017-03-02
* Rollback of commit 01120026dc313ee7ad9ea95069a29252eb19173b.Gravatar Jon Brandvein2017-03-01
* Export exportable values as we go instead of at the end of evaluation.Gravatar Dmitry Lomov2017-03-01
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-02-24
* 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
* 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
* Raise error in function calls when star argument is not iterableGravatar Laurent Le Brun2017-02-20
* Do not sort dict keys when printingGravatar Vladimir Moskva2017-02-17
* 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
* Fix int*list binary operator.Gravatar Laurent Le Brun2017-02-09
* Change depset conversion to stringsGravatar Vladimir Moskva2017-01-30
* Refactor SkylarkNestedSet to not implement IterableGravatar Jon Brandvein2017-01-20
* Add new names for depset traversal ordersGravatar Jon Brandvein2017-01-20
* Rename and reorder depset testsGravatar Jon Brandvein2017-01-20
* Require parens around tuple with trailing comma.Gravatar Laurent Le Brun2017-01-17
* Add a to_list() method to depsetsGravatar Jon Brandvein2017-01-16
* Refactor SkylarkNestedSet type checks and testsGravatar Jon Brandvein2017-01-13
* Refactor NestedSetBuilderGravatar Jon Brandvein2017-01-13
* Rollback of commit 0d1dc5537903a8c2ad56e66cee129b8f4d4e2592.Gravatar Pedro Liberal Fernandez2017-01-11
* Improve performance and semantics of union of Skylark setsGravatar Jon Brandvein2017-01-10
* Minor improvements to error messages.Gravatar Laurent Le Brun2017-01-04
* Make the string strip() methods compatible with PythonGravatar Jon Brandvein2017-01-03
* 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