aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Refine Skylark select function documentation.Gravatar gregce2017-06-01
* Make SelectorList.toString() user-friendly.Gravatar gregce2017-06-01
* Remove possibility of circular initialization errors inGravatar John Cater2017-05-24
* Add operator // for division.Gravatar laurentlb2017-05-22
* Make BuildFileAST non-finalGravatar brandjon2017-05-15
* Refactor comprehensions and other AST nodesGravatar brandjon2017-05-15
* New flag --incompatible_bzl_disallow_load_after_statementGravatar laurentlb2017-05-10
* Clean up API for the Extension classGravatar brandjon2017-05-09
* Clean up Environment.FrameGravatar brandjon2017-05-09
* Rename some --incompatible_* flags to be more specificGravatar brandjon2017-05-08
* Implement a flag to forbid the `+` operator for dictsGravatar vladmos2017-05-04
* Refactor "isMutable" -> "isFrozen"Gravatar brandjon2017-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 Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Fix a typo in the documentationGravatar vladmos2017-04-26
* Make PathFragment an abstract class.Gravatar nharmata2017-04-24
* Fix/clarify doc examples for string *strip() methodsGravatar brandjon2017-04-11
* Make depset.to_list() return a non-frozen listGravatar brandjon2017-04-10
* 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
* Remove provider safety check and make all old ctx objects featurelessGravatar Vladimir Moskva2017-03-23
* Enable SkylarkCallable methods to be used on ClassObjects.Gravatar Michael Staib2017-03-22
* Global cleanup change.Gravatar Googler2017-03-14
* Closing missing quote in htmlGravatar Laurent Le Brun2017-03-09
* 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
* Update depset constructor/method docsGravatar Jon Brandvein2017-02-27
* Add more depset documentationGravatar Jon Brandvein2017-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
* Make Expression.eval() public.Gravatar Carmi Grushko2017-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
* Update doc wrt set vs depset.Gravatar Laurent Le Brun2017-02-20
* Add missing fall through commentGravatar Liam Miller-Cushon2017-02-20
* Do not sort dict keys when printingGravatar Vladimir Moskva2017-02-17
* Make unnecessarily public BinaryOperationExpression methods privateGravatar Michajlo Matijkiw2017-02-17
* Minor code cleanupGravatar Laurent Le Brun2017-02-16
* Disallow comparison of objects of different types in SkylarkGravatar Vladimir Moskva2017-02-16
* Generate documentation for bool and int types.Gravatar Laurent Le Brun2017-02-15
* Clarify documentation of PACKAGE_NAMEGravatar Laurent Le Brun2017-02-15
* BuildFileAST.eval() doesn't execute the code when there's a static error.Gravatar Laurent Le Brun2017-02-15