| Age | Commit message (Expand) | Author | Lines |
| 2025-08-14 | Pass the target type down to `parse_attribute_list` | Jonathan Brouwer | -25/+48 |
| 2025-08-14 | Improved `Target` type | Jonathan Brouwer | -11/+143 |
| 2025-08-14 | Do not ICE on private type in field of unresolved struct | Esteban Küber | -3/+3 |
| 2025-08-14 | resolve: Restructure `resolve_ident_in_lexical_scope` for better clarity | Vadim Petrochenkov | -42/+37 |
| 2025-08-14 | resolve: Inline `with_mod_rib` | Vadim Petrochenkov | -26/+18 |
| 2025-08-14 | resolve: Introduce `RibKind::Block` | Vadim Petrochenkov | -24/+24 |
| 2025-08-14 | Use `default_field_values` in `Resolver` | Esteban Küber | -30/+17 |
| 2025-08-14 | it's not a borrow checker limitation :< | lcnr | -1/+1 |
| 2025-08-14 | add comment | lcnr | -1/+6 |
| 2025-08-14 | update comment | lcnr | -0/+12 |
| 2025-08-14 | Auto merge of #144542 - sayantn:stabilize-sse4a-tbm, r=Amanieu,traviscross | bors | -4/+6 |
| 2025-08-14 | Add FnContext in parser for diagnostic | xizheyin | -34/+94 |
| 2025-08-14 | resolve prelude import at `build_reduced_graph` phase | LorrensP-2158466 | -24/+19 |
| 2025-08-14 | ignore head usages of ignored candidates | lcnr | -149/+374 |
| 2025-08-14 | coverage: Remove intermediate data structures from mapping creation | Zalathar | -77/+31 |
| 2025-08-14 | Print regions in `type_name`. | Nicholas Nethercote | -45/+62 |
| 2025-08-14 | Rollup merge of #145372 - petrochenkov:noresmacpath, r=jackh726 | Guillaume Gomez | -94/+49 |
| 2025-08-14 | Rollup merge of #145361 - xizheyin:145294, r=compiler-errors | Guillaume Gomez | -0/+9 |
| 2025-08-14 | Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmann | Guillaume Gomez | -100/+165 |
| 2025-08-14 | Rollup merge of #145266 - camsteffen:reduce-queries, r=petrochenkov | Guillaume Gomez | -64/+79 |
| 2025-08-14 | Rollup merge of #144727 - Stypox:add-tracing-to-resolve, r=RalfJung | Guillaume Gomez | -23/+41 |
| 2025-08-14 | Apply suggestions from code review | Ralf Jung | -7/+7 |
| 2025-08-14 | avoid unnecessary type sanity checks | Ralf Jung | -15/+11 |
| 2025-08-14 | shrink TestBranch::Constant and PatRangeBoundary::Finite | Ralf Jung | -17/+23 |
| 2025-08-14 | change StrLit type to ty::Value as well | Ralf Jung | -5/+2 |
| 2025-08-14 | use ty::Value instead of manual pairs of types and valtrees | Ralf Jung | -84/+82 |
| 2025-08-14 | pattern testing: store constants as valtrees | Ralf Jung | -120/+104 |
| 2025-08-14 | PatKind: store constants as valtrees | Ralf Jung | -76/+66 |
| 2025-08-14 | resolve: Improve code reuse in typo candidate collection | Vadim Petrochenkov | -40/+36 |
| 2025-08-14 | resolve: Do not show deprecated helper attributes in typo recommendations | Vadim Petrochenkov | -27/+1 |
| 2025-08-14 | resolve: Do not call `resolve_macro_path` from late resolution | Vadim Petrochenkov | -28/+13 |
| 2025-08-14 | Sometimes skip over tokens in `parse_token_tree`. | Nicholas Nethercote | -6/+23 |
| 2025-08-13 | Remove TmpLayout in layout_of_enum | Zachary S | -30/+9 |
| 2025-08-13 | Auto merge of #144793 - petrochenkov:extprel3, r=davidtwco | bors | -70/+111 |
| 2025-08-14 | Stabilize `sse4a` and `tbm` target features | sayantn | -4/+6 |
| 2025-08-13 | Port the `#[linkage]` attribute to the new attribute system | Sasha Pourcelot | -100/+165 |
| 2025-08-13 | fix(compiler/rustc_codegen_llvm): apply `target-cpu` attribute | StackOverflowExcept1on | -1/+16 |
| 2025-08-13 | Rollup merge of #145241 - tomtor:avr-layout, r=nikic | Guillaume Gomez | -1/+7 |
| 2025-08-13 | Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkov | Guillaume Gomez | -149/+245 |
| 2025-08-13 | Rollup merge of #144962 - Gelbpunkt:aarch64_be-unknown-none-softfloat, r=davi... | Guillaume Gomez | -0/+44 |
| 2025-08-13 | Rollup merge of #144955 - lcnr:lazily-update-non-parent-goals, r=BoxyUwU | Guillaume Gomez | -68/+95 |
| 2025-08-13 | Rollup merge of #144949 - nnethercote:more-Printer-cleanups, r=davidtwco | Guillaume Gomez | -155/+186 |
| 2025-08-13 | Rollup merge of #144761 - tgross35:cfg-outline-atomics, r=davidtwco | Guillaume Gomez | -0/+4 |
| 2025-08-13 | Set NumRegisterParameters LLVM module flag to `N` when `-Zregparm=N` is | winstonallo | -0/+9 |
| 2025-08-13 | Suppress wrapper suggestion when expected and actual ty are the same adt and ... | xizheyin | -0/+9 |
| 2025-08-13 | resolve: Improve diagnostics for ambiguities in extern prelude | Vadim Petrochenkov | -2/+9 |
| 2025-08-13 | resolve: Split extern prelude into two scopes | Vadim Petrochenkov | -68/+102 |
| 2025-08-13 | Also dump coverage info | bjorn3 | -2/+17 |
| 2025-08-13 | Cleanup assoc parent utils | Cameron Steffen | -64/+79 |
| 2025-08-13 | Add a method to dump MIR in the middle of MIR building | bjorn3 | -0/+22 |