| Age | Commit message (Expand) | Author | Lines |
| 2023-08-10 | Auto merge of #114614 - RalfJung:offset-of-sanity, r=cjgillot | bors | -1/+6 |
| 2023-08-10 | Auto merge of #114648 - compiler-errors:perf-114604, r=lqd | bors | -5/+7 |
| 2023-08-09 | Auto merge of #114673 - matthiaskrgr:rollup-9kroqpp, r=matthiaskrgr | bors | -92/+396 |
| 2023-08-09 | Rollup merge of #114670 - compiler-errors:issue-114660, r=cjgillot | Matthias Krüger | -35/+30 |
| 2023-08-09 | Rollup merge of #114587 - ouz-a:smir_allocation, r=oli-obk | Matthias Krüger | -27/+186 |
| 2023-08-09 | Rollup merge of #114469 - estebank:arbitrary-self-types-mut-diff, r=davidtwco | Matthias Krüger | -17/+68 |
| 2023-08-09 | Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726 | Matthias Krüger | -13/+112 |
| 2023-08-09 | Don't use type_of to determine if item has intrinsic shim | Michael Goulet | -35/+30 |
| 2023-08-09 | Merge commit '8f9ac9c22d6594cf059d8e6c71d414cc5ccd7975' into sync_cg_clif-202... | bjorn3 | -110/+194 |
| 2023-08-09 | only allocate bytes within AllocRange | ouz-a | -34/+47 |
| 2023-08-09 | Only resolve in new solver | Michael Goulet | -5/+7 |
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -0/+6 |
| 2023-08-09 | Convert Const to Allocation in smir | ouz-a | -3/+149 |
| 2023-08-09 | review comments | Esteban Küber | -19/+43 |
| 2023-08-09 | Rollup merge of #114606 - bvanjoi:fix-113462, r=compiler-errors | Matthias Krüger | -2/+4 |
| 2023-08-09 | Rollup merge of #114548 - fee1-dead-contrib:migrate-to-trans, r=davidtwco | Matthias Krüger | -41/+79 |
| 2023-08-08 | fix: add RiscvInterrupt* cconv to smir | Seth Pellegrino | -0/+4 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -13/+108 |
| 2023-08-09 | Auto merge of #114470 - pnkfelix:dont-export-no-mangle-from-proc-macros-issue... | bors | -3/+22 |
| 2023-08-08 | Auto merge of #114637 - matthiaskrgr:rollup-544y8p5, r=matthiaskrgr | bors | -42/+126 |
| 2023-08-08 | Rollup merge of #114628 - cedihegi:master, r=oli-obk | Matthias Krüger | -2/+4 |
| 2023-08-08 | Rollup merge of #114615 - RalfJung:interpret-invalid-where, r=lcnr | Matthias Krüger | -13/+2 |
| 2023-08-08 | Rollup merge of #114612 - lqd:east-17-warning, r=nikic | Matthias Krüger | -2/+0 |
| 2023-08-08 | Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiser | Matthias Krüger | -25/+72 |
| 2023-08-08 | Rollup merge of #113480 - Sword-Destiny:master, r=petrochenkov | Matthias Krüger | -0/+48 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -134/+274 |
| 2023-08-08 | Auto merge of #114439 - Kobzol:remark-pgo-hotness, r=tmiasko | bors | -1/+10 |
| 2023-08-08 | Added comment on reason for method being public | cedihegi | -0/+2 |
| 2023-08-08 | Allow reimplementation of drops_elaborated query | cedihegi | -2/+2 |
| 2023-08-08 | Only enable hotness information when PGO is available | Jakub Beránek | -3/+9 |
| 2023-08-08 | Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk | bors | -218/+149 |
| 2023-08-08 | remove llvm-wrapper include to silence deprecation warning | Rémy Rakic | -2/+0 |
| 2023-08-08 | Auto merge of #114339 - ttsugriy:unsafe-utf8, r=davidtwco | bors | -1/+4 |
| 2023-08-08 | Simplify via map_rpit_lifetime_to_fn_lifetime | Michael Goulet | -145/+21 |
| 2023-08-08 | Stop using identity args for opaque type wf checks and instead load the args ... | Oli Scherer | -76/+113 |
| 2023-08-08 | Install bidirectional outlives predicates for RPITITs (and RPITs) correctly | Michael Goulet | -88/+110 |
| 2023-08-08 | interpret: remove incomplete protection against invalid where clauses | Ralf Jung | -13/+2 |
| 2023-08-08 | offset_of: guard against invalid use (with unsized fields) | Ralf Jung | -1/+6 |
| 2023-08-08 | Auto merge of #114520 - RalfJung:unsized-valtrees, r=oli-obk | bors | -121/+45 |
| 2023-08-08 | fix: not insert missing lifetime for `ConstParamTy` | bohan | -2/+4 |
| 2023-08-08 | Auto merge of #114578 - petrochenkov:noplugin, r=cjgillot | bors | -130/+117 |
| 2023-08-08 | Unconditionally record lifetime mapping | Michael Goulet | -8/+4 |
| 2023-08-08 | Rollup merge of #114594 - compiler-errors:new-solver-resolve-aliases, r=lcnr | Matthias Krüger | -5/+11 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -81/+98 |
| 2023-08-08 | Rollup merge of #114500 - taiki-e:arm-crypto, r=Amanieu | Matthias Krüger | -1/+0 |
| 2023-08-08 | Rollup merge of #114497 - taiki-e:revert-riscv-atomic, r=Amanieu | Matthias Krüger | -3/+3 |
| 2023-08-08 | Rollup merge of #114413 - CohenArthur:warn-macro-export-decl-macros, r=cjgillot | Matthias Krüger | -0/+22 |
| 2023-08-08 | Rollup merge of #114376 - inferiorhumanorgans:rustc-codegen-ssa-duplicate-exp... | Matthias Krüger | -9/+0 |
| 2023-08-07 | CFI: Fix error compiling core with LLVM CFI enabled | Ramon de C Valle | -25/+72 |
| 2023-08-07 | check_attrs: Warn when #[macro_export] is used on macros 2.0 | Arthur Cohen | -0/+22 |