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
Commit message (
Expand
)
Author
Age
*
Fix and test SyntaxTreeVisitor
Laurent Le Brun
2015-09-15
*
Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...
Florian Weikert
2015-09-14
*
Add unit tests for AndroidStudioInfoAspect and implement dependency collection.
Dmitry Lomov
2015-09-14
*
Fix a bug, when we have dependency from one aspect to another aspect1->aspect...
Marian Lobur
2015-09-14
*
Use the file size from FileValue instead of wastefully stat'ing the file agai...
Nathan Harmata
2015-09-14
*
Allow tuples inside square brackets (for list/dict indexing).
Laurent Le Brun
2015-09-11
*
Fixed Skylark stack trace:
Florian Weikert
2015-09-11
*
Fix Bazel breakage
Damien Martin-Guillerez
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
*
Delay cleaning of in-flight nodes until the following build. This allows us t...
Janak Ramakrishnan
2015-09-11
*
Fix error message when accessing unsupported operator [].
Laurent Le Brun
2015-09-11
*
Automatically record exceptions and assert that there aren't any when using N...
Janak Ramakrishnan
2015-09-09
*
Call into the super's method in DeterministicValueEntry rather than trying to...
Janak Ramakrishnan
2015-09-08
*
sandbox: Show user-friendly mount paths in the namespace-sandbox debug log.
Philipp Wollermann
2015-09-08
*
sandbox: Better error messages and the noisy debug logs of the namespace-runn...
Philipp Wollermann
2015-09-08
*
Add a supportedOs attribute to TestSpec to make it possible to split off test...
Philipp Wollermann
2015-09-08
*
Add a localOnly attribute to TestSpec to make it easier to split tests into p...
Philipp Wollermann
2015-09-08
*
Better comment for TestSpec.flaky().
Philipp Wollermann
2015-09-08
*
Add an "embedded_scripts" filegroup that can be used to easily get all the ne...
Philipp Wollermann
2015-09-08
*
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
*
Inject the default runfiles prefix from the rule class provider.
Ulf Adams
2015-09-04
*
Keep function parameters in the AST.
Laurent Le Brun
2015-09-04
*
sandbox: Use a better data structure for the mounts.
Philipp Wollermann
2015-09-04
*
Add WalkableGraphUtils for easy (r)dep queries
Mark Schaller
2015-09-03
*
Add a method to EvaluationProgressReceiver for getting information on SkyFunc...
Nathan Harmata
2015-09-03
*
Add a bit more testing coverage to MemoizingEvaluatorTest.
Janak Ramakrishnan
2015-09-03
*
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
*
Always inject the runfiles prefix into the Runfiles.Builder.
Ulf Adams
2015-09-03
*
Add tests for cmdline classes
Kristina Chodorow
2015-09-03
*
Add a new KeyedLocker, StripedKeyedLocker. This new implementation simply sto...
Eric Fellheimer
2015-09-03
*
Modifications and improvements to AutoProfiler to reflect how it will be used...
Nathan Harmata
2015-09-02
*
Use TrackingAwaiter properly to track lost exceptions. Using the static metho...
Janak Ramakrishnan
2015-09-02
*
Deflake MemoizingEvaluatorTest#shutDownBuildOnCachedError_Verified from the d...
Janak Ramakrishnan
2015-09-02
*
sandbox: Better parsing of runfiles manifest files, fixes #413.
Philipp Wollermann
2015-09-02
*
sandbox: Refactor readable* to userFriendly* as requested.
Philipp Wollermann
2015-09-02
*
sandbox: When spawn.getInputs() contains a directory, recurse into it and mou...
Philipp Wollermann
2015-09-02
*
When a Skylark macro creates a native rule, it also sets the following rule a...
Florian Weikert
2015-09-02
*
Fix broken tests.
Marian Lobur
2015-09-02
*
Aspects can get information from their base rule.
Marian Lobur
2015-09-02
*
Mostly deflake MemoizingEvaluatorTest#shutDownBuildOnCachedError_Verified by ...
Janak Ramakrishnan
2015-09-02
*
Refactor NodeEntry, create node representation without a value
Mark Schaller
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
*
Create baseline coverage actions for local sources only and aggregate.
Ulf Adams
2015-08-31
*
Drop the baseline artifact output group.
Ulf Adams
2015-08-31
*
Allow value equality in some MemoizingEvaluatorTest tests.
Janak Ramakrishnan
2015-08-31
[next]