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/rustc-dev-guide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 51a37ad19a15709d0601afbac6581f5aea6a45da
Choose a base ref
...
head repository: rust-lang/rustc-dev-guide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d0dc6c97a6486f68bac782fff135086eae6d77ec
Choose a head ref
  • 12 commits
  • 16 files changed
  • 10 contributors

Commits on Oct 27, 2022

  1. Update for highfive transition.

    ehuss authored and tshepang committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    7f426da View commit details
    Browse the repository at this point in the history
  2. Remove --bless from pre-push hook suggestion

    According to rust-lang/rust@8873e33
    
    > Running with --bless causes the push to succeed if there are fixable
    formatting changes, but the changes don't make it into the push.
    >
    > We should have the user rerun with --bless (or x.py fmt) and commit the
    changes themselves (they might want to amend a particular commit, for
    instance).
    ChrisDenton authored and tshepang committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    bd8eeff View commit details
    Browse the repository at this point in the history
  3. add note for err annotation formatting

    Rageking8 authored and tshepang committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    88bd6ca View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. trans -> codegen (#1500)

    spastorino authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    94ecbac View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. UPDATE - mention of Diagnostic derive on enums

    Updated Diagnostic text to use the same language used in Subdiagnostic
    JhonnyBillM authored and davidtwco committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    03fe2d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Fixes some typos (#1502)

    * Fix some typos.
    
    Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
    jonathanCogan and pierwill authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a6c35fc View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

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

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    2bdb02c View commit details
    Browse the repository at this point in the history
  2. Update query.md

    - queries always need a description
    - `QueryDescription` isn't just for descriptions (it's actually not for
      descriptions at all now) and always implemented by the macro
    - queries are not grouped into categories
    Noratrieb authored and jyn514 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    0872241 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    090bd54 View commit details
    Browse the repository at this point in the history
  4. Remove implementation details

    Noratrieb authored and jyn514 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    63b45c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. trans -> codegen

    lcnr authored and tshepang committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d0dc6c9 View commit details
    Browse the repository at this point in the history
Loading