aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* 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
* Fixing displayed retry attempts one-off error, when the error is non-retriable.Gravatar olaola2017-10-06
* Skylark parser: make the end position of location ranges inclusive.Gravatar fzaiser2017-10-06
* Documentation fix for 'minimum_os_version' attributeGravatar cparsons2017-10-06
* Put feature arguments after command line options for LTOBackendActionGravatar Googler2017-10-06
* Rewrite LocationExpanderGravatar ulfjack2017-10-02
* Extract Fileset manifest parsing out of SpawnInputExpanderGravatar ulfjack2017-10-02
* LocationExpander: always require options to be passed inGravatar ulfjack2017-10-02
* Make JavaToolchain use the new Expander APIGravatar ulfjack2017-10-02
* Add proto to encode desugaring metadataGravatar kmb2017-10-02
* Prevent overriding android_library srcless deps configuration value from Host...Gravatar jingwen2017-10-02
* PiperOrigin-RevId: 170539405Gravatar Googler2017-10-02
* Only create builtins for rules once per PackageFactoryGravatar michajlo2017-10-02
* Use intermediate compiled resource symbols for linking rather than static res...Gravatar Googler2017-10-02
* Don't symlink into the execroot if possible in SymlinkAction: instead, symlin...Gravatar janakr2017-10-02
* Automatic code cleanup.Gravatar cushon2017-09-29
* Switch ExtraActionFactory over to the new Expander interfaceGravatar ulfjack2017-09-29
* Using only one GetMissingBlobs RPC per action instead of two.Gravatar olaola2017-09-29