aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools
Commit message (Expand)AuthorAge
* 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
* Java Launcher: Create classpath jar with a random nameGravatar Yun Peng2017-09-18
* Remove warning about multiple options in copts.Gravatar Joe Finney2017-09-15
* Skylint: report missing documentation for a function's return valueGravatar fzaiser2017-09-14
* Open source tests for Android desugarer.Gravatar ajmichael2017-09-14
* Support for local_resource_files in android_testGravatar Googler2017-09-13
* Windows Native Launcher: Print command line when launch failed.Gravatar pcloudy2017-09-12
* Add multiple density processing to aapt2 using the optimize command.Gravatar corysmith2017-09-12
* Skylint: improve the naming conventions checkerGravatar fzaiser2017-09-12
* Add Profiler for recording task execution time.Gravatar corysmith2017-09-12
* Skylint: add main linter class and clean up BUILD filesGravatar fzaiser2017-09-08
* Replace ad hoc wrapper classes with Equivalence.WrapperGravatar brandjon2017-09-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Remove debug outputGravatar Googler2017-09-06
* fix for legacy jacoco instrumentation in interfaces behind flagGravatar kmb2017-09-06
* Skylint: add lint for uninitialized variablesGravatar fzaiser2017-09-06
* Skylint: check the documentation of parameters in function docstringsGravatar fzaiser2017-09-04
* Skylint: add lint to check for unreachable statementsGravatar fzaiser2017-09-04
* Extract authandtls, buildeventservice, buildeventstream into package-level BU...Gravatar philwo2017-09-04
* Remove the Dialect type from the Parser.Gravatar laurentlb2017-09-01
* PiperOrigin-RevId: 167167400Gravatar kmb2017-09-01
* Changed Android manifest merger build action to also resolve relative class n...Gravatar Googler2017-09-01
* Skylint: add a lint that reports unused identifiersGravatar fzaiser2017-08-31