aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
Commit message (Expand)AuthorAge
* Short-circuit done node dep registration when no new depsGravatar mschaller2018-06-28
* Deduplicate loose paths much earlier so that they create smaller nested setsGravatar Googler2018-06-28
* Split common functionality out of ConfiguredTargetQueryEnvironment.Gravatar twerth2018-06-28
* Require @SkylarkCallable parameters to be explicitly specified.Gravatar cparsons2018-06-28
* Change label from //tools/defaults:java_toolchain to //tools/jdk:toolschainGravatar dbabkin2018-06-28
* Change label from //tools/defaults:crosstool to //tools/cpp:crosstool",Gravatar dbabkin2018-06-28
* Delete some more LIPO crumbs.Gravatar Benjamin Peterson2018-06-28
* Remove CROSSTOOL_LABEL label resolver from ObjcRuleClasses.Gravatar dbabkin2018-06-28
* Expose Skylark API to the C++ toolchainGravatar hlopko2018-06-28
* Automated rollback of commit 1f319fffb8a577be95e8143c21755fe55156a0cb.Gravatar cushon2018-06-28
* Add --incompatible_disable_data_transition for 'cfg = "data"' Skylark callsGravatar gregce2018-06-27
* Handles null value in createAggregatingValue env.getValues call.Gravatar shahan2018-06-27
* Remove old (dead) SkylarkSignature-binding code from some classes.Gravatar cparsons2018-06-27
* Inspect post-evaluation exported variables to obtain rule names.Gravatar cparsons2018-06-27
* Add Interners for CcToolchainFeatures$ActionConfig, Feature, andGravatar mjhalupka2018-06-27
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Fix docgen handling of multiple modules with the same nameGravatar cparsons2018-06-27
* Remove obsolete function.Gravatar laurentlb2018-06-27
* Debug server logging: don't construct expensive debug-level log strings unles...Gravatar brendandouglas2018-06-27
* Add an interner for non source artifacts that are deserialized.Gravatar mjhalupka2018-06-27
* C++: Makes Skylark CcCompilationInfo accept headersGravatar plf2018-06-27
* PiperOrigin-RevId: 202296332Gravatar twerth2018-06-27
* PiperOrigin-RevId: 202265344Gravatar cushon2018-06-27
* Make DefaultInfo.default_runfiles return all runfiles if the runfiles field o...Gravatar cparsons2018-06-26
* Initial check-in of skydoc rewrite.Gravatar cparsons2018-06-26
* Enforce that repository mapping is never null (it can be empty).Gravatar dannark2018-06-26
* Debug server debug logs: use EventHandler instead of Logger.Gravatar brendandouglas2018-06-26
* Flatten JavaCompilationAgs into JavaCompilationArgsProviderGravatar cushon2018-06-26
* Add newline in Args docs.Gravatar tomlu2018-06-26
* Instead of depending on mutable inputs of upstream CppCompileAction instances,Gravatar shahan2018-06-26
* Fix concurrent modification exception while resuming all threads.Gravatar brendandouglas2018-06-26
* Document LateBoundDefaultGravatar cparsons2018-06-26
* Remove support for header preprocessingGravatar hlopko2018-06-26
* C++: Refactor WrapCcHelper.Gravatar plf2018-06-26
* Handle evaluation of statements, not just expressions.Gravatar brendandouglas2018-06-26
* Specify that some resources in objc_bundle_library are post processed before ...Gravatar Googler2018-06-26
* Allow private headers to appear in directory artifactsGravatar hlopko2018-06-26
* C++: Remove call to initializeCcCompilationContext.Gravatar plf2018-06-26
* Prefetch inputs in bazel workers.Gravatar Googler2018-06-26
* Fix missing newline after repository_cache value in info command output.Gravatar Googler2018-06-25
* Explicitly specify @SkylarkCallable parameters for cpp skylark modules.Gravatar cparsons2018-06-25
* Explicitly specify @SkylarkCallable parameters for several skylarkbuildapi in...Gravatar cparsons2018-06-25
* C++: Remove unnecessary runfiles providers.Gravatar plf2018-06-25
* Go back to handling conditional breakpoints server side.Gravatar brendandouglas2018-06-25
* Explicitly specify @SkylarkCallable parameters for apple skylarkbuildapi inte...Gravatar cparsons2018-06-25
* C++: Remove CcLinkParamsStore parameter from CcLinkingInfo.Gravatar plf2018-06-25
* Make @SkylarkCallable.name mandatory.Gravatar cparsons2018-06-22
* ToolchainContext directly implements SkylarkValue and SkylarkIndexable.Gravatar John Cater2018-06-22
* Explicitly specify @SkylarkCallable parameters for android skylarkbuildapi in...Gravatar cparsons2018-06-22
* Delete an unused methodGravatar cushon2018-06-22