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

Merged
merged 22 commits into from
Jun 16, 2024
Merged

Rollup of 8 pull requests #126563

merged 22 commits into from
Jun 16, 2024

Commits on Jun 13, 2024

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

Commits on Jun 15, 2024

  1. bump few deps

    klensy committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    52242f2 View commit details
    Browse the repository at this point in the history
  2. fix build with html5ever bump

    klensy committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d69f088 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. cargo update

         Locking 18 packages to latest compatible versions
        Updating annotate-snippets v0.11.3 -> v0.11.4
        Updating clap v4.5.6 -> v4.5.7
        Updating clap_builder v4.5.6 -> v4.5.7
        Updating derive_more v0.99.17 -> v0.99.18
          Adding icu_collections v1.5.0
          Adding icu_normalizer v1.5.0
          Adding icu_normalizer_data v1.5.0
          Adding icu_properties v1.5.0
          Adding icu_properties_data v1.5.0
        Updating idna v0.5.0 -> v1.0.0
        Updating mdbook-i18n-helpers v0.3.3 -> v0.3.4
        Updating redox_syscall v0.5.1 -> v0.5.2
        Updating regex-lite v0.1.5 -> v0.1.6
        Updating regex-syntax v0.8.3 -> v0.8.4
        Removing unicode-bidi v0.3.15
        Updating url v2.5.0 -> v2.5.1
          Adding utf16_iter v1.0.5
          Adding utf8_iter v1.0.4
          Adding write16 v1.0.0
    note: pass `--verbose` to see 88 unchanged dependencies behind latest
    github-actions committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    729ed81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89df416 View commit details
    Browse the repository at this point in the history
  3. Add drop bombs to llvm.rs

    Rejyr committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    eb0bad4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf9510c View commit details
    Browse the repository at this point in the history
  5. Several fixes to the redox target specs

    * Allow crt-static for dylibs
    * Pass -lgcc to the linker
    jackpot51 authored and bjorn3 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    60a972d View commit details
    Browse the repository at this point in the history
  6. Add i686-unknown-redox target

    Co-Authored-By: Jeremy Soller <jackpot51@gmail.com>
    bjorn3 and jackpot51 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    efa213a View commit details
    Browse the repository at this point in the history
  7. Use Linux file locking on Redox

    jackpot51 authored and bjorn3 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    3cddc04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    742a923 View commit details
    Browse the repository at this point in the history
  9. more ice tests

    matthiaskrgr committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ff096f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dfe69f7 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#126178 - rust-lang:cargo_update, r=Mark-Sim…

    …ulacrum
    
    Weekly `cargo update`
    
    Automation to keep dependencies in `Cargo.lock` current.
    
    The following is the output from `cargo update`:
    
    ```txt
         Locking 18 packages to latest compatible versions
        Updating annotate-snippets v0.11.3 -> v0.11.4
        Updating clap v4.5.6 -> v4.5.7
        Updating clap_builder v4.5.6 -> v4.5.7
        Updating derive_more v0.99.17 -> v0.99.18
          Adding icu_collections v1.5.0
          Adding icu_normalizer v1.5.0
          Adding icu_normalizer_data v1.5.0
          Adding icu_properties v1.5.0
          Adding icu_properties_data v1.5.0
        Updating idna v0.5.0 -> v1.0.0
        Updating mdbook-i18n-helpers v0.3.3 -> v0.3.4
        Updating redox_syscall v0.5.1 -> v0.5.2
        Updating regex-lite v0.1.5 -> v0.1.6
        Updating regex-syntax v0.8.3 -> v0.8.4
        Removing unicode-bidi v0.3.15
        Updating url v2.5.0 -> v2.5.1
          Adding utf16_iter v1.0.5
          Adding utf8_iter v1.0.4
          Adding write16 v1.0.0
    note: pass `--verbose` to see 88 unchanged dependencies behind latest
    ```
    jieyouxu committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    a1f48b6 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#126192 - bjorn3:redox_patches, r=petrochenkov

    Various Redox OS fixes and add i686 Redox OS target
    
    All of these come from the fork used by Redox OS available at https://gitlab.redox-os.org/redox-os/rust/-/commits/redox-2024-05-11/?ref_type=heads.
    
    cc `@jackpot51`
    jieyouxu committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    a033dab View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#126365 - Dirbaio:collapse-debuginfo-statics…

    …, r=workingjubilee
    
    Honor collapse_debuginfo for statics.
    
    fixes rust-lang#126363
    
    <!--
    If this PR is related to an unstable feature or an otherwise tracked effort,
    please link to the relevant tracking issue here. If you don't know of a related
    tracking issue or there are none, feel free to ignore this.
    
    This PR will get automatically assigned to a reviewer. In case you would like
    a specific user to review your work, you can assign it to them by using
    
        r​? <reviewer name>
    -->
    jieyouxu committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    1af0e6e View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#126524 - klensy:bump-15-06-24, r=onur-ozkan

    bump few deps
    
    This bump deps to cut dupes:
    
    Updating html5ever 0.27
    Updating derive_more 0.99.18
    Updating crossbeam-deque v0.8.5
    Updating crossbeam-epoch v0.9.18
    Updating crossbeam-utils v0.8.20
    Updating junction v1.1.0
    
    No interesting changes in changelogs.
    jieyouxu committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    edfadbf View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#126536 - Rejyr:remove-unused-run-make-file,…

    … r=jieyouxu
    
    Remove unused `llvm_readobj.rs` in `run-make-support`
    
    `llvm_readobj.rs` seems unused from the migration to `llvm.rs` in rust-lang#125165.
    Also, `llvm.rs` was missing the drop bombs (rust-lang#125752) in `llvm_readobj.rs`.
    
    Part of rust-lang#121876.
    
    r? `@jieyouxu`
    jieyouxu committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    0ff790f View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#126546 - joboet:move_pal_backtrace, r=worki…

    …ngjubilee
    
    std: move `sys_common::backtrace` to `sys`
    
    Part of rust-lang#117276.
    jieyouxu committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    b2e34b1 View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#126560 - matthiaskrgr:morecrashes, r=jieyouxu

    more ice tests
    
    r? `@jieyouxu`
    jieyouxu committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    b3da6be View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#126561 - kadiwa4:boxed_slice_into_iter_doc,…

    … r=jieyouxu
    
    `boxed_slice_into_iter`: tiny doc correction
    
    `CURRENT_RUSTC_VERSION` isn't flexible enough for this, so it got replaced by 1.80.0 instead of 1.79.0 in rust-lang#126273 :/
    jieyouxu committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    975c702 View commit details
    Browse the repository at this point in the history