index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
tools
Commit message (
Expand
)
Author
Age
*
Extract FieldInfo as a top-level class. In the following CL, I will use this
cnsun
2017-06-12
*
Make singlejar aware of FreeBSD
Klaus Aehlig
2017-06-09
*
Switching Bazel to use the new remote execution API: https://docs.google.com/...
olaola
2017-06-09
*
Erase <clinit> of interfaces to prevent <clinit> from execution during desugar.
cnsun
2017-06-08
*
Move bridge methods for default methods down to the implementing classes.
cnsun
2017-06-07
*
Automated g4 rollback of commit d028d7854d3e95d97143945a1ec32944e5e4594b.
lpino
2017-06-07
*
protobuf: Use bazel's native java_proto_library rules.
Jakob Buchgraber
2017-06-06
*
Improve the error message when Desugar fails to load a class from the
cnsun
2017-06-05
*
Generate pre-reconciled ids R classes for dependency libraries with resources
corysmith
2017-06-02
*
Simplify the remote worker
ulfjack
2017-05-31
*
Enable desugaring try-with-resources by default.
cnsun
2017-05-31
*
Remote tests should not depend on lib:runtime
buchgr
2017-05-31
*
Migrate Java tests to Truth.
lberki
2017-05-30
*
Remote worker: skip non-existent files after action execution
ulfjack
2017-05-30
*
For static interface method, when we move it to the companion class,
cnsun
2017-05-26
*
Fix bug with combining resource attributes. Attributes were reporting that th...
apell
2017-05-26
*
Add a new action for generating reconciled R classes for Robolectric.
corysmith
2017-05-23
*
Make Desugar work for relative dumpDirectory paths.
Googler
2017-05-23
*
Make checking of lambda dump directory accept relative path.
cnsun
2017-05-23
*
Move the field name out of the FieldInitializer
corysmith
2017-05-23
*
Keep annotations of default methods in interfaces during desugaring.
cnsun
2017-05-22
*
Remote+BES: Stabilize command line flags.
buchgr
2017-05-22
*
Expose the target map from Package.
carmi
2017-05-19
*
Remove the RTxtSymbolEntry in favor of the FieldInitializer class.
corysmith
2017-05-19
*
Improve diagnostics. Report an error when we fail to register the lambda dump
cnsun
2017-05-17
*
Use one writer for generating R.java source files
corysmith
2017-05-17
*
Refine assertion by providing more information. When the given path is NOT a
cnsun
2017-05-17
*
Further Refactoring/Yak Shaving
corysmith
2017-05-15
*
Fix Desugar duplicating path for dumped classes.
Googler
2017-05-15
*
Remove strict_proto_deps from :serialize_format_proto.
carmi
2017-05-15
*
Optimize the runtime library for try-with-resources, by reducing the
cnsun
2017-05-11
*
Set the correct main class on the desugar java_binary target in Bazel.
ajmichael
2017-05-10
*
Define __STDC_FORMAT_MACROS to 1 in singlejar
Damien Martin-Guillerez
2017-05-08
*
fix issue with interfaces redefining (overriding) inherited default methods
kmb
2017-05-08
*
Remove some more usages of res2.MergingException and open source some tests.
ajmichael
2017-05-05
*
Remove MergingException
corysmith
2017-05-04
*
Remove java8 code from ResourceSymbols.java.
ajmichael
2017-05-04
*
* Fork the deprecated SymbolLoader/SymbolWriter code from com.android.builder...
corysmith
2017-05-04
*
Use ASM to collection exception types, so that we can avoid using class loaders
cnsun
2017-05-04
*
Option for try-with-resources runtime classes
Googler
2017-05-03
*
Bug fix. Enable Desugar to desugar try-with-resources multiple times.
cnsun
2017-04-30
*
Don't clean-up externally set dump dir
Googler
2017-04-30
*
Don't copy lambda bodies from interfaces into implementing classes.
kmb
2017-04-28
*
Use system property for lambda dir if set
Googler
2017-04-28
*
Desugar try-with-resources statements for Android. Any call to
cnsun
2017-04-27
*
Make companion classes public when desugaring default methods for android
kmb
2017-04-27
*
Desugar default and static interface methods by default.
kmb
2017-04-27
*
Automated g4 rollback of commit 3c0bb56a74478cff675b636d5bf605a652451739.
corysmith
2017-04-25
*
Make singlejar's flag.xml merging idempotent
cushon
2017-04-25
*
Support directories in --resources
cushon
2017-04-24
[next]