| Age | Commit message (Expand) | Author | Lines |
| 2022-05-29 | remove useless cold | Conrad Ludgate | -3/+2 |
| 2022-05-29 | improve format impl for literals | Conrad Ludgate | -4/+10 |
| 2022-05-29 | Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbini | bors | -82/+1 |
| 2022-05-29 | Clarify the guarantees of Vec::as_ptr and Vec::as_mut_ptr when there's no all... | Giacomo Stevanato | -2/+4 |
| 2022-05-29 | Use Box::new() instead of box syntax in alloc tests | est31 | -50/+51 |
| 2022-05-27 | Use `pointer::is_aligned` in ThinBox debug assert | Thom Chiovoloni | -1/+2 |
| 2022-05-27 | Avoid zero-sized allocs in ThinBox if T and H are both ZSTs. | Thom Chiovoloni | -19/+278 |
| 2022-05-28 | Rollup merge of #95214 - tbu-:pr_vec_append_doc, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-05-28 | Stabilize `toowned_clone_into` | Yuki Okushi | -2/+1 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -82/+1 |
| 2022-05-26 | Document the current aliasing rules for `Box<T>`. | Nilstrieb | -0/+14 |
| 2022-05-26 | Auto merge of #97046 - conradludgate:faster-ascii-case-conv-path, r=thomcc | bors | -5/+83 |
| 2022-05-26 | improve case conversion happy path | Conrad Ludgate | -5/+83 |
| 2022-05-23 | Put a bound on collection misbehavior | Christopher Durham | -9/+10 |
| 2022-05-23 | Rollup merge of #97087 - Nilstrieb:clarify-slice-iteration-order, r=dtolnay | Dylan DPC | -4/+7 |
| 2022-05-21 | Auto merge of #96605 - Urgau:string-retain-codegen, r=thomcc | bors | -8/+17 |
| 2022-05-19 | Reverse condition in Vec::retain_mut doctest | ajtribick | -3/+3 |
| 2022-05-19 | Auto merge of #97033 - nbdd0121:unwind3, r=Amanieu | bors | -2/+2 |
| 2022-05-16 | Clarify slice and Vec iteration order | Nilstrieb | -4/+7 |
| 2022-05-14 | Rollup merge of #95365 - mkroening:hermit-alloc-error-handler, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2022-05-14 | Use Rust ABI for `__rust_start_panic` and `_{rdl,rg}_oom` | Gary Guo | -2/+2 |
| 2022-05-13 | Rollup merge of #97003 - nnethercote:rm-const_fn-attrs, r=fee1-dead | Matthias Krüger | -1/+0 |
| 2022-05-13 | Remove some unnecessary `rustc_allow_const_fn_unstable` attributes. | Nicholas Nethercote | -1/+0 |
| 2022-05-12 | Auto merge of #95837 - scottmcm:ptr-offset-from-unsigned, r=oli-obk | bors | -5/+6 |
| 2022-05-11 | Apply CR suggestions; add real tracking issue | Scott McMurray | -1/+1 |
| 2022-05-11 | Rename `unsigned_offset_from` to `sub_ptr` | Scott McMurray | -5/+5 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -5/+6 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -0/+1 |
| 2022-05-09 | Rollup merge of #96008 - fmease:warn-on-useless-doc-hidden-on-assoc-impl-item... | Matthias Krüger | -3/+0 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -1/+1 |
| 2022-05-08 | Warn on unused doc(hidden) on trait impl items | León Orell Valerian Liehr | -3/+0 |
| 2022-05-06 | Auto merge of #95183 - ibraheemdev:arc-count-acquire, r=Amanieu | bors | -6/+6 |
| 2022-05-06 | Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieu | bors | -3/+10 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -3/+10 |
| 2022-05-05 | Allow unused rules in some places in the compiler, library and tools | est31 | -0/+1 |
| 2022-05-05 | Rollup merge of #95843 - GuillaumeGomez:improve-new-cyclic-doc, r=m-ou-se | Matthias Krüger | -16/+41 |
| 2022-05-05 | Auto merge of #96626 - thomcc:rand-bump, r=m-ou-se | bors | -26/+31 |
| 2022-05-04 | Improve Rc::new_cyclic and Arc::new_cyclic documentation | Guillaume Gomez | -16/+41 |
| 2022-05-02 | Auto merge of #96596 - scottmcm:limited-calloc, r=Mark-Simulacrum | bors | -1/+8 |
| 2022-05-02 | Test leaking of BinaryHeap Drain iterators | Stein Somers | -0/+53 |
| 2022-05-02 | Slightly tighten leak-on-panic test cases | Stein Somers | -52/+49 |
| 2022-05-02 | Share testing utilities with non-btree test cases | Stein Somers | -8/+7 |
| 2022-05-02 | Avoid use of `rand::thread_rng` in stdlib benchmarks | Thom Chiovoloni | -26/+31 |
| 2022-05-01 | Tweak the calloc optimization to only apply to shortish-arrays | Scott McMurray | -1/+8 |
| 2022-05-02 | Rollup merge of #96568 - EliasHolzmann:fmt_doc_fixes, r=joshtriplett | Yuki Okushi | -18/+31 |
| 2022-05-02 | Rollup merge of #96222 - jmaargh:john-mark/clarify-from-raw-parts-docs, r=Joh... | Yuki Okushi | -3/+8 |
| 2022-05-02 | Rollup merge of #94126 - ssomers:alloc_prep_1, r=Mark-Simulacrum | Yuki Okushi | -694/+692 |
| 2022-05-01 | add `{Arc, Rc}::downcast_unchecked` | Ibraheem Ahmed | -5/+80 |
| 2022-05-01 | Improve codegen of String::retain method. | Loïc BRANSTETT | -8/+17 |
| 2022-05-01 | std::fmt: Improved list of formatting macros | Elias Holzmann | -4/+6 |