aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* 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
* Refactor Bash LauncherGravatar Yun Peng2017-08-21
* Make cpp_darwin_integration_test.sh executableGravatar hlopko2017-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 ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Desugar all the Android builds!Gravatar ajmichael2017-08-18
* Remove RuleClass.Configurator and obsolete LIPO_ON_DEMAND uses.Gravatar gregce2017-08-18
* Fix expansion option output formatting in html outputGravatar ccalvarin2017-08-18
* Open-source Skyframe serialization, and make AppleConfiguration serializable ...Gravatar janakr2017-08-18
* Remove ConfigurationCollectionFactory as part of the static config cleanup.Gravatar gregce2017-08-18
* test_base.py: use self._test_cwd to calculate temporary file pathGravatar pcloudy2017-08-18
* Add the workspace name to the sandbox path for sandboxed workers.Gravatar philwo2017-08-18
* CommandBuilder.java: Don't quote the last argument when passing Windows comma...Gravatar pcloudy2017-08-18
* Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph r...Gravatar Googler2017-08-17
* Fix NPE in PrinterGravatar brandjon2017-08-17
* Remove ConfigurationFactory as part of the static configuration cleanup.Gravatar gregce2017-08-17
* Fix terminal output expansion flag spacing & add implicit requirements.Gravatar ccalvarin2017-08-17
* Make `incompatible_disallow_toplevel_if_statement` default to true.Gravatar laurentlb2017-08-17
* Fix skyframe-native filesets to honor 'excludes' while in a directory traversal.Gravatar kush2017-08-17
* workers: Don't skip empty lines when expanding flagfiles.Gravatar philwo2017-08-17
* Fix lexer bug that allowed non-ASCII letters in identifiersGravatar fzaiser2017-08-17
* Fixing #3552: re-execute cached orphaned Actions.Gravatar olaola2017-08-17
* Delete Literal.javaGravatar laurentlb2017-08-17
* When a worker can no longer be used, because one or more of its files on disk...Gravatar philwo2017-08-17
* Use cached values for option converter types.Gravatar ccalvarin2017-08-16
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Delete unused ObjcProvider keys.Gravatar schmitt2017-08-16
* Send Bazel startup options to server.Gravatar ccalvarin2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Make CcToolchainProvider subclass ToolchainInfo. This is required for use of...Gravatar cpeyser2017-08-16
* Fix Skylark parsing of call expressions.Gravatar fzaiser2017-08-14
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* Workaround for ld bug that causes flakiness when using -bitcode_symbol_map.Gravatar allevato2017-08-14
* Validate and Link libraries action for aapt2Gravatar corysmith2017-08-14
* Rollback of https://github.com/bazelbuild/bazel/commit/21436e062a12b64c8bee66...Gravatar ajmichael2017-08-14
* BEP: Make tags available in TargetConfigured eventGravatar Klaus Aehlig2017-08-14
* Refactor FuncallExpression to allow for complex function terms later.Gravatar fzaiser2017-08-14
* Remove unused tree artifact methods from CustomCommandLine.Gravatar tomlu2017-08-14
* remote: Provide a clear error message if the remote cache is in an invalid st...Gravatar buchgr2017-08-14
* BEP: move configuration-independent information to TargetConfigured eventGravatar Klaus Aehlig2017-08-11
* Refactor persistent workers to use SpawnRunner.Gravatar Benjamin Peterson2017-08-11