| Age | Commit message (Expand) | Author | Lines |
| 2023-09-28 | Rollup merge of #116215 - estebank:parse-type-angle-bracket-tweak, r=compiler... | Matthias Krüger | -7/+15 |
| 2023-09-28 | Rollup merge of #116211 - matthiaskrgr:clippy3, r=compiler-errors | Matthias Krüger | -23/+18 |
| 2023-09-28 | Auto merge of #116204 - Alexendoo:rustc-lint-macro-paths, r=cjgillot | bors | -84/+78 |
| 2023-09-28 | Tweak wording of missing angle backets in qualified path | Esteban Küber | -7/+15 |
| 2023-09-28 | don't clone copy types | Matthias Krüger | -3/+3 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -20/+15 |
| 2023-09-27 | Auto merge of #109597 - cjgillot:gvn, r=oli-obk | bors | -3/+579 |
| 2023-09-27 | Use absolute paths in rustc_lint::passes macros | Alex Macleod | -84/+78 |
| 2023-09-27 | Auto merge of #115887 - RalfJung:pat, r=oli-obk | bors | -17/+27 |
| 2023-09-27 | Auto merge of #116093 - RalfJung:link_llvm_intrinsics, r=oli-obk | bors | -3/+3 |
| 2023-09-27 | Rollup merge of #116187 - estebank:small-tweak, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-09-27 | Rollup merge of #116149 - compiler-errors:anonymize, r=lcnr | Matthias Krüger | -4/+25 |
| 2023-09-27 | Rollup merge of #115934 - oli-obk:smir_identity, r=spastorino | Matthias Krüger | -207/+159 |
| 2023-09-27 | Auto merge of #116166 - Zalathar:unreachable, r=cjgillot | bors | -1/+5 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -118/+118 |
| 2023-09-27 | Auto merge of #116156 - oli-obk:opaque_place_unwrap, r=compiler-errors | bors | -1/+1 |
| 2023-09-26 | Add context to `let: Ty = loop { break };` | Esteban Küber | -0/+1 |
| 2023-09-26 | Auto merge of #116144 - lcnr:subst-less, r=oli-obk | bors | -73/+64 |
| 2023-09-26 | Auto merge of #116102 - cjgillot:indirect-scalar, r=oli-obk | bors | -12/+11 |
| 2023-09-26 | Anonymize binders for refining_impl_trait check | Michael Goulet | -4/+25 |
| 2023-09-26 | Auto merge of #116154 - cjgillot:retain-cfg, r=oli-obk | bors | -19/+24 |
| 2023-09-26 | Explicit simplify_place. | Camille GILLOT | -8/+19 |
| 2023-09-26 | Auto merge of #116175 - matthiaskrgr:rollup-cwteiwy, r=matthiaskrgr | bors | -20/+60 |
| 2023-09-26 | Rollup merge of #116162 - fmease:gate-n-validate-rustc_safe_intrinsic, r=Nils... | Matthias Krüger | -5/+47 |
| 2023-09-26 | Rollup merge of #116131 - Zoxc:cold-path-rename, r=oli-obk | Matthias Krüger | -15/+13 |
| 2023-09-26 | Auto merge of #115893 - RalfJung:match-require-partial-eq, r=oli-obk | bors | -9/+89 |
| 2023-09-26 | Auto merge of #116109 - Zoxc:no-dep-graph-thread, r=oli-obk | bors | -118/+68 |
| 2023-09-26 | Skip MIR pass `UnreachablePropagation` when coverage is enabled | Zalathar | -1/+5 |
| 2023-09-26 | subst -> instantiate | lcnr | -73/+64 |
| 2023-09-26 | Auto merge of #116125 - RalfJung:const-param-ty-eq, r=compiler-errors | bors | -2/+4 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -118/+118 |
| 2023-09-26 | Auto merge of #116072 - compiler-errors:rpitit-implied-bounds, r=aliemjay | bors | -8/+88 |
| 2023-09-26 | Auto merge of #116080 - estebank:issue-115905-2, r=compiler-errors | bors | -18/+91 |
| 2023-09-25 | Use verbose suggestion for `break` without value | Esteban Küber | -8/+4 |
| 2023-09-25 | Handle all arbitrary `loop` nesting in `break` type errors | Esteban Küber | -5/+22 |
| 2023-09-25 | Rename `cold_path` to `outline` | John Kåre Alsaker | -15/+13 |
| 2023-09-25 | Gate and validate #[rustc_safe_intrinsic] | León Orell Valerian Liehr | -5/+47 |
| 2023-09-25 | Auto merge of #115704 - nebulark:s_object, r=nagisa | bors | -6/+29 |
| 2023-09-25 | Account for more cases of nested `loop`s for `break` type mismatches | Esteban Küber | -10/+24 |
| 2023-09-25 | Only prevent field projections into opaque types, not types containing opaque... | Oli Scherer | -1/+1 |
| 2023-09-25 | Pass name of object file to LLVM so it can correctly emit S_OBJNAME | Florian Schmiderer | -6/+29 |
| 2023-09-25 | Use Vec::retain in remove_dead_blocks. | Camille GILLOT | -19/+24 |
| 2023-09-25 | rename lint; add tracking issue | Ralf Jung | -6/+6 |
| 2023-09-25 | Handle yet another case of `break` type mismatch | Esteban Küber | -1/+6 |
| 2023-09-25 | Point at previous breaks that have the expected type | Esteban Küber | -2/+43 |
| 2023-09-25 | Rebase fallout | Oli Scherer | -1/+1 |
| 2023-09-25 | Split out the stable part of smir into its own crate to prevent accidental us... | Oli Scherer | -110/+91 |
| 2023-09-25 | Move `Opaque` to `stable_mir` | Oli Scherer | -38/+35 |
| 2023-09-25 | Fix test by adding a stable way to get an opaque DefKind | Oli Scherer | -0/+23 |
| 2023-09-25 | Eliminate escape hatch | Oli Scherer | -12/+23 |