| Age | Commit message (Expand) | Author | Lines |
| 2022-04-12 | Auto merge of #95987 - m-ou-se:rollup-sdevd9b, r=m-ou-se | bors | -28/+13 |
| 2022-04-12 | Rollup merge of #95794 - nnethercote:parse_tt-a-few-more-tweaks, r=petrochenkov | Mara Bos | -28/+13 |
| 2022-04-12 | Auto merge of #95867 - cjgillot:fixed-size, r=oli-obk | bors | -142/+322 |
| 2022-04-12 | Auto merge of #95974 - fee1-dead:rollup-2fr55cs, r=fee1-dead | bors | -119/+152 |
| 2022-04-12 | Rollup merge of #95947 - cuviper:default-box, r=dtolnay | fee1-dead | -8/+3 |
| 2022-04-12 | Rollup merge of #95820 - OliverMD:95150, r=lcnr | fee1-dead | -70/+82 |
| 2022-04-12 | sess: try sysroot candidates for fluent bundle | David Wood | -41/+67 |
| 2022-04-12 | Rollup merge of #95936 - TaKO8Ki:fix-relative-paths-error-message, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-04-12 | Rollup merge of #95920 - compiler-errors:cast-suggestion-span, r=oli-obk | Matthias Krüger | -18/+19 |
| 2022-04-12 | Rollup merge of #95910 - ehuss:fix-crate-type-duplicate, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-04-12 | Rollup merge of #95881 - TaKO8Ki:use-to-string-instead-of-format, r=compiler-... | Matthias Krüger | -1/+1 |
| 2022-04-12 | Rollup merge of #95320 - JakobDegen:mir-docs, r=oli-obk | Matthias Krüger | -124/+612 |
| 2022-04-12 | Auto merge of #95893 - luqmana:no-prepopulate-passes-tweaks, r=nikic | bors | -0/+7 |
| 2022-04-12 | use `to_string` instead of `format!` | Takayuki Maeda | -1/+1 |
| 2022-04-11 | simplify const params diagnostic on stable | Oliver Downard | -70/+82 |
| 2022-04-11 | Remove rule that place loads may not happen with variant index set | Jakob Degen | -10/+6 |
| 2022-04-11 | Add more clarifications in response to Ralf's comments | Jakob Degen | -102/+84 |
| 2022-04-11 | Address various comments and change some details around place to value conver... | Jakob Degen | -36/+37 |
| 2022-04-11 | Improve MIR phases documentation with summaries of changes | Jakob Degen | -1/+23 |
| 2022-04-11 | Adjust MIR validator to check a few more things for terminators | Jakob Degen | -5/+19 |
| 2022-04-11 | Improve documentation for MIR terminators | Jakob Degen | -27/+121 |
| 2022-04-11 | Improve documentation for MIR statement kinds. | Jakob Degen | -16/+76 |
| 2022-04-11 | Extend the MIR validator to check many more things around rvalues. | Jakob Degen | -39/+161 |
| 2022-04-11 | Add documentation for the semantics of MIR rvalues | Jakob Degen | -23/+101 |
| 2022-04-11 | Adjust computation of place types to detect more invalid places | Jakob Degen | -1/+12 |
| 2022-04-11 | Improve documentation of `Place` and `Operand` | Jakob Degen | -13/+121 |
| 2022-04-11 | Use const Box::default in P::<[T]>::new | Josh Stone | -8/+3 |
| 2022-04-11 | Rollup merge of #95864 - luqmana:inline-asm-unwind-store-miscompile, r=Amanieu | Dylan DPC | -0/+5 |
| 2022-04-11 | Rollup merge of #95008 - c410-f3r:let-chains-paren, r=wesleywiser | Dylan DPC | -12/+42 |
| 2022-04-11 | Auto merge of #95125 - JakobDegen:uninit-variant-rvalue, r=oli-obk | bors | -92/+177 |
| 2022-04-11 | Remove inlining cost of `Deinit` statements | Jakob Degen | -0/+1 |
| 2022-04-11 | Add new `MutatatingUseContext`s for deinit and `SetDiscriminant` | Jakob Degen | -28/+31 |
| 2022-04-11 | fix a bad error message for `relative paths are not supported in visibilities... | Takayuki Maeda | -1/+1 |
| 2022-04-11 | Document semantics of `Deinit` and `SetDiscriminant` MIR statements | Jakob Degen | -0/+7 |
| 2022-04-11 | Add new `Deinit` statement kind | Jakob Degen | -65/+139 |
| 2022-04-11 | Auto merge of #95931 - matthiaskrgr:rollup-1c5zhit, r=matthiaskrgr | bors | -68/+76 |
| 2022-04-11 | Rollup merge of #95907 - compiler-errors:diag, r=Dylan-DPC | Matthias Krüger | -68/+69 |
| 2022-04-11 | Rollup merge of #95876 - fee1-dead:note-const-drop, r=oli-obk | Matthias Krüger | -0/+7 |
| 2022-04-11 | Auto merge of #95758 - compiler-errors:issue-54771, r=estebank | bors | -11/+22 |
| 2022-04-10 | use find_ancestor_inside to get right span in CastCheck | Michael Goulet | -18/+19 |
| 2022-04-11 | Add a note for unsatisfied `~const Drop` bounds | Deadbeef | -0/+7 |
| 2022-04-10 | better error for binder on associated type bound | Michael Goulet | -13/+37 |
| 2022-04-11 | Add a useful comment. | Nicholas Nethercote | -0/+4 |
| 2022-04-11 | Tweak `NamedMatch` representation. | Nicholas Nethercote | -27/+7 |
| 2022-04-11 | Change internal naming of macros. | Nicholas Nethercote | -1/+2 |
| 2022-04-10 | Fix crate_type attribute to not warn on duplicates | Eric Huss | -1/+1 |
| 2022-04-10 | only suggest removing semicolon when expr implements trait | Michael Goulet | -11/+22 |
| 2022-04-10 | Auto merge of #95889 - Dylan-DPC:rollup-1cmywu4, r=Dylan-DPC | bors | -21/+57 |
| 2022-04-10 | Respect -Z verify-llvm-ir and other flags that add extra passes when combined... | Luqman Aden | -0/+7 |
| 2022-04-10 | Rollup merge of #95857 - ouz-a:mir-opt, r=oli-obk | Dylan DPC | -8/+8 |