| Age | Commit message (Expand) | Author | Lines |
| 2023-11-25 | resolve: Avoid clones of `MacroData` | Vadim Petrochenkov | -55/+52 |
| 2023-11-24 | Reorder imports and remove re-export | Celina G. Val | -13/+20 |
| 2023-11-24 | Unify TraitRefs and PolyTraitRefs | Michael Goulet | -22/+6 |
| 2023-11-24 | AmbiguityCause should not eagerly format strings | Michael Goulet | -67/+54 |
| 2023-11-24 | Move the compiler interface defs to its own module | Celina G. Val | -163/+176 |
| 2023-11-24 | Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin | bors | -5759/+5766 |
| 2023-11-24 | Break down `rustc_smir/mod.rs` file | Celina G. Val | -1986/+2021 |
| 2023-11-24 | Bless ui-fulldeps | Nilstrieb | -11/+18 |
| 2023-11-24 | remove the memcpy-on-equal-ptrs assumption | Ralf Jung | -3/+2 |
| 2023-11-24 | move CONFIG_CHANGE_HISTORY to its own module | onur-ozkan | -94/+112 |
| 2023-11-24 | use the change-id from source instead of the one from config.tom | onur-ozkan | -2/+2 |
| 2023-11-24 | add change information for PR#117813 | onur-ozkan | -1/+6 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -4/+4 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -59/+59 |
| 2023-11-24 | Implement the int part of the gather family vendor intrinsics | bjorn3 | -6/+16 |
| 2023-11-24 | Implement the float part of the gather family vendor intrinsics | bjorn3 | -0/+87 |
| 2023-11-24 | Implement _mm256_zeroupper vendor intrinsic | bjorn3 | -0/+5 |
| 2023-11-24 | Implement *fmaddsub_p*, *fmsubadd_p* and *fnmadd_p* vendor intrinsics | bjorn3 | -0/+111 |
| 2023-11-24 | Implement _mm_cvttps_epi32 | bjorn3 | -5/+20 |
| 2023-11-24 | Auto merge of #118229 - crlf0710:final_bump_unicode15, r=Mark-Simulacrum | bors | -2/+2 |
| 2023-11-24 | We should call eq instead of sup as we're relating Ty directly and not Binder... | Santiago Pastorino | -4/+1 |
| 2023-11-24 | Make PlaceholderReplacer shallow_resolver when folding const and ty and recur... | Santiago Pastorino | -4/+18 |
| 2023-11-24 | Move EagerResolution to rustc_infer::infer::resolve | Santiago Pastorino | -80/+87 |
| 2023-11-24 | Bless Miri tests | Nilstrieb | -472/+472 |
| 2023-11-24 | Bless clippy tests | Nilstrieb | -117/+117 |
| 2023-11-24 | Bless clippy tests | Nilstrieb | -117/+117 |
| 2023-11-24 | Bless run-make tests | Nilstrieb | -10/+10 |
| 2023-11-24 | Bless rustdoc-ui tests | Nilstrieb | -64/+64 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -5026/+5026 |
| 2023-11-24 | rustdoc-search: avoid infinite where clause unbox | Michael Howell | -8/+68 |
| 2023-11-24 | Auto merge of #118248 - compiler-errors:rollup-tye3vgj, r=compiler-errors | bors | -155/+485 |
| 2023-11-24 | Request that rust-analyzer changes are sent upstream first if possible | David Tolnay | -0/+6 |
| 2023-11-24 | Auto merge of #11862 - christophbeberweil:7125-single-element-loop-over-range... | bors | -74/+45 |
| 2023-11-24 | Update changelog to add new `option_map_or_err_ok` lint | Guillaume Gomez | -0/+1 |
| 2023-11-24 | Add test for `option_map_or_err_ok` lint | Guillaume Gomez | -1/+35 |
| 2023-11-24 | Create new lint `option_map_or_err_ok` | Guillaume Gomez | -0/+70 |
| 2023-11-24 | Auto merge of #15960 - dtolnay-contrib:issomeand, r=lnicola | bors | -3/+3 |
| 2023-11-24 | Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)` | David Tolnay | -2/+2 |
| 2023-11-24 | Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)` | David Tolnay | -22/+21 |
| 2023-11-24 | Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)` | David Tolnay | -3/+3 |
| 2023-11-24 | feat: 7125 code snippets are wrapped in backticks | Christoph Beberweil | -5/+5 |
| 2023-11-24 | fix: 7125 lint message should start with a small letter | Christoph Beberweil | -5/+5 |
| 2023-11-24 | Rollup merge of #118246 - fee1-dead-contrib:rm-hack, r=compiler-errors | Michael Goulet | -6/+1 |
| 2023-11-24 | Rollup merge of #118245 - fee1-dead-contrib:span-tilde-const, r=compiler-errors | Michael Goulet | -78/+76 |
| 2023-11-24 | Rollup merge of #118243 - lcnr:commit-if-ok, r=compiler-errors | Michael Goulet | -9/+9 |
| 2023-11-24 | Rollup merge of #118238 - RalfJung:memcpy, r=Mark-Simulacrum | Michael Goulet | -1/+1 |
| 2023-11-24 | Rollup merge of #118215 - celinval:smir-def-paths, r=ouz-a | Michael Goulet | -53/+307 |
| 2023-11-24 | Rollup merge of #118210 - lcnr:intercrate-ambiguity-causes-uwu, r=compiler-er... | Michael Goulet | -6/+41 |
| 2023-11-24 | Rollup merge of #118187 - onur-ozkan:recompile-llvm-on-changes, r=clubby789 | Michael Goulet | -2/+50 |
| 2023-11-24 | Auto merge of #117934 - Young-Flash:dev, r=petrochenkov | bors | -7/+62 |