aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools
Commit message (Expand)AuthorAge
...
* Disables ActionFS sandboxing of discovered derived inputs forGravatar shahan2018-08-02
* Clarifies the documentation for action.args() set_param_file_format.Gravatar Googler2018-08-02
* Lazily construct Preconditions failure message. Mistake from https://github.c...Gravatar janakr2018-08-02
* Thread a path resolver through target/aspect complete event.Gravatar tomlu2018-08-02
* Add support for VirtualActionInputs to the remote cache.Gravatar tomlu2018-08-02
* Make TestSummary event paths use the file system from ActionExecutionContext.Gravatar tomlu2018-08-02
* Fixed builtins proto. Callable field was not set for functions with no parame...Gravatar Googler2018-08-02
* Added return type info in API exporter.Gravatar Googler2018-08-02
* Keep the analysis cache between builds when only trimmed test options change.Gravatar mstaib2018-08-02
* Excluded "self" param from the callable symbols. In .bzl files it is not used...Gravatar Googler2018-08-02
* BEGIN_PUBLICGravatar cushon2018-08-02
* Add text output to aquery.Gravatar twerth2018-08-02
* Docker sandbox: Pass client environment to "docker" when calling it.Gravatar Philipp Wollermann2018-08-02
* remote: add support for directory inputs in runfilesGravatar buchgr2018-08-02
* Prevent errors on double-close in HttpBlobStoreGravatar Robert Gay2018-08-02
* [Skylark] Optimize UserDefinedFunction.Gravatar Taras Tsugrii2018-08-02
* Automated rollback of commit a6255612e4892729d3758775c76085b26b9bc584.Gravatar twerth2018-08-02
* Add a flag to evaluate the top level transitions in SkyframeGravatar ulfjack2018-08-02
* [Skylark] Speed up string.partition function.Gravatar Taras Tsugrii2018-08-02
* [Skylark] Improve Skylark interpreter performance.Gravatar Taras Tsugrii2018-08-02
* Return Java providers only onceGravatar elenairina2018-08-02
* Change Deque -> LinkedHashSetGravatar ulfjack2018-08-02
* Add a normal startup-option for setting the digest function.Gravatar ccalvarin2018-08-01
* Update comment about repository mapping containing entry from "@<main repo na...Gravatar dannark2018-08-01
* Pass a path to ActionExecutedEvent that is resolved via ActionExecutionContext.Gravatar tomlu2018-08-01
* Refresh ConfigurationResolver.getConfigurationsFromExecutor documentation.Gravatar gregce2018-08-01
* Only detect artifact conflicts between targets in current build.Gravatar tomlu2018-08-01
* Refactor setupPackageCache to get all BuildConfiguration.Options references o...Gravatar juliexxia2018-08-01
* Add builtin include directories to action key for CppCompileActionGravatar hlopko2018-08-01
* Automated rollback of commit 15b27e46ad766e777fb898f39bff06efa9268c2a.Gravatar Googler2018-08-01
* Fix a broken link in the documentationGravatar vladmos2018-08-01
* [Skylark] Avoid unnecessary allocations.Gravatar Taras Tsugrii2018-08-01
* Automated rollback of commit 75810d5910073aa7a1550bbd36544971f3c95ae1.Gravatar twerth2018-08-01
* Automated rollback of commit 38899f708923d6a7e1edd011af2ba70f505bb4c9.Gravatar twerth2018-08-01
* Remove the need for discoverInputsStage2(). Much like every other SkyframeGravatar Googler2018-08-01
* There is no need to do input discovery or .d file analysis for modular codegen.Gravatar Googler2018-08-01
* Open source SpawnMetricsGravatar ulfjack2018-08-01
* [Skylark] Move method invocation logic to MethodDescriptor.Gravatar Taras Tsugrii2018-07-31
* [Skylark] Cache isParamNamed computation.Gravatar Taras Tsugrii2018-07-31
* [Skylark] Avoid unnecessary copyOf invocations.Gravatar Taras Tsugrii2018-07-31
* [Skylark] Size tuple slice sizes to avoid unnecessary allocations.Gravatar Taras Tsugrii2018-07-31
* Remove output jar from runfiles and the ijar from the OutputJar when sourcesGravatar Googler2018-07-31
* Removes serialization class that introduced bug.Gravatar plf2018-07-31
* Add the source jars of exports to the list of transitive source jars.Gravatar Googler2018-07-31
* Get newlines back. After the switch to using a JsonWriter, the json profileGravatar Googler2018-07-31
* Slightly improve UnixGlob implementation. For recursive patterns, the currentGravatar Googler2018-07-31
* Stop generating .d files when they won't be looked at later.Gravatar Googler2018-07-31
* Add JavaSourceInfoProvider to JavaInfo.Gravatar elenairina2018-07-31
* Add option to post ProfileStartedEvent containing the profile's path.Gravatar twerth2018-07-31
* Use JsonWriter to ensure correct escaping of valuesGravatar ulfjack2018-07-31