about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-12-16Rollup merge of #134386 - oli-obk:some-trait-impl-diff-diagnostic-cleanups, r...Matthias Krüger-52/+43
2024-12-16Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obkMatthias Krüger-7/+25
2024-12-16Rollup merge of #134337 - RalfJung:riscv-target-features, r=workingjubileeMatthias Krüger-5/+72
2024-12-16Rollup merge of #134284 - estebank:issue-74863, r=lcnrMatthias Krüger-8/+95
2024-12-16Rollup merge of #134197 - Enselic:mirror, r=lcnrMatthias Krüger-0/+8
2024-12-16Avoid wrapping fn sig in a fn pointer when we want to just print the sigOli Scherer-13/+13
2024-12-16Deduplicate some pretty printing logicOli Scherer-20/+15
2024-12-16Avoid wrapping a trivially defaultable type in `Option`Oli Scherer-22/+14
2024-12-16Properly name a def id variableOli Scherer-4/+4
2024-12-16Avoid creating a fn sig type just to unwrap it again to get at its signatureOli Scherer-14/+18
2024-12-16Rollup merge of #134369 - antonok-edm:refering-referring, r=jieyouxuMatthias Krüger-2/+2
2024-12-16Rollup merge of #134357 - Urgau:fn-ptr-134345, r=compiler-errorsMatthias Krüger-34/+59
2024-12-16Rollup merge of #134314 - compiler-errors:default-struct-value-const, r=estebankMatthias Krüger-5/+11
2024-12-16tweak commentsRalf Jung-3/+7
2024-12-15Check for array lengths that aren't actually `usize`Scott McMurray-7/+25
2024-12-15spell "referring" correctlyAnton Lazarev-2/+2
2024-12-15Use `span_label` as it looks better when we show pattern missing binding in o...Esteban Küber-22/+5
2024-12-15Use `ErrorGuaranteed` moreEsteban Küber-6/+11
2024-12-15Fix trimmed_def_paths ICE in the function ptr comparison lintUrgau-34/+59
2024-12-15Auto merge of #131808 - jdonszelmann:hir-attributes, r=oli-obk,petrochenkovbors-563/+1006
2024-12-15reject unsound toggling of RISCV target featuresRalf Jung-4/+67
2024-12-15Auto merge of #134349 - jieyouxu:rollup-zqn0jox, r=jieyouxubors-110/+100
2024-12-15Remove some leftover dead codeJonathan Dönszelmann-55/+8
2024-12-15Add hir::AttributeJonathan Dönszelmann-505/+997
2024-12-16Rollup merge of #134339 - Urgau:tcx-in-early-diag, r=jieyouxu许杰友 Jieyou Xu (Joe)-109/+81
2024-12-16Rollup merge of #134329 - taiki-e:m68k-target-feature, r=workingjubilee许杰友 Jieyou Xu (Joe)-1/+19
2024-12-15Rename `value` field to `expr` to simplify later commits' diffsOli Scherer-25/+23
2024-12-15Auto merge of #133417 - RalfJung:aarch64-float-abi, r=workingjubileebors-37/+92
2024-12-15Improve check-cfg Cargo macro diagnostic with crate nameUrgau-11/+16
2024-12-15Cleanup lifetimes around `EarlyContextAndPass` and `EarlyCheckNode`Urgau-58/+44
2024-12-15Auto merge of #134117 - DianQK:gep-i8, r=oli-obkbors-4/+1
2024-12-15Simplify the GEP instruction for indexDianQK-4/+1
2024-12-15advice against negative features in target specsRalf Jung-0/+4
2024-12-15Rollup merge of #134315 - lqd:polonius-next-episode-1, r=jackh726Stuart Cook-265/+253
2024-12-15Rollup merge of #134313 - compiler-errors:no-itib-def-id, r=oli-obkStuart Cook-0/+10
2024-12-15Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=UrgauStuart Cook-33/+42
2024-12-15Rollup merge of #133633 - jyn514:hide-linker-args, r=bjorn3,jyn514Stuart Cook-6/+68
2024-12-15apply review feedbackRalf Jung-30/+14
2024-12-15Add m68k_target_featureTaiki Endo-1/+19
2024-12-15Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkovbors-8/+0
2024-12-14don't show the full linker args unless `--verbose` is passedjyn-6/+68
2024-12-15Auto merge of #134318 - matthiaskrgr:rollup-jda0jkx, r=matthiaskrgrbors-287/+436
2024-12-15Simplify `opt_span_lint` call in early diagnosticUrgau-36/+4
2024-12-15Access `TyCtxt` from early diagnostic decorationUrgau-49/+62
2024-12-14Rollup merge of #134264 - adetaylor:weak-and-nonnull, r=compiler-errorsMatthias Krüger-1/+29
2024-12-14Rollup merge of #134259 - compiler-errors:infer-ret-ty, r=dtolnayMatthias Krüger-85/+94
2024-12-14Rollup merge of #133392 - compiler-errors:object-sup, r=lcnrMatthias Krüger-151/+145
2024-12-14Rollup merge of #133293 - psumbera:solaris-maintainer, r=workingjubilee,jieyo...Matthias Krüger-2/+2
2024-12-14Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obkMatthias Krüger-48/+166
2024-12-14Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R...bors-37/+121