Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rustup #3902

Merged
merged 6 commits into from
Sep 22, 2024
Merged

Rustup #3902

merged 6 commits into from
Sep 22, 2024

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    55e234c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin

    Correct outdated object size limit
    
    The comment here about 48 bit addresses being enough was written in 2016 but was made incorrect in 2019 by 5-level paging, and then persisted for another 5 years before being noticed and corrected.
    
    The bolding of the "exclusive" part is merely to call attention to something I missed when reading it and doublechecking the math.
    
    try-job: i686-msvc
    try-job: test-various
    bors committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4089e9a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Auto merge of #130246 - dianne:issue-97589-fix, r=petrochenkov

    rustc_expand: remember module `#[path]`s during expansion
    
    During invocation collection, if a module item parsed from a `#[path]` attribute needed a second pass after parsing, its path wouldn't get added to the file path stack, so cycle detection broke. This checks the `#[path]` in such cases, so that it gets added appropriately. I think it should work identically to the case for external modules that don't need a second pass, but I'm not 100% sure.
    
    Fixes #97589
    bors committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    6465862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9052693 View commit details
    Browse the repository at this point in the history
  3. Merge from rustc

    RalfJung committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    dd6acaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1b1122 View commit details
    Browse the repository at this point in the history