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: 3b7be08
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: a74f6d9
Choose a head ref
  • 19 commits
  • 117 files changed
  • 9 contributors

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    3ea5cfa View commit details
    Browse the repository at this point in the history
  2. Fortify test.

    cjgillot committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    503af0d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    1133780 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821fdde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    006e0ef View commit details
    Browse the repository at this point in the history
  4. Fix crash for CrateItem::kind() with constructors

    Change how we classify item kind for DefKind::Ctor
    celinval committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a8556da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48c7cc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ab38b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0a4693 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of #119135 - celinval:smir-small-changes, r=compiler-errors

    Fix crash due to `CrateItem::kind()` not handling constructors
    
    Also add a method to get the instance instantiation arguments, and include that information in the instance debug.
    matthiaskrgr authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b55887d View commit details
    Browse the repository at this point in the history
  9. Rollup merge of #119141 - celinval:smir-instance-args, r=compiler-errors

    Add method to get instance instantiation arguments
    
    Add a method to get the instance instantiation arguments, and include that information in the instance debug.
    matthiaskrgr authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f6a04f6 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of #119145 - aDotInTheVoid:variantdata-struct-struct, r=…

    …compiler-errors
    
    Give `VariantData::Struct`  named fields, to clairfy `recovered`.
    
    Implements #119121 (comment). Supersedes #119121
    
    This way, it's clear what the bool fields means, instead of having to find where it's generated. Changes both ast and hir.
    
    r? `@compiler-errors`
    matthiaskrgr authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d0d814f View commit details
    Browse the repository at this point in the history
  11. Rollup merge of #119167 - alef:patch-1, r=compiler-errors

    E0761: module directory has .rs suffix
    
    `rustc --explain E0761` example seems wrong.
    matthiaskrgr authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    906606d View commit details
    Browse the repository at this point in the history
  12. Rollup merge of #119168 - petrochenkov:feedvis4, r=compiler-errors

    resolve: Stop feeding visibilities for import list stems
    
    Fixes #119126
    matthiaskrgr authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c36bb5d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Auto merge of #119170 - matthiaskrgr:rollup-nllgdf2, r=matthiaskrgr

    Rollup of 5 pull requests
    
    Successful merges:
    
     - #119135 (Fix crash due to `CrateItem::kind()` not handling constructors)
     - #119141 (Add method to get instance instantiation arguments)
     - #119145 (Give `VariantData::Struct`  named fields, to clairfy `recovered`.)
     - #119167 (E0761: module directory has .rs suffix)
     - #119168 (resolve: Stop feeding visibilities for import list stems)
    
    r? `@ghost`
    `@rustbot` modify labels: rollup
    bors committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3694a6b View commit details
    Browse the repository at this point in the history
  2. Auto merge of #119056 - cjgillot:codegen-overalign, r=wesleywiser

    Tolerate overaligned MIR constants for codegen.
    
    Fixes #117761
    
    cc `@saethlin`
    bors committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    920e005 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a55698a View commit details
    Browse the repository at this point in the history
  4. Auto merge of #119181 - pietroalbini:pa-1.77, r=pietroalbini

    Bump version number to 1.77.0
    bors committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    767453e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a74f6d9 View commit details
    Browse the repository at this point in the history
Loading