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

Closed
wants to merge 14 commits into from
Closed

Commits on Jan 30, 2023

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

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    679dde7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4e0ea7 View commit details
    Browse the repository at this point in the history
  3. Improve pretty-printing of HirIdValidator errors

    This now uses `node_to_string` for both missing and seen Ids, which includes
    the snippet of code for which the Id was allocated.
    Also removes the duplicated printing of `HirId`, as `node_to_string` includes that already.
    Similarly, changes all other users of `node_to_string` that do so, and changes the output of `node_to_string`, which is now "$hirid ($what `$span` in $path)".
    Swatinem committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3a75f10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e30cd18 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    9dd5d3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fe8ae7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7f97a7 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#103761 - chenyukang:yukang/fix-103320-must-…

    …use, r=compiler-errors
    
    Add explanatory message for [#must_use] in ops
    
    Fixes rust-lang#103320
    Dylan-DPC committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a86f4a5 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#106919 - compiler-errors:underscore-typo-in…

    …-field-pat, r=jackh726
    
    Recover `_` as `..` in field pattern
    Dylan-DPC committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    faaef82 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#107515 - Swatinem:hirvalidator, r=compiler-…

    …errors
    
    Improve pretty-printing of `HirIdValidator` errors
    
    This now uses `node_to_string` for both missing and seen Ids, which includes the snippet of code for which the Id was allocated. Also removes the duplicated printing of `HirId`, as `node_to_string` also includes that.
    Dylan-DPC committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    3cfada8 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#107551 - fee1-dead-contrib:rm_const_fnmut_h…

    …elper, r=oli-obk
    
     Replace `ConstFnMutClosure` with const closures
    
    Also fixes a parser bug. cc `@oli-obk` for compiler changes
    Dylan-DPC committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    82a3b16 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#107559 - WaffleLapkin:is_it_2015¿, r=davidtwco

    Rename `rust_2015` → `is_rust_2015`
    
    r? `@compiler-errors`
    rust-lang#107508 (comment)
    Dylan-DPC committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    3683c67 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#107577 - nnethercote:reinstate-hir-stats, r…

    …=jyn514
    
    Reinstate the `hir-stats.rs` tests on stage 1.
    
    r? `@the8472`
    Dylan-DPC committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    c42995b View commit details
    Browse the repository at this point in the history