| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-09 | Rollup merge of #103307 - b4den:master, r=estebank | Manish Goregaokar | -1/+1 |
| 2022-11-09 | Rollup merge of #104125 - ink-feather-org:const_cmp_tuples, r=fee1-dead | Dylan DPC | -4/+7 |
| 2022-11-09 | Rollup merge of #104111 - yancyribbens:add-mutable-to-the-description-for-as-... | Dylan DPC | -1/+2 |
| 2022-11-09 | Rollup merge of #103694 - WaffleLapkin:mask_doc_example, r=scottmcm | Dylan DPC | -0/+53 |
| 2022-11-09 | Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm | Dylan DPC | -32/+36 |
| 2022-11-09 | const Compare Tuples | onestacked | -4/+7 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -0/+126 |
| 2022-11-08 | Rollup merge of #104113 - ink-feather-org:fix_const_fn_ref_impls, r=compiler-... | Guillaume Gomez | -10/+15 |
| 2022-11-08 | Rollup merge of #104109 - yancyribbens:add-mutable-to-comment-for-align-to-mu... | Guillaume Gomez | -2/+2 |
| 2022-11-08 | Test const `Hash`, fix nits | onestacked | -20/+59 |
| 2022-11-08 | doc: expand description for f32 and f64 associated constants | Trevor Spiteri | -4/+80 |
| 2022-11-08 | document and improve array Guard type | The 8472 | -8/+39 |
| 2022-11-07 | simplification: do not process the ArrayChunks remainder in fold() | The 8472 | -19/+4 |
| 2022-11-07 | specialize iter::ArrayChunks::fold for TrustedRandomAccess iters | The 8472 | -3/+86 |
| 2022-11-07 | make the array initialization guard available to other modules | The 8472 | -18/+18 |
| 2022-11-07 | add benchmark for iter::ArrayChunks::fold specialization | The 8472 | -2/+22 |
| 2022-11-07 | Fix `const_fn_trait_ref_impl`, add test for it | onestacked | -10/+15 |
| 2022-11-07 | rustdoc: Add mutable to the description | yancy | -1/+2 |
| 2022-11-07 | rustdoc: Add mutable to the description | yancy | -2/+2 |
| 2022-11-07 | Removed unnecessary Trait bound | onestacked | -4/+1 |
| 2022-11-07 | Lift `T: Sized` bounds from some `strict_provenance` `NonNull` methods | Maybe Waffle | -12/+3 |
| 2022-11-06 | PhantomData layout guarantees | Joshua Liebow-Feeser | -0/+6 |
| 2022-11-06 | Fix rebase errors | Mark Rousskov | -0/+3 |