| Age | Commit message (Expand) | Author | Lines |
| 2025-06-30 | Make variance wfcheck only use the HIR in the error path | Oli Scherer | -28/+26 |
| 2025-06-30 | Don't look at static items' HIR for wfcheck | Oli Scherer | -43/+33 |
| 2025-06-30 | fix bitcast of single-element SIMD vectors | Folkert de Vries | -8/+2 |
| 2025-06-30 | Unconditionally run `check_item_type` on all items | Oli Scherer | -13/+4 |
| 2025-06-30 | Require either wrapping nullary intrinsincs in const blocks or explicitly dec... | Oli Scherer | -1/+22 |
| 2025-06-30 | Remove the nullary intrinsic const eval logic and treat them like other intri... | Oli Scherer | -119/+73 |
| 2025-06-30 | Stop backends from needing to support nullary intrinsics | Oli Scherer | -29/+24 |
| 2025-06-30 | Make check_param_wf only go through the HIR in the error path | Oli Scherer | -26/+31 |
| 2025-06-30 | Stop storing `Span` that is only used for checking for global bounds that do ... | Oli Scherer | -21/+14 |
| 2025-06-30 | Handle build scripts better in `-Zmacro-stats` output. | Nicholas Nethercote | -1/+11 |
| 2025-06-30 | Improve macro-stats printing. | Nicholas Nethercote | -6/+16 |
| 2025-06-30 | Auto merge of #142941 - compiler-errors:shallow-bail, r=lcnr | bors | -19/+70 |
| 2025-06-29 | Auto merge of #142802 - compiler-errors:dedup-analyses, r=lcnr | bors | -3/+11 |
| 2025-06-29 | inherit `#[align]` from trait method prototypes | Folkert de Vries | -9/+28 |
| 2025-06-29 | Port #[link_section] to the new attribute parsing infrastructure | Anne Stijns | -16/+54 |
| 2025-06-29 | mir: Use the `new` method for `BasicBlockData` | dianqk | -209/+180 |
| 2025-06-29 | mir: Add a `new` method to `statement` | dianqk | -330/+295 |
| 2025-06-29 | Rollup merge of #143030 - Urgau:issue-143025, r=SparrowLii | Guillaume Gomez | -4/+6 |
| 2025-06-29 | Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee | Guillaume Gomez | -3/+27 |
| 2025-06-29 | Auto merge of #143173 - matthiaskrgr:rollup-ieu5k05, r=matthiaskrgr | bors | -67/+121 |
| 2025-06-29 | Rollup merge of #143171 - fmease:fix-span-of-maybe-const-mod, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-06-29 | Rollup merge of #143169 - yotamofek:pr/unneeded-features, r=compiler-errors | Matthias Krüger | -7/+0 |
| 2025-06-29 | Rollup merge of #143138 - JonathanBrouwer:link_name_parser, r=jdonszelmann | Matthias Krüger | -24/+67 |
| 2025-06-29 | Rollup merge of #143135 - tshepang:typos, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2025-06-29 | Rollup merge of #143088 - firefighterduck:improve-doc-discr-tag, r=RalfJung | Matthias Krüger | -30/+36 |
| 2025-06-29 | Rollup merge of #143063 - bvanjoi:docs-resolve, r=petrochenkov | Matthias Krüger | -1/+8 |
| 2025-06-29 | Rollup merge of #142641 - bjorn3:proc_macro_symbols_o, r=jieyouxu | Matthias Krüger | -2/+7 |
| 2025-06-29 | Auto merge of #143161 - GuillaumeGomez:subtree-update_cg_gcc_2025-06-28, r=Gu... | bors | -117/+150 |
| 2025-06-29 | Fix the span of trait bound modifier `[const]` | León Orell Valerian Liehr | -1/+1 |
| 2025-06-28 | Remove unused feature gates | Yotam Ofek | -7/+0 |
| 2025-06-29 | Remove `()` returned value | Guillaume Gomez | -1/+1 |
| 2025-06-29 | rename Pointer::from_addr_invalid to match strict provenance API | Ralf Jung | -7/+7 |
| 2025-06-29 | give Pointer::into_parts a more scary name and offer a safer alternative | Ralf Jung | -30/+41 |
| 2025-06-28 | Auto merge of #143157 - matthiaskrgr:rollup-90rtm3a, r=matthiaskrgr | bors | -101/+69 |
| 2025-06-29 | Fix signature of `filter_landing_pad` | Guillaume Gomez | -2/+2 |
| 2025-06-28 | Remove unwanted semi-colon in `rustc_codegen_gcc` | Guillaume Gomez | -1/+1 |
| 2025-06-28 | Merge commit 'b7091eca6d8eb0fe88b58cc9a7aec405d8de5b85' into subtree-update_c... | Guillaume Gomez | -117/+150 |
| 2025-06-28 | Remove additional call to lookup_op_method | Michael Goulet | -20/+4 |
| 2025-06-28 | Do not freshen ReError | Michael Goulet | -5/+4 |
| 2025-06-28 | Rollup merge of #143110 - yotamofek:pr/tidy-sort-for-symbols, r=nnethercote | Matthias Krüger | -94/+64 |
| 2025-06-28 | Rollup merge of #142708 - Darksonn:location-len-without-nul, r=Mark-Simulacrum | Matthias Krüger | -7/+5 |
| 2025-06-28 | Auto merge of #142625 - cjgillot:inline-nocycle, r=oli-obk | bors | -134/+158 |
| 2025-06-29 | explain `ImportData::imported_module` | bohan | -1/+8 |
| 2025-06-28 | Auto merge of #142317 - compiler-errors:perf-fold, r=lcnr | bors | -0/+11 |
| 2025-06-28 | move discr=varid check to layout_sanity_check | Florian Sextl | -13/+10 |
| 2025-06-28 | fix docs of FakeBorrowKind | Florian Sextl | -14/+14 |
| 2025-06-28 | improve TagEncoding docs | Florian Sextl | -12/+21 |
| 2025-06-28 | Port `#[link_name]` to the new attribute parsing infrastructure | Jonathan Brouwer | -24/+67 |
| 2025-06-28 | Keep inlined var_debug_info only when full debug info is used | Kornel | -2/+4 |
| 2025-06-28 | fix typos on some doc comments | Tshepang Mbambo | -2/+2 |