aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools
Commit message (Expand)AuthorAge
* 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
* Internal changeGravatar dslomov2017-10-23
* Skylint: check provider names for the suffix "Info"Gravatar fzaiser2017-10-23
* Exclude Android dependency checking from Bazel's singlejar build.Gravatar kmb2017-10-23
* standalone tool to split dex archives into shards to merge.Gravatar kmb2017-10-20
* Skylint: docstring format: warn about empty sections and descriptions.Gravatar fzaiser2017-10-20
* Change the KeyValueConsumer to extend BiConsumer for improved consumer usage.Gravatar corysmith2017-10-20
* Add directory entries to the resource_files.zip because robolectric relies on...Gravatar dannark2017-10-18
* Skylint: show a better error message if a file is not foundGravatar fzaiser2017-10-18
* Don't reference static method from instance variable.Gravatar dannark2017-10-18
* Skylint: change the end location of missing function docstring warnings.Gravatar fzaiser2017-10-18
* Migrate all users of OptionsParser.enableParamsFileSupport to use the ShellQu...Gravatar apell2017-10-18
* Skylint: don't warn for unused initialization with 'None'.Gravatar fzaiser2017-10-18
* Stream rest cache file uploads.Gravatar Benjamin Peterson2017-10-18
* Skylint: allow docstrings for global variables.Gravatar fzaiser2017-10-16
* Skylint: docstring format: mandatory order of description and sections.Gravatar fzaiser2017-10-16
* Skylint: add categories for issues.Gravatar fzaiser2017-10-13
* Skylint: set module docstring location to just the first lineGravatar fzaiser2017-10-13
* add option to singlejar to double-check correct default and static interface ...Gravatar kmb2017-10-12
* Add follow-symlinks parameter to FileSystemUtils#copyTreesBelow, so that all ...Gravatar janakr2017-10-12
* Skylint: check for usage of deprecated functionsGravatar fzaiser2017-10-12
* Remove the implicit requirement of core_library.Gravatar ccalvarin2017-10-12
* shell,runfiles: add runfiles libraryGravatar Laszlo Csomor2017-10-11
* Support --forceJumbo flag with incremental dexingGravatar kmb2017-10-10
* Skylint: report location ranges instead of just the start locationGravatar fzaiser2017-10-10
* Skylint: add integration tests for the java binaryGravatar fzaiser2017-10-10
* Do not rewrite static interface method invocations from bootclasspathGravatar Googler2017-10-07
* Only make files writable before processing on Windows.Gravatar ajmichael2017-10-06
* Fix the R.txt to generate a transitive closure instead of the current resources.Gravatar corysmith2017-10-06
* add flags to desugar to emit metadata that can be used for double-checking co...Gravatar kmb2017-10-06
* Fix aapt2 actions to use the compiled intermediate resource files for linking...Gravatar Googler2017-10-02
* Fixing remote worker with --experimental_remote_platform_override flag.Gravatar olaola2017-09-29
* Support --positions flag in DexBuilder, for consistency with dxGravatar kmb2017-09-29
* remove ignored dexing options from DexFileMerger command line.Gravatar kmb2017-09-29
* Skylint: check for bad operationsGravatar fzaiser2017-09-29
* expect desugar metadata in conventional META-INF directory used by jar toolGravatar kmb2017-09-27
* Skylint: ignore naming conventions for importsGravatar fzaiser2017-09-27
* Skylint: check that load statements are at the top of the fileGravatar fzaiser2017-09-27
* Internal changeGravatar David Ostrovsky2017-09-25
* Action for resource shrinking with aapt2Gravatar corysmith2017-09-22
* PiperOrigin-RevId: 169563607Gravatar kmb2017-09-22
* Skylint: add flag to disable certain checkers.Gravatar fzaiser2017-09-21
* Skylint: be less strict about indentation in docstringsGravatar fzaiser2017-09-21
* Passing Bazel metadata in gRPC headers.Gravatar olaola2017-09-21
* Skylint: fix a NullPointerExceptionGravatar fzaiser2017-09-20
* CI,windows: create test_suites for Windows testsGravatar L?szl? Csomor2017-09-19