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 10 pull requests #96101

Closed
wants to merge 28 commits into from
Closed

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    d78e3e3 View commit details
    Browse the repository at this point in the history
  2. Add missing platform support docs to sidebar

    Also sort sidebar alphabetically by document filename
    Michcioperz committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    c1d5c2b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    9cfdb89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c681a88 View commit details
    Browse the repository at this point in the history
  3. Add test

    bjorn3 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    147e5da View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    d5f3863 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a0f8d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    1b7008d View commit details
    Browse the repository at this point in the history
  2. Remove some now-dead code that was only relevant before deaggregation.

    The code was broken anyway, if the deaggregator is disabled, it would have ICE on any non-enum Adt
    oli-obk committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    48029ab View commit details
    Browse the repository at this point in the history
  3. update: actions/checkout@v2 to actions/checkout@v3

    update: actions/checkout@v2 to actions/checkout@v3 for all yaml files
    
    Revert "update: actions/checkout@v2 to actions/checkout@v3 for all yaml files"
    
    This reverts commit 7445e582b900f0f56f5f2bd9036aacab97ef28e9.
    
    change GitHub Actions version v2 to v3
    
    change GitHub Actions
    Gumichocopengin8 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    9d319f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. clarify doc(cfg) wording

    The current "This is supported" wording implies that it's possible to
    still use the item on other configurations, but in an unsupported way.
    Changing this to "Available" removes this ambiguity.
    euclio committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    753d567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e30d6d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a6c2ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4117e8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e162602 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f2f4a3 View commit details
    Browse the repository at this point in the history
  7. chore: formatting

    Gumichocopengin8 committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    3f46ba6 View commit details
    Browse the repository at this point in the history
  8. Update mdbook

    ehuss committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    5181422 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Rollup merge of rust-lang#93969 - bjorn3:codegen_backend_dep_info, r=…

    …pnkfelix
    
    Only add codegen backend to dep info if -Zbinary-dep-depinfo is used
    
    I am currently migrating the cg_clif build system from using a binary linked to the codegen backend as rustc replacement to passing `-Zcodegen-backend` instead. Without this PR this would force cargo to rebuild the sysroot on any change to the codegen backend even if I explicitly specify that I want it to be preserved, which would make development of cg_clif a lot slower. If you still want to have changes to the codegen backend invalidate the cargo build cache you can explicitly specify `-Zbinary-dep-depinfo`.
    
    cc `@eddyb` as the codegen backend was initially added to the depinfo for rust-gpu.
    Dylan-DPC authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    7b8df43 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#94605 - Michcioperz:patch-1, r=pnkfelix

    Add missing links in platform support docs
    
    I was looking at m68k support and saw that https://doc.rust-lang.org/rustc/platform-support.html and the sidebar there were missing some links to target documentation
    Dylan-DPC authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    e292641 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#95372 - RalfJung:unaligned_references, r=ol…

    …i-obk
    
    make unaligned_references lint deny-by-default
    
    This lint has been warn-by-default for a year now (since rust-lang#82525), so I think it is time to crank it up a bit. Code that triggers the lint causes UB (without `unsafe`) when executed, so we really don't want people to write code like this.
    Dylan-DPC authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    a21f392 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#95859 - rainy-me:unterminated-nested-block-…

    …comment, r=petrochenkov
    
    Improve diagnostics for unterminated nested block comment
    
    close rust-lang#95283
    
    (This is my first time try to messing around with rust compiler and might get a lot of things wrong... 🙇 )
    Dylan-DPC authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    ac01c91 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#96004 - JakobDegen:fix-validator-ice, r=pet…

    …rochenkov
    
    Consider lifetimes when comparing types for equality in MIR validator
    
    Closes rust-lang#95978 .
    Dylan-DPC authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    a30dbc2 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#96035 - Gumichocopengin8:feature/update-git…

    …hub-action-version, r=pietroalbini
    
    Update GitHub Actions actions/checkout Version v2 -> v3
    
    Update `actions/checkout@v2` to `actions/checkout@v3` because of Node12 will be out of life after Aril 30, 2022 [[Reference](https://nodejs.org/en/about/releases/)].
    `actions/xxxx@v3` use Node16 whose support lasts until April 30, 2024.
    Dylan-DPC authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    466107e View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#96050 - oli-obk:deaggregator_cleanup, r=Ral…

    …fJung
    
    Remove some now-dead code that was only relevant before deaggregation.
    
    The code was broken anyway, if the deaggregator is disabled, it would have ICEd on any non-enum Adt
    
    r? ``@RalfJung``
    Dylan-DPC authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    f72689a View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#96059 - euclio:doc-cfg, r=manishearth,guill…

    …aumegomez
    
    clarify doc(cfg) wording
    
    The current "This is supported" wording implies that it's possible to
    still use the item on other configurations, but in an unsupported way.
    Changing this to "Available" removes this ambiguity.
    Dylan-DPC authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    10e8a2a View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#96070 - Gumichocopengin8:test/btree-map, r=…

    …thomcc
    
    [test] Add test cases for untested functions for BTreeMap
    
    - add `pop_first()`, `pop_last()`, `get_key_value()` and `try_insert()` test cases
    Dylan-DPC authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    be42af6 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#96088 - ehuss:update-mdbook, r=Mark-Simulacrum

    Update mdbook
    
    This just brings in a few small fixes, particularly a rendering fix for chapter names with markdown in them (like the https://doc.rust-lang.org/nightly/rustc/platform-support/kmc-solid.html page).  There's also a minor fix for the search index for duplicate headings.
    
    Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0418
    Dylan-DPC authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    45af788 View commit details
    Browse the repository at this point in the history