aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Provide ability to inject custom ConstraintSemantics behavior.Gravatar gregce2018-05-25
* Automated rollback of commit 9d5c323a6e66842cfeb98462cf949dee58710fb8.Gravatar plf2018-05-25
* Automated rollback of commit 14c6d8edadb474cb72f5307b531a2699770f02d0.Gravatar plf2018-05-25
* Automated rollback of commit d62833f640690309e1a73aefa62de1d8821dc8ba.Gravatar plf2018-05-25
* When in use, always return ActionFS paths from the ActionExecutionContext. In...Gravatar felly2018-05-24
* Clarify invariants for @SkylarkModule and @SkylarkCallableGravatar brandjon2018-05-24
* Migrate OutputGroupInfo to skylarkbuildapiGravatar cparsons2018-05-24
* Make @SkylarkModule detection (through superclasses/superinterfaces) well-def...Gravatar cparsons2018-05-24
* [Skylark] Size newly created arrays to avoid unnecessary re-allocations.Gravatar Taras Tsugrii2018-05-24
* Migrate repository-related modules to skylarkbuildapiGravatar cparsons2018-05-24
* Fix SkylarkCallable-annotation detection to appropriately handle methods with...Gravatar cparsons2018-05-24
* RemoteFileArtifactValue no longer tracks mtime.Gravatar shahan2018-05-24
* Log serialized BuildConfigurationValue$Key and its size, for easier diagnosin...Gravatar janakr2018-05-24
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Expose [AndroidAssetsInfo].local_assets, [AndroidAssetsInfo].local_asset_dir ...Gravatar Googler2018-05-24
* With ActionFS, there is no need to delete previous output files. These should...Gravatar felly2018-05-24
* Unfork SplitTransition / PatchTransition invocations.Gravatar gregce2018-05-24
* Reject files when the first line is indented.Gravatar laurentlb2018-05-24
* remote/http: simplify download logicGravatar Jakob Buchgraber2018-05-24
* Expose FileProvider in skylarkbuildapiGravatar asteinb2018-05-24
* Delete GlobListGravatar laurentlb2018-05-24
* Refactor analysis failure reporting, report loading failuresGravatar ulfjack2018-05-24
* PiperOrigin-RevId: 197857419Gravatar plf2018-05-24
* For compilations with C++ modules, treat private headers (header files inGravatar Googler2018-05-23
* Make BuildOptions$OptionsDiffForReconstruction deterministic in its construct...Gravatar janakr2018-05-23
* Make the SplitTransition, PatchTransition interfaces more compatible.Gravatar gregce2018-05-23
* Rename some instances of overloaded skylark-accessible methodsGravatar cparsons2018-05-23
* Add --batch deprecation warning.Gravatar ccalvarin2018-05-23
* De-document the Skylark "data" transition.Gravatar gregce2018-05-23
* Simplify split transition semantics: noops now return the input build options.Gravatar gregce2018-05-23
* Initial implementation of a Skylark debug server API.Gravatar Googler2018-05-23
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Restrict module usage to C++ actions. Other actions don't support compilingGravatar Googler2018-05-23
* Enable test properties to be exported for robolectric tests.Gravatar Googler2018-05-23
* Rename an AppleToolchain method to prevent overloading a skylark-exposed methodGravatar cparsons2018-05-23
* Create GlobalBootstrap and the Bootstrap interface to add portions of the bui...Gravatar cparsons2018-05-23
* Remove FlagListGravatar hlopko2018-05-23
* Expose the runtime output jars in the JavaInfo provider to Skylark. This willGravatar Googler2018-05-23
* C++: Expose additional methods for CcCompilationInfo and CcLinkingInfoGravatar plf2018-05-23
* Stop passing RuleContext to all of the Android Data Skylark APIGravatar asteinb2018-05-23
* Remove deprecated method that no longer has any usages.Gravatar dannark2018-05-23
* Move resource busybox actions to BusyBoxActionBuilder and AndroidDataContextGravatar asteinb2018-05-23
* Rollforward of CL/197136304:Gravatar tomlu2018-05-23
* Automated rollback of commit 724bdbfa47576c67eeec5c74d594203fe05188c7.Gravatar laszlocsomor2018-05-23
* Windows: Fix link parameter file for dynamic linkingGravatar pcloudy2018-05-23
* Add a flag to disallow LIPO to aid in the rollout of the removal of LIPO supp...Gravatar lberki2018-05-23
* Rename CcRunfiles fields one more time to be perfectly accurate.Gravatar hlopko2018-05-23
* Remove some dead AbstractAction constructorsGravatar ulfjack2018-05-23
* RepositoryResolvedEvent: only record the explicitly set original attributesGravatar Klaus Aehlig2018-05-23
* Call the AbstractAction constructor that takes an action environmentGravatar ulfjack2018-05-23