| Age | Commit message (Expand) | Author | Lines |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -1/+0 |
| 2023-11-04 | Stabilize `const_maybe_uninit_zeroed` | Trevor Gross | -1/+0 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -1/+0 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+2 |
| 2023-10-02 | Use `addr_eq` in `{Arc,Rc}::ptr_eq` | Scott McMurray | -0/+1 |
| 2023-09-03 | Stabilize the Saturating type (saturating_int_impl, gh-87920) | Michael Watzko | -1/+0 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -2/+2 |
| 2023-08-22 | Auto merge of #113365 - dima74:diralik/add-deprecated-suggestions, r=workingj... | bors | -0/+1 |
| 2023-08-21 | Add `suggestion` for some `#[deprecated]` items | Dmitry Murzin | -0/+1 |
| 2023-08-18 | resolve conflicts | Kyle Lin | -0/+1 |
| 2023-08-15 | fix typo: affect -> effect | Ralf Jung | -1/+1 |
| 2023-08-13 | core/any: remove Provider trait | wayne warren | -1/+0 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-06-11 | reorder attributes to make miri-test-libstd work again | Ralf Jung | -5/+5 |
| 2023-05-05 | Stabilize const_ptr_read | bors | -1/+0 |
| 2023-05-03 | Add the basic `ascii::Char` type | Scott McMurray | -0/+1 |
| 2023-04-25 | Revert "Report allocation errors as panics" | Matthias Krüger | -1/+0 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -0/+1 |
| 2023-04-16 | Report allocation errors as panics | Amanieu d'Antras | -0/+1 |
| 2023-04-16 | core is now compilable | Deadbeef | -2/+0 |
| 2023-04-13 | Add `tidy-alphabetical` to features in `alloc` & `std` | Scott McMurray | -21/+25 |
| 2023-03-27 | Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=... | Matthias Krüger | -1/+0 |
| 2023-03-15 | Bump to latest beta | Mark Rousskov | -2/+2 |
| 2023-02-01 | Stabilize feature 'cstr_from_bytes_until_nul' | Trevor Gross | -1/+0 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+2 |
| 2023-01-18 | Implement `alloc::vec::IsZero` for `Option<$NUM>` types | clubby789 | -0/+1 |
| 2023-01-14 | Add test of leaking a binary_heap PeekMut | David Tolnay | -0/+1 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -0/+18 |
| 2023-01-03 | Rollup merge of #106045 - RalfJung:oom-nounwind-panic, r=Amanieu | Michael Goulet | -0/+1 |
| 2023-01-02 | default OOM handler: use non-unwinding panic (unless -Zoom=panic is set), to ... | Ralf Jung | -0/+1 |
| 2022-12-30 | Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726 | Michael Goulet | -2/+0 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -1/+1 |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -1/+1 |
| 2022-12-29 | Revert "Implement allow-by-default multiple_supertrait_upcastable lint" | David Tolnay | -2/+0 |
| 2022-12-28 | fix documenting private items of standard library | Lukas Markeffsky | -0/+1 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -1/+1 |
| 2022-12-28 | Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errors | fee1-dead | -0/+2 |
| 2022-12-28 | Rollup merge of #94145 - ssomers:binary_heap_tests, r=jyn514 | fee1-dead | -0/+2 |
| 2022-12-09 | Implement allow-by-default multiple_supertrait_upcastable lint | Gary Guo | -0/+2 |
| 2022-11-22 | Rollup merge of #104647 - RalfJung:alloc-strict-provenance, r=thomcc | Manish Goregaokar | -0/+1 |
| 2022-11-20 | enable fuzzy_provenance_casts lint in liballoc | Ralf Jung | -0/+1 |
| 2022-11-15 | `VecDeque::resize` should re-use the buffer in the passed-in element | Scott McMurray | -0/+1 |
| 2022-11-05 | Enforce Tuple trait on Fn traits | Michael Goulet | -0/+1 |
| 2022-10-17 | Remove all uses of array_assume_init | Alex Saveau | -1/+1 |
| 2022-09-29 | Stabilize `nonnull_slice_from_raw_parts` | Yuki Okushi | -1/+0 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -4/+3 |
| 2022-09-26 | Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum | fee1-dead | -1/+1 |
| 2022-09-25 | Auto merge of #102169 - scottmcm:constify-some-conditions, r=thomcc | bors | -0/+1 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -1/+1 |