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
Commit message (
Expand
)
Author
Age
*
Fixed builtins proto. Callable field was not set for functions with no parame...
Googler
2018-08-02
*
Added return type info in API exporter.
Googler
2018-08-02
*
Keep the analysis cache between builds when only trimmed test options change.
mstaib
2018-08-02
*
Excluded "self" param from the callable symbols. In .bzl files it is not used...
Googler
2018-08-02
*
BEGIN_PUBLIC
cushon
2018-08-02
*
Add text output to aquery.
twerth
2018-08-02
*
Docker sandbox: Pass client environment to "docker" when calling it.
Philipp Wollermann
2018-08-02
*
remote: add support for directory inputs in runfiles
buchgr
2018-08-02
*
Prevent errors on double-close in HttpBlobStore
Robert Gay
2018-08-02
*
[Skylark] Optimize UserDefinedFunction.
Taras Tsugrii
2018-08-02
*
Automated rollback of commit a6255612e4892729d3758775c76085b26b9bc584.
twerth
2018-08-02
*
Add a flag to evaluate the top level transitions in Skyframe
ulfjack
2018-08-02
*
[Skylark] Speed up string.partition function.
Taras Tsugrii
2018-08-02
*
[Skylark] Improve Skylark interpreter performance.
Taras Tsugrii
2018-08-02
*
Return Java providers only once
elenairina
2018-08-02
*
Change Deque -> LinkedHashSet
ulfjack
2018-08-02
*
Add a normal startup-option for setting the digest function.
ccalvarin
2018-08-01
*
Update comment about repository mapping containing entry from "@<main repo na...
dannark
2018-08-01
*
Pass a path to ActionExecutedEvent that is resolved via ActionExecutionContext.
tomlu
2018-08-01
*
Refresh ConfigurationResolver.getConfigurationsFromExecutor documentation.
gregce
2018-08-01
*
Only detect artifact conflicts between targets in current build.
tomlu
2018-08-01
*
Refactor setupPackageCache to get all BuildConfiguration.Options references o...
juliexxia
2018-08-01
*
Add builtin include directories to action key for CppCompileAction
hlopko
2018-08-01
*
Automated rollback of commit 15b27e46ad766e777fb898f39bff06efa9268c2a.
Googler
2018-08-01
*
Fix a broken link in the documentation
vladmos
2018-08-01
*
[Skylark] Avoid unnecessary allocations.
Taras Tsugrii
2018-08-01
*
Automated rollback of commit 75810d5910073aa7a1550bbd36544971f3c95ae1.
twerth
2018-08-01
*
Automated rollback of commit 38899f708923d6a7e1edd011af2ba70f505bb4c9.
twerth
2018-08-01
*
Remove the need for discoverInputsStage2(). Much like every other Skyframe
Googler
2018-08-01
*
There is no need to do input discovery or .d file analysis for modular codegen.
Googler
2018-08-01
*
Open source SpawnMetrics
ulfjack
2018-08-01
*
[Skylark] Move method invocation logic to MethodDescriptor.
Taras Tsugrii
2018-07-31
*
[Skylark] Cache isParamNamed computation.
Taras Tsugrii
2018-07-31
*
[Skylark] Avoid unnecessary copyOf invocations.
Taras Tsugrii
2018-07-31
*
[Skylark] Size tuple slice sizes to avoid unnecessary allocations.
Taras Tsugrii
2018-07-31
*
Remove output jar from runfiles and the ijar from the OutputJar when sources
Googler
2018-07-31
*
Removes serialization class that introduced bug.
plf
2018-07-31
*
Add the source jars of exports to the list of transitive source jars.
Googler
2018-07-31
*
Get newlines back. After the switch to using a JsonWriter, the json profile
Googler
2018-07-31
*
Slightly improve UnixGlob implementation. For recursive patterns, the current
Googler
2018-07-31
*
Stop generating .d files when they won't be looked at later.
Googler
2018-07-31
*
Add JavaSourceInfoProvider to JavaInfo.
elenairina
2018-07-31
*
Add option to post ProfileStartedEvent containing the profile's path.
twerth
2018-07-31
*
Use JsonWriter to ensure correct escaping of values
ulfjack
2018-07-31
*
Only call filterDiscoveredHeaders() if include scanning is in effect.
lberki
2018-07-31
*
Do not collect source jars for neverlink targets.
Googler
2018-07-31
*
Disable include scanning for C++ linkstamp compile actions, which are suppose...
lberki
2018-07-31
*
Make explicit the contract of ConfiguredTarget builders returning null when t...
cparsons
2018-07-30
*
Internal change
ruperts
2018-07-30
*
[Skylark] Size argument list builder to avoid allocations.
Taras Tsugrii
2018-07-30
[next]