aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6.Gravatar nharmata2017-11-28
* | macOS compatibility in build.ps1.Gravatar Peter Mounce2017-11-28
* | Migrate some Skylark tests outside of Blaze.Gravatar laurentlb2017-11-28
* | Remove dead code from CompilationSupportGravatar cparsons2017-11-28
* | Change BlacklistedPackagesPrefixesFunction to take a pair of a hardcoded set ...Gravatar nharmata2017-11-28
* | Migrate callsites of CppConfiguation#getCompiler, #getTargetLibc, #getCpu toGravatar cpeyser2017-11-28
* | Grammar fix. bazel-overview.mdGravatar Roller, David2017-11-28
* | Fix typo in tutorial build rulesGravatar Zain Asgar2017-11-28
* | Shard android_sdk_integration_test.sh. 45 seconds (60%) reduction.Gravatar jingwen2017-11-28
* | refactor: remove unnecessary Enums from ExpanderGravatar L?szl? Csomor2017-11-28
* | refactor: mv LocationExpander.Options to ExpanderGravatar L?szl? Csomor2017-11-28
* | Let to push lambda arguments not only with *LOAD instructions but with SIPUSH...Gravatar Googler2017-11-28
* | refactor: add LocationExpander factoriesGravatar L?szl? Csomor2017-11-28
* | Remove now unused joda_time from third_party directory.Gravatar Philipp Wollermann2017-11-28
* | Prepare code using ASM for Java 9Gravatar cushon2017-11-28
* | Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* | Change Mock{Android,Java}Support to actually import test runner related jars ...Gravatar dannark2017-11-27
* | Remove unused flag.Gravatar Googler2017-11-27
* | Stop splitting classpath argumentsGravatar cushon2017-11-27
* | Use java.nio.file.Paths instead of strings in JavaBuilderGravatar cushon2017-11-27
* | Delete --experimental_use_manifest_from_resource_apk again.Gravatar ajmichael2017-11-27
* | Fix doc broken linkGravatar Umesh Yadav2017-11-27
* | Revert unintentional increase in logging.Gravatar apell2017-11-27
* | Shard android_ndk_integration_test.Gravatar ajmichael2017-11-27
* | Never allow local_resource_files in single-process testsGravatar Googler2017-11-27
* | Consistently pluralize arch_flags in toolchain docsGravatar Jacob Parker2017-11-27
* | Support nested set serialization.Gravatar tomlu2017-11-27
* | Fix link and usage of ToolchainInfo in docsGravatar Jacob Parker2017-11-27
* | (Minor) Use consistent indentation in toolchain docsGravatar Jacob Parker2017-11-27
* | Fix bug in SkyQuery's 'rbuildfiles' implementation where we were incorrectly ...Gravatar nharmata2017-11-27
* | Automated rollback of commit a6ed4c01d374bcf98bf39c1efc12a0f4f20fe313.Gravatar elenairina2017-11-27
* | Update to ASM 6.0Gravatar Liam Miller-Cushon2017-11-27
* | bazel: s/ctx.run()/ctx.actions.run()/Gravatar Googler2017-11-27
* | Migrate some Skylark tests outside of Blaze.Gravatar laurentlb2017-11-27
* | Release 0.8.0 (2017-11-27)Gravatar Bazel Release System2017-11-27
* | Shape sharing for Skylark providers.Gravatar Benjamin Peterson2017-11-27
* | Use more precise categories for missing docstring.Gravatar laurentlb2017-11-27
* | Add Linter & Skylark spec to the website menuGravatar laurentlb2017-11-27
* | Automatic code cleanup.Gravatar cushon2017-11-27
* | Improve error message for 'missing-return-value' check.Gravatar laurentlb2017-11-25
* | py_proto_library implicit dependency update.Gravatar Googler2017-11-24
* | Add six to deps of has_services=1 py_proto_librarys.Gravatar Googler2017-11-24
* | Remove useless abstractions in C++ rules after internal cleanupGravatar hlopko2017-11-24
* | Create the output source jar in java_common.compileGravatar elenairina2017-11-24
* | Add //tools/jdk:current_java_runtime / tools/jdk:current_host_java_runtime to...Gravatar lberki2017-11-24
* | Update depset documentation to the new depset API.Gravatar Dmitry Lomov2017-11-24
* | Remove usages of $singlejar in Java rules.Gravatar elenairina2017-11-24
| * The surrounding quotes actually unquote this. Remove or escape them.Gravatar Androbin2017-11-23
| * Argument mixes string and array. Use * or separate argument.Gravatar Androbin2017-11-23
| * Quote the grep pattern so the shell won't interpret it.Gravatar Androbin2017-11-23