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/reference
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b329ce37424874ad4db94f829a55807c6e21d2cb
Choose a base ref
...
head repository: rust-lang/reference
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c9b2736a059469043177e1e4ed41a55d7c63ac28
Choose a head ref
  • 15 commits
  • 7 files changed
  • 10 contributors

Commits on Apr 16, 2020

  1. Drive-by mention unsafe fn closure coercion

    Alexis Hunt authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    d0ab22d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    fcdc0ca View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Merge pull request #854 from AloeareV/Unpin

    Added Unpin to list of Auto Traits
    matthewjasper authored Jul 26, 2020
    Configuration menu
    Copy the full SHA
    031bad4 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Grammar fix

    camelid authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    9ab9248 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #857 from camelid/patch-1

    grammar: Change "For awhile" to "For a while"
    ehuss authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    aa309aa View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    f740783 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #802 from alercah/patch-1

    Drive-by mention unsafe fn closure coercion
    nikomatsakis authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    5642af8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. patterns.md - add word "underscore" to _ paragraph

    Add word "underscore" for better search accessibility.
    `_` is a short, widely-used symbol and I didn't even try to search for it.
    I think this simple change can prevent someone (would have prevented me) from being confused & asking on Reddit :)
    k-stanislawek authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    7ab184c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Allow trait inner attributes

    matklad committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    d5cc65a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #865 from Pand9/patch-1

    patterns.md - add word "underscore" to _ paragraph
    ehuss authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    d4f5bab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #864 from matklad/traitinneritems

    Allow trait inner attributes
    ehuss authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    0c4059d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Update token usage table.

    ehuss committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    3dafca5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #868 from ehuss/update-token-links

    Update token usage table.
    Havvy authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    f66f033 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    The `mdbook build` default output directory is `book`, not `docs`.
    ximon18 authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    acc8f54 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #870 from ximon18/patch-1

    Fix documented build output path.
    ehuss authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    c9b2736 View commit details
    Browse the repository at this point in the history
Loading