index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
skyframe
Commit message (
Expand
)
Author
Age
*
Use toolchain resolution in rule creation.
John Cater
2017-07-21
*
Improve logging on batch stat issues.
felly
2017-07-21
*
Add --toolchain_resolution_override to allow specifying the toolchain for a g...
John Cater
2017-07-21
*
Reduce to one SequencedSkyframeExecutor#create method. The others were minor ...
janakr
2017-07-20
*
Refactor TargetPatternPhaseFunction
ulfjack
2017-07-19
*
Remove TransitiveTargetValue.transitive{S,Uns}uccessfulPkgs
ulfjack
2017-07-19
*
Make TargetPatternKey implement SkyKey instead of wrapping in LegacySkyKey
ulfjack
2017-07-19
*
Rework LoadingPhaseCompleteEvent & AnalysisPhaseCompleteEvent to account for ...
nharmata
2017-07-19
*
Clean up a few Skylark-Skyframe structures
brandjon
2017-07-19
*
Implement toolchain resolution via constraint checks.
John Cater
2017-07-19
*
Add --extra_toolchains flag to register additional toolchain labels.
John Cater
2017-07-19
*
Move ParsingFailureEvent reporting to TargetPatternFunction
ulfjack
2017-07-18
*
Make the @Option annotation depend on the java version of the tagging enums.
ccalvarin
2017-07-18
*
Remove ParseFailureListener in favor of posting to EventBus directly
ulfjack
2017-07-18
*
Aspects-on-aspects correctness fix.
dslomov
2017-07-14
*
If globbing throws an IOException, fail to construct the package instead of c...
janakr
2017-07-14
*
Add a SkyFunction to perform toolchain resolution.
John Cater
2017-07-14
*
Fix declared providers behavior
vladmos
2017-07-14
*
Add skyfunction to return all registered toolchain labels.
John Cater
2017-07-13
*
Avoid races while deleting output directory ancestors
mschaller
2017-07-13
*
Automated rollback of commit 937350211dcd55a4714ec32ebbf33fffcc42cdf2.
kchodorow
2017-07-12
*
Resolve references to @main-repo//foo to //foo
kchodorow
2017-07-11
*
Add register_toolchains function to the WORKSPACE for registering toolchains ...
John Cater
2017-07-11
*
Remove dynamic configs dep on the static transition table.
gregce
2017-07-11
*
Do not NPE crash when C++ actions are not configured in crosstool
hlopko
2017-07-07
*
Factor out BuildConfigurationCollection.Transitions.getDynamicTransition.
gregce
2017-07-07
*
Exclude //external targets from //...
kchodorow
2017-07-07
*
Simplify the ActionInputFileCache
ulfjack
2017-07-06
*
Create top-level configs dynamically: period.
gregce
2017-07-06
*
Fix LocalRepositoryLookupFunction to normalize paths so they are compared pro...
John Cater
2017-07-06
*
Introduce --incompatible_new_actions_api flag.
dslomov
2017-07-05
*
Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...
laurentlb
2017-07-03
*
Add the default category and tag to all options.
ccalvarin
2017-06-28
*
Refactor SkyQueryEnvironment to allow preprocessing or postprocessing targets
Googler
2017-06-27
*
Make Metadata an interface for FileArtifactValue
ulfjack
2017-06-26
*
ActionMetadataHandler: proper metadata even for the volatile workspace status
ulfjack
2017-06-21
*
Extract ActionContext to a top-level class
ulfjack
2017-06-19
*
Rewrite the Executor/ActionExecutionContext split
ulfjack
2017-06-19
*
Static-ize ConfigurationBuilderEnvironment.
mstaib
2017-06-19
*
A bunch of unrelated cleanups:
nharmata
2017-06-16
*
Remove unused interface Preprocessor
Klaus Aehlig
2017-06-16
*
Propagate postable events further up
Klaus Aehlig
2017-06-14
*
Cleanup in ValidationEnvironment, provide static methods, reduce visibility.
laurentlb
2017-06-12
*
Make PackageFunction's strategy for handling unreadable BUILD files configura...
nharmata
2017-06-08
*
Have BazelPackageLoader use the newly added BazelSkyframeExecutorConstants.
nharmata
2017-06-07
*
Factor out Bazel-specific ctor constants in SequencedSkyframeExecutor into a ...
nharmata
2017-06-06
*
Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.
gregce
2017-06-05
*
Include the root cause IOException in the BuildFileContainsErrorsException th...
nharmata
2017-06-05
*
Make workspace cycle reporting a little more flexible
kchodorow
2017-05-29
*
Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.
kchodorow
2017-05-23
[next]