index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
syntax
/
MethodLibrary.java
Commit message (
Expand
)
Author
Age
*
Migrate StringModule methods to SkylarkCallable from SkylarkSignature.
cparsons
2018-04-11
*
Migrate SkylarkDict and MutableList methods to use @SkylarkCallable instead o...
cparsons
2018-03-30
*
Fix incorrect int() example
brandjon
2018-03-26
*
Bugfixes for int()
brandjon
2018-03-23
*
RELNOTES: In int() function, do not auto-detect base if input starts with '0'.
laurentlb
2018-03-22
*
Remove the flag --incompatible_show_all_print_messages
vladmos
2018-03-22
*
Introduce string.elem() method.
laurentlb
2018-03-21
*
Migrate a few trivial uses of @SkylarkSignature to use @SkylarkCallable instead
cparsons
2018-03-01
*
Correct docstring for skylark string.split().
Googler
2018-03-01
*
Change Skylark's print() on a rule target to print the Skylark-exposed provid...
cparsons
2018-02-16
*
Rename some ClassObject/Provider-related methods
brandjon
2017-12-28
*
Register builtins with Runtime
brandjon
2017-12-07
*
Do not filter debug messages
vladmos
2017-11-30
*
Optimize trusted MutableList construction
michajlo
2017-10-18
*
Remove deprecated legacy string representations of Skylark objects
vladmos
2017-10-13
*
Migrate from deprecated MutableList constructor to copyOf, fixing bug in latter
michajlo
2017-10-06
*
Use SkylarkSemantics in place of options class in the interpreter
brandjon
2017-10-06
*
blaze: g3doc: fix closing HTML tag
mpn
2017-09-15
*
Fix crash when calling int(s, 0) where s doesn't specify the radix
brandjon
2017-09-06
*
Update documentation for the print function
vladmos
2017-08-24
*
Make the print function output debug messages
vladmos
2017-08-11
*
Cleanup SkylarkDict API
brandjon
2017-08-10
*
Cleanup SkylarkList
brandjon
2017-08-04
*
Documentation fix for 'str' and 'repr' functions.
laurentlb
2017-08-03
*
Add --internal_do_not_export_builtins, for testing
brandjon
2017-07-25
*
Improve documentation in MethodLibrary, add examples for builtins.
laurentlb
2017-07-21
*
Use double-quotes instead of single-quotes for consistency.
laurentlb
2017-07-20
*
Misc cleanups of syntax dir
brandjon
2017-07-12
*
Clean up string representations for labels
vladmos
2017-07-05
*
Refactor Printer
vladmos
2017-07-03
*
Automated conversion to Java 8
laurentlb
2017-06-30
*
Turn unary minus into a proper AST node
brandjon
2017-06-28
*
Update --incompatible_* error messages
brandjon
2017-06-26
*
Make len(depset()) fail when --incompatible_depset_is_not_iterable is set
laurentlb
2017-06-26
*
Introduce --incompatible_depset_is_not_iterable
laurentlb
2017-06-21
*
Make Skylark interpreter read Skylark command-line flags
brandjon
2017-04-30
*
Fix a typo in the documentation
vladmos
2017-04-26
*
Fix/clarify doc examples for string *strip() methods
brandjon
2017-04-11
*
str.partition and str.rpartition return tuples instead of lists
Vladimir Moskva
2017-02-23
*
Disallow comparison of objects of different types in Skylark
Vladimir Moskva
2017-02-16
*
Generate documentation for bool and int types.
Laurent Le Brun
2017-02-15
*
Wrong description for String.hashCode().
Chaoren Lin
2017-02-06
*
Update dict docs
Jon Brandvein
2017-01-30
*
Update print() doc to admonish use in production code
Jon Brandvein
2017-01-30
*
Refactor SkylarkNestedSet to not implement Iterable
Jon Brandvein
2017-01-20
*
Manually add periods to documentation strings where needed.
John Cater
2017-01-03
*
Make the string strip() methods compatible with Python
Jon Brandvein
2017-01-03
*
Add 'did you mean' suggestion when accessing a struct field
Laurent Le Brun
2017-01-03
*
Cleanup in error messages, try to improve consistency.
Laurent Le Brun
2017-01-03
*
Add `depset` as an alias to `set` in Skylark
Vladimir Moskva
2016-12-27
[next]