1. 0cd4e9f Fix nonpublic identifiers and documentation that use "whitelist" or "blacklist" to use less problematic terms. by dpb · 6 years ago
  2. 2ef9551 Fix two bugs in MinMaxPriorityQueue (introduced in [] First is a bug in removeAt(int) that sometimes causes the wrong element to be removed. Second is a bug that sometimes causes certain elements to be iterated over more than once if elements were removed during iteration. by jasexton · 8 years ago
  3. c27c673 Prepare for Java 8. by lowasser · 8 years ago
  4. 828103f Use J2ObjC's @RetainedWith annotation to prevent leaks resulting from reference by kstanger · 8 years ago
  5. f3381da Push asList() cache down into ImmutableCollection subtypes to avoid holding onto the extra reference in ImmutableList. by lowasser · 8 years ago
  6. ac083ab Removes @WeakOuter from AggregateFuture.RunningState and subclasses. The weak by kstanger · 8 years ago
  7. 98815a1 Publish j2objc cycle_whitelist.txt to the public Guava repo. by cpovirk · 8 years ago