| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2023-09-18 | Rename `CloneLiftImpls` as `TrivialLiftImpls`. | Nicholas Nethercote | -4/+4 |
| 2023-09-18 | Remove unused `Display` impls. | Nicholas Nethercote | -6/+0 |
| 2023-09-18 | Remove `RegionHighlightMode::tcx`. | Nicholas Nethercote | -23/+18 |
| 2023-09-17 | nop_lift macros: ensure that we are using the right interner | Ralf Jung | -0/+24 |
| 2023-09-17 | Auto merge of #115334 - RalfJung:transparent-aligned-zst, r=compiler-errors | bors | -44/+30 |
| 2023-09-17 | Auto merge of #115909 - Dylan-DPC:rollup-uf96r2d, r=Dylan-DPC | bors | -171/+296 |
| 2023-09-17 | Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errors | bors | -28/+27 |
| 2023-09-17 | Rollup merge of #115862 - clubby789:migrate-callee-translatable, r=compiler-e... | Dylan DPC | -42/+83 |
| 2023-09-17 | Rollup merge of #115654 - RalfJung:pass-mode-cast, r=compiler-errors | Dylan DPC | -94/+116 |
| 2023-09-17 | Rollup merge of #115611 - lukas-code:format!("{r#ident}"), r=compiler-errors | Dylan DPC | -35/+97 |
| 2023-09-17 | Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi... | bors | -33/+153 |
| 2023-09-17 | Do not clone MIR for const-prop lint. | Camille GILLOT | -21/+4 |
| 2023-09-16 | Rollup merge of #115884 - RalfJung:const-debug-print, r=oli-obk | Matthias Krüger | -6/+20 |
| 2023-09-16 | Auto merge of #115733 - Zoxc:group-dep-node-kinds, r=cjgillot | bors | -8/+28 |
| 2023-09-16 | Auto merge of #115894 - matthiaskrgr:rollup-pe5efh4, r=matthiaskrgr | bors | -148/+144 |
| 2023-09-16 | make ty::Const debug printing less verbose | Ralf Jung | -6/+20 |
| 2023-09-16 | Rollup merge of #115867 - Zalathar:debug, r=oli-obk | Matthias Krüger | -146/+141 |