aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Changing SymlinkTreeStrategy not to use spawns.Gravatar Googler2018-05-18
* Remove the "--as_test" command line option to "bazel run".Gravatar lberki2018-05-18
* Remove "bazel run --nodirect_run".Gravatar lberki2018-05-18
* Remove RuleErrorException from RuleConfiguredTargetBuilder.build signature.Gravatar dbabkin2018-05-18
* Allows ActionFS to delegate to other file systems.Gravatar shahan2018-05-17
* Support for ThinLTO to be enabled implicitly with FDOGravatar Googler2018-05-17
* RELNOTES: Update the skylark DefaultInfo documentation to spell out runfiles,...Gravatar Googler2018-05-17
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Missing space in TargetPatternPhaseValue.toString()Gravatar shahan2018-05-17
* Expose RuleContext methods in ActionConstructionContextGravatar asteinb2018-05-17
* Makes BuildConfigurationValue.Key.toString() a bit more informative.Gravatar shahan2018-05-17
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* uid related fixes in docker sandboxGravatar Siddhartha Bagaria2018-05-17
* Remove AbruptException(ExitCode exitCode) constructor.Gravatar lpino2018-05-17
* Fix Cpp{Compile,Link}Action environment and cache key computationGravatar ulfjack2018-05-17
* Fix modules returning command optionsGravatar ulfjack2018-05-17
* Automated rollback of commit 4ba134f008719a52c1f74dc070121017d0b08f44.Gravatar hlopko2018-05-17
* Split user_link_flags from legacy_link_flagsGravatar hlopko2018-05-16
* Build support for passing a software cache prefetching hints file.Gravatar Googler2018-05-16
* Internal changeGravatar cpeyser2018-05-16
* remote/exec: always mark files executable.Gravatar Jakob Buchgraber2018-05-16
* Replace use of output_object_file with output_file in CROSSTOOLS.Gravatar hlopko2018-05-16
* Include broken packages in rbuildfiles responseGravatar mschaller2018-05-16
* Remove glob list from native rulesGravatar laurentlb2018-05-16
* Make ImportDepsCheckingLevel.ERROR essentially the same as STRICT_ERROR, chec...Gravatar cnsun2018-05-16
* Passes the runfile manifest artifact into RunfilesSupplierImpl so that it canGravatar shahan2018-05-16
* Remove --incompatible_disable_glob_tracking flag.Gravatar laurentlb2018-05-16
* Enable manual trimming of config_feature_flags.Gravatar mstaib2018-05-16
* Create {Un}ManagedBuildEventServiceGrpcClient to allow customization of the c...Gravatar lpino2018-05-16
* Fix embedded JDK LICENSE handling for JDK 9Gravatar cushon2018-05-16
* Add libc_top attribute to cc_toolchain in preparation for moving config data ...Gravatar jcater2018-05-16
* Port bazelrc flags into their own module.Gravatar ccalvarin2018-05-16
* remote: recursively delete incomplete downloaded output directory.Gravatar Jakob Buchgraber2018-05-16
* Properly quote $(location ) expansion for the shellGravatar Klaus Aehlig2018-05-16
* In TestsInSuiteValue, replace Target member with Label. This makesGravatar cpeyser2018-05-16
* Support .afdo profiles in fdo_profileGravatar rosica2018-05-16
* Expose local_proguard_specs to Skylark.Gravatar Googler2018-05-16
* Make inclusion of the zipper executable in CcToolchain depend solely on wheth...Gravatar rosica2018-05-16
* Filtering the legacy important_outputs field in the BEP by source, middlemanGravatar ulfjack2018-05-16
* test failure: print stacktrace on I/O errorGravatar Laszlo Csomor2018-05-16
* Expose cc_common.create_compile_build_variablesGravatar hlopko2018-05-16
* C++: Renames CcExecutionDynamicLibrariesInfo to CcExecutionDynamicLibrariesGravatar plf2018-05-16
* Add --ignore_all_rc_files startup options.Gravatar ccalvarin2018-05-15
* Optimizes performance of ActionFS staging and eliminates ActionFS updates.Gravatar shahan2018-05-15
* Migrate Aspect to skylarkbuildapiGravatar cparsons2018-05-15
* Migrate several compilation-related cpp definitions to skylarkbuildapiGravatar cparsons2018-05-15
* Remove redundant @SkylarkModule annotation on SkylarkActionFactory.ArgsGravatar cparsons2018-05-15
* Change TestSuiteExpansionValue to contain Labels instead of Targets.Gravatar cpeyser2018-05-15
* Potentially allow children of a dirty node to be missing from the graph. Also...Gravatar janakr2018-05-15
* Remove vestigial java_plugin.data attributeGravatar cushon2018-05-15