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
/
test
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
pkgcache
Commit message (
Expand
)
Author
Age
*
Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...
brandjon
2017-10-07
*
Stop injecting embedded artifacts. They're never used by anyone in Skyframe, ...
janakr
2017-09-26
*
Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore r...
janakr
2017-09-25
*
Remove product name precomputed value.
janakr
2017-09-25
*
Inject BlazeDirectories into FdoSupportFunction directly, instead of dependin...
janakr
2017-09-25
*
Automatic code cleanup.
cushon
2017-09-15
*
Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...
janakr
2017-09-14
*
More BUILD file refactorings.
philwo
2017-09-06
*
Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph r...
Googler
2017-08-17
*
Add hook to process SkyframeExecutor in tests. Also add sentinel exception to...
janakr
2017-07-25
*
Reduce to one SequencedSkyframeExecutor#create method. The others were minor ...
janakr
2017-07-20
*
Move ParsingFailureEvent reporting to TargetPatternFunction
ulfjack
2017-07-18
*
Remove ParseFailureListener in favor of posting to EventBus directly
ulfjack
2017-07-18
*
If globbing throws an IOException, fail to construct the package instead of c...
janakr
2017-07-14
*
Move InvocationPolicy to the options parser package.
ccalvarin
2017-06-09
*
Factor out Bazel-specific ctor constants in SequencedSkyframeExecutor into a ...
nharmata
2017-06-06
*
Migrate Java tests to Truth.
lberki
2017-05-30
*
Migrate tests to Truth.
lberki
2017-05-29
*
PiperOrigin-RevId: 156331430
nharmata
2017-05-19
*
Change FileContentsProxy to use ctime instead of mtime
ulfjack
2017-05-09
*
Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.
plf
2017-05-05
*
Introduce BazelPackageLoader.
nharmata
2017-05-04
*
Store Skylark command-line flags in Skyframe
brandjon
2017-04-28
*
Delete Preprocessor.Factory.Supplier
laurentlb
2017-04-12
*
Refactor all ctor callsites of PathFragment to instead call a static 'create'...
nharmata
2017-04-05
*
Add "--build_manual_tests" options that forces manual tests to be built.
dslomov
2017-04-04
*
Fix more cases of PathPackageLocator test flakiness on Windows due to case-in...
John Cater
2017-03-27
*
Fix PathPackageLocatorTest to do case-insensitive string checks.
John Cater
2017-03-20
*
Clean up event bus
Klaus Aehlig
2017-02-27
*
Provide more reporting options to SkyFunctions
Klaus Aehlig
2017-02-27
*
Introduce a Skyframe function: ActionEnvironmentFunction
Damien Martin-Guillerez
2017-02-08
*
Remove some dead code
Ulf Adams
2017-02-07
*
With interleaving now enabled, clean up our tests.
Ulf Adams
2017-01-18
*
Code cleanup for interleaving target pattern eval and config creation.
Ulf Adams
2016-11-16
*
Update package lookup to check for files named BUILD.bazel before files named
John Cater
2016-11-11
*
Make --watchfs a common command option.
Ulf Adams
2016-10-14
*
Rollback of commit 2891ec527eed27d0c6460d66f51cb66a43373b6a.
Damien Martin-Guillerez
2016-10-14
*
Make --watchfs a common command option.
Ulf Adams
2016-10-13
*
Adds an enum to describe how PackageLookupFunction should handle package labels
John Cater
2016-10-13
*
Fall back to compiling header-only libraries with --compile_one_dependency.
Googler
2016-10-10
*
Refactor SkyframeExecutor#preparePackageLoading to pass all PackageCacheOptio...
Janak Ramakrishnan
2016-09-27
*
Add type annotations for the benefit of Java 7
Klaus Aehlig
2016-09-14
*
Track client environment in Skyframe
Klaus Aehlig
2016-09-14
*
Make --experimental_interleave_loading_and_analysis a no-op.
Ulf Adams
2016-09-06
*
Allow CompileOneDependencyTransformer#transformCompileOneDependency to throw ...
Janak Ramakrishnan
2016-08-19
*
Allow ImplicitOutputsFunctions to be overriden on Rule creation.
Michajlo Matijkiw
2016-08-10
*
Move more things from TestConstants to AnalysisMock and LoadingMock.
Ulf Adams
2016-07-14
*
Introduce TestConstants#PACKAGE_FACTORY_FACTORY_FOR_TESTING for the sake of m...
Nathan Harmata
2016-06-10
*
Make a 'did you mean' suggestion when referencing a non-existent label.
Laurent Le Brun
2016-06-06
*
Replace the occurrences of Constants.PRODUCT_NAME for a call to
Luis Fernando Pino Duque
2016-05-23
[next]