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 13 pull requests #124672

Closed
wants to merge 11 commits into from

Commits on Mar 14, 2024

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

Commits on Apr 24, 2024

  1. Fix cannot usage in time.rs

    trueb2 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3ad0618 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on May 1, 2024

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

Commits on May 2, 2024

  1. Update based on review

    GKFX committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0e0042f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    3f6703b View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#122492 - GrigorenkoPV:ptr_as_ref_unchecked,…

    … r=workingjubilee
    
    Implement ptr_as_ref_unchecked
    
    Implementation of rust-lang#122034.
    
    Prefixed the feature name with `ptr_` for clarity.
    
    Linked const-unstability to rust-lang#91822, so the post there should probably be updated to mentions the 3 new methods when/if this PR is merged.
    workingjubilee committed May 3, 2024
    Configuration menu
    Copy the full SHA
    cce23b1 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#123815 - trueb2:patch-1, r=workingjubilee

    Fix cannot usage in time.rs
    
    Fix a small grammar error in usage of cannot in time.rs errors
    workingjubilee committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e34e510 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#124059 - RalfJung:default_alloc_error_hook,…

    … r=workingjubilee
    
    default_alloc_error_hook: explain difference to default __rdl_oom in alloc
    
    Though I'm not sure if that is really the reason that this code is duplicated. On no_std it may already be possible to call user-defined code on allocation failure.
    workingjubilee committed May 3, 2024
    Configuration menu
    Copy the full SHA
    fc93265 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#124510 - linyihai:raw-ident-in-typo-suggest…

    …ion, r=fmease
    
    Add raw identifier in a typo suggestion
    
    Fixes rust-lang#68962
    workingjubilee committed May 3, 2024
    Configuration menu
    Copy the full SHA
    4b0db5e View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#124593 - GKFX:cstr-literals-in-api-docs, r=…

    …workingjubilee
    
    Describe and use CStr literals in CStr and CString docs
    
    Mention CStr literals in the description of both types, and use them in some of the code samples for CStr. This is intended to make C string literals more discoverable.
    
    Additionally, I don't think the orange "This example is not tested" warnings are very encouraging, so I have made the examples on `CStr` build.
    workingjubilee committed May 3, 2024
    Configuration menu
    Copy the full SHA
    07e67b5 View commit details
    Browse the repository at this point in the history