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 8 pull requests #98060

Closed
wants to merge 21 commits into from

Commits on Jun 3, 2022

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

Commits on Jun 8, 2022

  1. Remove doc

    JohnTitor committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    d8f0765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    153f01e View commit details
    Browse the repository at this point in the history
  3. Remove related tests

    JohnTitor committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    40913c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

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

Commits on Jun 11, 2022

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

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    77d6176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd1290a View commit details
    Browse the repository at this point in the history
  3. del unrelated comment

    issues97981
    dust1 authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    ddd18a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55b3c44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acda886 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c15fed5 View commit details
    Browse the repository at this point in the history
  7. Update miri

    oli-obk committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    3305b66 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#97709 - compiler-errors:normalize-const-par…

    …am-ty, r=oli-obk
    
    Normalize consts' tys when relating with `adt_const_params`
    
    Fixes rust-lang#97007
    matthiaskrgr authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f773f1b View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#97875 - JohnTitor:rm-infer-static-outlives-…

    …requirements, r=pnkfelix
    
    Remove the `infer_static_outlives_requirements` feature
    
    Closes rust-lang#54185
    r? `@pnkfelix`
    matthiaskrgr authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    a271b39 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#97960 - RalfJung:offset-from, r=oli-obk

    interpret: unify offset_from check with offset check
    
    `offset` does the check with a single `check_ptr_access` call while `offset_from` used two calls. Make them both just one one call.
    
    I originally intended to actually factor this into a common function, but I am no longer sure if that makes a lot of sense... the two functions start with pretty different precondition (e.g. `offset` *knows* that the 2nd pointer has the same provenance).
    
    I also reworded the UB messages a little. Saying it "cannot" do something is not how we usually phrase UB (as far as I know). Instead it's not *allowed* to do that.
    
    r? `````@oli-obk`````
    matthiaskrgr authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    a169033 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#97999 - compiler-errors:type_changin_struct…

    …_update_is_probably_complete, r=oli-obk
    
    Make `type_changing_struct_update` no longer an incomplete feature
    
    After rust-lang#97705, I don't see what would make it incomplete anymore. `check_expr_struct_fields` seems to now implement the RFC to the letter.
    
    r? `````@nikomatsakis`````
    cc `````@rust-lang/types`````
    matthiaskrgr authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f16bb91 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#98043 - TaKO8Ki:remove-unnecessary-to-strin…

    …g, r=davidtwco
    
    Remove unnecessary `to_string` and `String::new`
    
    rust-lang@73fa217 changed the type of the `suggestion` argument to `impl ToString`. This patch removes unnecessary `to_string` and `String::new`.
    
    cc: ````@davidtwco````
    matthiaskrgr authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    13408d5 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#98044 - dust1:master, r=Dylan-DPC

    [issues:97981] del unrelated comment
    
    fixes rust-lang#97981
    summary: del unrelated comment
    matthiaskrgr authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    36a7593 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#98049 - imbolc:patch-3, r=Dylan-DPC

    Document an edge case of `str::split_once`
    matthiaskrgr authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2e1426f View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#98057 - oli-obk:miri_ui_test, r=oli-obk

    Update miri
    
    r? `@ghost`
    
    fixes rust-lang#98036
    matthiaskrgr authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    b5e42a4 View commit details
    Browse the repository at this point in the history