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

Closed
wants to merge 15 commits into from

Commits on Jul 5, 2024

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

Commits on Jul 8, 2024

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

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    7097dbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e38109d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd175fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4700b5b View commit details
    Browse the repository at this point in the history
  5. Adds expr_2024 migration lit

    This is adding a migration lint for the current (in the 2021 edition and previous)
    to move expr to expr_2021 from expr
    
    Co-Developed-by: Eric Holk
    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    25637e2 View commit details
    Browse the repository at this point in the history
  6. tests: adds cargo fix tests

    Co-Developed-by: Eric Holk
    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    568e78f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfac6fa View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Rollup merge of rust-lang#125627 - vincenzopalazzo:macros/cargo-fix-e…

    …xpr2024, r=compiler-errors,eholk
    
    migration lint for `expr2024` for the edition 2024
    
    This is adding a migration lint for the current (in the 2021 edition and previous)
    to move expr to expr_2021 from expr
    
    Issue rust-lang#123742
    
    I created also a repository to test out the migration https://github.com/vincenzopalazzo/expr2024-cargo-fix-migration
    
    Co-Developed-by: ```@eholk```
    matthiaskrgr authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    99a8507 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#127091 - Sky9x:fused-error-sources-iter, r=…

    …dtolnay
    
    impl FusedIterator and a size hint for the error sources iter
    
    cc tracking issue rust-lang#58520
    matthiaskrgr authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    78b747a View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#127484 - ShE3py:rustdoc-doc-alias-whitespac…

    …e-doc, r=fmease
    
    `#[doc(alias)]`'s doc: say that ASCII spaces are allowed
    
    PR rust-lang#77570 allowed ASCII spaces in doc aliases, but the documentation wasn't updated to say so.
    
    The code checking the aliases:
    https://github.com/rust-lang/rust/blob/7fdefb804ec300fb605039522a7c0dfc9e7dc366/compiler/rustc_passes/src/check_attr.rs#L693-L704
    
    ```````@rustbot``````` label +A-docs
    matthiaskrgr authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f1d4a06 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#127508 - lcnr:search-graph-prep, r=compiler…

    …-errors
    
    small search graph refactor
    
    small improvements which shouldn't impact behavior.
    
    r? ```````@compiler-errors```````
    matthiaskrgr authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ecf8b22 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#127521 - spastorino:remove-myself-from-smir…

    …-pings, r=lqd
    
    Remove spastorino from SMIR
    
    r? ````@oli-obk````
    matthiaskrgr authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ec1323d View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#127532 - simonLeary42:patch-1, r=Nilstrieb

    documentation: update cmake version
    
    Previously discussed here: rust-lang#127531
    matthiaskrgr authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c3f94f3 View commit details
    Browse the repository at this point in the history