Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/nomicon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8be35b201f9cf0a4c3fcc96c83ac21671dcf3112
Choose a base ref
...
head repository: rust-lang/nomicon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3e6e1001dc6e095dbd5c88005e80969f60e384e1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 12, 2019

  1. Remove mention of contravariance possibly getting scrapped

    Contravariance is part of stable Rust, and it's a natural outcome of how
    `fn(T)` interacts with lifetimes, so it's hard to imagine this ever
    going away.
    
    tl;dr: LONG LIVE CONTRAVARIANCE!
    petertodd committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    ce08025 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Merge pull request #177 from petertodd/2019-12-long-live-contravariance

    Remove mention of contravariance possibly getting scrapped
    matthewjasper authored Dec 14, 2019
    Configuration menu
    Copy the full SHA
    3e6e100 View commit details
    Browse the repository at this point in the history
Loading