| Age | Commit message (Expand) | Author | Lines |
| 2024-12-12 | Rollup merge of #122003 - mati865:gnullvm-build-libunwind, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2024-12-12 | Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors | bors | -33/+44 |
| 2024-12-11 | Make some types and methods related to Polonius + Miri public. | Will Crichton | -22/+34 |
| 2024-12-12 | Properly consider APITs for never type fallback ascription fix | Michael Goulet | -11/+8 |
| 2024-12-12 | Remove `PErr`. | Nicholas Nethercote | -12/+11 |
| 2024-12-11 | Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieu | bors | -17/+316 |
| 2024-12-11 | apply review feedback | Ralf Jung | -18/+32 |
| 2024-12-11 | forbid toggling x87 and fpregs on hard-float targets | Ralf Jung | -2/+48 |
| 2024-12-11 | generalize 'forbidden feature' concept so that even (un)stable feature can be... | Ralf Jung | -401/+468 |
| 2024-12-11 | Clarify why a type is rejected for asm! | Oli Scherer | -44/+73 |
| 2024-12-11 | Evaluate constants in SIMD vec lengths before rejecting them | Oli Scherer | -0/+1 |
| 2024-12-11 | Fix ICE when multiple supertrait substitutions need assoc but only one is pro... | Michael Goulet | -23/+32 |
| 2024-12-11 | Dont use span as key when collecting missing associated types from dyn | Michael Goulet | -149/+134 |
| 2024-12-11 | Auto merge of #134177 - matthiaskrgr:rollup-hgp8q60, r=matthiaskrgr | bors | -195/+299 |
| 2024-12-11 | Rollup merge of #134165 - durin42:wasm-target-string, r=jieyouxu | Matthias Krüger | -7/+13 |
| 2024-12-11 | Rollup merge of #134163 - Zalathar:covfun, r=SparrowLii,jieyouxu | Matthias Krüger | -182/+263 |
| 2024-12-11 | Rollup merge of #134148 - dev-ardi:cleanup_check_field_expr, r=compiler-errors | Matthias Krüger | -6/+23 |
| 2024-12-11 | allow `symbol_intern_string_literal` lint in test modules | onur-ozkan | -0/+12 |
| 2024-12-11 | Don't emit "field expressions may not have generic arguments" if it's a metho... | Orion Gonzalez | -3/+11 |
| 2024-12-11 | document check_expr_field | Orion Gonzalez | -6/+23 |
| 2024-12-11 | Arbitrary self types v2: detect shadowing problems. | Adrian Taylor | -4/+19 |
| 2024-12-11 | Arbitrary self types v2: deshadow quicker | Adrian Taylor | -38/+174 |
| 2024-12-11 | Arbitrary self types v2: deshadowing probe | Adrian Taylor | -10/+114 |
| 2024-12-11 | Arbitrary self types v2: pick diags to stack. | Adrian Taylor | -77/+85 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -47/+136 |
| 2024-12-11 | Require the `constness` query to only be invoked on things that can have cons... | Oli Scherer | -12/+24 |
| 2024-12-11 | Make a helper private | Oli Scherer | -1/+1 |
| 2024-12-11 | wasm(32|64): update alignment string | Augie Fackler | -7/+13 |
| 2024-12-11 | coverage: Store intermediate region tables in `CovfunRecord` | Zalathar | -55/+77 |
| 2024-12-11 | coverage: Only generate a CGU's covmap record if it has covfun records | Zalathar | -4/+14 |
| 2024-12-11 | ABI checks: add support for loongarch | WANG Rui | -1/+3 |
| 2024-12-11 | Rollup merge of #134158 - compiler-errors:item-def-id, r=jackh726 | Jacob Pratt | -9/+9 |
| 2024-12-11 | Rollup merge of #134142 - compiler-errors:paren-sug, r=jieyouxu | Jacob Pratt | -5/+30 |
| 2024-12-11 | Rollup merge of #134141 - compiler-errors:anon-adt, r=lqd | Jacob Pratt | -31/+4 |
| 2024-12-11 | Rollup merge of #134139 - mustartt:pgo-linker-flag, r=saethlin | Jacob Pratt | -0/+2 |
| 2024-12-11 | Rollup merge of #134105 - compiler-errors:validate-self-preds, r=wesleywiser | Jacob Pratt | -2/+9 |
| 2024-12-11 | coverage: Reify `CovfunRecord` as an intermediate step | Zalathar | -36/+45 |
| 2024-12-11 | coverage: Extract function metadata handling to a `covfun` submodule | Zalathar | -166/+206 |
| 2024-12-11 | Rename projection_def_id to item_def_id | Michael Goulet | -9/+9 |
| 2024-12-11 | Simplify `rustc_mir_dataflow::abs_domain`. | Nicholas Nethercote | -37/+11 |
| 2024-12-10 | Rudimentary heuristic to insert parentheses when needed for RPIT overcaptures... | Michael Goulet | -5/+30 |
| 2024-12-10 | emit `.weak_definition` instead of `.weak` on macos | Folkert de Vries | -28/+37 |
| 2024-12-10 | codegen `#[naked]` functions using `global_asm!` | Folkert | -17/+307 |
| 2024-12-10 | Remove more traces of anonymous ADTs | Michael Goulet | -31/+4 |
| 2024-12-10 | Rollup merge of #134115 - durin42:ppc64-target-string, r=jieyouxu | León Orell Valerian Liehr | -9/+14 |
| 2024-12-10 | Rollup merge of #134103 - compiler-errors:never-pat-range, r=oli-obk | León Orell Valerian Liehr | -1/+5 |
| 2024-12-10 | Rollup merge of #134094 - estebank:const-trait-errors, r=compiler-errors | León Orell Valerian Liehr | -9/+57 |
| 2024-12-10 | Rollup merge of #134042 - sayantn:power8-crypto, r=jieyouxu | León Orell Valerian Liehr | -0/+4 |
| 2024-12-10 | Silence `use foo::Bar;` error if `Bar` isn't found in `foo` and `foo.rs` has ... | Esteban Küber | -1/+6 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -57/+116 |