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

Closed
wants to merge 10 commits into from
Closed

Commits on Sep 29, 2024

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

Commits on Oct 1, 2024

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

Commits on Oct 5, 2024

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

Commits on Oct 10, 2024

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

Commits on Oct 11, 2024

  1. stabilize const_result

    RalfJung committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    92f6568 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#130078 - its-the-shrimp:rustdoc-types-compr…

    …ess-ids, r=aDotInTheVoid
    
    rustdoc-json: change item ID's repr from a string to an int
    
    Following [this discussion on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/266220-t-rustdoc/topic/Optimizing.20the.20.60Id.60.20type.20in.20.60rustdoc-types.60), I've changed the repr of `rustdoc_json_types::Id` from a String to a u32, by adding a `clean::ItemId` interner to `JsonRenderer`
    
    r? `@aDotInTheVoid`
    tgross35 authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8e3b40a View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#131109 - tgross35:stabilize-debug_more_non_…

    …exhaustive, r=joboet
    
    Stabilize `debug_more_non_exhaustive`
    
    Fixes: rust-lang#127942
    tgross35 authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6efdb84 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#131287 - RalfJung:const_result, r=tgross35

    stabilize const_result
    
    Waiting for FCP to complete in rust-lang#82814
    
    Fixes rust-lang#82814
    tgross35 authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3341fb4 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#131310 - taiki-e:msp430-clobber-abi, r=Amanieu

    Support clobber_abi in MSP430 inline assembly
    
    This supports `clobber_abi` which is one of the requirements of stabilization mentioned in rust-lang#93335.
    
    Refs: Section 3.2 "Register Conventions" in [MSP430 Embedded Application Binary Interface](https://www.ti.com/lit/an/slaa534a/slaa534a.pdf)
    
    cc `@cr1901`
    
    r? `@Amanieu`
    
    `@rustbot` label +O-msp430
    tgross35 authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    161906c View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#131463 - bjoernager:const-char-encode-utf8,…

    … r=RalfJung
    
    Stabilise `const_char_encode_utf8`.
    
    Closes: rust-lang#130512
    
    This PR stabilises the `const_char_encode_utf8` feature gate (i.e. support for `char::encode_utf8` in const scenarios).
    
    Note that the linked tracking issue is currently awaiting FCP.
    tgross35 authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    64fa3fb View commit details
    Browse the repository at this point in the history