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 3 pull requests #116694

Closed
wants to merge 8 commits into from

Commits on Sep 7, 2023

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

Commits on Oct 1, 2023

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

Commits on Oct 11, 2023

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

Commits on Oct 12, 2023

  1. Update library/core/src/alloc/layout.rs

    Co-authored-by: David Tolnay <dtolnay@gmail.com>
    joshlf and dtolnay committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a9b0966 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    d6a55d3 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#115653 - joshlf:patch-9, r=dtolnay

    Guarantee that Layout::align returns a non-zero power of two
    matthiaskrgr committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    0da6895 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#116312 - c410-f3r:try, r=b-naber

    Initiate the inner usage of `cfg_match` (Compiler)
    
    cc rust-lang#115585
    
    Dogfood to test the implementation and remove dependencies.
    matthiaskrgr committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    95ebc01 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#116630 - ouz-a:smir_span_better, r=oli-obk

    Add ability to get lines/filename for Span in smir
    
    Wasn't sure about how to structure lines, so went with safest option, also I'm not sure why `span_to_lines` returns `vec`.
    
    Addresses rust-lang/project-stable-mir#44
    
    r? `@oli-obk`
    matthiaskrgr committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c7e8464 View commit details
    Browse the repository at this point in the history