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
/
test
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
syntax
Commit message (
Expand
)
Author
Age
*
Cleanup, TODO removal
Laurent Le Brun
2015-10-30
*
Change assertNoEvents to assertNoWarningsOrErrors with corresponding semantics.
Ulf Adams
2015-10-27
*
Fix location for Break and Continue AST nodes.
Laurent Le Brun
2015-10-27
*
Assert the specific type of event, not just the existence of any event.
Ulf Adams
2015-10-22
*
Lexer: Handle triple quoted raw strings (e.g. r"""abc""").
Laurent Le Brun
2015-10-21
*
Replace "Google Inc" with "The Bazel Authors" in every copyright notice.
Lukacs Berki
2015-10-21
*
Add some strip/rstrip/lstrip tests
Googler
2015-10-21
*
Unify Skylark and BUILD lists
Francois-Rene Rideau
2015-10-20
*
Fixed wrong error message when using class definitions in Skylark / BUILD files.
Florian Weikert
2015-10-16
*
Skylark: Add lstrip and rstrip functions.
Laurent Le Brun
2015-10-15
*
Optionally limits the length of the output of Printer.printList() (default = ...
Florian Weikert
2015-10-05
*
Rollback of commit d7b64bd03100300b79cd33d04904ce9b0e6a5332.
Janak Ramakrishnan
2015-10-05
*
Limit the length of the output of Printer.printList().
Florian Weikert
2015-09-30
*
Use JUnit4 for skylark tests.
Han-Wen Nienhuys
2015-09-25
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Implemented copy constructor for Skylark dictionaries: new_dict = dict(old_dict)
Florian Weikert
2015-09-25
*
Open source some skylark tests.
Han-Wen Nienhuys
2015-09-22
*
Hush Environment#toString()
Francois-Rene Rideau
2015-09-22
*
Move Label from the lib.syntax to the lib.cmdline package so that:
Lukacs Berki
2015-09-21
*
Tighten up the requirements on workspace names
Kristina Chodorow
2015-09-21
*
Skylark: Unified ListComprehension and DictComprehension.
Florian Weikert
2015-09-21
*
Separate build-specific types and types inherent to Skylark.
Lukacs Berki
2015-09-21
*
Allow construct "a, = [1]" in parser.
Laurent Le Brun
2015-09-21
*
Remove support for the deprecated include() statement in order to be able to ...
Lukacs Berki
2015-09-21
*
Refactor SkylarkList to allow MutableList
Francois-Rene Rideau
2015-09-21
*
Cleanup Skylark types some more
Francois-Rene Rideau
2015-09-17
*
Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4.
Lukacs Berki
2015-09-17
*
Remove support for the deprecated include() statement.
Lukacs Berki
2015-09-17
*
Parse the label syntax "@//a:b" so that eventually we can make that the synta...
Lukacs Berki
2015-09-15
*
Fix and test SyntaxTreeVisitor
Laurent Le Brun
2015-09-15
*
Allow tuples inside square brackets (for list/dict indexing).
Laurent Le Brun
2015-09-11
*
Fixed Skylark stack trace:
Florian Weikert
2015-09-11
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-11
*
Fix bug in the parser when a block was silently skipped.
Laurent Le Brun
2015-09-11
*
Fix error message when accessing unsupported operator [].
Laurent Le Brun
2015-09-11
*
Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.
Janak Ramakrishnan
2015-09-08
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-08
*
Skylark: Show list of fields in error message for struct objects.
Laurent Le Brun
2015-09-04
*
Keep function parameters in the AST.
Laurent Le Brun
2015-09-04
*
Implement a Python 2 compatible isalpha function for Skylark strings.
Googler
2015-09-03
*
Remove unused ParserInputSource method and other minor cleanups
Michajlo Matijkiw
2015-09-03
*
When a Skylark macro creates a native rule, it also sets the following rule a...
Florian Weikert
2015-09-02
*
Move global objects to Runtime
Francois-Rene Rideau
2015-08-31
*
Fixes to Skylark function call
Francois-Rene Rideau
2015-08-31
*
Move PackageIdentifier to cmdline
Kristina Chodorow
2015-08-31
*
Improve documentation and error messages for sets.
Laurent Le Brun
2015-08-28
*
EvalExceptionWithStackTrace does no longer remove non-EvalException exception...
Florian Weikert
2015-08-27
*
Add string.capitalize()
Laurent Le Brun
2015-08-27
*
Skylark stack traces are now displayed in Python format.
Florian Weikert
2015-08-27
*
Import MethodLibraryTest.java into bazel
Francois-Rene Rideau
2015-08-27
[next]