| Age | Commit message (Expand) | Author | Lines |
| 2022-11-19 | add coretests for const `align_offset` | Lukas Markeffsky | -0/+166 |
| 2022-11-19 | make const `align_offset` useful | Lukas Markeffsky | -5/+46 |
| 2022-11-19 | constify `exact_div` intrinsic | Lukas Markeffsky | -0/+2 |
| 2022-11-19 | Rollup merge of #104528 - WaffleLapkin:lazy_lock_docfix, r=matklad | Dylan DPC | -2/+12 |
| 2022-11-18 | Hide the items while waiting for the ACP | Scott McMurray | -10/+4 |
| 2022-11-18 | Rollup merge of #104338 - compiler-errors:pointer-sized, r=eholk | Manish Goregaokar | -0/+9 |
| 2022-11-18 | Rollup merge of #103701 - WaffleLapkin:__points-at-implementation__--this-can... | Manish Goregaokar | -45/+21 |
| 2022-11-18 | Rollup merge of #103456 - scottmcm:fix-unchecked-shifts, r=scottmcm | Manish Goregaokar | -12/+22 |
| 2022-11-18 | Rollup merge of #103378 - nagisa:fix-infinite-offset, r=scottmcm | Manish Goregaokar | -26/+40 |
| 2022-11-18 | Rollup merge of #102977 - lukas-code:is-sorted-hrtb, r=m-ou-se | Manish Goregaokar | -4/+4 |
| 2022-11-18 | Enforce that dyn* casts are actually pointer-sized | Michael Goulet | -0/+9 |
| 2022-11-18 | clarify that realloc refreshes pointer provenance even when the allocation re... | Ralf Jung | -7/+11 |
| 2022-11-17 | Readd the matches_macro diag item | Philipp Krones | -0/+1 |
| 2022-11-17 | Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholk | bors | -0/+1 |
| 2022-11-17 | Properly link `{Once,Lazy}{Cell,Lock}` in docs | Maybe Waffle | -2/+12 |
| 2022-11-17 | Auto merge of #103779 - the8472:simd-str-contains, r=thomcc | bors | -0/+232 |
| 2022-11-16 | Auto merge of #104481 - matthiaskrgr:rollup-hf8rev0, r=matthiaskrgr | bors | -2/+2 |
| 2022-11-16 | Rollup merge of #103489 - WaffleLapkin:byte_offset_from_you, r=scottmcm | Matthias Krüger | -2/+2 |
| 2022-11-16 | Auto merge of #102935 - ajtribick:display-float-0.5-fixed-0, r=scottmcm | bors | -5/+125 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -18/+9 |
| 2022-11-15 | - convert from core::arch to core::simd | The 8472 | -52/+182 |
| 2022-11-15 | Rollup merge of #104339 - compiler-errors:rustc_deny_explicit_impl, r=cjgillot | Matthias Krüger | -0/+6 |
| 2022-11-15 | `VecDeque::resize` should re-use the buffer in the passed-in element | Scott McMurray | -0/+257 |
| 2022-11-15 | Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgr | bors | -40/+6 |
| 2022-11-15 | Rollup merge of #104383 - WaffleLapkin:rustc_undiagnostic_item, r=compiler-er... | Matthias Krüger | -20/+0 |
| 2022-11-15 | Rollup merge of #104354 - lukas-code:blank-lines-2, r=JohnTitor | Matthias Krüger | -20/+6 |
| 2022-11-14 | x86_64 SSE2 fast-path for str.contains(&str) and short needles | The 8472 | -0/+102 |
| 2022-11-14 | Fix doc example for `wrapping_abs` | Tethys Svensson | -0/+3 |
| 2022-11-14 | Rollup merge of #104332 - Elarcis:maybe_uninit_doc_fix, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-11-14 | Rollup merge of #102470 - est31:stabilize_const_char_convert, r=joshtriplett | Matthias Krüger | -9/+8 |
| 2022-11-14 | Add rustc_deny_explicit_impl | Michael Goulet | -0/+6 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -79/+79 |
| 2022-11-13 | Fix clippy and rustdoc | Maybe Waffle | -0/+1 |
| 2022-11-13 | Remove unused diagnostic items | Maybe Waffle | -21/+0 |
| 2022-11-13 | Rollup merge of #104320 - fee1-dead-contrib:use-derive-const-in-std, r=oli-obk | Matthias Krüger | -0/+7 |
| 2022-11-13 | Rollup merge of #103996 - SUPERCILEX:docs, r=RalfJung | Matthias Krüger | -2/+2 |
| 2022-11-13 | remove leading newlines from `NonZero*` doc examples | Lukas Markeffsky | -20/+6 |
| 2022-11-12 | Auto merge of #103913 - Neutron3529:patch-1, r=thomcc | bors | -5/+9 |
| 2022-11-12 | Fixed some `_i32` notation in `maybe_uninit`’s doc | Elarcis | -2/+2 |
| 2022-11-12 | Rollup merge of #104308 - scottmcm:no-more-validalign, r=thomcc | Guillaume Gomez | -19/+14 |
| 2022-11-12 | Rollup merge of #104263 - albertlarsan68:add-ilog2-to-leading-zeroes-docs, r=... | Guillaume Gomez | -0/+8 |
| 2022-11-12 | Use `derive_const` and rm manual StructuralEq impl | Deadbeef | -0/+7 |
| 2022-11-12 | Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk | Dylan DPC | -0/+17 |
| 2022-11-11 | Remove the old `ValidAlign` name | Scott McMurray | -19/+14 |
| 2022-11-11 | Try another way | Albert Larsan | -4/+4 |
| 2022-11-11 | Apply suggestions | Albert Larsan | -4/+4 |
| 2022-11-11 | Add a reference to ilog2 in leading_zeros integer docs | Albert Larsan | -0/+8 |
| 2022-11-10 | Rollup merge of #104060 - ink-feather-org:const_hash, r=fee1-dead | Manish Goregaokar | -52/+122 |
| 2022-11-09 | Allow and add `track_caller` to generators | Bryan Garza | -0/+1 |
| 2022-11-09 | Rollup merge of #103464 - JakobDegen:mir-parsing, r=oli-obk | Manish Goregaokar | -0/+126 |