aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/BuildFileAST.java
Commit message (Expand)AuthorAge
* Skylark debugging protocol: only track paused or stepping threads.Gravatar brendandouglas2018-06-21
* Remap repository names inside load statements in BUILD files if the repositor...Gravatar dannark2018-06-12
* Initial implementation of a Skylark debug server API.Gravatar Googler2018-05-23
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* Bazel/syntax: Delete/inline Statement.execGravatar laurentlb2017-09-04
* Remove the Dialect type from the Parser.Gravatar laurentlb2017-09-01
* Improve SyntaxTreeVisitor API.Gravatar laurentlb2017-08-08
* Misc cleanups of AST node APIGravatar brandjon2017-07-12
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Add more helpers to ParserGravatar brandjon2017-06-28
* Refactor AST APIsGravatar brandjon2017-06-13
* Cleanup in ValidationEnvironment, provide static methods, reduce visibility.Gravatar laurentlb2017-06-12
* Make BuildFileAST non-finalGravatar brandjon2017-05-15
* Refactor comprehensions and other AST nodesGravatar brandjon2017-05-15
* 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
* 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
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
* Remove useless function in BuildFileAST.Gravatar Laurent Le Brun2016-11-23
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Simplify imports in BuildFileASTGravatar Laurent Le Brun2016-10-14
* Refactoring for LoadStatementGravatar Laurent Le Brun2016-10-13
* Minor cleanupGravatar Laurent Le Brun2016-10-11
* Remove support for "Python" parsing mode.Gravatar Laurent Le Brun2016-10-07
* Move SkylarkImport from LoadStatement to BuildFileASTGravatar Miguel Alcon Pinto2016-08-22
* Tentatively fix build for jdk7Gravatar Laurent Le Brun2016-08-04
* Remove static checks from the parser.Gravatar Laurent Le Brun2016-08-04
* Start removing the parsePython booleanGravatar Laurent Le Brun2016-08-03
* Preliminary cleanup for removing Blaze-specific code from the environmentGravatar Laurent Le Brun2016-08-03
* WorkspaceASTFunction returns a list of ASTs so we can split the AST before lo...Gravatar Damien Martin-Guillerez2016-02-07
* Enable label-based Skylark loading. In particular, such labels may reference ...Gravatar John Field2015-12-22
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Roll back using labels rather than PathFragments for skylark loads.Gravatar Michajlo Matijkiw2015-09-22
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-09-22
* Remove support for the deprecated include() statement in order to be able to ...Gravatar Lukacs Berki2015-09-21
* Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4.Gravatar Lukacs Berki2015-09-17
* Remove support for the deprecated include() statement.Gravatar Lukacs Berki2015-09-17
* Defer Label parsing from BuildFileAST to PackageFunction so that BuildFileAST...Gravatar Lukacs Berki2015-09-16
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Use the file size from FileValue instead of wastefully stat'ing the file agai...Gravatar Nathan Harmata2015-09-14
* Make load() work in remote repositories too.Gravatar Lukacs Berki2015-08-27
* Skylark error messages now include a stack trace.Gravatar Florian Weikert2015-08-20
* Move skylark import dependency registration to after the preprocessor.Gravatar Han-Wen Nienhuys2015-08-10
* Make include() work with remote repositories.Gravatar Lukacs Berki2015-07-10
* Add a function to fetch all subincludes calls in a BUILD file.Gravatar Laurent Le Brun2015-07-02
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Some cleanup changes.Gravatar Ulf Adams2015-03-05