about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-07-19Auto merge of #127956 - tgross35:rollup-8ten7pk, r=tgross35bors-153/+508
2024-07-19Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwUbors-281/+617
2024-07-19Rollup merge of #127935 - tgross35:binary_asm_labels-x86-only, r=estebank,UrgauTrevor Gross-21/+45
2024-07-19Rollup merge of #127902 - nnethercote:collect_tokens_trailing_token-cleanups,...Trevor Gross-98/+155
2024-07-19Rollup merge of #127891 - estebank:enum-type-sugg, r=estebankTrevor Gross-25/+272
2024-07-19Rollup merge of #121533 - ratmice:wasm_init_fini_array, r=nnethercoteTrevor Gross-9/+36
2024-07-19Update the `binary_asm_label` documentationTrevor Gross-9/+23
2024-07-19Overhaul comments in `collect_tokens_trailing_token`.Nicholas Nethercote-75/+129
2024-07-19Make `Parser::num_bump_calls` 0-indexed.Nicholas Nethercote-6/+11
2024-07-19Move `inner_attr` code downwards.Nicholas Nethercote-10/+10
2024-07-19Remove `final_attrs` local variable.Nicholas Nethercote-4/+2
2024-07-19Simplify `CaptureState::inner_attr_ranges`.Nicholas Nethercote-5/+5
2024-07-18Rollup merge of #127929 - estebank:addr_of, r=compiler-errorsMatthias Krüger-52/+35
2024-07-18Rollup merge of #127925 - compiler-errors:tag, r=lcnrMatthias Krüger-62/+34
2024-07-18Rollup merge of #127871 - compiler-errors:recursive, r=estebankMatthias Krüger-9/+148
2024-07-18Rollup merge of #127858 - Zalathar:pair-tree, r=NadrierilMatthias Krüger-39/+46
2024-07-18Rollup merge of #127835 - estebank:issue-127823, r=compiler-errorsMatthias Krüger-6/+2
2024-07-18Update the `binary_asm_label` messageTrevor Gross-3/+6
2024-07-18Change `binary_asm_labels` to only fire on x86 and x86_64Trevor Gross-9/+16
2024-07-18Use more accurate span for `addr_of!` suggestionEsteban Küber-52/+35
2024-07-18Remove tag field from relationsMichael Goulet-62/+34
2024-07-18Tweak "field not found" suggestion when giving struct literal for tuple struc...Esteban Küber-9/+25
2024-07-18More accurate suggestions when writing wrong style of enum variant literalEsteban Küber-16/+247
2024-07-18Fix ICE in suggestion caused by `⩵` being recovered as `==`Esteban Küber-6/+2
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-17Remove some unintended changes to importsNoah Lev-7/+8
2024-07-17Clarify docs explaining purpose of `ConstArg`Noah Lev-7/+6
2024-07-17Account for structs that have unused params in nested types in fieldsMichael Goulet-24/+97
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