about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-12-14Don't make a def id for impl_trait_in_bindingsMichael Goulet-0/+10
2024-12-14Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgrbors-165/+128
2024-12-14Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obkbors-49/+233
2024-12-14Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgrbors-17/+51
2024-12-14Rollup merge of #134208 - Zalathar:covmap-covfun, r=compiler-errorsMatthias Krüger-65/+61
2024-12-14Rollup merge of #134192 - nnethercote:rm-Lexer-Parser-dep, r=compiler-errorsMatthias Krüger-97/+37
2024-12-14Rollup merge of #134081 - oli-obk:push-prpsqxxynxnq, r=BoxyUwUMatthias Krüger-1/+28
2024-12-14Rollup merge of #132150 - taiki-e:ppc64-freebsd-abi, r=pnkfelixMatthias Krüger-2/+2
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-22/+182
2024-12-14Split UserTypeAnnotation to have a kindMichael Goulet-36/+60
2024-12-14Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obkMatthias Krüger-16/+16
2024-12-14Rollup merge of #134262 - adetaylor:revert-diagnostics, r=compiler-errorsMatthias Krüger-1/+23
2024-12-14Rollup merge of #134261 - bjorn3:document_symbol_visibility, r=lqdMatthias Krüger-0/+12
2024-12-14Rollup merge of #134256 - krtab:suggestion_overlapping, r=petrochenkovMatthias Krüger-3/+4
2024-12-14Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obkMatthias Krüger-66/+38
2024-12-14Rollup merge of #134244 - Enselic:no-mut-hint-for-raw-ref, r=jieyouxuMatthias Krüger-16/+53
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-3/+12
2024-12-13Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgrbors-535/+861
2024-12-13Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubileebors-403/+530
2024-12-13Document the symbol Visibility enumbjorn3-0/+12
2024-12-13Account for `///` when rendering multiline spansEsteban Küber-8/+9
2024-12-13Rename ty_def_id so people will stop using it by accidentMichael Goulet-16/+16
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-13/+338
2024-12-13Rollup merge of #134130 - bjorn3:prepare_driver_query_removal, r=oli-obkMatthias Krüger-34/+32
2024-12-13Rollup merge of #134058 - RalfJung:interpret-typing-env, r=lcnrMatthias Krüger-8/+9
2024-12-13Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obkMatthias Krüger-422/+360
2024-12-13Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse...Matthias Krüger-58/+122
2024-12-13Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkovbors-43/+57
2024-12-13Arbitrary self types v2: adjust diagnostic.Adrian Taylor-1/+23
2024-12-13rustc_borrowck: Convert suggest_ampmut() 4-tuple to struct for readabilityMartin Nordholts-13/+46
2024-12-13rustc_borrowck: Stop suggesting the invalid syntax `&mut raw const`Martin Nordholts-0/+5
2024-12-13rustc_borrowck: Make suggest_ampmut() return type match its useMartin Nordholts-9/+8
2024-12-13Use a more precise span in placeholder_type_error_diagArthur Carcano-3/+4
2024-12-13Make dependency_formats an FxIndexMap rather than a list of tuplesbjorn3-34/+19
2024-12-13Explain why an untranslatable_diagnostic occursbjorn3-2/+5
2024-12-13Remove registered_lints field from Sessionbjorn3-8/+5
2024-12-13Remove jobserver from Sessionbjorn3-22/+9
2024-12-13Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obkbors-4/+63
2024-12-13Auto merge of #132706 - compiler-errors:async-closures, r=oli-obkbors-23/+3
2024-12-13Stabilize async closuresMichael Goulet-23/+3
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-1/+5
2024-12-12Tweak multispan renderingEsteban Küber-2/+6
2024-12-12Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile...bors-148/+500
2024-12-13Remove `Lexer`'s dependency on `Parser`.Nicholas Nethercote-97/+37
2024-12-12Move impl constness into impl trait headerOli Scherer-33/+35
2024-12-12Rollup merge of #134204 - Zalathar:llvm-bool, r=SparrowLiiMatthias Krüger-1/+3
2024-12-12Rollup merge of #133249 - heiher:loong-abi-check, r=workingjubileeMatthias Krüger-1/+3
2024-12-12Rollup merge of #133122 - compiler-errors:afidt, r=oli-obkMatthias Krüger-33/+386
2024-12-13Fix powerpc64 big-endian FreeBSD ABITaiki Endo-2/+2
2024-12-12Fix toolsMichael Goulet-1/+1