aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
Commit message (Expand)AuthorAge
...
* 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
* Only call filterDiscoveredHeaders() if include scanning is in effect.Gravatar lberki2018-07-31
* Do not collect source jars for neverlink targets.Gravatar Googler2018-07-31
* Disable include scanning for C++ linkstamp compile actions, which are suppose...Gravatar lberki2018-07-31
* Make explicit the contract of ConfiguredTarget builders returning null when t...Gravatar cparsons2018-07-30
* Internal changeGravatar ruperts2018-07-30
* [Skylark] Size argument list builder to avoid allocations.Gravatar Taras Tsugrii2018-07-30
* Automated rollback of commit be88b8539b30d1c36c68b0f6acfe1e9ae010db3b.Gravatar cparsons2018-07-30
* Improve artifact->owner label accounting in two ways. First, don't do the ful...Gravatar janakr2018-07-30
* [Skylark] Use POJOs instead of dynamic proxies.Gravatar Taras Tsugrii2018-07-30
* Some code cleanups and improvements around the various DTC visitor implementa...Gravatar nharmata2018-07-30
* Remove source index from SourceFileArtifactValue.Gravatar felly2018-07-30
* Return Java providers only onceGravatar elenairina2018-07-30
* Add manifestProtoOutput produced during Java compilation to the OutputJar so ...Gravatar Googler2018-07-30
* Add a todo to ProcessUtils to use the new Java 9 APIsGravatar ulfjack2018-07-30
* Allows subclasses of SkyframeExecutor to enable analysis during execution.Gravatar shahan2018-07-30
* Make the fallback strategy for Bazel's remote execution configurable.Gravatar philwo2018-07-30
* Add the ParallelEvaluator.eval call to the ProfilerGravatar ulfjack2018-07-30
* Document AndroidLibrary.java for readability.Gravatar jingwen2018-07-27
* Blacklist PackageFactory$BuiltInRuleFunction from serialization.Gravatar janakr2018-07-27
* Make sure the --host_platform_remote_properties_override flags isGravatar John Cater2018-07-27
* Throw a rule error when a skylark rule implementation returns multiple provid...Gravatar cparsons2018-07-27
* Fix crash bug in SkyQuery rdeps when there's a dependency edge filter.Gravatar nharmata2018-07-27
* Automated rollback of commit 71479d3ef1627a30b9ec75ca50e6a90cf7db6377.Gravatar ruperts2018-07-27
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Automated rollback of commit db01c6f926bcb4774d901797c59f51dd54c05624.Gravatar janakr2018-07-27
* Simplify tree artifact directory check, and avoid an extra system call.Gravatar felly2018-07-27
* Repository Options: fix meta dataGravatar Klaus Aehlig2018-07-27
* Update ProjectFileSupport to take an OptionsParser.Gravatar Googler2018-07-27
* Add an option to compress the JSON trace profile.Gravatar twerth2018-07-27
* Add a flag to split test.xml generation into a separate SpawnGravatar ulfjack2018-07-27
* Experimental UI: on limited output, reserve capacity for post-build statusGravatar Klaus Aehlig2018-07-27
* Remove load() from contents.Gravatar Googler2018-07-26
* Generalize fix to not emit a -gensrc.jar if the annotation processor classpat...Gravatar cushon2018-07-26
* Fix skydoc following of nontrivial relative labels.Gravatar cparsons2018-07-26
* Don't retain memory used by Artifact->owner Label multimap after it's been us...Gravatar janakr2018-07-26
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Modify --subcommands to allow pretty printing the arguments of a subcommandGravatar ahumesky2018-07-26
* Keep track of tree artifact inputs in CustomCommandLine.Builder .Gravatar Googler2018-07-26
* Make skydoc java binary publicly visible.Gravatar cparsons2018-07-26
* Make timestamps of InternalOrderedBuildEvent immutable.Gravatar Googler2018-07-26
* Fix databinding after https://github.com/bazelbuild/bazel/commit/9b29a1bd7bbe...Gravatar cushon2018-07-26
* PiperOrigin-RevId: 206181674Gravatar shahan2018-07-26
* Target pattern eval: use the same number of threads as loadingGravatar ulfjack2018-07-26
* Use the path resolver when dealing with tree artifacts.Gravatar felly2018-07-26