| Age | Commit message (Expand) | Author | Lines |
| 2023-03-17 | Fix impl_trait_ty_to_ty substs | Santiago Pastorino | -3/+41 |
| 2023-03-17 | Add revisions for -Zlower-impl-trait-in-trait-to-assoc-ty fixed tests | Santiago Pastorino | -20/+339 |
| 2023-03-17 | Add generic parameters mismatch test for async in traits | Santiago Pastorino | -0/+31 |
| 2023-03-17 | Fix generics mismatch errors for RPITITs on -Zlower-impl-trait-in-trait-to-as... | Santiago Pastorino | -1/+16 |
| 2023-03-17 | Add regression test for #109258 | Guillaume Gomez | -0/+27 |
| 2023-03-17 | Pass the right HIR back from get_fn_decl | Michael Goulet | -0/+22 |
| 2023-03-17 | Erase escaping late-bound regions when probing for ambiguous associated types | Michael Goulet | -0/+29 |
| 2023-03-17 | Auto merge of #109253 - matthiaskrgr:rollup-2xmv5zk, r=matthiaskrgr | bors | -25/+255 |
| 2023-03-17 | rustdoc: Correctly merge import's and its target's docs in one more case | Vadim Petrochenkov | -0/+16 |
| 2023-03-17 | Drop subslices of arrays | clubby789 | -0/+16 |
| 2023-03-17 | Increase array size in array-map.rs | Nikita Popov | -3/+3 |
| 2023-03-17 | Auto merge of #109085 - tmiasko:index-based, r=WaffleLapkin | bors | -63/+17 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -24/+254 |
| 2023-03-17 | Rollup merge of #109181 - durin42:v0-mangle-inherit_overflow, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-03-17 | Suggest surrounding the macro with `{}` to interpret as a statement | Mu42 | -0/+25 |
| 2023-03-17 | Do not ICE for unexpected lifetime with ConstGeneric rib | yukang | -2/+24 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -12/+8 |
| 2023-03-16 | Auto merge of #107270 - cjgillot:remove-zst, r=oli-obk | bors | -180/+218 |
| 2023-03-16 | Add Debug and Clone derives for stable mir datastructures | Oli Scherer | -2/+3 |
| 2023-03-16 | Implement a minimal subset of MIR statements and terminators for smir | Oli Scherer | -4/+26 |
| 2023-03-16 | Use poison instead of undef | Nikita Popov | -1/+1 |
| 2023-03-16 | Auto merge of #106824 - m-ou-se:format-args-flatten, r=oli-obk | bors | -18/+51 |
| 2023-03-16 | Bless -Zhelp output test. | Mara Bos | -0/+1 |
| 2023-03-16 | Add test for -Zflatten-format-args=yes. | Mara Bos | -0/+24 |
| 2023-03-16 | Auto merge of #109206 - matthiaskrgr:rollup-oev8ax6, r=matthiaskrgr | bors | -8/+298 |
| 2023-03-16 | Bless pretty tests. | Mara Bos | -6/+4 |
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -12/+22 |
| 2023-03-16 | Rollup merge of #109185 - notriddle:notriddle/primitive-tooltip, r=jsha | Matthias Krüger | -0/+2 |
| 2023-03-16 | Rollup merge of #109158 - Ezrashaw:expand-sugg-for-unused-lint, r=Nilstrieb | Matthias Krüger | -0/+116 |
| 2023-03-16 | Rollup merge of #108971 - Ezrashaw:E0532-better-binding-names, r=WaffleLapkin | Matthias Krüger | -1/+137 |
| 2023-03-16 | Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomez | Matthias Krüger | -7/+43 |
| 2023-03-16 | Auto merge of #108809 - lqd:fix-ignore, r=pietroalbini | bors | -2/+3 |
| 2023-03-16 | Fix index out of bounds in suggest_trait_fn_ty_for_impl_fn_infer | Michael Goulet | -0/+24 |
| 2023-03-16 | Auto merge of #109183 - lqd:revert-107376, r=compiler-errors | bors | -58/+0 |
| 2023-03-16 | Don't install default opaque projection predicates in RPITIT associated type'... | Michael Goulet | -3/+46 |
| 2023-03-16 | Install projection from RPITIT to default trait method opaque correctly | Michael Goulet | -2/+28 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -30/+34 |
| 2023-03-15 | Add revisions to fixed tests in -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -19/+180 |
| 2023-03-15 | rustdoc: remove `std::` from primitive intra-doc link tooltips | Michael Howell | -0/+2 |
| 2023-03-15 | inherit_overflow: adapt pattern to also work with v0 mangling | Augie Fackler | -1/+1 |
| 2023-03-15 | Implementing "<test_binary> --list --format json" #107307 #49359 | Partha P. Das | -4/+109 |
| 2023-03-15 | Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr" | Rémy Rakic | -58/+0 |
| 2023-03-15 | Auto merge of #109164 - Dylan-DPC:rollup-0bwxwos, r=Dylan-DPC | bors | -127/+164 |
| 2023-03-15 | Rollup merge of #109154 - chenyukang:yukang/fix-109152, r=compiler-errors | Dylan DPC | -0/+30 |
| 2023-03-15 | Rollup merge of #109136 - compiler-errors:simplify-proc-macro-checking, r=oli... | Dylan DPC | -127/+119 |
| 2023-03-15 | Rollup merge of #109109 - compiler-errors:polymorphize-foreign, r=Nilstrieb | Dylan DPC | -0/+15 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -31/+267 |
| 2023-03-15 | error-msg: expand suggestion for unused lint | Ezra Shaw | -0/+116 |
| 2023-03-15 | error-msg: impl better suggestion for `E0532` | Ezra Shaw | -1/+137 |
| 2023-03-15 | Split the mem-replace codegen test | Scott McMurray | -22/+36 |