| Age | Commit message (Expand) | Author | Lines |
| 2025-05-06 | Preserve generic args in suggestions for ambiguous associated items | León Orell Valerian Liehr | -24/+29 |
| 2025-05-06 | Factor out `resolve_type_relative_path` | León Orell Valerian Liehr | -152/+112 |
| 2025-05-06 | Rename and move several error reporting methods | León Orell Valerian Liehr | -192/+205 |
| 2025-05-06 | Introduce Boolean type `PermitVariants` for legibility | León Orell Valerian Liehr | -16/+30 |
| 2025-05-06 | Name methods pertaining to HIR ty lowering of paths more appropriately | León Orell Valerian Liehr | -141/+162 |
| 2025-05-06 | Eliminate unnecessary parameter | León Orell Valerian Liehr | -21/+12 |
| 2025-05-06 | Consistently use the DiagCtxtHandle of HirTyLowerer instead of the one of TyCtxt | León Orell Valerian Liehr | -17/+15 |
| 2025-05-06 | support duplicates in the opaque_types_storage | lcnr | -81/+182 |
| 2025-05-06 | Auto merge of #140702 - GuillaumeGomez:rollup-rpyxs20, r=GuillaumeGomez | bors | -39/+101 |
| 2025-05-06 | Rollup merge of #140658 - dianne:lit-deref-pats-p2, r=oli-obk | Guillaume Gomez | -39/+101 |
| 2025-05-06 | coverage: Handle hole spans without dividing spans into buckets | Zalathar | -59/+33 |
| 2025-05-06 | coverage: Only merge adjacent coverage spans | Zalathar | -34/+26 |
| 2025-05-06 | Auto merge of #140561 - compiler-errors:gather-fewer-locals, r=lcnr | bors | -24/+56 |
| 2025-05-06 | Remove duplicate impl of string unescape | Marijn Schouten | -549/+450 |
| 2025-05-06 | Rollup merge of #140678 - compiler-errors:dont-ice-on-infer-in-upvar, r=lcnr | Stuart Cook | -30/+19 |
| 2025-05-06 | Rollup merge of #140634 - smrobtzz:mips-elf-fixes, r=workingjubilee | Stuart Cook | -27/+66 |
| 2025-05-06 | Rollup merge of #140532 - celinval:chores-smir-ra, r=oli-obk | Stuart Cook | -2/+12 |
| 2025-05-06 | Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes... | Stuart Cook | -16/+333 |
| 2025-05-06 | Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercote | Stuart Cook | -62/+135 |
| 2025-05-06 | Rename `graph::implementation::Graph` to `LinkedGraph` | Zalathar | -23/+39 |
| 2025-05-06 | Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-... | bors | -29/+23 |
| 2025-05-05 | Rollup merge of #140672 - compiler-errors:deeply-normalize, r=lcnr | Guillaume Gomez | -8/+39 |
| 2025-05-05 | Rollup merge of #140661 - Darksonn:fixedx18-tm, r=wesleywiser | Guillaume Gomez | -1/+1 |
| 2025-05-05 | Rollup merge of #140605 - lcnr:defer-opaque-type-error, r=compiler-errors | Guillaume Gomez | -35/+61 |
| 2025-05-05 | Rollup merge of #140559 - rperier:type-ir-to-type-middle, r=compiler-errors | Guillaume Gomez | -33/+30 |
| 2025-05-05 | Rollup merge of #140374 - compiler-errors:global_asm-bug, r=lcnr | Guillaume Gomez | -30/+46 |
| 2025-05-05 | Rollup merge of #140115 - dianqk:gvn-matchbr, r=oli-obk | Guillaume Gomez | -2/+1 |
| 2025-05-05 | Rollup merge of #140080 - dianqk:one-mirpatch, r=oli-obk | Guillaume Gomez | -23/+14 |
| 2025-05-05 | Be a bit more relaxed about not yet constrained infer vars in closure upvar a... | Michael Goulet | -30/+19 |
| 2025-05-05 | Add some comments about thread local indices | John Kåre Alsaker | -1/+5 |
| 2025-05-05 | Tweak index chunk allocation | John Kåre Alsaker | -5/+9 |
| 2025-05-05 | Take into-account `-Zremap-path-scope` when embedding filenames | Urgau | -62/+135 |
| 2025-05-05 | Apply suggestions from code review | smrobtzz | -1/+17 |
| 2025-05-05 | Use more accurate ELF flags on MIPS | Sam Roberts | -27/+50 |
| 2025-05-05 | Deeply normalize in the new solver in WF | Michael Goulet | -8/+39 |
| 2025-05-05 | Implement RFC 3503: frontmatters | Deadbeef | -16/+333 |
| 2025-05-05 | Do not gather local all together at the beginning of typeck | Michael Goulet | -24/+56 |
| 2025-05-05 | Handle rustc_middle cases of rustc::potential_query_instability lint | ismailarilik | -29/+23 |
| 2025-05-05 | Rename Instance::new to Instance::new_raw and add a note that it is raw | Michael Goulet | -28/+36 |
| 2025-05-05 | Resolve instance for SymFn in global/naked asm | Michael Goulet | -2/+10 |
| 2025-05-05 | Make -Zfixed-x18 into a target modifier | Alice Ryhl | -1/+1 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -87/+216 |
| 2025-05-05 | always peel `&mut`, to allow matching on `&mut str` | dianne | -3/+10 |
| 2025-05-05 | match ergonomics for string and byte string literal patterns | dianne | -22/+67 |
| 2025-05-05 | Auto merge of #134767 - Bryanskiy:dylibs-3, r=petrochenkov | bors | -117/+1064 |
| 2025-05-05 | feat: Added capability to add multiple dependencies for an LLVMFeature | Madhav Madhusoodanan | -17/+20 |
| 2025-05-05 | Rollup merge of #140307 - mejrs:condition_parser, r=nnethercote | Trevor Gross | -115/+339 |
| 2025-05-04 | move logic for telling whether to peel smart pointers into a helper | dianne | -17/+27 |
| 2025-05-04 | Rollup merge of #140630 - azhogin:azhogin/async-drop-proxy-source-info-fix, r... | Trevor Gross | -1/+5 |
| 2025-05-04 | Rollup merge of #140627 - dtolnay:rustdoctracing, r=GuillaumeGomez | Trevor Gross | -2/+11 |