aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Misc cleanups of AST node APIGravatar brandjon2017-07-12
* Clean up string representations for unknown objectsGravatar vladmos2017-07-12
* Make SkylarkValue instances mutable by defaultGravatar vladmos2017-07-11
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Improve error message when calling a builtin function with wrong typeGravatar laurentlb2017-07-07
* Prohibit multiple load() statements from appearing on the same lineGravatar brandjon2017-07-07
* Require LValues to have at least one variable.Gravatar laurentlb2017-07-06
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Make 'load' a keywordGravatar laurentlb2017-07-05
* Allow strings as default values of labelsGravatar vladmos2017-07-05
* Forbid tabs for indentationGravatar laurentlb2017-07-05
* New flag `--incompatible_checked_arithmetic` to use checked arithmetics.Gravatar laurentlb2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Add more helpers to ParserGravatar brandjon2017-06-28
* Turn unary minus into a proper AST nodeGravatar brandjon2017-06-28
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* Forbid octal sequences greater than \377 (0xff) in strings.Gravatar laurentlb2017-06-26
* Forbid 'in' operator on depset with --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-26
* Forbid duplicate keys in dictionary literalsGravatar 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
* Move some Skylark tests out of Java.Gravatar laurentlb2017-06-20
* Make equality, comparison and 'in' operators not associative.Gravatar laurentlb2017-06-19
* Require parentheses around tuple in list comprehension filtering.Gravatar laurentlb2017-06-19
* Add support for the '0o' octal prefix for integers.Gravatar laurentlb2017-06-16
* Introduce --incompatible_load_argument_is_label (1st argument of load must be...Gravatar laurentlb2017-06-14
* Propagate postable events further upGravatar Klaus Aehlig2017-06-14
* Introduce --incompatible_comprehension_variables_do_not_leakGravatar laurentlb2017-06-14
* Refactor AST APIsGravatar brandjon2017-06-13
* Cleanup in ValidationEnvironment, provide static methods, reduce visibility.Gravatar laurentlb2017-06-12
* Internal cleanup.Gravatar gregce2017-06-09
* Introduce --incompatible_disallow_toplevel_if_statement to forbid top-level i...Gravatar laurentlb2017-06-08
* Remove all imports of org.junit.Assert except for static imports of #fail().Gravatar lberki2017-06-01
* Migrate all tests to Truth (except the ones in the examples).Gravatar lberki2017-05-31
* 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