aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Make the srcs test be a Bazel testGravatar Damien Martin-Guillerez2017-08-23
* Remove dialect distinction from the parser.Gravatar laurentlb2017-08-22
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* Propagate detected value of BAZEL_SH to --client_env.Gravatar Dmitry Lomov2017-08-22
* Small improvments on native launcher and testGravatar Yun Peng2017-08-22
* Add OptionDefinition layer between the @Option annotation and its fields and ...Gravatar ccalvarin2017-08-22
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-22
* Add a --build_runfile_manifests flag which controls production ofGravatar Googler2017-08-22
* Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting.Gravatar mstaib2017-08-22
* Update javac version to 9-dev-r4023-3Gravatar Liam Miller-Cushon2017-08-22
* Don't deduplicate LINK_INPUTS.Gravatar allevato2017-08-22
* Parallelize target pattern preloading (used by 'blaze query').Gravatar nharmata2017-08-22
* Minor change to the ActionOnIOExceptionReadingBuildFile interface.Gravatar nharmata2017-08-22
* Change some apple_static_library tests so they work forGravatar cpeyser2017-08-22
* Remove workaround. The ASM bug is fixed. And we use ClassRemapper now.Gravatar cnsun2017-08-22
* Update documentation for srcs_version in python rulesGravatar yiyu2017-08-22
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Resource filtering properly handles pseudolocalesGravatar Googler2017-08-22
* remote: don't fail build if upload failsGravatar Benjamin Peterson2017-08-22
* Remove ALREADY_EXISTS special treatment from the CAS uploader. This error sho...Gravatar olaola2017-08-22
* Blaze exports a feature for actions with objective c source in their transitiveGravatar cpeyser2017-08-22
* Terminate requests with OK instead of ALREADY_EXISTS in the Remote Worker.Gravatar olaola2017-08-22
* Stop using CustomMultiArgv in OneVersionCheckActionBuilder.Gravatar tomlu2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Throw a static error when lvalue of an augmented assignment is a list.Gravatar laurentlb2017-08-21
* Simplify RunfilesSupport interface by having it call RuleContext.shouldCreate...Gravatar Googler2017-08-21
* Initial (partial) implementation of configured target query. Activated by pas...Gravatar janakr2017-08-21
* Replace TransitionApplier interface with a dedicated class.Gravatar gregce2017-08-21
* Remove CustomArgv. It is unused.Gravatar tomlu2017-08-21
* j2objc java tests work for --experimental_objc_crosstool=allGravatar cpeyser2017-08-21
* Windows: Implement python native launcherGravatar Yun Peng2017-08-21
* Fix stale comment.Gravatar nharmata2017-08-21
* Prevent using android libraries as resources if they have non-resource infoGravatar Googler2017-08-21
* Switch android tools' use of options parser to a more concise form for the si...Gravatar ccalvarin2017-08-21
* Refactor Bash LauncherGravatar Yun Peng2017-08-21
* Do not add linking features in CppActionConfigs when crosstool already define...Gravatar hlopko2017-08-21
* Automated rollback of commit 2f38404728a12840e416566b453e9cdebab5d859.Gravatar elenairina2017-08-18
* Make cpp_darwin_integration_test.sh executableGravatar hlopko2017-08-18
* Make an immutable copy of a map in a simpler way.Gravatar lberki2017-08-18
* Partially revert https://github.com/bazelbuild/bazel/commit/bcb0354b2d7c7a8f8...Gravatar cnsun2017-08-18
* Remove BuildConfiguration.useDynamicConfigurations.Gravatar gregce2017-08-18
* Properly handle some values that can be null in AppleCommandLineOptions.Gravatar janakr2017-08-18
* Add Skylark flags as common command optionsGravatar brandjon2017-08-18
* Fix osx_cc_wrapper.sh for multiple rpathsGravatar Marcel Hlopko2017-08-18
* Separate android integration tests that require an NDK.Gravatar ajmichael2017-08-18
* Remove unnecessary options parser caching.Gravatar ccalvarin2017-08-18
* Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Desugar all the Android builds!Gravatar ajmichael2017-08-18
* Added support for $(LD) for genrule() and ld_executable for SkylarkGravatar John Basila2017-08-18
* Rename Scope to LexicalBlock, and other cleanup in ValidationEnvironment.Gravatar laurentlb2017-08-18