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: 79a3e7a9426d86f87fcd8f9fe6f27c3071e15747
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: dcb9e9abe2e89eeaa36bf43eca3573bfd73736d8
Choose a head ref
  • 7 commits
  • 42 files changed
  • 1 contributor

Commits on Aug 10, 2024

  1. wip: rm ItemKind::OpaqueTy

    camelid committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    134314a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d29f44a View commit details
    Browse the repository at this point in the history
  3. Fix nested behavior

    camelid committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    ca48eee View commit details
    Browse the repository at this point in the history
  4. INTRA not INTER

    camelid committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    c8cefb2 View commit details
    Browse the repository at this point in the history
  5. Fix bound vars ICE

    camelid committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    d7b0b0e View commit details
    Browse the repository at this point in the history
  6. Fix generics ICE

    camelid committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    96f38fc View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Fix dead code analysis for opaque types

    We need to recurse into them since they may contain anon consts with
    code inside, e.g.
    camelid committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    dcb9e9a View commit details
    Browse the repository at this point in the history
Loading