Skip to content

History

Revisions

  • Fix typo on `Multiset` wiki page. Fixes https://github.com/google/guava/issues/5390 PiperOrigin-RevId: 353858920

    @kluever kluever committed Jan 26, 2021
    fca286f
  • Be a bit more up-front in linking to the `Preconditons` class in `PreconditionsExplained`. Fixes https://github.com/google/guava/issues/5379 RELNOTES=n/a PiperOrigin-RevId: 352065876

    @cgdecker cgdecker committed Jan 15, 2021
    73bbc22
  • Fix error from reference to "our old source-mover tool," to which IIRC I cannot refer even in CL descriptions. Rather than add an exception for this entry, I've updated the entry to point to Copybara. (There is probably lots more that we could do to modernize this list of friends, but I'd rather not open that up :)) I noticed this while testing dpb's CL 351379154. PiperOrigin-RevId: 351402989

    @cpovirk cpovirk committed Jan 12, 2021
    3292900
  • Undo test change PiperOrigin-RevId: 348080960

    @cgdecker cgdecker committed Dec 17, 2020
    4826f0c
  • Test change PiperOrigin-RevId: 348079612

    @cgdecker cgdecker committed Dec 17, 2020
    85b7a5b
  • Internal change RELNOTES=n/a PiperOrigin-RevId: 342889196

    @java-team-github-bot java-team-github-bot committed Dec 17, 2020
    8755e1e
  • Belatedly bump version of failureaccess. RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=337077078

    @cpovirk cpovirk committed Oct 14, 2020
    a2b9e9d
  • Begin tweaking Guava sources to satisfy Copybara. - Change from http to https (and from github.io links to guava.dev/truth.dev while I'm at it). - Remove go/ links. - Add whitespace around MOE directives. - Put MOE stripping directives alone in comments, moving other comment text to a separate comment. - One particular case of that: Put MOE intracomment stripping into HTML comments... even when it happens in non-Javadoc comments (i.e., /* */). It seems that Copybara wants for intracomment directives to stand alone in *some* kind of comment? - Add @GoogleInternal to some files that are currently omitted from Guava simply by not being in MOE filegroup targets. This is surely not a complete set of changes, but it's enough to get me started. RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=334840448

    @cpovirk cpovirk committed Oct 2, 2020
    373c297
  • Clarify that the use of `new RuntimeException(e)` is not a "good" thing

    @dimo414 dimo414 committed Aug 18, 2020
    df1f2f5
  • Updated _Sidebar (markdown)

    @dimo414 dimo414 committed Aug 18, 2020
    4bfa2b8
  • Fix link syntax, and also update link targets. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=325078009

    @cpovirk cpovirk committed Aug 6, 2020
    2c50c1e
  • Fix external Comparators wiki markdown. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=317311743

    @kluever kluever committed Jun 23, 2020
    7a07426
  • Revert external testing of min/max table.

    @cpovirk cpovirk committed Jun 23, 2020
    1874ccf
  • Updated CollectionUtilitiesExplained (markdown)

    @kluever kluever committed Jun 19, 2020
    c794446
  • Updated CollectionUtilitiesExplained (markdown)

    @kluever kluever committed Jun 19, 2020
    eab8385
  • Updated CollectionUtilitiesExplained (markdown)

    @kluever kluever committed Jun 19, 2020
    61a4dfe
  • Updated CollectionUtilitiesExplained (markdown)

    @kluever kluever committed Jun 19, 2020
    3524748
  • test table

    @kluever kluever committed Jun 19, 2020
    3a50a26
  • Add a Guava wiki entry about finding the min/max for various circumstances. RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=316745738

    @kluever kluever committed Jun 17, 2020
    816924b
  • Add Double.max(doubleA, doubleB) example to common.math docs. RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=315272101

    @kluever kluever committed Jun 9, 2020
    be1a7fc
  • GitHub pages doesn't like the wrapped table format. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=314932304

    @netdpb netdpb committed Jun 5, 2020
    65a8fa5
  • Remove obsolete information from Throwables documentation. Refer only to undeprecated APIs. Fixes https://github.com/google/guava/issues/3918. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=314751263

    @netdpb netdpb committed Jun 5, 2020
    ce4ddf2
  • Add a link to Hashing javadocs to "Provided Hash Functions" wiki. Fixes https://github.com/google/guava/issues/3865 RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=313186834

    @kluever kluever committed May 26, 2020
    4df6d81
  • Update MOE tag for StringsExplained to remove [TOC] tag externally. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=299372404

    @nick-someone nick-someone committed Mar 9, 2020
    6bbf87f
  • Remove [TOC] tag from StringsExplained Fixes #3817 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=299340472

    @nick-someone nick-someone committed Mar 6, 2020
    1680c59
  • Reverting last commit, in favor of internal -> external publishing process.

    @nick-someone nick-someone committed Mar 6, 2020
    2f9296e
  • Remove spurious [TOC] tag. Fixes #3817

    @nick-someone nick-someone committed Mar 6, 2020
    03ef21d
  • Remove Wiki reference to the no-Executor overload of addCallback. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=298456811

    @cpovirk cpovirk committed Mar 4, 2020
    f00a97a
  • Add Jens to the list of common.graph contributors ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=289618888

    @nymanjens nymanjens committed Jan 14, 2020
    c0b7962
  • Mention ElementOrder.stable() in Graphs Explained. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=289618852

    @nymanjens nymanjens committed Jan 14, 2020
    33e19df