aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* --Gravatar Carmi Grushko2016-07-28
* Avoid copying map when adding discovered inputs to action metadata.Gravatar Janak Ramakrishnan2016-07-28
* Rollback of commit 0fe34924b5e5282b5e2895761f11ad77bccebdba.Gravatar Alex Humesky2016-07-28
* Remove apple_binary's implicit output _lipo.a.Gravatar Chris Parsons2016-07-28
* Rollback of commit 75714b0d6e65905e41da8415ca3e7ec101575d51.Gravatar Dmitry Shevchenko2016-07-28
* Add file:// support to bazel's new_http_archive rule.Gravatar Todd Jeffreys2016-07-28
* Include SwiftSupport directory into the IPA when an app contains Swift.Gravatar Dmitry Shevchenko2016-07-28
* Make enforce_constraints non-experimentalGravatar Liam Miller-Cushon2016-07-28
* Add a resource parsing action.Gravatar Googler2016-07-28
* Initial checkin of the combiner classes.Gravatar Sasha Smundak2016-07-28
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Remove experimental_use_proguard_previous_obfuscation_map flag. This was remo...Gravatar Googler2016-07-28
* Experimental java annotation support with unpredictable action inputs/outputs...Gravatar Rumou Duan2016-07-28
* JavaBuilder: Reintroduce the -extra_checks flag.Gravatar Philipp Wollermann2016-07-28
* Start worker processes with a clean environment, instead of accidentally inhe...Gravatar Philipp Wollermann2016-07-28
* Clean up DependencyResolver's interface for the dynamic config migration and ...Gravatar Greg Estren2016-07-28
* Sets SONAME on shared objects in Android binaries.Gravatar Adam2016-07-28
* Mark //src/test/shell/bazel:experimental_ui_test as manualGravatar Damien Martin-Guillerez2016-07-27
* Cleanup: use file_name_string method in tests.Gravatar Sasha Smundak2016-07-27
* Pass the coverage environment into tests using a nested set collected from th...Gravatar Lukacs Berki2016-07-27
* Use a marker provider to determine of a rule is linked statically for the pur...Gravatar Lukacs Berki2016-07-27
* java_proto_library strict deps: add attributes for gradual migrationGravatar Carmi Grushko2016-07-27
* Remove outdated commentGravatar Michajlo Matijkiw2016-07-27
* Move Bazel docs into versioned directory.Gravatar David Chen2016-07-27
* Augment the QueryableGraph#get[BatchWithFieldHints] method to take in paramet...Gravatar Nathan Harmata2016-07-27
* Linker outputs can optionally be configured from the CROSSTOOL. Introduces i...Gravatar Cal Peyser2016-07-27
* Fixed JavaIoFileSystem.setLastModifiedTime to actually match its documented b...Gravatar Chris Parsons2016-07-27
* Adjust visibility of ComputedDefault dependenciesGravatar Mark Schaller2016-07-27
* Change android resource shrinking to use the standard Proguard jar artifact.Gravatar Andrew Pellegrini2016-07-27
* Typo fixes in markdown and javadoc as suggested by intellij typo inspection.Gravatar Googler2016-07-27
* Moves exports_manifest attribute to AndroidLibraryBaseRule instead ofGravatar Googler2016-07-27
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-07-27
* Improve resource DataKey serialization perf a bitGravatar Googler2016-07-27
* Rewrite the extra action info files if the data within them changes.Gravatar Lukacs Berki2016-07-27
* Make 3-arg form of getattr() work when third arg is NoneGravatar Jon Brandvein2016-07-27
* cpp: fix documentation of return value of GetNullaryOption() functionGravatar Thiago Farina2016-07-26
* Add the method to set zip64 extension attribute. Eliminate useless test caseGravatar Sasha Smundak2016-07-26
* Enable the Java launcher by defaultGravatar Liam Miller-Cushon2016-07-26
* Re-arrange --{host_,}java_launcherGravatar Liam Miller-Cushon2016-07-26
* Add SVG as an analyzed file type to ResourceShrinker.javaGravatar Andrew Pellegrini2016-07-26
* Slim down RuleClass#createUncheckedGravatar Michajlo Matijkiw2016-07-26
* Remove a few unused methods from {Dep,Unvalidated}AndroidDataGravatar Googler2016-07-26
* Computed default "is_executable" doesn't need to declareGravatar Greg Estren2016-07-26
* Store genquery's scope of accessible labels as a Label->Target map.Gravatar Googler2016-07-26
* Placate the compiler.Gravatar Sasha Smundak2016-07-26
* Rename TreeFileArtifact-related functions to make them more self-explanatory ...Gravatar Rumou Duan2016-07-26
* Fix crash when updating collections while iterating over them in comprehensionsGravatar Jon Brandvein2016-07-26
* Call precomputed() on static CharMatcher instances.Gravatar Googler2016-07-26
* Allow lists to be modified while a For loop is iterating over them.Gravatar Jon Brandvein2016-07-26
* Optimize Rule.getLabels(void) to avoid ImmutableSortedSet.construct().Gravatar Googler2016-07-26