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: c53f89c
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: e536d05
Choose a head ref
  • 4 commits
  • 34 files changed
  • 1 contributor

Commits on Nov 17, 2024

  1. Foo<T> != Foo<U> under layout randomization

    previously field ordering was using the same seed for all instances of Foo,
    now we pass seed values through the layout tree so that not only
    the struct itself affects layout but also its fields
    the8472 committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ca164e5 View commit details
    Browse the repository at this point in the history
  2. adjust UI tests

    the8472 committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    a23242f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    778b460 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e536d05 View commit details
    Browse the repository at this point in the history
Loading