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 #109668

Merged
merged 15 commits into from
Mar 27, 2023
Merged

Rollup of 6 pull requests #109668

merged 15 commits into from
Mar 27, 2023

Commits on Mar 19, 2023

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

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    a912a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dad788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8c342c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de61a78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87ea994 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    2fe4cad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9815d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Fix ASCII case comment

    clubby789 authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    3e16c56 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#109330 - GuillaumeGomez:intermediate-reexpo…

    …rt-intra-doc-ice, r=petrochenkov
    
    rustdoc: Fix ICE for intra-doc link on intermediate re-export
    
    Fixes rust-lang#109282.
    
    This PR is based on rust-lang#109266 as it includes its commit to make this work.
    
    `@petrochenkov:` It was exactly as you predicted, adding the `DefId` to the attributes fixed the error for intermediate re-exports as well. Thanks a lot!
    
    r? `@petrochenkov`
    GuillaumeGomez authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    52c8084 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#109354 - Swatinem:rm-closureid, r=compiler-…

    …errors
    
    Remove the `NodeId` of `ast::ExprKind::Async`
    
    This is a followup to rust-lang#104833 (review).
    
    In my original attempt, I was using `LoweringContext::expr`, which was not correct as it creates a fresh `DefId`.
    It now uses the correct `DefId` for the wrapping `Expr`, and also makes forwarding `#[track_caller]` attributes more explicit.
    GuillaumeGomez authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    b1e8be7 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#109445 - Teapot4195:issue-109407-fix, r=ozk…

    …anonur
    
    Allow passing the --nocapture flag to compiletest
    
    closes rust-lang#109407
    GuillaumeGomez authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    df453d9 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#109512 - fee1-dead-contrib:bump-askama_deri…

    …ve, r=Mark-Simulacrum
    
    bump `askama_derive` to 0.12.1
    
    Which uses syn 2.0.
    
    cc rust-lang#109302
    GuillaumeGomez authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    bb96606 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#109637 - bjorn3:add_test_annotation, r=tmiasko

    Add missing needs-asm-support annotation to ui/simple_global_asm.rs
    GuillaumeGomez authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    17f2c2b View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#109666 - clubby789:ascii-case-comment, r=fe…

    …e1-dead
    
    Correct ASCII case comment
    
    Fixes rust-lang#109508
    GuillaumeGomez authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c0dec2b View commit details
    Browse the repository at this point in the history