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

Merged
merged 17 commits into from
Jul 15, 2023
Merged

Rollup of 6 pull requests #113732

merged 17 commits into from
Jul 15, 2023

Commits on Jul 13, 2023

  1. Rename detail_exit_macro to exit

    `detail` and `macro` weren't adding any info.
    jyn514 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    441972d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79c6700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4135d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. remove outdated FIXMEs on bootstrap

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5e1ac1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb27e4 View commit details
    Browse the repository at this point in the history
  3. Fix x suggest --run

    i broke this in the previous commit; and metrics never worked until i switched from `execute_cli` to build
    jyn514 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    dc48a8b View commit details
    Browse the repository at this point in the history
  4. rustdoc: use src consistently over source in code

    The CSS uses an inconsistent mix of both. This commit switches
    it to always use `src`.
    notriddle committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    34bc8fb View commit details
    Browse the repository at this point in the history
  5. rustdoc: use src consistently over source in JavaScript

    Since the directory that contains source files is called `src`,
    it makes sense to name the scripts that way, too.
    notriddle committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e72fba4 View commit details
    Browse the repository at this point in the history
  6. rustdoc: rename to src-script.js

    This is a separate commit to keep Git happy.
    notriddle committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d7d0a45 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    2778b71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cfe8ed View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#113625 - compiler-errors:structurally-norm-…

    …in-selection, r=lcnr
    
    Structurally normalize in selection
    
    We need to do this because of the fact that we're checking the `Ty::kind` on a type during selection, but goals passed into select are not necessarily normalized.
    
    Right now, we're (kinda) unnecessarily normalizing the RHS of a trait upcasting goal, which is broken for different reasons (rust-lang#113393). But I'm waiting for this PR to land before discussing that one.
    
    r? `@lcnr`
    matthiaskrgr authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    da18cf8 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#113644 - jyn514:bootstrap-cleanups, r=alber…

    …tlarsan68
    
    misc bootstrap cleanups
    
    - rename `detail_exit_macro` to `exit`
    - remove unnecessary `Builder::new_standalone` function
    - support `x suggest` with build-metrics
    matthiaskrgr authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    e76ae3e View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#113663 - syvb:non_inherited_unsafe_thir, r=…

    …cjgillot
    
    Implement "items do not inherit unsafety" note for THIR unsafeck
    
    Implements the "items do not inherit unsafety from separate enclosing items" note from the MIR unsafety checker in the THIR unsafety checker (`-Z thir-unsafeck`) to maintain parity between the two unsafety checkers. The logic to find the separate enclosing item is nearly the same as in the MIR unsafety checker.
    matthiaskrgr authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9b8be2f View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#113683 - ozkanonur:polished, r=jyn514

    remove outdated `FIXME`s in bootstrap internals
    
    self-explanatory
    matthiaskrgr authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    d0ef799 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#113709 - notriddle:notriddle/src, r=Guillau…

    …meGomez
    
    rustdoc: use src consistently over source in CSS/JS
    
    The two terms have been used, inconsistently, in closely related spots like the `src/` directory vs `source-files.js`, and with things like `src-sidebar-toggle` vs the `source-sidebar`. This PR changes most use of `source` to `src` instead (except the localStorage configuration variables, which would be very complicated to migrate).
    
    It also renames `.srclink` to `.src`. This is mostly aiming to cut out one of those many little peanut-butter bits of bloat, and is consistent with how other link classes are done (like how you have `a.mod` stylesheet rules, but there's also a `mod` class put on the body tag).
    matthiaskrgr authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    331b5ba View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#113724 - GuillaumeGomez:migrate-gui-test-co…

    …lor-21, r=notriddle
    
    Migrate GUI colors test to original CSS color format
    
    Follow-up of rust-lang#111459.
    
    r? `@notriddle`
    matthiaskrgr authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    5f94c87 View commit details
    Browse the repository at this point in the history