aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Add skipped manifest processing methodsGravatar asteinb2018-04-11
* Migrate StringModule methods to SkylarkCallable from SkylarkSignature.Gravatar cparsons2018-04-11
* Starts threading ActionExecutionContext to sites calling getPath() only withinGravatar shahan2018-04-11
* Add a toString method to BuildOptions and BuildConfigurationValue.KeyGravatar mjhalupka2018-04-11
* Expose "mnemonic" and "env" on skylark "Action" objects.Gravatar cparsons2018-04-11
* Update ctx.action.args() docs.Gravatar tomlu2018-04-11
* Introduce Param.legacyNamed() to handle migration from @SkylarkSignature to @...Gravatar cparsons2018-04-11
* Warn when code uses FileType(), which is deprecated.Gravatar laurentlb2018-04-11
* Create a new proto output formatter for cquery. Also add flag --[no]proto:inc...Gravatar juliexxia2018-04-11
* PiperOrigin-RevId: 192470493Gravatar cushon2018-04-11
* Enable testing stderr for import-deps-checker.Gravatar cnsun2018-04-11
* Fix NPE in action graph dump.Gravatar twerth2018-04-11
* Add a test that builds a Windows binary remotely and runs it locally, to vali...Gravatar Googler2018-04-11
* Make --fdo_optimize paths be PathFragment instead of Path, and remove the now...Gravatar Googler2018-04-11
* Add CommandLinesAndParamFiles class.Gravatar tomlu2018-04-11
* Automated rollback of commit 3ab52e63079f1e43cb2c973425f615836a334082.Gravatar hlopko2018-04-11
* Introduce `--incompatible_disallow_slash_operator` to disable `/` operator.Gravatar laurentlb2018-04-11
* analyze-profile: prevent bazel from crashing outside a workspaceGravatar Shmuel H2018-04-11
* Deprecate BuildConfiguration.Fragment#getArtifactOwnerTransition().Gravatar lberki2018-04-11
* Fix typo in error message (incompatible_package_name_is_a_function).Gravatar laurentlb2018-04-11
* Also prefetch label lists for repository rulesGravatar Klaus Aehlig2018-04-11
* Remove BuildConfiguration.Fragment#setupActionEnvironment().Gravatar lberki2018-04-11
* Automated rollback of commit ca598fb9445627e9734c2900bc6b11430250d453.Gravatar dannark2018-04-10
* Add value constants to ObjectCodecRegistry. Value constants are to be used wh...Gravatar janakr2018-04-10
* Migrate apple_common.new_objc_provider to use @SkylarkCallableGravatar cparsons2018-04-10
* Make the skyframe-native flag a no-op.Gravatar kush2018-04-10
* Add support for sandboxfs-based sandboxing to Linux.Gravatar jmmv2018-04-10
* Migrate Info's skylark methods to @SkylarkCallableGravatar cparsons2018-04-10
* Simplify AbstractSkyFunctionEnvironment to more directly call getValueOrUntyp...Gravatar shreyax2018-04-10
* Disallow labels of the form ////foo.Gravatar carmi2018-04-10
* Fix bug in SkyQuery's parallel allrdeps with --nohost_deps.Gravatar nharmata2018-04-10
* Make some objects frequently encountered during serialization into constants....Gravatar janakr2018-04-10
* Makes BlazeDirectories a serialization constant.Gravatar shahan2018-04-10
* Fix handling of relative symlinks within sandboxfs.Gravatar jmmv2018-04-10
* Bring startup_options to BAZEL_LOG.Gravatar ccalvarin2018-04-10
* Allow codecs in ObjectCodecRegistry.Builder to be swapped out.Gravatar cpeyser2018-04-10
* Make SkylarkCustomCommandLine support efficient fingerprint calculation.Gravatar tomlu2018-04-10
* Update documentation of RuleConfiguredTargetFactory to reflect recent refacto...Gravatar janakr2018-04-10
* Remove lock around DiGraph in BlazeQueryEnvironmentGravatar dbabkin2018-04-10
* Remove traces of optional_flags from crosstoolGravatar hlopko2018-04-10
* Improve documentation of genquery.Gravatar lberki2018-04-10
* remote/http: properly complete user promiseGravatar Jakob Buchgraber2018-04-10
* python,runfiles: move to different packageGravatar Laszlo Csomor2018-04-10
* Delete unused RunProgram function.Gravatar Benjamin Peterson2018-04-10
* Remove support for the --incompatible_disallow_three_arg_vardef command line ...Gravatar lberki2018-04-10
* Fix Printer.getPrinter(boolean)Gravatar brandjon2018-04-09
* Introduce extraPositonals and extraArguments to SkylarkCallable, to have pari...Gravatar cparsons2018-04-09
* Consume the rest of the response stream for Watch RPC before returning. This ...Gravatar Googler2018-04-09
* Add a ruleError when one version enforcement is requested without the requisiteGravatar Googler2018-04-09
* Remove some dead code in SkyDocGravatar cparsons2018-04-09