| Age | Commit message (Expand) | Author | Lines |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -224/+709 |
| 2025-06-05 | Simplify `vec_cache::tests::slot_index_exhaustive` by pulling out 0 case | Josh Triplett | -11/+8 |
| 2025-06-05 | Simplify and optimize `SlotIndex::from_index` | Josh Triplett | -15/+6 |
| 2025-06-05 | Make root vars more stable | Michael Goulet | -17/+6 |
| 2025-06-05 | Replace all uses of sysroot_candidates with get_or_default_sysroot | bjorn3 | -44/+17 |
| 2025-06-05 | Move canonicalization into current_dll_path | bjorn3 | -18/+12 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -243/+240 |
| 2025-06-05 | Rollup merge of #142032 - matthewjasper:frontmatter-lexing, r=fee1-dead | Matthias Krüger | -1/+3 |
| 2025-06-05 | Rollup merge of #142015 - oli-obk:wrong-instance, r=RalfJung | Matthias Krüger | -2/+3 |
| 2025-06-05 | use helper macro for flat_map vs visit_list, initial dedups | Deadbeef | -153/+139 |
| 2025-06-05 | Remove CollectItemTypesVisitor | Oli Scherer | -40/+9 |
| 2025-06-05 | wfcheck closures | Oli Scherer | -12/+22 |
| 2025-06-05 | Move generic arg checks from the hir item types visitor to ty wfcheck | Oli Scherer | -24/+23 |
| 2025-06-05 | Make #[used(linker)] the default on ELF too | bjorn3 | -37/+13 |
| 2025-06-05 | Move opaque type checks from the hir item types visitor onto the wfcheck of t... | Oli Scherer | -17/+11 |
| 2025-06-05 | doc: Fix inverted meaning in E0783.md | maflcko | -1/+1 |
| 2025-06-05 | Auto merge of #135054 - cramertj:file-cstr, r=m-ou-se | bors | -8/+13 |
| 2025-06-05 | Clean `rustc_attr_parsing` documentation | xizheyin | -37/+37 |
| 2025-06-05 | canon_abi: make to_erased_extern_abi just a detail in formatting | Ralf Jung | -13/+6 |
| 2025-06-05 | Auto merge of #140466 - amandasystems:move-to-preprocessing-step, r=lcnr | bors | -313/+423 |
| 2025-06-05 | Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgr | bors | -59/+97 |
| 2025-06-05 | Bump object | WANG Rui | -3/+3 |
| 2025-06-04 | compiler: Document the offset invariant of `OperandValue::Pair` | Jubilee Young | -2/+8 |
| 2025-06-04 | Ensure stack in `Parser::parse_ty` | Josh Stone | -8/+12 |
| 2025-06-04 | Ensure stack in `ThirBuildCx::mirror_exprs` | Josh Stone | -1/+4 |
| 2025-06-04 | Verbose suggestion to make param `const` | Esteban Küber | -1/+1 |
| 2025-06-04 | Auto merge of #141309 - RalfJung:x86-simd-abi, r=tgross35,nikic,workingjubilee | bors | -27/+17 |
| 2025-06-04 | Detect method not being present that is present in other tuple types | Esteban Küber | -2/+121 |
| 2025-06-04 | Rollup merge of #142025 - m-ou-se:which-local-binding, r=jdonszelmann | Matthias Krüger | -1/+7 |
| 2025-06-04 | Rollup merge of #142024 - m-ou-se:what-tail-expression, r=petrochenkov | Matthias Krüger | -1/+3 |
| 2025-06-04 | Rollup merge of #142005 - scottmcm:fieldidx-in-variantsmultiple, r=workingjub... | Matthias Krüger | -31/+33 |
| 2025-06-04 | Rollup merge of #141999 - nnethercote:precise-ident, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2025-06-04 | Rollup merge of #141985 - compiler-errors:cycle-in-dep-graph-print, r=oli-obk | Matthias Krüger | -6/+14 |
| 2025-06-04 | Rollup merge of #141968 - oli-obk:wfck-everything-at-once, r=wesleywiser | Matthias Krüger | -12/+9 |
| 2025-06-04 | Rollup merge of #141932 - azhogin:azhogin/async-drop-inside-asyncgen-fix, r=o... | Matthias Krüger | -6/+28 |
| 2025-06-04 | Add Location::file_with_nul | Taylor Cramer | -8/+13 |
| 2025-06-04 | Fix parsing of frontmatters with inner hyphens | Matthew Jasper | -1/+3 |
| 2025-06-04 | Report the actual item that evaluation failed for | Oli Scherer | -2/+3 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -181/+17 |
| 2025-06-04 | Introduce the `mismatched_lifetime_syntaxes` lint | Jake Goulding | -1/+654 |
| 2025-06-04 | Rollup merge of #142007 - nnethercote:visitor-comments, r=chenyukang | Matthias Krüger | -5/+11 |
| 2025-06-04 | Rollup merge of #141570 - chenyukang:yukang-fix-eq_unspanned, r=workingjubilee | Matthias Krüger | -15/+9 |
| 2025-06-04 | Rollup merge of #141271 - nnethercote:attr-streamline, r=jdonszelmann | Matthias Krüger | -64/+19 |
| 2025-06-04 | Don't refer to 'this tail expression' in expansion. | Mara Bos | -1/+3 |
| 2025-06-04 | Don't refer to 'local binding' in extern macro. | Mara Bos | -1/+7 |
| 2025-06-04 | Fix for async drop inside async gen fn | Andrew Zhogin | -6/+28 |
| 2025-06-04 | Use an enum for SCC representatives, plus other code review | Amanda Stjerna | -136/+131 |
| 2025-06-04 | Auto merge of #142003 - matthiaskrgr:rollup-ad8l9ns, r=matthiaskrgr | bors | -27/+70 |
| 2025-06-03 | Change `tag_field` to `FieldIdx` in `Variants::Multiple` | Scott McMurray | -31/+33 |
| 2025-06-04 | Improve some `Visitor` comments. | Nicholas Nethercote | -5/+11 |