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
Commit message (
Expand
)
Author
Age
*
Deletes PopulateTreeArtifactAction (which seems to be dead code).
shahan
2018-04-12
*
Fix error handling for target pattern expansion
John Cater
2018-04-12
*
CommandBuilder: remove useShell and setWorkingDir
Laszlo Csomor
2018-04-12
*
Make FileSystemUtils.moveFile always preserve symlinks and use it in Sandboxe...
Benjamin Peterson
2018-04-12
*
Add document about alwayslink with VS 2017.
pcloudy
2018-04-12
*
Plumbs ActionExecutionContext to SymlinkTraversal.addSymlinks.
shahan
2018-04-12
*
Make build_event_stream_java_proto public so it can be used by the IntelliJ p...
Googler
2018-04-12
*
Don't warn about /dev/null having been modified
Mike Morearty
2018-04-12
*
Remove WorkerTestStrategy and with it, BuildConfiguration.Fragment#compatible...
lberki
2018-04-12
*
Remove all callers of ArtifactRoot.asSourcePath from production code besides ...
janakr
2018-04-11
*
Add skipped manifest processing methods
asteinb
2018-04-11
*
Migrate StringModule methods to SkylarkCallable from SkylarkSignature.
cparsons
2018-04-11
*
Starts threading ActionExecutionContext to sites calling getPath() only within
shahan
2018-04-11
*
Add a toString method to BuildOptions and BuildConfigurationValue.Key
mjhalupka
2018-04-11
*
Expose "mnemonic" and "env" on skylark "Action" objects.
cparsons
2018-04-11
*
Update ctx.action.args() docs.
tomlu
2018-04-11
*
Introduce Param.legacyNamed() to handle migration from @SkylarkSignature to @...
cparsons
2018-04-11
*
Create a new proto output formatter for cquery. Also add flag --[no]proto:inc...
juliexxia
2018-04-11
*
Fix NPE in action graph dump.
twerth
2018-04-11
*
Make --fdo_optimize paths be PathFragment instead of Path, and remove the now...
Googler
2018-04-11
*
Add CommandLinesAndParamFiles class.
tomlu
2018-04-11
*
Automated rollback of commit 3ab52e63079f1e43cb2c973425f615836a334082.
hlopko
2018-04-11
*
Introduce `--incompatible_disallow_slash_operator` to disable `/` operator.
laurentlb
2018-04-11
*
analyze-profile: prevent bazel from crashing outside a workspace
Shmuel H
2018-04-11
*
Deprecate BuildConfiguration.Fragment#getArtifactOwnerTransition().
lberki
2018-04-11
*
Fix typo in error message (incompatible_package_name_is_a_function).
laurentlb
2018-04-11
*
Also prefetch label lists for repository rules
Klaus Aehlig
2018-04-11
*
Remove BuildConfiguration.Fragment#setupActionEnvironment().
lberki
2018-04-11
*
Automated rollback of commit ca598fb9445627e9734c2900bc6b11430250d453.
dannark
2018-04-10
*
Add value constants to ObjectCodecRegistry. Value constants are to be used wh...
janakr
2018-04-10
*
Migrate apple_common.new_objc_provider to use @SkylarkCallable
cparsons
2018-04-10
*
Make the skyframe-native flag a no-op.
kush
2018-04-10
*
Add support for sandboxfs-based sandboxing to Linux.
jmmv
2018-04-10
*
Migrate Info's skylark methods to @SkylarkCallable
cparsons
2018-04-10
*
Simplify AbstractSkyFunctionEnvironment to more directly call getValueOrUntyp...
shreyax
2018-04-10
*
Disallow labels of the form ////foo.
carmi
2018-04-10
*
Fix bug in SkyQuery's parallel allrdeps with --nohost_deps.
nharmata
2018-04-10
*
Make some objects frequently encountered during serialization into constants....
janakr
2018-04-10
*
Makes BlazeDirectories a serialization constant.
shahan
2018-04-10
*
Fix handling of relative symlinks within sandboxfs.
jmmv
2018-04-10
*
Allow codecs in ObjectCodecRegistry.Builder to be swapped out.
cpeyser
2018-04-10
*
Make SkylarkCustomCommandLine support efficient fingerprint calculation.
tomlu
2018-04-10
*
Update documentation of RuleConfiguredTargetFactory to reflect recent refacto...
janakr
2018-04-10
*
Remove lock around DiGraph in BlazeQueryEnvironment
dbabkin
2018-04-10
*
Remove traces of optional_flags from crosstool
hlopko
2018-04-10
*
Improve documentation of genquery.
lberki
2018-04-10
*
remote/http: properly complete user promise
Jakob Buchgraber
2018-04-10
*
Remove support for the --incompatible_disallow_three_arg_vardef command line ...
lberki
2018-04-10
*
Fix Printer.getPrinter(boolean)
brandjon
2018-04-09
*
Introduce extraPositonals and extraArguments to SkylarkCallable, to have pari...
cparsons
2018-04-09
[next]