| Age | Commit message (Expand) | Author | Lines |
| 2023-10-13 | Use `$message_type` as the tag | Jeremy Fitzhardinge | -1/+1 |
| 2023-09-19 | Use serde_json::to_writer for JsonEmitter::emit | Jeremy Fitzhardinge | -4/+5 |
| 2023-09-19 | Make sure nested Diagnostics in FutureIncompat are also typed for consistency. | Jeremy Fitzhardinge | -7/+12 |
| 2023-09-19 | Add `type` field to json diagnostic outputs | Jeremy Fitzhardinge | -24/+22 |
| 2023-09-19 | Auto merge of #115979 - GuillaumeGomez:rollup-06ujzgh, r=GuillaumeGomez | bors | -1/+48 |
| 2023-09-19 | Rollup merge of #115801 - compiler-errors:async-cycle-mono, r=oli-obk | Guillaume Gomez | -1/+25 |
| 2023-09-19 | Rollup merge of #115499 - msizanoen1:riscv-fix-transparent-union-abi, r=bjorn3 | Guillaume Gomez | -0/+23 |
| 2023-09-19 | Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-se | bors | -26/+54 |
| 2023-09-19 | Auto merge of #115865 - RalfJung:mir-mod, r=oli-obk | bors | -2197/+2253 |
| 2023-09-19 | rustc_target/riscv: Fix passing of transparent unions with only one non-ZST m... | msizanoen | -0/+23 |
| 2023-09-19 | Rollup merge of #115924 - compiler-errors:non-exhaustive-1-zst, r=RalfJung | Guillaume Gomez | -19/+29 |
| 2023-09-19 | Rollup merge of #115625 - compiler-errors:hrtb-infer-err, r=b-naber | Guillaume Gomez | -0/+75 |
| 2023-09-19 | Rollup merge of #114941 - compiler-errors:inline-shadowed-by-dyn, r=lcnr | Guillaume Gomez | -1/+51 |
| 2023-09-19 | comment on the difference between mir::ConstantKind::Unevaluated and mir::Con... | Ralf Jung | -0/+5 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -247/+239 |
| 2023-09-19 | organize mir pretty.rs and move more things into it; move statement-related t... | Ralf Jung | -1371/+1393 |
| 2023-09-19 | use pretty_print_const_value from MIR constant 'extra' printing | Ralf Jung | -128/+153 |
| 2023-09-19 | move some MIR const pretty-printing into pretty.rs | Ralf Jung | -177/+176 |
| 2023-09-19 | more MIR const types to separate file | Ralf Jung | -409/+422 |
| 2023-09-19 | Don't complain on a single non-exhaustive 1-zst | Michael Goulet | -19/+29 |
| 2023-09-19 | Don't resolve generic instances if they may be shadowed by dyn | Michael Goulet | -1/+51 |
| 2023-09-19 | Explain HRTB + infer limitations of old solver | Michael Goulet | -0/+75 |
| 2023-09-19 | Auto merge of #115289 - compiler-errors:adjust-comments, r=estebank | bors | -32/+34 |
| 2023-09-19 | Auto merge of #115644 - danakj:catalyst-asan, r=cjgillot,thomcc | bors | -2/+4 |
| 2023-09-19 | Rollup merge of #115930 - Zalathar:spans-bug, r=compiler-errors | Matthias Krüger | -34/+20 |
| 2023-09-19 | Rollup merge of #115879 - clubby789:migrate-hir-typeck-cast, r=compiler-errors | Matthias Krüger | -182/+313 |
| 2023-09-19 | Rollup merge of #115873 - BoxyUwU:tykind_adt_debug, r=oli-obk | Matthias Krüger | -2/+22 |
| 2023-09-19 | Rollup merge of #115869 - ferrocene:pa-fix-tests-cargo-remap, r=compiler-errors | Matthias Krüger | -7/+49 |
| 2023-09-18 | Auto merge of #115940 - matthiaskrgr:rollup-5ps9ln1, r=matthiaskrgr | bors | -114/+45 |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -276/+226 |
| 2023-09-18 | make more pretty | Boxy | -2/+22 |
| 2023-09-18 | Rollup merge of #115891 - RalfJung:structural-trait-derive, r=nnethercote | Matthias Krüger | -114/+42 |
| 2023-09-18 | Explain `with_reveal_all_normalized` usage | Oli Scherer | -0/+3 |
| 2023-09-18 | Migrate 'cast enum with drop to int' diagnostic | clubby789 | -9/+18 |
| 2023-09-18 | Migrate 'trivial cast' lint | clubby789 | -20/+22 |
| 2023-09-18 | Migrate 'casting unknown pointer' diagnostic | clubby789 | -23/+56 |
| 2023-09-18 | Migrate 'int to fat pointer' cast diagnostic | clubby789 | -28/+38 |
| 2023-09-18 | Migrate 'cast to bool' diagnostic | clubby789 | -26/+34 |
| 2023-09-18 | Migrate 'is_empty' diagnostics | clubby789 | -16/+37 |
| 2023-09-18 | Migrate 'lossy int2ptr cast' diagnostic | clubby789 | -20/+33 |
| 2023-09-18 | Migrate 'lossy ptr2int cast' diagnostic | clubby789 | -42/+77 |
| 2023-09-18 | Enable ASAN/LSAN/TSAN for *-apple-ios-macabi | danakj | -2/+4 |
| 2023-09-18 | coverage: Simplify sorting of coverage spans extracted from MIR | Zalathar | -36/+19 |
| 2023-09-18 | coverage: Fix an unstable-sort inconsistency in coverage spans | Zalathar | -1/+4 |
| 2023-09-18 | Rollup merge of #115908 - cjgillot:lint-noclone, r=oli-obk | Matthias Krüger | -21/+4 |
| 2023-09-18 | Rollup merge of #115907 - RalfJung:interner-check, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2023-09-18 | Rollup merge of #115838 - lcnr:added-goals, r=compiler-errors | Matthias Krüger | -92/+160 |
| 2023-09-18 | simplify inject_impl_of_structural_trait | Ralf Jung | -114/+42 |
| 2023-09-18 | Remove more unused `Lift` impls. | Nicholas Nethercote | -128/+37 |
| 2023-09-18 | Remove unused `Lift` derives. | Nicholas Nethercote | -51/+49 |