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

Rollup of 6 pull requests #129324

Closed
wants to merge 12 commits into from

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    c864238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78d0e08 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    2575196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38af7b0 View commit details
    Browse the repository at this point in the history
  3. fix link in mir/mod

    change url path when rewrite those code
    kyoto7250 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    df568af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83fce47 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#129270 - compiler-errors:inner-generics-sha…

    …dowing, r=petrochenkov
    
    Don't consider locals to shadow inner items' generics
    
    We don't want to consider the bindings from a `RibKind::Module` itself, because for an inner item that module will contain the local bindings from the function body or wherever else the inner item is being defined.
    
    Fixes rust-lang#129265
    
    r? petrochenkov
    GuillaumeGomez authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8baaa1e View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#129277 - Xiretza:update-annotate-snippets, …

    …r=fee1-dead
    
    Update annotate-snippets to 0.11
    GuillaumeGomez authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    23e7f47 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#129308 - c8ef:typo, r=jieyouxu

    fix: simple typo in compiler directory
    GuillaumeGomez authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7d18d55 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#129309 - RalfJung:CompileTimeInterpCx, r=co…

    …mpiler-errors
    
    ctfe: make CompileTimeInterpCx type alias public
    
    `CompileTimeMachine` is already public so there is no good reason to not also make this public.
    
    Also add comment explaining why `CompileTimeMachine` is public.
    GuillaumeGomez authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5b58ca6 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#129314 - kyoto7250:fix_link_in_mir_mod, r=c…

    …ompiler-errors
    
    fix a broken link in `mir/mod.rs`
    
    I discovered that the internal link in mir/mod.rs is broken, so I will fix it. The AddCallGuards is now located under rustc_mir_transform.
    
    The PR at that time is as follows.
    rust-lang@c5fc260
    GuillaumeGomez authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d8d1ad9 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#129318 - GuillaumeGomez:rm-unneeded-defid-c…

    …onversion, r=notriddle
    
    Remove unneeded conversion to `DefId` for `ExtraInfo`
    
    I'm working on adding support for "unit test doctests" and this first cleanup came up so just sending it ahead of the rest.
    
    r? `@notriddle`
    GuillaumeGomez authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    26cef0c View commit details
    Browse the repository at this point in the history