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

Merged
merged 14 commits into from
Jul 15, 2022
Merged

Rollup of 6 pull requests #99267

merged 14 commits into from
Jul 15, 2022

Commits on Jul 10, 2022

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

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    eb1a0c5 View commit details
    Browse the repository at this point in the history
  2. Remove unused CSS

    GuillaumeGomez committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    62d3b79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4580668 View commit details
    Browse the repository at this point in the history
  4. Remove comment referring to constness.rs

    This commit removes the comment in emulate_intrinsic, which is
    currently referring to 'src/librustc_middle/ty/constness.rs'.
    danbev committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    ed73037 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62edbbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddb7003 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d25abdc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Rollup merge of rust-lang#99113 - WaffleLapkin:arc_simplify, r=Mark-S…

    …imulacrum
    
    Simplify [a]rc code a little
    
    Nothing interesting, just make [a]rc code a little nicer by using `byte_sub` and `let`-`else`.
    Dylan-DPC authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    99f3132 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#99131 - compiler-errors:label-fn, r=cjgillot

    Add label for generic arg (+ APIT) and RPIT callables in `label_fn_like`
    
    Fixes rust-lang#98308
    Dylan-DPC authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    7b63058 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#99237 - GuillaumeGomez:rustdoc-css-cleanup,…

    … r=notriddle
    
    removed unused CSS and unused HTML IDs
    
    I think that should cover most remaining unused CSS/HTML IDs.
    
    r? `@notriddle`
    Dylan-DPC authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    fe6062f View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#99239 - vakaras:add-myself-to-mir-followers…

    …, r=tmiasko
    
    Add myself to the set of people notified when MIR changes.
    
    I would like to be notified when changes to MIR are made.
    Dylan-DPC authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    bc8abdb View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#99241 - danbev:intrinsics-comment, r=fee1-dead

    Remove comment referring to constness.rs
    
    This commit removes the comment in emulate_intrinsic, which is
    currently referring to `src/librustc_middle/ty/constness.rs`.
    Dylan-DPC authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    6dae197 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#99257 - Manishearth:regression, r=jackh726

    Add regression test for rust-lang#89436
    
    I never got around to adding such a test.
    
    In general I think the `yoke` crate has a bunch of interesting testcases that exercise various edges of the algorithms here, it would be nice if we could simply depend on the crate and add some tests that exercise it, but I don't think that's possible. Do you or `@eddyb` think there's any use trying to upstream a bunch of common yoke minimal working example code to the testsuite and having a ton of yoke tests?
    Dylan-DPC authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    7976cd6 View commit details
    Browse the repository at this point in the history