| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Rollup merge of #137957 - Noratrieb:no, r=wesleywiser | Jacob Pratt | -11/+9 |
| 2025-03-07 | Rollup merge of #137606 - davidtwco:next-edition, r=traviscross,ehuss | Jacob Pratt | -2/+29 |
| 2025-03-07 | Rollup merge of #137363 - workingjubilee:untangle-x86-abi-impl, r=jieyouxu | Jacob Pratt | -23/+89 |
| 2025-03-07 | Rollup merge of #137337 - dalvescb:master, r=petrochenkov | Jacob Pratt | -3/+3 |
| 2025-03-07 | Make some invalid codegen attr errors structured/translatable | Esteban Küber | -84/+160 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -65/+0 |
| 2025-03-08 | Add `unreachable_pub` to the default lints for `compiler/` crates. | Nicholas Nethercote | -15/+15 |
| 2025-03-08 | Specify rust lints for `compiler/` crates via Cargo. | Nicholas Nethercote | -0/+215 |
| 2025-03-08 | Remove `[lints.rust]` section from `rustc_builtin_macros`. | Nicholas Nethercote | -4/+0 |
| 2025-03-08 | Remove `[lints.rust]` section from `rustc_type_ir`. | Nicholas Nethercote | -3/+0 |
| 2025-03-07 | compiler: Use size_of from the prelude instead of imported | Thalia Archibald | -74/+64 |
| 2025-03-07 | remove clones | Matthias Krüger | -19/+10 |
| 2025-03-07 | Fully test the alloc crate through alloctests | bjorn3 | -3/+3 |
| 2025-03-07 | Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obk | Matthias Krüger | -34/+12 |
| 2025-03-07 | Rollup merge of #138042 - xizheyin:issue-135759, r=nnethercote | Matthias Krüger | -2/+61 |
| 2025-03-07 | Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorino | Matthias Krüger | -67/+70 |
| 2025-03-07 | Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwco | Matthias Krüger | -367/+335 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -52/+523 |
| 2025-03-07 | Make trimming logic work on more than one span at a time | Esteban Küber | -12/+25 |
| 2025-03-07 | Fix multiline span start special case | Esteban Küber | -1/+1 |
| 2025-03-07 | Fix rustdoc test | Esteban Küber | -0/+3 |
| 2025-03-07 | Refactor `emitter` to better account for unicode chars when trimming | Esteban Küber | -78/+99 |
| 2025-03-07 | On long spans, trim the middle of them to make them fit in the terminal width | Esteban Küber | -0/+37 |
| 2025-03-07 | Remove highlighting of spans on `-Zteach` | Esteban Küber | -12/+0 |
| 2025-03-07 | Delay bug for negative auto trait rather than ICEing | Michael Goulet | -1/+4 |
| 2025-03-07 | depend more on attr_data_structures and move find_attr! there | Jana Dönszelmann | -66/+69 |
| 2025-03-07 | Auto merge of #138155 - matthiaskrgr:rollup-xq5buio, r=matthiaskrgr | bors | -138/+79 |
| 2025-03-07 | Make synthetic RPITIT assoc ty name handling more rigorous. | Nicholas Nethercote | -21/+30 |
| 2025-03-07 | Pass `Option<Symbol>` to `def_path_data`/`create_def` methods. | Nicholas Nethercote | -53/+47 |
| 2025-03-07 | Rollup merge of #138111 - estebank:use-dfv, r=nnethercote | Matthias Krüger | -47/+35 |
| 2025-03-07 | Rollup merge of #138073 - tmiasko:inline-asm-critical-edges, r=bjorn3 | Matthias Krüger | -17/+44 |
| 2025-03-07 | Rollup merge of #138060 - jdonszelmann:revert-138019, r=compiler-errors | Matthias Krüger | -74/+0 |
| 2025-03-07 | Rollup merge of #138125 - thaliaarchi:defer-alloc-printf-suggestion, r=compil... | Matthias Krüger | -9/+11 |
| 2025-03-07 | Rollup merge of #138115 - compiler-errors:static-typo, r=BoxyUwU | Matthias Krüger | -18/+30 |
| 2025-03-07 | Factor out repeated `visit_id` calls. | Nicholas Nethercote | -17/+2 |
| 2025-03-07 | Move `visit_id` calls. | Nicholas Nethercote | -20/+13 |
| 2025-03-06 | rename Triple to Target | Zequan Wu | -3/+3 |
| 2025-03-06 | Use `trunc nuw`+`br` for 0/1 branches even in optimized builds | Scott McMurray | -0/+34 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -48/+72 |
| 2025-03-06 | setTargetTriple now accepts Triple rather than string | Zequan Wu | -0/+4 |
| 2025-03-06 | Auto merge of #138114 - compiler-errors:rollup-7xr4b69, r=compiler-errors | bors | -521/+719 |
| 2025-03-06 | Simplify printf and shell format suggestions | Thalia Archibald | -9/+11 |
| 2025-03-06 | Make feature flag incomplete | Santiago Pastorino | -1/+1 |
| 2025-03-06 | Add some code comments | Santiago Pastorino | -1/+11 |
| 2025-03-06 | Make captures in ByUse context be always ty::UpvarCapture::ByUse | Santiago Pastorino | -17/+33 |
| 2025-03-06 | Parse and allow const use closures | Santiago Pastorino | -3/+3 |
| 2025-03-06 | Give a better error message on async use in edition 2015 | Santiago Pastorino | -8/+24 |
| 2025-03-06 | Change feature flag error to be ergonomic clones are experimental | Santiago Pastorino | -1/+1 |
| 2025-03-06 | Account for UseCloned on expr_use_visitor | Santiago Pastorino | -2/+98 |
| 2025-03-06 | Add a code example as comment in init_capture_kind_for_place | Santiago Pastorino | -0/+19 |