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