about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-07-18Rollup merge of #127854 - fmease:glob-import-type_ir_inherent-lint, r=compile...Matthias Krüger-2/+62
2024-07-18Rollup merge of #127656 - RalfJung:pub_use_of_private_extern_crate, r=petroch...Matthias Krüger-4/+4
2024-07-18Auto merge of #117967 - adetaylor:fix-lifetime-elision-bug, r=lcnrbors-22/+56
2024-07-18make pub_use_of_private_extern_crate show up in future breakage reportsRalf Jung-4/+4
2024-07-18Add internal lint for detecting non-glob imports of `rustc_type_ir::inherent`León Orell Valerian Liehr-2/+62
2024-07-18Rollup merge of #127864 - durin42:farewell-3dnow, r=nikicTrevor Gross-3/+1
2024-07-18Rollup merge of #127842 - nnethercote:rm-TrailingToken, r=petrochenkovTrevor Gross-89/+45
2024-07-18remove saw_const_match_error; check if pattern contains an Error insteadRalf Jung-14/+3
2024-07-18avoid creating an Instance only to immediately disassemble it againRalf Jung-50/+11
2024-07-18pattern lowering: make sure we never call user-defined PartialEq instancesRalf Jung-39/+35
2024-07-18const_to_pat: cleanup leftovers from when we had to deal with non-structural ...Ralf Jung-415/+146
2024-07-18valtree construction: keep track of which type was valtree-incompatibleRalf Jung-34/+36
2024-07-18Remove `TrailingToken`.Nicholas Nethercote-89/+45
2024-07-18Rollup merge of #127889 - estebank:anon-arg-sugg, r=compiler-errorsMatthias Krüger-6/+6
2024-07-18Rollup merge of #127888 - estebank:type-param-sugg, r=compiler-errorsMatthias Krüger-3/+5
2024-07-18Rollup merge of #127886 - estebank:as-rename-suggestion, r=compiler-errorsMatthias Krüger-8/+10
2024-07-18Rollup merge of #127878 - estebank:assoc-item-removal, r=fmeaseMatthias Krüger-8/+6
2024-07-18Rollup merge of #127810 - compiler-errors:less-tcx, r=lcnrMatthias Krüger-188/+185
2024-07-18Rollup merge of #127783 - compiler-errors:rtn-pretty, r=fee1-deadMatthias Krüger-2/+5
2024-07-17Rollup merge of #127806 - nnethercote:parser-improvements, r=spastorinoTrevor Gross-122/+92
2024-07-17Rollup merge of #127664 - compiler-errors:precise-capturing-better-sugg-apit,...Trevor Gross-16/+115
2024-07-17Rollup merge of #127652 - GuillaumeGomez:cg-gcc-fmt, r=UrgauTrevor Gross-54/+20
2024-07-17Rollup merge of #127542 - c410-f3r:concat-again, r=petrochenkovTrevor Gross-24/+37
2024-07-18More accurate span for anonymous argument suggestionEsteban Küber-6/+6
2024-07-18More accurate span for type parameter suggestionEsteban Küber-3/+5
2024-07-18Accurate `use` rename suggestion spanEsteban Küber-8/+10
2024-07-17Fix associated item removal suggestionEsteban Küber-8/+6
2024-07-17Add support for literalsCaio-24/+37
2024-07-17Format cg_gcc with same formatting parametersGuillaume Gomez-54/+18
2024-07-17Align cg_gcc rustfmt.toml with rust'sGuillaume Gomez-0/+2
2024-07-17cleanup: remove support for 3DNow! cpu featuresAugie Fackler-3/+1
2024-07-17Put the dots backMichael Goulet-2/+5
2024-07-17Fix precise capturing suggestion for hidden type when APITs are involvedMichael Goulet-16/+115
2024-07-17Fix relationsMichael Goulet-25/+25
2024-07-17tcx -> cx in rustc_type_irMichael Goulet-152/+149
2024-07-17lift_to_tcx -> lift_to_internerMichael Goulet-17/+17
2024-07-17Rollup merge of #127844 - chenyukang:yukang-fix-type-bound-127555, r=jieyouxuMatthias Krüger-0/+14
2024-07-17Rollup merge of #127769 - compiler-errors:ed-2024-dep, r=oli-obkMatthias Krüger-33/+42
2024-07-17Rollup merge of #127579 - surechen:fix_127285, r=lcnrMatthias Krüger-29/+73
2024-07-17Rollup merge of #127472 - Zalathar:block-and-unit, r=fmeaseMatthias Krüger-73/+86
2024-07-17Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmeaseMatthias Krüger-2/+17
2024-07-17Remove invalid further restricting for type boundyukang-0/+14
2024-07-17If the moved value is a mut reference, it is used in a generic function and i...surechen-29/+73
2024-07-16Rollup merge of #127512 - eggyal:newline-terminate-print-linkargs, r=compiler...Trevor Gross-1/+1
2024-07-16Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviperTrevor Gross-5/+2
2024-07-17Avoid comments that describe multiple `use` items.Nicholas Nethercote-5/+2
2024-07-16Rollup merge of #127816 - oli-obk:misnomer, r=compiler-errorsTrevor Gross-3/+3
2024-07-16Rollup merge of #127501 - compiler-errors:invert-infer-error-mod-struture, r=...Trevor Gross-85/+506
2024-07-16Rollup merge of #126762 - compiler-errors:kw-lt, r=michaelwoeristerTrevor Gross-60/+46
2024-07-16Rollup merge of #126699 - Bryanskiy:delegation-coercion, r=compiler-errorsTrevor Gross-20/+106