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/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6877a07
Choose a base ref
...
head repository: rust-lang/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8fee2a9
Choose a head ref
  • 8 commits
  • 36 files changed
  • 3 contributors

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    e11a6a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    028d293 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fef38a6 View commit details
    Browse the repository at this point in the history
  4. Add a test

    compiler-errors committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    dc050f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    720d7a7 View commit details
    Browse the repository at this point in the history
  6. Auto merge of #119101 - compiler-errors:outlives, r=lcnr

    Normalize region obligation in lexical region resolution with next-gen solver
    
    This normalizes region obligations when we `resolve_regions`, since they may be unnormalized with deferred projection equality.
    
    It's pretty hard to add tests that exercise this without also triggering MIR borrowck errors (because we don't normalize there yet). I've added one test with two revisions that should test that we both 1. normalize region obligations in the param env, and 2. normalize registered region obligations during lexical region resolution.
    bors committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cb4d9a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27686b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fee2a9 View commit details
    Browse the repository at this point in the history
Loading