aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Skylark debugger: Fix NPE listing frames.Gravatar brendandouglas2018-06-12
* Remap repository names inside load statements in BUILD files if the repositor...Gravatar dannark2018-06-12
* ReformatingGravatar laurentlb2018-06-11
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Use Identifiers instead of StringsGravatar Taras Tsugrii2018-06-08
* Add the skylark debugging options to the recognized 'build' options.Gravatar brendandouglas2018-06-08
* Update documentation about dict iteration orderGravatar laurentlb2018-06-08
* Add an initial skylark debug server implementation.Gravatar Googler2018-06-07
* Fix a few generated docs.Gravatar Sam Rawlins2018-06-07
* Add flag --experimental_enable_repo_mapping to gate usage of repo_mapping fun...Gravatar dannark2018-06-05
* Stop allocating new tokens in the lexerGravatar laurentlb2018-06-05
* Get rid of the tokens queue in the lexerGravatar laurentlb2018-06-04
* Make tools in action inputs an error.Gravatar tomlu2018-06-02
* Mention string comparison in the documentationGravatar laurentlb2018-06-01
* Add a pretty-printer class to SkylarkGravatar Klaus Aehlig2018-05-29
* [Skylark] Size newly created arrays to avoid unnecessary re-allocations.Gravatar Taras Tsugrii2018-05-24
* Fix SkylarkCallable-annotation detection to appropriately handle methods with...Gravatar cparsons2018-05-24
* Reject files when the first line is indented.Gravatar laurentlb2018-05-24
* Delete GlobListGravatar laurentlb2018-05-24
* Initial implementation of a Skylark debug server API.Gravatar Googler2018-05-23
* Create GlobalBootstrap and the Bootstrap interface to add portions of the bui...Gravatar cparsons2018-05-23
* Remove deprecated method that no longer has any usages.Gravatar dannark2018-05-23
* Add typo detection when lookups on SkylarkModules fail.Gravatar Googler2018-05-22
* Make the parser look at only one Token at a time.Gravatar laurentlb2018-05-22
* Skylark: do not eagerly scan the whole fileGravatar laurentlb2018-05-22
* Remove glob list from native rulesGravatar laurentlb2018-05-16
* Remove --incompatible_disable_glob_tracking flag.Gravatar laurentlb2018-05-16
* Adds a ?null check and return false? code block in equals() method overridden...Gravatar Googler2018-05-15
* Fix some code font issuesGravatar ronshapiro2018-05-14
* Add --incompatible_disallow_legacy_javainfo flag.Gravatar tomlu2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Move BazelLibrary from syntax/ to packages/Gravatar brandjon2018-05-01
* Pass environment to Skylark provider constructors.Gravatar tomlu2018-04-24
* Introduce @SkylarkCallable.selfCall, to signify the containing class should b...Gravatar cparsons2018-04-24
* Start refactoring elements of the Skylark Build API into their own package.Gravatar cparsons2018-04-23
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-19
* Handle InterruptedException thrown from @SkylarkCallable methods appropriately.Gravatar cparsons2018-04-18
* Refactor SyntaxTests to not rely on actions/analysis packages arbitrarilyGravatar brandjon2018-04-17
* Create @SkylarkGlobalLibrary annotation, allowing classes/interfaces with glo...Gravatar cparsons2018-04-16
* Introduce `--incompatible_disallow_filetype` to remove the `FileType` function.Gravatar laurentlb2018-04-13
* Remove flag `incompatible_disallow_toplevel_if_statement`.Gravatar laurentlb2018-04-12
* Migrate StringModule methods to SkylarkCallable from SkylarkSignature.Gravatar cparsons2018-04-11
* Introduce Param.legacyNamed() to handle migration from @SkylarkSignature to @...Gravatar cparsons2018-04-11
* Introduce `--incompatible_disallow_slash_operator` to disable `/` operator.Gravatar laurentlb2018-04-11
* Fix typo in error message (incompatible_package_name_is_a_function).Gravatar laurentlb2018-04-11
* Remove support for the --incompatible_disallow_three_arg_vardef command line ...Gravatar lberki2018-04-10
* Fix Printer.getPrinter(boolean)Gravatar brandjon2018-04-09
* Introduce extraPositonals and extraArguments to SkylarkCallable, to have pari...Gravatar cparsons2018-04-09
* Cleanup @SkylarkCallable parameters and their error handling.Gravatar cparsons2018-04-06
* Split Args#add into three methods.Gravatar tomlu2018-04-05