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: 0c4d55cb59fe440d1a630e4e5774d043968edb3f
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: 4765bd775d0c15781a5119b8521eba0975e145a9
Choose a head ref
  • 8 commits
  • 31 files changed
  • 8 contributors

Commits on Jul 19, 2024

  1. Update adding.md (#2016)

    Add `@' to the test header edition:2018
    10takla authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0a92516 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. MIR docs: fix borked links and update style

    Changes applied:
    - updating-llvm.md: make consistent style in a listing
    - CleanupNonCodegenStatements - renamed to CleanupPostBorrowck
    - SimplifyCfg - fix link target (it is an enum now)
    - LocalUseVisitor - replaced with another existing Visitor
    - PGO in LLVM - embed link
    marxin authored and tshepang committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    55477c1 View commit details
    Browse the repository at this point in the history
  2. fix link

    lcnr authored and tshepang committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9e35307 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f49f30d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5cb04c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    fa411dc View commit details
    Browse the repository at this point in the history
  2. typo (#2029)

    tshepang authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fdb610d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. linkcheck: fix reported broken links (part 2) (#2024)

    * linkcheck: fix reported broken links (part 2)
    
    * Apply suggestions from code review
    
    Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
    
    * Fix mir::Constant link target
    
    * Fix borked links
    
    * Fix one more link name
    
    * Exclude 2 links from checking
    
    * Fix exclude patterns in book.toml
    
    * Fix comment
    
    * Fix rmake-tests URL
    
    * Apply suggestions from code review
    
    Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
    
    ---------
    
    Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
    marxin and fmease authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    4765bd7 View commit details
    Browse the repository at this point in the history
Loading