| Age | Commit message (Expand) | Author | Lines |
| 2023-09-28 | add real folder to Region | ouz-a | -3/+40 |
| 2023-09-28 | remove un-needed variants | ouz-a | -20/+2 |
| 2023-09-28 | fix imports | ouz-a | -9/+4 |
| 2023-09-28 | make reg public and add visit, fold | ouz-a | -3/+22 |
| 2023-09-28 | add stable for RegionKind | ouz-a | -12/+27 |
| 2023-09-28 | add RegionDef | ouz-a | -4/+37 |
| 2023-09-28 | make region struct and add neccesasry types | ouz-a | -2/+47 |
| 2023-09-28 | Auto merge of #114041 - nvzqz:nvzqz/shared_from_array, r=dtolnay | bors | -0/+42 |
| 2023-09-28 | Auto merge of #111278 - EFanZh:implement-from-array-refs-for-vec, r=dtolnay | bors | -0/+40 |
| 2023-09-28 | Auto merge of #116208 - matthiaskrgr:the_loop_that_wasnt, r=GuillaumeGomez | bors | -1/+1 |
| 2023-09-28 | Auto merge of #116204 - Alexendoo:rustc-lint-macro-paths, r=cjgillot | bors | -84/+78 |
| 2023-09-27 | Auto merge of #116148 - DaniPopes:rustdoc-type-layout-ws, r=jsha | bors | -2/+2 |
| 2023-09-27 | Auto merge of #109597 - cjgillot:gvn, r=oli-obk | bors | -23/+7204 |
| 2023-09-27 | rustdoc: while -> if | Matthias Krüger | -1/+1 |
| 2023-09-27 | Auto merge of #114901 - compiler-errors:style-guide-wc, r=calebcartwright | bors | -6/+32 |
| 2023-09-27 | Auto merge of #116202 - emmanuel-ferdman:wip, r=ehuss | bors | -1/+1 |
| 2023-09-27 | Update location of personality | Emmanuel Ferdman | -1/+1 |
| 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 | Auto merge of #116193 - matthiaskrgr:rollup-wpt7m5t, r=matthiaskrgr | bors | -235/+272 |
| 2023-09-27 | Rollup merge of #116187 - estebank:small-tweak, r=compiler-errors | Matthias Krüger | -5/+23 |
| 2023-09-27 | Rollup merge of #116178 - Milo123459:milo/add-test-for-const-async-function-i... | Matthias Krüger | -0/+18 |
| 2023-09-27 | Rollup merge of #116149 - compiler-errors:anonymize, r=lcnr | Matthias Krüger | -4/+38 |
| 2023-09-27 | Rollup merge of #115934 - oli-obk:smir_identity, r=spastorino | Matthias Krüger | -226/+193 |
| 2023-09-27 | Auto merge of #116166 - Zalathar:unreachable, r=cjgillot | bors | -1/+5 |
| 2023-09-27 | Auto merge of #116189 - weihanglo:update-cargo, r=weihanglo | bors | -2/+2 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -189/+128 |
| 2023-09-27 | Update cargo | Weihang Lo | -2/+2 |
| 2023-09-27 | Auto merge of #116156 - oli-obk:opaque_place_unwrap, r=compiler-errors | bors | -1/+37 |
| 2023-09-26 | Add context to `let: Ty = loop { break };` | Esteban Küber | -5/+23 |
| 2023-09-26 | Auto merge of #116144 - lcnr:subst-less, r=oli-obk | bors | -75/+66 |
| 2023-09-26 | add test | Milo | -0/+18 |
| 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/+38 |
| 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 | -27/+131 |
| 2023-09-26 | Rollup merge of #116162 - fmease:gate-n-validate-rustc_safe_intrinsic, r=Nils... | Matthias Krüger | -11/+79 |
| 2023-09-26 | Rollup merge of #116153 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-09-26 | Rollup merge of #116151 - DaniPopes:rustdoc-unstable-typo, r=fmease | Matthias Krüger | -1/+1 |
| 2023-09-26 | Rollup merge of #116131 - Zoxc:cold-path-rename, r=oli-obk | Matthias Krüger | -15/+13 |
| 2023-09-26 | Rollup merge of #116099 - eduardosm:issue-79865-regression, r=oli-obk | Matthias Krüger | -0/+38 |
| 2023-09-26 | Auto merge of #115893 - RalfJung:match-require-partial-eq, r=oli-obk | bors | -11/+139 |
| 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 | -75/+66 |
| 2023-09-26 | Auto merge of #116139 - flip1995:clippyup, r=Manishearth | bors | -2324/+3995 |
| 2023-09-26 | Auto merge of #116125 - RalfJung:const-param-ty-eq, r=compiler-errors | bors | -6/+44 |
| 2023-09-26 | Auto merge of #116124 - WaffleLapkin:fix-proc-macro-literal-to-string, r=comp... | bors | -1/+158 |