aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/android
Commit message (Expand)AuthorAge
* Re-enable BytecodeTypeInferenceTestGravatar cushon2018-08-08
* PiperOrigin-RevId: 207121273Gravatar cushon2018-08-02
* Automatic code cleanup.Gravatar Googler2018-07-26
* make tests for singlejar's --check_desugar_deps flag run in Bazel's CIGravatar kmb2018-07-12
* Bazel server, tools: ensure Writers are closedGravatar laszlocsomor2018-07-10
* Bazel server, tools: ensure Readers are closedGravatar laszlocsomor2018-07-09
* Clean up after https://github.com/bazelbuild/bazel/commit/2a9e125499c8fadb731...Gravatar cushon2018-06-20
* Fail when resources use invalid java identifiers.Gravatar corysmith2018-06-15
* Improve DependencyAndroidData VALID_REGEX's robustness.Gravatar jingwen2018-05-31
* Fix code to remove varargs warning.Gravatar jcater2018-05-21
* Wrap a comment line around 80 chars.Gravatar Googler2018-05-11
* Records profiling information for ActionFS staging and updates.Gravatar shahan2018-05-11
* Automated rollback of commit feeccd8c0a5d97493cabfeb9481cf6f3800b9b84.Gravatar corysmith2018-05-10
* Internal changeGravatar Googler2018-05-10
* Only include generated resources when pseudo locales are asked for.Gravatar corysmith2018-05-10
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Normalize parameter name commentsGravatar cushon2018-04-27
* For --checkHashMismatch=ERROR, emit all errors instead of stopping at the fir...Gravatar cushon2018-04-26
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* Relax the assertion in Desugar for checking the calls to $closeResource(...).Gravatar cnsun2018-04-17
* Stop passing location of testdata as jvm property.Gravatar ajmichael2018-04-06
* Create proguard.txt in android_library AAR output.Gravatar ajmichael2018-04-02
* build and test KeepScanner tool open-sourceGravatar kmb2018-03-30
* Detect main dex list entries that will be missingGravatar kmb2018-03-22
* Make ManifestMergerAction able to not take a primary manifestGravatar asteinb2018-03-22
* Have the Android R class generators add the target label to the class jar.Gravatar tomlu2018-03-20
* Reflect core library moves in super calls, even in default method stubs. Alw...Gravatar kmb2018-03-16
* Android tools: remove mtime-modificationsGravatar Laszlo Csomor2018-03-15
* Make KeepScanner tool search classpath for nearest definition of each member ...Gravatar kmb2018-03-12
* Minor fixes to KeepScanner tool:Gravatar kmb2018-03-12
* Support custom implementations of emulated core interface methodsGravatar kmb2018-03-12
* tests,windows: enable android.desugar.runtimeGravatar Laszlo Csomor2018-03-08
* Use new android_tools_defaults_jar in tests.Gravatar Adam Michael2018-03-06
* emulate dynamic dispatch of emulated default interface methodsGravatar kmb2018-03-02
* Android desugar config options to exclude methods from interface emulationGravatar kmb2018-03-01
* send invocations to emulated interfaces through dispatch helper.Gravatar kmb2018-03-01
* Change android_library .aar timestamp and open-source AarGeneratorActionTest.Gravatar ajmichael2018-02-26
* add ability to move individual core library methodsGravatar kmb2018-02-21
* Apply interface invocation desugaring to renamed core libraries. Fix invokes...Gravatar kmb2018-02-20
* Tool that scans a given Jar for references to select classes and outputs corr...Gravatar kmb2018-02-20
* Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb.Gravatar corysmith2018-02-16
* Normalized the serialization proto to save space and allow greater versatilit...Gravatar corysmith2018-02-16
* Resolve the owner of interface.super calls to inherited default methods for a...Gravatar kmb2018-02-15
* Stub default methods as needed for core library desugaringGravatar kmb2018-02-08
* Rename generated core classes during core library desugaringGravatar kmb2018-02-07
* drop debug info when loading classes in desugar as a workaround for https://b...Gravatar kmb2018-02-06
* Basic tooling to desugar select core librariesGravatar kmb2018-02-05
* Remove -Xbootclasspath/p for JDK 9.Gravatar cnsun2018-01-29
* Multi-thread zip file writing in DexFileSplitter. Since we push content into...Gravatar kmb2018-01-19