about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-06-28Support fetching `Attribute` of items.Adwin White-2/+54
2024-06-27Updated diagnostic messagesFlorian Schmiderer-17/+38
2024-06-27Tighten spans for async blocksMichael Goulet-18/+26
2024-06-27supertrait_def_ids was already implemented in middleMichael Goulet-37/+3
2024-06-27supertrait_def_idsMichael Goulet-3/+2
2024-06-27Make queries more explicitMichael Goulet-55/+64
2024-06-27Auto merge of #126993 - petrochenkov:atvisord3, r=BoxyUwUbors-286/+358
2024-06-27Document new field and functionOli Scherer-0/+5
2024-06-27Enable const casting for `f16` and `f128`Trevor Gross-10/+17
2024-06-27Fix expansion of or-patternsNadrieril-0/+3
2024-06-27Rename `'cx` to `'infcx`Oli Scherer-93/+93
2024-06-27Auto merge of #127014 - jhpratt:rollup-45ic8f5, r=jhprattbors-61/+110
2024-06-27Rollup merge of #126983 - tgross35:f16-f128-smir, r=celinvalJacob Pratt-2/+6
2024-06-27Rollup merge of #126928 - nnethercote:124141-pre, r=oli-obkJacob Pratt-2/+15
2024-06-27Rollup merge of #126721 - Zalathar:nested-cov-attr, r=oli-obkJacob Pratt-25/+48
2024-06-27Rollup merge of #126571 - nnethercote:less-maybe_whole-expr-2, r=petrochenkovJacob Pratt-32/+41
2024-06-27Switch back `non_local_definitions` lint to allow-by-defaultUrgau-1/+1
2024-06-27Auto merge of #126907 - glaubitz:sparc-fixes, r=nagisabors-15/+19
2024-06-27Implement TC's match ergonomics 2024 proposalJules Bertholet-29/+59
2024-06-27Auto merge of #123918 - DianQK:clang-format, r=Kobzolbors-821/+764
2024-06-27Remove the `box_pointers` lint.Nicholas Nethercote-88/+7
2024-06-26Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyasbors-41/+21
2024-06-26Automatically taint InferCtxt when errors are emittedOli Scherer-90/+105
2024-06-26Restrict diagnostic context lifetime of InferCtxt to itself instead of TyCtxtOli Scherer-53/+79
2024-06-26Restrict diagnostic context lifetime of TypeErrCtxt to InferCtxt instead of T...Oli Scherer-20/+20
2024-06-26Restrict diagnostic context lifetime of FnCtxt to InferCtxt instead of TyCtxtOli Scherer-6/+6
2024-06-26Restrict diagnostic context lifetime of mir borrowck to InferCtxt instead of ...Oli Scherer-75/+75
2024-06-26Split lifetimes on mir borrowck dataflowOli Scherer-86/+94
2024-06-26Clarify comment on changing to warn future breakage items Urgau-5/+5
2024-06-26ast: Standardize visiting orderVadim Petrochenkov-286/+358
2024-06-26Auto merge of #126844 - scottmcm:more-ptr-cast-gvn, r=saethlinbors-49/+136
2024-06-26Format C++ files in `llvm-wrapper`DianQK-821/+764
2024-06-26Remove `f16` and `f128` ICE paths from smirTrevor Gross-2/+6
2024-06-26Rollup merge of #126973 - chenyukang:yukang-fix-126756-unsafe-suggestion-erro...Matthias Krüger-2/+2
2024-06-26Rollup merge of #126968 - lqd:issue-126670, r=compiler-errorsMatthias Krüger-4/+4
2024-06-26Rollup merge of #126954 - petrochenkov:globamb, r=compiler-errorsMatthias Krüger-50/+42
2024-06-26Rollup merge of #126938 - RalfJung:link_section, r=compiler-errorsMatthias Krüger-10/+2
2024-06-26Rollup merge of #126925 - surechen:fix_125631, r=compiler-errorsMatthias Krüger-26/+76
2024-06-26Rollup merge of #126812 - compiler-errors:tcx-cx, r=lcnrMatthias Krüger-347/+333
2024-06-26Rollup merge of #126724 - nnethercote:fix-parse_ty_bare_fn-span, r=compiler-e...Matthias Krüger-2/+3
2024-06-26Fix bad replacement for unsafe extern block suggestionyukang-2/+2
2024-06-26coverage: Allow `#[coverage(..)]` on `impl` and `mod`Zalathar-3/+6
2024-06-26coverage: Apply `#[coverage(..)]` recursively to nested functionsZalathar-4/+11
2024-06-26coverage: Detach `#[coverage(..)]` from codegen attribute handlingZalathar-22/+35
2024-06-25Auto merge of #126951 - matthiaskrgr:rollup-xg0o4mc, r=matthiaskrgrbors-72/+117
2024-06-26Fix a span in `parse_ty_bare_fn`.Nicholas Nethercote-2/+3
2024-06-25Rename tcx to cxMichael Goulet-347/+333
2024-06-25delay bug in RPITIT refinement checking with resolution errorsRémy Rakic-4/+4
2024-06-25Prevent ICE from expected future breakagexFrednet-1/+6
2024-06-25Rollup merge of #126947 - Bryanskiy:delegation-lowering-refactoring, r=petroc...Matthias Krüger-58/+49