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 4 pull requests #99687

Merged
merged 10 commits into from
Jul 24, 2022
Merged

Rollup of 4 pull requests #99687

merged 10 commits into from
Jul 24, 2022

Commits on Jul 23, 2022

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

Commits on Jul 24, 2022

  1. Remove mut

    Phosra committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    4855392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8098f5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e55b020 View commit details
    Browse the repository at this point in the history
  4. Update doc comments that refer to config parameter

    This commit updates the source_file_to_parser and the
    maybe_source_file_to_parse function's doc comments which currently
    refer to a config parameter. The doc comments have been updated to
    refer to the 'session' parameter similar to the doc comment for
    try_file_to_source_file, which also takes a &Session parameter.
    danbev committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    045140a View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#99644 - RalfJung:interpret-int-ptr-transmut…

    …e, r=oli-obk
    
    remove some provenance-related machine hooks that Miri no longer needs
    
    Then we can make `scalar_to_ptr` a method on `Scalar`. :)
    
    Fixes rust-lang/miri#2188
    r? `@oli-obk`
    RalfJung committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    890cd7a View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#99657 - Phosra:patch-1, r=Dylan-DPC

    Docs - remove unnecessary `mut` that gives a warning
    
    Fixes rust-lang#99654.
    
    A trivial linting fix for a Stdio example.
    
    `@rustbot` label +T-lib
    RalfJung committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    51b3d51 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#99672 - GuillaumeGomez:clean-trait-removal,…

    … r=Dylan-DPC
    
    Remove Clean trait implementation for more items
    
    Follow up of rust-lang#99638.
    
    cc `@camelid`
    r? `@notriddle`
    RalfJung committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    06009c2 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#99678 - danbev:rustc_parse-config-doc-comme…

    …nts, r=cjgillot
    
    Update doc comments that refer to config parameter
    
    This commit updates the `source_file_to_parser` and the
    `maybe_source_file_to_parse` function's doc comments which currently
    refer to a `config` parameter. The doc comments have been updated to
    refer to the `session` parameter similar to the doc comment for
    `try_file_to_source_file`, which also takes a `&Session` parameter.
    RalfJung committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    34d0c0a View commit details
    Browse the repository at this point in the history