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 5 pull requests #127834

Closed
wants to merge 16 commits into from
Closed

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    7f8f178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23f26b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dafc5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51bdcf6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f9dfd4 View commit details
    Browse the repository at this point in the history
  6. Fix relations

    compiler-errors committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b9487d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ce6229 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b55fa8f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b495bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea2b699 View commit details
    Browse the repository at this point in the history
  11. std: unwrapped unsafe is VERBOTEN!

    Co-authored-by: Jonas Böttiger <jonasboettiger@icloud.com>
    workingjubilee and joboet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2499057 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#126208 - Oneirical:one-flew-over-the-cuckoo…

    …'s-test, r=jieyouxu
    
    Migrate `compiler-lookup-paths`, `dump-mono-stats` and `prune-link-args` `run-make` tests to `rmake` or `ui` format
    
    Part of rust-lang#121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html).
    
    try-job: x86_64-msvc
    try-job: aarch64-apple
    try-job: dist-x86_64-linux
    try-job: armhf-gnu
    tgross35 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a0f91da View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#127444 - Sky9x:cstr-bytes-iter, r=dtolnay

    `impl Send + Sync` and override `count` for the `CStr::bytes` iterator
    
    cc tracking issue rust-lang#112115
    tgross35 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1fe4716 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#127792 - workingjubilee:read-unaligned-is-d…

    …warfier, r=joboet
    
    std: Use `read_unaligned` for reads from DWARF
    
    There's a lot of... *stuff* going on here. Meanwhile, `read_unaligned` has been available since 1.17.0, so let's just use that.
    tgross35 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    aae3794 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#127807 - ChrisDenton:win-parking, r=joboet

    Use futex.rs for Windows thread parking
    
    If I'm not overlooking anything then the Windows 10+ thread parking implementation is practically the same as the futex.rs implementation. So we may as well use the same implementation for both. The old version is still kept around for Windows 7 support.
    
    r? ``@joboet`` if you wouldn't mind double checking I've not missed something
    tgross35 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    34b028b View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#127810 - compiler-errors:less-tcx, r=lcnr

    Rename `tcx` to `cx` in `rustc_type_ir`
    
    Self-explanatory. Forgot that we had to do this in type_ir too, and not just the new solver crate lol.
    
    r? lcnr
    tgross35 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ccc0320 View commit details
    Browse the repository at this point in the history