| Age | Commit message (Expand) | Author | Lines |
| 2022-11-10 | Rollup merge of #104060 - ink-feather-org:const_hash, r=fee1-dead | Manish Goregaokar | -52/+122 |
| 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 | 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-06 | Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726 | bors | -3/+417 |
| 2022-11-06 | Added `const_hash` tracking issue id | onestacked | -18/+18 |
| 2022-11-06 | Made `Sip` const `Hasher` | onestacked | -14/+25 |
| 2022-11-06 | Rollup merge of #104002 - RalfJung:unsafecell-new, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-11-05 | Merge conflicts and rebase onto master | Michael Goulet | -3/+30 |
| 2022-11-05 | Enforce Tuple trait on Fn traits | Michael Goulet | -0/+387 |
| 2022-11-05 | fix a comment in UnsafeCell::new | Ralf Jung | -1/+1 |
| 2022-11-05 | Rollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2022-11-04 | Small round of typo fixes | Alex Saveau | -2/+2 |
| 2022-11-04 | Make `BuildHasher` const_trait | onestacked | -3/+6 |
| 2022-11-04 | Made `Hash` and `Hasher` const_trait | onestacked | -24/+44 |
| 2022-11-04 | Rollup merge of #103680 - RalfJung:cstr-links, r=JohnTitor | Matthias Krüger | -2/+5 |
| 2022-11-02 | Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholk | Dylan DPC | -0/+18 |
| 2022-11-01 | Rollup merge of #103084 - inquisitivecrystal:control-flow, r=scottmcm | Manish Goregaokar | -1/+3 |
| 2022-11-01 | Format dyn Trait better in type_name intrinsic | Michael Goulet | -0/+18 |
| 2022-11-01 | Rollup merge of #103729 - RalfJung:align-of-val-packed, r=oli-obk | Dylan DPC | -0/+22 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -0/+14 |
| 2022-10-31 | Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-10-30 | Add tracking issue to `error_in_core` | Lukas Markeffsky | -1/+1 |
| 2022-10-30 | Rollup merge of #103715 - tshepang:consistency, r=Dylan-DPC | Matthias Krüger | -2/+2 |
| 2022-10-30 | Rollup merge of #100006 - jyn514:update-copy, r=dtolnay | Matthias Krüger | -1/+1 |
| 2022-10-29 | interpret: fix align_of_val on packed types | Ralf Jung | -0/+22 |
| 2022-10-29 | use consistent terminology | Tshepang Mbambo | -2/+2 |
| 2022-10-29 | Rollup merge of #102961 - reitermarkus:const-cstr-from-ptr, r=oli-obk | Matthias Krüger | -11/+37 |
| 2022-10-28 | Auto merge of #102737 - RalfJung:poll_fn_pin, r=Mark-Simulacrum | bors | -4/+7 |
| 2022-10-28 | Add examples for `pointer::mask` | Maybe Waffle | -0/+53 |
| 2022-10-28 | Remove unneeded attribute. | Markus Reiter | -1/+0 |
| 2022-10-28 | CStr: add some doc links | Ralf Jung | -2/+5 |
| 2022-10-27 | Rollup merge of #103394 - Pointerbender:unsafecell-docs, r=Amanieu | Matthias Krüger | -25/+36 |