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: 04892c1a6fc145602ac7367945fda9d4ee83c9fb
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: f587d6e7cddeaa3cf0a33ec1e368df1a408fa0aa
Choose a head ref
  • 15 commits
  • 18 files changed
  • 15 contributors

Commits on Sep 2, 2022

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

Commits on Sep 3, 2022

  1. Add reference for updating Windows PATH and fix typo

    Yes, the reference is a page on Java's documentation but that's the most complete and most official looking reference I could find.
    Samyak2 authored and tshepang committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    8593238 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

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

Commits on Sep 9, 2022

  1. Fix typo (#1459)

    eholk authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    a5363fb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Add symbol-addition to the how-to for new features (#1457)

    Co-authored-by: Yuki Okushi <jtitor@2k36.org>
    ssbr and JohnTitor authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    5d8825e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. "symbol names" => ABI

    ABI is more general and gives a better idea of what goes wrong.
    jyn514 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f29e38c View commit details
    Browse the repository at this point in the history
  2. Remove the diagram of all outputs generated by x.py

    These are already present in the table below, there's no need to repeat it.
    Having it near the middle of the page makes it feel more overwhelming.
    jyn514 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    c3232c4 View commit details
    Browse the repository at this point in the history
  3. Rewrite the section on passing flags to subcommands

    - Move the reference for directories and actions to the very end; it's the most rare to need to know
    - Add `RUSTDOCFLAGS*`, `CARGOFLAGS*`, `-vvv`, and `--test-args`
    - Remove the incorrect `--on-fail` command
    jyn514 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    6b3a5fb View commit details
    Browse the repository at this point in the history
  4. Say "bootstrap" instead of "rustbuild"; the latter is not explained a…

    …nywhere and is not much more clear.
    jyn514 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    a605591 View commit details
    Browse the repository at this point in the history
  5. fix typos and formatting

    Co-authored-by: Yuki Okushi <jtitor@2k36.org>
    jyn514 and JohnTitor committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    290ecb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Explain the new valtree system for type level constants. (#1097)

    * Explain the new valtree system for type level constants.
    
    * Update src/const-eval.md
    
    Co-authored-by: Noah Lev <camelidcamel@gmail.com>
    
    * Update src/const-eval.md
    
    Co-authored-by: lcnr <rust@lcnr.de>
    Co-authored-by: Noah Lev <camelidcamel@gmail.com>
    3 people authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f1609a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. remove stray **

    tshepang authored and camelid committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    b21b0bb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

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

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    1f8cda6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f587d6e View commit details
    Browse the repository at this point in the history
Loading