69
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use a simple workaround for http://bugs.sun.com/view_bug.do?bug_id=6558557 instead of suppressing all over the place. More... almost 15 years ago
Make ImmutableEntry.setValue() final. Makes it clearer that ImmutableEntry is, in fact, immutable. More... almost 15 years ago
Minor tweaks More... almost 15 years ago
Exclude CustomFieldSerializers from GWT javadoc More... almost 15 years ago
Add ImmutableSet.copyOf(Collection), following lead of ImmutableList, to make it safe with copyOf(synchronizedConcurrentList). More... almost 15 years ago
Reduce one temp array creation for ImmutableList.of(). More... almost 15 years ago
Irrelevant change to outside users. More... almost 15 years ago
Tighten up the restriction of supersource builder to require emulated = true to be set in the @GwtIncompatible. More... almost 15 years ago
Makes the result of Futures#chain() cancellable. It will now be successfully canceled in these cases: 1. A thread calls cancel(boolean) directly on it and the Future is currently running. 2. The underlying input Future is cancelled. 3. The Future result of the Function is cancelled. More... almost 15 years ago
Change InternetDomainName to reflect reality of public suffixes which are websites by changing javadoc to specify safe and unsafe usage patterns. More... almost 15 years ago
delay eviction until a new entry is created More... almost 15 years ago
Fix our TODO comments to include username as required, usually naming myself. Remove a few I don't think we need, and handle one (it said "use this method from Maps when that class is gwt-safe"). Make moe not choke on unrecognized usernames. Whitelist a few usernames for non-scrubbing who have agreed to it. More... almost 15 years ago
Remove the comments about List.subList. GWT supports it now. More... almost 15 years ago
implement maximumSize More... almost 15 years ago
Fix the license headers and @author tags of the new sources. More... almost 15 years ago
Move a class to fit the existing organizational scheme in this file. More... almost 15 years ago
Add fromBytes() wherever there is fromByteArray(). More... almost 15 years ago
GWT serialization stuff. Add Table classes. Minor cleanups. More... almost 15 years ago
Performance of ImmutableMap improved, while paving the way for us to reduce its memory usage as well. More... almost 15 years ago
Minor code, javadoc, jdiff update. More... almost 15 years ago
Dump a bunch of GWT support classes out to guava. Add a static factory for InternetDomainName which does full RFC 3490 validation. Add MapMaker.evictionListener(). More... almost 15 years ago
Latest code dump. More... almost 15 years ago
bump maven version. More... almost 15 years ago
Final code update for r06 (@since tags). More... almost 15 years ago
Getting jdiff working more completely, so that a report can always be viewed of the differences between the head revision and the most recent release. More... almost 15 years ago
Fix bug in InetAddresses and performance problem in InternetDomainName (changed from regex to CharMatcher). More... almost 15 years ago
Code update, only minor javadoc changes. More... almost 15 years ago
Spot-fix two corrupted characters again. MOE bug fix on the way next week. More... almost 15 years ago
ImmutableMultiset: - add of() overloads up to 6 elements - add copyOf(E[]) - deprecate of(E[]) More... almost 15 years ago
Spot fix for some Chinese characters that got corrupted by our experimental new codebase-pushing tool. More... almost 15 years ago