about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-08-09Rollup merge of #128865 - jieyouxu:unicurd, r=UrgauMatthias Krüger-2/+6
2024-08-09Rollup merge of #128864 - jieyouxu:funnicode, r=UrgauMatthias Krüger-3/+6
2024-08-09Rollup merge of #128852 - folkertdev:multipart-suggestion-stable-sort, r=comp...Matthias Krüger-3/+3
2024-08-09Rollup merge of #128815 - Nadrieril:is_stolen, r=jieyouxu,lcnrMatthias Krüger-0/+9
2024-08-09Auto merge of #128703 - compiler-errors:normalizing-tails, r=lcnrbors-31/+36
2024-08-09use stable sort to sort multipart diagnosticsFolkert-3/+3
2024-08-09parser: ensure let stmt compound assignment removal suggestion respect codepo...许杰友 Jieyou Xu (Joe)-2/+6
2024-08-09hir_typeck: use `end_point` over `BytePos` manipulations许杰友 Jieyou Xu (Joe)-3/+6
2024-08-09Rollup merge of #128824 - GuillaumeGomez:update-compiler-builtins, r=AmanieuMatthias Krüger-4/+2
2024-08-09Rollup merge of #128616 - compiler-errors:mir-inline-tainted, r=cjgillotMatthias Krüger-0/+4
2024-08-08Don't inline tainted MIR bodiesMichael Goulet-0/+4
2024-08-09Rollup merge of #128851 - compiler-errors:validate-mir-opt-mir, r=matthiaskrgrMatthias Krüger-1/+7
2024-08-09Rollup merge of #128806 - estebank:color-config, r=jieyouxuMatthias Krüger-43/+55
2024-08-09Rollup merge of #128791 - compiler-errors:async-fn-unsafe, r=lcnrMatthias Krüger-23/+53
2024-08-08Add comment that bors did not see pushed before it mergedMichael Goulet-1/+7
2024-08-08Tweak wordingNadrieril-1/+4
2024-08-08Don't implement AsyncFn for FnDef/FnPtr that wouldnt implement FnMichael Goulet-23/+53
2024-08-08Rollup merge of #128826 - Alexendoo:lint-override-suggestions, r=compiler-errorsMatthias Krüger-3/+5
2024-08-08Rollup merge of #128825 - bvanjoi:useless-resolver-field, r=petrochenkovMatthias Krüger-6/+2
2024-08-08Rollup merge of #128795 - zachs18:e0517-update-for-rfc-2195, r=jieyouxuMatthias Krüger-7/+12
2024-08-08Rollup merge of #128612 - compiler-errors:validate-mir-opt-mir, r=davidtwcoMatthias Krüger-0/+7
2024-08-08Rename struct_tail_erasing_lifetimes to struct_tail_for_codegenMichael Goulet-28/+23
2024-08-08Normalize struct tail properly in disalignment checkMichael Goulet-1/+1
2024-08-08Normalize when computing offset_of for slice tailMichael Goulet-2/+11
2024-08-08Do normalize when computing struct tails in codegenMichael Goulet-3/+4
2024-08-08review commentsEsteban Küber-4/+10
2024-08-08Split `ColorConfig` off of `HumanReadableErrorType`Esteban Küber-47/+53
2024-08-08Only suggest `#[allow]` for `--warn` and `--deny` lint level flagsAlex Macleod-3/+5
2024-08-08Update compiler-builtins version to 0.1.118Guillaume Gomez-4/+2
2024-08-08rm `declared_features` field in resolverbohan-6/+2
2024-08-08Add `Steal::is_stolen()`Nadrieril-0/+6
2024-08-08Auto merge of #128465 - GrigorenkoPV:128200, r=estebankbors-7/+15
2024-08-07Update E0517 message to reflect RFC 2195.Zachary S-7/+12
2024-08-08Auto merge of #128805 - tgross35:rollup-wajzi6w, r=tgross35bors-50/+118
2024-08-07Rollup merge of #128798 - futile:refactor/mbe-diagnostics, r=petrochenkovTrevor Gross-28/+28
2024-08-07Rollup merge of #128702 - yaahc:metrics-flag, r=estebankTrevor Gross-8/+31
2024-08-07Rollup merge of #128552 - s7tya:check-no-sanitize-attribute-pos, r=BoxyUwUTrevor Gross-1/+6
2024-08-07Rollup merge of #128520 - compiler-errors:more-precisely-force-move, r=BoxyUwUTrevor Gross-13/+53
2024-08-08Auto merge of #128550 - compiler-errors:shadowed-params-perf, r=petrochenkovbors-96/+105
2024-08-07Auto merge of #128796 - matthiaskrgr:rollup-r7l68ph, r=matthiaskrgrbors-522/+707
2024-08-07refactor(rustc_expand::mbe): Don't require full ExtCtxt when not necessaryFelix Rath-28/+28
2024-08-07Rollup merge of #128782 - RalfJung:raw-addr-of-parens, r=compiler-errorsMatthias Krüger-0/+7
2024-08-07Rollup merge of #128772 - glaubitz:sparc-elf-fix, r=nagisaMatthias Krüger-0/+1
2024-08-07Rollup merge of #128732 - bvanjoi:immutable-import-vis, r=petrochenkovMatthias Krüger-63/+129
2024-08-07Rollup merge of #128679 - RalfJung:codegen-fn-attrs, r=nikicMatthias Krüger-11/+28
2024-08-07Rollup merge of #128221 - calebzulawski:implied-target-features, r=AmanieuMatthias Krüger-448/+542
2024-08-07Add -Zerror-metrics=PATH to save diagnostic metadata to diskJane Losare-Lusby-8/+31
2024-08-07codegen: better centralize function attribute computationRalf Jung-11/+28
2024-08-07Auto merge of #126158 - Urgau:disallow-cfgs, r=petrochenkovbors-8/+156
2024-08-07make `import.vis` is not mutablebohan-63/+129