aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Report the structured Bazel command line via the BEP.Gravatar ccalvarin2017-10-10
* Pull clearing of legacy configured target data up to SkyframeExecutor and ren...Gravatar janakr2017-10-10
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Don't release the client lock while the server executes a command. TheGravatar Googler2017-10-10
* Workaround missing go_* target ThinLTO supportGravatar Googler2017-10-10
* Extract CppToolchainInfo from CppConfiguration. CppToolchainInfo contains allGravatar cpeyser2017-10-10
* Fix the location of load statements in Skylark.Gravatar fzaiser2017-10-10
* Remove ctx.fragments.apple.{xcode_version,ios_minimum_os}.Gravatar lberki2017-10-10
* Clean up TODOs.Gravatar László Csomor2017-10-09
* Consolidate ObjectCodec<String> creationGravatar michajlo2017-10-09
* blaze_util_posix.cc: declare use of dprintfGravatar Klaus Aehlig2017-10-09
* Add .imports file to the LTOBackendAction inputsGravatar Googler2017-10-07
* Bubble errors up even in the case of keep_going builds that failed due to cat...Gravatar janakr2017-10-07
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Reduce iterator usage on hot code pathsGravatar michajlo2017-10-07
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Restrict command search to filesGravatar Klaus Aehlig2017-10-07
* PackageLoader.loadPackages() tolerates duplicates in the list of packages to ...Gravatar carmi2017-10-06
* Windows,bootstrapping: fix build_windows_jni.shGravatar Laszlo Csomor2017-10-06
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Provide a source exec path -> path mapping in the ArtifactFactory, which is p...Gravatar janakr2017-10-06
* Couple of Fileset micro-optimizations:Gravatar kush2017-10-06
* Make Fdo use straight zip files, delete ZipFileSystem.Gravatar tomlu2017-10-06
* In the launcher, use F_OFD_SETLK if available.Gravatar Googler2017-10-06
* Fix the strict-ordering of symlinks created with Filesets which was inadvarte...Gravatar kush2017-10-06
* Add a whitelist for packages that can contain android_devices rules. Currentl...Gravatar ajmichael2017-10-06
* Speed up fingerprint and hashcode computation by:Gravatar kush2017-10-06
* Prepare Classpath reading for Java 9Gravatar cushon2017-10-06
* Automated rollback of commit 236b1e96351b45056124ce97b0bcf047b9428606.Gravatar lpino2017-10-06
* Migrate from deprecated MutableList constructor to copyOf, fixing bug in latterGravatar michajlo2017-10-06
* Downgrade the default invocation policy log levels to fine.Gravatar ccalvarin2017-10-06
* Documentation cleanupGravatar dmarting2017-10-06
* Add a flag to remove Java Make variables from Jvm.Gravatar lberki2017-10-06
* Windows,launcher: add LauncherFileWriteActionGravatar Laszlo Csomor2017-10-06
* Remove an unused argument.Gravatar lberki2017-10-06
* Use SkylarkSemantics in place of options class in the interpreterGravatar brandjon2017-10-06
* Skylark Documentation: sort methods by method signatureGravatar dmarting2017-10-06
* Rather than logging the amount of free physical memory on Linux systems, log ...Gravatar Googler2017-10-06
* Add debug_key attribute to android_binary.Gravatar ajmichael2017-10-06
* Refactor CppHelper.mallocForTarget() to allow specifying the name of theGravatar Googler2017-10-06
* Split off SkylarkSemanticsOptions into an immutable classGravatar brandjon2017-10-06
* introduce cc_proto_library for desugar_deps.protoGravatar kmb2017-10-06
* Could be missing something but I don't think this line of documentation is tr...Gravatar juliexxia2017-10-06
* Move --experimental_allow_runtime_deps_on_neverlink to JavaOptions.Gravatar mstaib2017-10-06
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Remove support for ProtocolBuffers2.Gravatar kaipi2017-10-06
* PiperOrigin-RevId: 170990066Gravatar fwe2017-10-06
* Fix more linter errorsGravatar ruperts2017-10-06
* Remove dead code.Gravatar ajmichael2017-10-06
* Bugfix: some clients are passing invalid UUIDs as BAZEL_INTERNAL_BUILD_REQUES...Gravatar olaola2017-10-06