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: b06008731af0f7d07cd0614e820c8276dfed1c18
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: 196ef69aa68f2cef44f37566ee7db37daf00301b
Choose a head ref
  • 13 commits
  • 30 files changed
  • 13 contributors

Commits on Oct 27, 2021

  1. Add documentation for LLVM CFI support

    This commit adds initial documentation for LLVM Control Flow Integrity
    (CFI) support to the Rust compiler (see rust-lang/rust#89652 and
    rust-lang/rust#89653).
    rcvalle authored and jyn514 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    68dbb45 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Fix rustc_mir related links (#1228)

    Co-authored-by: Yuki Okushi <jtitor@2k36.org>
    Co-authored-by: nhamovitz <18648574+nhamovitz@users.noreply.github.com>
    3 people authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    ddaebd8 View commit details
    Browse the repository at this point in the history
  2. Edit "About this guide" for semantic line feeds

    This is work toward #1241.
    pierwill authored and jyn514 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    f3fb373 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

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

Commits on Nov 2, 2021

  1. Edit introduction to bootstrapping

    Use paragraphs instead of bullet-points.
    Edits throughout for clarity.
    Use semantic line breaks in edited sections.
    
    Co-authored-by: Joshua Nelson <github@jyn.dev>
    pierwill and jyn514 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    0f69d33 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

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

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    dac568c View commit details
    Browse the repository at this point in the history
  2. Update some date-check comments

    I removed one of them because it doesn't seem necessary.
    camelid committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f146da3 View commit details
    Browse the repository at this point in the history
  3. Fix date

    Co-authored-by: Yuki Okushi <jtitor@2k36.org>
    camelid and JohnTitor committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    2ad51b6 View commit details
    Browse the repository at this point in the history
  4. tiny capitalization fix

    dmitris authored and jyn514 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a034fad View commit details
    Browse the repository at this point in the history
  5. Remove some legacy test suites.

    ehuss authored and jyn514 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    8a8452c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

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

Commits on Nov 7, 2021

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