aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools
Commit message (Expand)AuthorAge
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Improve the error messaging by suppressing stack traces for expected errors.Gravatar corysmith2017-11-30
* Skylint: Add a warning for the '|' operator.Gravatar laurentlb2017-11-30
* Various Shell Script Fixes and Improvements - Part OneGravatar Androbin2017-11-29
* Automatic code cleanup.Gravatar cushon2017-11-28
* Let to push lambda arguments not only with *LOAD instructions but with SIPUSH...Gravatar Googler2017-11-28
* Revert unintentional increase in logging.Gravatar apell2017-11-27
* Never allow local_resource_files in single-process testsGravatar Googler2017-11-27
* Use more precise categories for missing docstring.Gravatar laurentlb2017-11-27
* Improve error message for 'missing-return-value' check.Gravatar laurentlb2017-11-25
* Enable aapt2 for robolectric when available.Gravatar corysmith2017-11-22
* Add option to enable resource cycle shrinking.Gravatar Googler2017-11-21
* Make bazel test src/tools/launcher/... pass on Unix platformGravatar Yun Peng2017-11-20
* Enable aapt2 packaging action to use compiled resources for merging rather th...Gravatar Googler2017-11-16
* Create merge action and data deserializer for aapt2 compiled resources.Gravatar Googler2017-11-15
* Add configuration filters to the aapt2 packaging step.Gravatar corysmith2017-11-15
* Specialize $closeResource(Throwable, AutoCloseable) so that desugared code do...Gravatar cnsun2017-11-14
* Fix EnclosingMethod attribute when moving interface methods to companion classGravatar kmb2017-11-13
* Open source ZipFilterBuilder for android_instrumentation_testGravatar jingwen2017-11-13
* Support multiple (disjoint) inputs and add --multidex=given_shard flag to Dex...Gravatar kmb2017-11-09
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Fix resource shrinking to filter densities and include assets.Gravatar corysmith2017-11-09
* Linter: allow disabling individual categories in addition to checksGravatar fzaiser2017-11-07
* Add optional user execution time and system execution time fields to Terminat...Gravatar ruperts2017-11-06
* Automated rollback of commit 3181c2f1362622985aca24747ed9512573d25dc0.Gravatar corysmith2017-11-06
* Simplify the merge code, and fix a few incorrectly declared tests.Gravatar corysmith2017-11-06
* Linter: improve docstring formatting error messagesGravatar fzaiser2017-11-06
* Delete benchmark code.Gravatar tomlu2017-11-06
* Linter: don't require docstrings for short functionsGravatar fzaiser2017-11-03
* Linter: Tolerate whitespace-only lines and complain about misaligned closing ...Gravatar brandjon2017-11-02
* Linter: allow leading underscore in provider namesGravatar fzaiser2017-11-02
* Skylint: improve message for missing return and unitialized variablesGravatar fzaiser2017-11-02
* Skylint: also allow "UNUSED_" prefix in capital lettersGravatar fzaiser2017-11-02
* Fix typo in issue messageGravatar brandjon2017-11-02
* Force DexMapper (aka shuffle_jars) tool to partition large packages into mult...Gravatar kmb2017-11-01
* Open source ZipFilterAction for use in Android testing.Gravatar ajmichael2017-11-01
* Remove hazelcast dependency from BazelGravatar Alpha Lam2017-10-30
* Skylint: improve message for unused list comprehensions.Gravatar fzaiser2017-10-30
* Skylint: also check for deprecations in dependencies.Gravatar fzaiser2017-10-27
* Skylint: improve error message for unused importsGravatar fzaiser2017-10-27
* Skylint: improve messages about docstring errorsGravatar fzaiser2017-10-27
* Adjust the singlejar binary to accept an optional comma-separated "label" withGravatar Googler2017-10-27
* Internal changeGravatar kmb2017-10-26
* Skylint: fix exception for empty docstring linesGravatar fzaiser2017-10-25
* Skylint: docstring format: warn about wrong order of sections only onceGravatar fzaiser2017-10-24
* Parser: fix incorrect end location for statement suites.Gravatar fzaiser2017-10-24
* Record dependencies when directly calling moved interface methods.Gravatar kmb2017-10-24
* Skylint: don't report unused variables starting with "unused_"Gravatar fzaiser2017-10-24
* Preserve `pass` statements in the Skylark AST.Gravatar fzaiser2017-10-23