about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-05-23Auto merge of #125436 - matthiaskrgr:rollup-uijo2ga, r=matthiaskrgrbors-70/+276
2024-05-23Rollup merge of #125417 - lqd:lld-retry, r=petrochenkovMatthias Krüger-0/+21
2024-05-23Rollup merge of #125316 - nnethercote:tweak-Spacing, r=petrochenkovMatthias Krüger-31/+75
2024-05-23Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil...Matthias Krüger-12/+26
2024-05-23Rollup merge of #125054 - nnethercote:fix-124973, r=compiler-errorsMatthias Krüger-1/+4
2024-05-23Rollup merge of #123623 - surechen:fix_123261, r=estebankMatthias Krüger-26/+150
2024-05-23Auto merge of #125359 - RalfJung:interpret-overflowing-ops, r=oli-obkbors-257/+238
2024-05-23Handle `ReVar` in `note_and_explain_region`.Nicholas Nethercote-1/+4
2024-05-22Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmeasebors-79/+112
2024-05-22Rollup merge of #125399 - scottmcm:less-hir-in-cg_ssa, r=compiler-errorsLeón Orell Valerian Liehr-36/+37
2024-05-22Rollup merge of #125391 - nnethercote:serialize-rs-tweaks, r=compiler-errorsLeón Orell Valerian Liehr-11/+14
2024-05-22Rollup merge of #125355 - michaelwoerister:rust_log_force_capture, r=nnethercoteLeón Orell Valerian Liehr-1/+3
2024-05-22Rollup merge of #125306 - compiler-errors:closure-incongruency, r=oli-obkLeón Orell Valerian Liehr-31/+58
2024-05-23Add some comments.Nicholas Nethercote-11/+46
2024-05-23Use `JointHidden` in a couple of suitable places.Nicholas Nethercote-2/+2
2024-05-23Convert some `token_joint_hidden` calls to `token_joint`.Nicholas Nethercote-2/+2
2024-05-23Clarify a comment.Nicholas Nethercote-4/+4
2024-05-23Clarify `parse` a little.Nicholas Nethercote-3/+8
2024-05-23Clarify the meaning of the span within `mbe::TokenTree::MetaVar`.Nicholas Nethercote-9/+13
2024-05-22Auto merge of #125415 - fmease:rollup-n2bg7q5, r=fmeasebors-47/+172
2024-05-22Rollup merge of #125259 - compiler-errors:fn-mut-as-a-treat, r=oli-obkLeón Orell Valerian Liehr-20/+47
2024-05-22Rollup merge of #125049 - dtolnay:castbrace, r=compiler-errorsLeón Orell Valerian Liehr-15/+108
2024-05-22Rollup merge of #125015 - fmease:pat-tys-proh-gen-args-on-ct-params, r=spasto...León Orell Valerian Liehr-12/+17
2024-05-22self-contained linker: retry without -fuse-ld=lld on older GCCsRémy Rakic-0/+21
2024-05-22Auto merge of #124686 - saethlin:rust-file-footer, r=fmeasebors-53/+121
2024-05-22Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcmbors-27/+45
2024-05-22For OutsideLoop we should not suggest add 'block label in if block, or we wii...surechen-26/+150
2024-05-22Auto merge of #124227 - compiler-errors:hack-check-method-res, r=estebankbors-6/+27
2024-05-22clarify commentRalf Jung-1/+6
2024-05-22Stop using `to_hir_binop` in codegenScott McMurray-36/+37
2024-05-22Auto merge of #125335 - compiler-errors:binder, r=lcnrbors-734/+774
2024-05-22Remove `#[macro_use]` extern crate tracing` from `rustc_span`.Nicholas Nethercote-3/+3
2024-05-22Add a useful comment.Nicholas Nethercote-0/+3
2024-05-22Fix up whitespace in `compiler/rustc_macros/src/serialize.rs`.Nicholas Nethercote-8/+8
2024-05-22Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac...bors-77/+105
2024-05-21PR feedbackBen Kimock-19/+26
2024-05-21Add a footer in FileEncoder and check for it in MemDecoderBen Kimock-53/+114
2024-05-21Auto merge of #124417 - Xiretza:translate-early-lints, r=fmeasebors-841/+2048
2024-05-21Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from...Michael Goulet-75/+79
2024-05-21Uplift binderMichael Goulet-667/+703
2024-05-21Rename buffer_lint_with_diagnostic to buffer_lintXiretza-57/+57
2024-05-21Fix typo in deprecation lint messageXiretza-2/+2
2024-05-21Make early lints translatableXiretza-531/+1157
2024-05-21Convert uses of BuiltinLintDiag::Normal to custom variantsXiretza-173/+295
2024-05-21Port DeprecatedMacro to diag structsXiretza-96/+152
2024-05-21Generate lint diagnostic message from BuiltinLintDiagXiretza-130/+212
2024-05-21Convert unexpected_cfg_{name,value} to struct diagnosticsXiretza-152/+436
2024-05-21Convert NAMED_ASM_LABELS lint to diag structXiretza-20/+14
2024-05-21Fix subdiagnostic-only enum variants not generating codeXiretza-2/+2
2024-05-21Add note_once/help_once to diagnostic derivesXiretza-4/+30