rust/library/alloc/src
Guillaume Gomez d3e042dc4e
Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco
Stabilize exclusive_range_pattern (v2)

This PR is identical to #124459, which was approved and merged but then removed from master by a force-push due to a [CI bug](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/ci.20broken.3F).

r? ghost

Original PR description:

---

Stabilization report: https://github.com/rust-lang/rust/issues/37854#issuecomment-1842398130
FCP: https://github.com/rust-lang/rust/issues/37854#issuecomment-1872520294

Stabilization was blocked by a lint that was merged here: #118879

Documentation PR is here: rust-lang/reference#1484

`@rustbot` label +F-exclusive_range_pattern +T-lang
2024-05-05 16:42:48 +02:00
..
alloc
boxed Do not allocate for ZST ThinBox attempt 2 (using const_allocate) 2024-04-05 19:55:00 +01:00
collections fix typo in binary_heap docs 2024-04-24 22:59:39 +02:00
ffi Describe and use CStr literals in CStr and CString docs 2024-05-01 19:59:00 +01:00
raw_vec try_with_capacity for RawVec 2024-03-01 18:20:48 +00:00
rc
slice
sync
testing
vec Avoid reloading Vec::len across grow_one in push 2024-04-20 21:07:00 -04:00
alloc.rs step cfgs 2024-03-20 08:49:13 -04:00
borrow.rs Impl `DerefPure` for more std types 2024-04-05 00:02:42 +02:00
boxed.rs Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnay 2024-04-17 18:01:37 +02:00
fmt.rs
lib.miri.rs add 'x.py miri', and make it work for 'library/{core,alloc,std}' 2024-04-03 20:27:20 +02:00
lib.rs Stabilize exclusive_range 2024-05-02 19:42:31 -04:00
macros.rs
raw_vec.rs Avoid more NonNull-raw-NonNull roundtrips in Vec 2024-04-12 18:14:29 -04:00
rc.rs Relax `A: Clone` bound for `rc::Weak::into_raw_and_alloc` 2024-04-27 12:21:23 +03:00
slice.rs lib: fix some unnecessary_cast clippy lint 2024-03-25 23:19:40 +03:00
str.rs Replace version placeholders for 1.79 2024-05-01 21:01:51 -04:00
string.rs WS fix. 2024-04-27 17:18:25 +02:00
sync.rs Auto merge of #120092 - zetanumbers:pin_in_static_allocator, r=Amanieu 2024-04-12 00:03:43 +00:00
task.rs lib: fix some unnecessary_cast clippy lint 2024-03-25 23:19:40 +03:00
tests.rs