| Age | Commit message (Expand) | Author | Lines |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -202/+304 |
| 2023-08-25 | Rollup merge of #115190 - allaboutevemirolive:push_trailing, r=petrochenkov | Matthias Krüger | -2/+16 |
| 2023-08-25 | Rollup merge of #115151 - rcvalle:rust-cfi-fix-115150, r=compiler-errors | Matthias Krüger | -4/+13 |
| 2023-08-25 | Rollup merge of #115081 - Zoxc:expn-id-decode, r=cjgillot | Matthias Krüger | -3/+3 |
| 2023-08-24 | Fix CFI: f32 and f64 are encoded incorrectly for c | Ramon de C Valle | -4/+13 |
| 2023-08-25 | Auto merge of #115193 - weihanglo:rollup-6s3mz06, r=weihanglo | bors | -78/+411 |
| 2023-08-25 | Auto merge of #114397 - sebastiantoh:issue-85222, r=Nadrieril | bors | -14/+31 |
| 2023-08-25 | Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkin | bors | -1/+5 |
| 2023-08-24 | Rollup merge of #115177 - c410-f3r:symbols, r=compiler-errors | Weihang Lo | -0/+8 |
| 2023-08-24 | Rollup merge of #115152 - weihanglo:lint-refactor, r=compiler-errors | Weihang Lo | -54/+85 |
| 2023-08-24 | Rollup merge of #115084 - ericmarkmartin:add-smir-cx-where-clauses, r=spastorino | Weihang Lo | -23/+312 |
| 2023-08-24 | Rollup merge of #114987 - RalfJung:unsound-mmap, r=cjgillot | Weihang Lo | -1/+6 |
| 2023-08-24 | Add comment to the push_trailing function | allaboutevemirolive | -2/+16 |
| 2023-08-24 | Auto merge of #113408 - petrochenkov:bindintern2, r=cjgillot | bors | -79/+133 |
| 2023-08-24 | Auto merge of #115082 - Zoxc:syntax-context-decode-race, r=cjgillot | bors | -35/+91 |
| 2023-08-24 | Add symbols for Clippy | Caio | -0/+8 |
| 2023-08-24 | Auto merge of #115147 - estebank:issue-114311, r=davidtwco | bors | -88/+91 |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -5/+217 |
| 2023-08-24 | make MIR less verbose | Ralf Jung | -4/+13 |
| 2023-08-24 | cache the terminate block with the last reason that we saw | Ralf Jung | -21/+16 |
| 2023-08-24 | document more things as needing to stay in sync | Ralf Jung | -3/+16 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -200/+285 |
| 2023-08-24 | Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur | bors | -25/+25 |
| 2023-08-24 | resolve: Leave a comment about name bindings for legacy derive helpers | Vadim Petrochenkov | -0/+5 |
| 2023-08-24 | resolve: Make bindings for derive helper attributes unique | Vadim Petrochenkov | -28/+25 |
| 2023-08-24 | resolve: Make bindings for crate roots unique | Vadim Petrochenkov | -5/+23 |
| 2023-08-24 | resolve: Pre-intern tool module bindings | Vadim Petrochenkov | -2/+11 |
| 2023-08-24 | resolve: Make bindings from extern prelude unique | Vadim Petrochenkov | -19/+38 |
| 2023-08-24 | resolve: Pre-intern builtin name bindings | Vadim Petrochenkov | -25/+31 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -5/+217 |
| 2023-08-24 | Auto merge of #114860 - Zoxc:sharded-layout, r=SparrowLii | bors | -41/+49 |
| 2023-08-24 | Auto merge of #115012 - Zoxc:thir-check-root, r=cjgillot | bors | -1/+2 |
| 2023-08-24 | refactor: use references to reduce unnecessary clones | Weihang Lo | -28/+27 |
| 2023-08-24 | lint: translate `RenamedOrRemovedLint` | Weihang Lo | -37/+69 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -19/+19 |
| 2023-08-23 | Suggest mutable borrow on read only for-loop that should be mutable | Esteban Küber | -88/+91 |
| 2023-08-23 | Extend comment on assertion | John Kåre Alsaker | -1/+5 |
| 2023-08-23 | Default relax_elf_relocations to true | Fangrui Song | -3/+2 |
| 2023-08-23 | Check that the old values match | John Kåre Alsaker | -2/+2 |
| 2023-08-23 | Rollup merge of #115106 - durin42:llvm-18-symtabwritingmode, r=nikic | Guillaume Gomez | -0/+5 |
| 2023-08-23 | Rollup merge of #115102 - Urgau:invalid_ref_casting-book-note, r=est31 | Guillaume Gomez | -0/+4 |
| 2023-08-23 | predicates of | Eric Mark Martin | -12/+43 |
| 2023-08-23 | stable types for predicates | Eric Mark Martin | -11/+269 |
| 2023-08-23 | Auto merge of #114790 - taiki-e:asm-maybe-uninit, r=Amanieu | bors | -19/+34 |
| 2023-08-23 | Allow MaybeUninit in input and output of inline assembly | Taiki Endo | -19/+34 |
| 2023-08-23 | Improve note for the invalid_reference_casting lint | Urgau | -0/+4 |
| 2023-08-23 | Rollup merge of #115114 - tmiasko:115052, r=compiler-errors | Dylan DPC | -7/+3 |
| 2023-08-23 | Rollup merge of #115100 - Urgau:invalid_ref_casting-ptr-writes, r=est31 | Dylan DPC | -17/+50 |
| 2023-08-23 | Rollup merge of #115092 - ouz-a:smir_generic_of, r=spastorino | Dylan DPC | -13/+129 |
| 2023-08-22 | Auto merge of #115005 - compiler-errors:passes, r=cjgillot | bors | -1/+5 |