| Age | Commit message (Expand) | Author | Lines |
| 2023-08-30 | Make get_return_block() return Some only for HIR nodes in body | Gurinder Singh | -1/+12 |
| 2023-08-28 | Auto merge of #115287 - saethlin:more-specialer, r=cjgillot | bors | -0/+7 |
| 2023-08-27 | Add a specialization for encoding byte arrays in rmeta | Ben Kimock | -0/+7 |
| 2023-08-27 | Rollup merge of #114974 - nbdd0121:vtable, r=b-naber | Guillaume Gomez | -1/+4 |
| 2023-08-27 | Auto merge of #115226 - RalfJung:debug-abi, r=compiler-errors | bors | -10/+120 |
| 2023-08-27 | Auto merge of #115139 - cjgillot:llvm-fragment, r=nikic | bors | -9/+28 |
| 2023-08-27 | Auto merge of #115079 - cuviper:unused-mcinfo, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-08-27 | add rustc_abi debugging attribute | Ralf Jung | -10/+120 |
| 2023-08-26 | Auto merge of #115219 - estebank:issue-105306, r=compiler-errors | bors | -48/+100 |
| 2023-08-26 | Auto merge of #115224 - spastorino:remove-lub_empty, r=lcnr | bors | -61/+30 |
| 2023-08-26 | Account for `Weak` alias kinds when adding more targetted obligation | Esteban Küber | -2/+4 |
| 2023-08-26 | Remove unnecessary `select_obligations_where_possible` and redundant errors | Esteban Küber | -1/+0 |
| 2023-08-26 | More accurately point at arguments | Esteban Küber | -44/+34 |
| 2023-08-26 | Do not produce fragment for ZST. | Camille GILLOT | -7/+12 |
| 2023-08-26 | Merge if and match expressions that don't make sense to have separated | Santiago Pastorino | -15/+10 |
| 2023-08-26 | Do not forget to pass DWARF fragment information to LLVM. | Camille GILLOT | -2/+16 |
| 2023-08-26 | Auto merge of #115198 - Zoxc:query-panic-wait, r=cjgillot | bors | -1/+12 |
| 2023-08-26 | Auto merge of #115232 - wesleywiser:revert_114643, r=tmiasko | bors | -80/+51 |
| 2023-08-26 | Auto merge of #115236 - scottmcm:less-vector, r=compiler-errors | bors | -0/+4 |
| 2023-08-25 | Stop emitting non-power-of-two vectors in basic LLVM codegen | Scott McMurray | -0/+4 |
| 2023-08-26 | On let binding type point to type parameter that introduced unmet bound | Esteban Küber | -70/+86 |
| 2023-08-26 | Point at appropriate type parameter in more trait bound errors | Esteban Küber | -0/+45 |
| 2023-08-26 | Auto merge of #115211 - spastorino:add-missing-smir-generics-of, r=compiler-e... | bors | -0/+4 |
| 2023-08-25 | Revert "Use the same DISubprogram for each instance of the same inlined funct... | Wesley Wiser | -80/+51 |
| 2023-08-25 | Auto merge of #115221 - compiler-errors:walk-path, r=estebank | bors | -24/+60 |
| 2023-08-25 | Check that universe can name other universe instead of equality | Santiago Pastorino | -4/+5 |
| 2023-08-25 | Auto merge of #115202 - ouz-a:more_smir, r=spastorino | bors | -4/+23 |
| 2023-08-25 | Remove lub_empty from lexical region resolve | Santiago Pastorino | -46/+19 |
| 2023-08-25 | Handle Self in paths too | Michael Goulet | -2/+34 |
| 2023-08-25 | Walk through full path in point_at_path_if_possible | Michael Goulet | -24/+28 |
| 2023-08-25 | Auto merge of #115184 - saethlin:local-allocated-spans, r=RalfJung | bors | -5/+18 |
| 2023-08-25 | Add a doc comment for the new hook | Ben Kimock | -0/+3 |
| 2023-08-25 | Record allocation spans inside force_allocation | Ben Kimock | -5/+15 |
| 2023-08-25 | Auto merge of #115158 - Enselic:break-rust-args, r=compiler-errors | bors | -48/+54 |
| 2023-08-25 | Auto merge of #115138 - cjgillot:dse-move-packed, r=compiler-errors | bors | -2/+8 |
| 2023-08-25 | Add missing high-level stable_mir::generics_of fn | Santiago Pastorino | -0/+4 |
| 2023-08-25 | Auto merge of #115093 - Zalathar:smir-coverage, r=cjgillot,oli-obk | bors | -94/+5 |
| 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-25 | Add stable for Constant in smir | ouz-a | -4/+23 |
| 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 | Fix waiting on a query that panicked | John Kåre Alsaker | -1/+12 |
| 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 |