Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9a67440e91935294d042b9e89e987c87eb8c991e
Choose a base ref
...
head repository: rust-lang/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d793766a6199d9b7339633ad0296af63c7b4f9b8
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Oct 6, 2024

  1. liballoc: introduce String, Vec const-slicing

    This change `const`-qualifies many methods on Vec and String, notably
    `as_slice`, `as_str`, `len`. These changes are made behind the unstable
    feature flag `const_vec_string_slice` with the following tracking issue:
    
    #129041
    mammothbane committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    d793766 View commit details
    Browse the repository at this point in the history
Loading