about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-01-29Rollup merge of #136205 - compiler-errors:len-3, r=BoxyUwUMatthias Krüger-3/+16
2025-01-29Rollup merge of #133382 - mu001999-contrib:diag/fnitem, r=lcnrMatthias Krüger-6/+44
2025-01-29Auto merge of #136225 - fmease:rollup-fm7m744, r=fmeasebors-345/+468
2025-01-29Rollup merge of #136164 - celinval:chores-fnkind, r=oli-obkLeón Orell Valerian Liehr-78/+70
2025-01-29Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=...León Orell Valerian Liehr-117/+72
2025-01-29Rollup merge of #136104 - lqd:polonius-debugger-episode-2, r=matthewjasperLeón Orell Valerian Liehr-5/+136
2025-01-29Rollup merge of #135943 - hkBst:opt_imports, r=estebankLeón Orell Valerian Liehr-36/+31
2025-01-29Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ...León Orell Valerian Liehr-109/+159
2025-01-29Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726bors-16/+16
2025-01-28Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgrbors-136/+215
2025-01-28Refactor FnKind variant to hold &FnCelina G. Val-78/+70
2025-01-28Make item self/non-self bound naming less whackMichael Goulet-97/+88
2025-01-28Do not assume child bound assumptions for rigid aliasMichael Goulet-14/+73
2025-01-28parse_format optimize import useMarijn Schouten-36/+31
2025-01-28Properly check that array length is valid type during built-in unsizing in indexMichael Goulet-3/+16
2025-01-28Rollup merge of #136149 - cuviper:rustc-rayon-indexmap, r=compiler-errorsMatthias Krüger-2/+2
2025-01-28Rollup merge of #136071 - wowinter13:clippy-add-diagnostic-items, r=flip1995Matthias Krüger-0/+2
2025-01-28Rollup merge of #136066 - compiler-errors:local-spans, r=lcnrMatthias Krüger-20/+34
2025-01-28Rollup merge of #136055 - fee1-dead-contrib:push-ovmyztlkptmk, r=RalfJungMatthias Krüger-110/+120
2025-01-28"normalize" signature before checking mentions selfBoxy-4/+57
2025-01-28Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obkMatthias Krüger-86/+242
2025-01-28Rollup merge of #133151 - tyrone-wu:trim-fn-ptr-whitespace, r=compiler-errorsMatthias Krüger-6/+50
2025-01-28Suggest considering casting fn item as fn pointer in more casesmu001999-6/+44
2025-01-28Auto merge of #133929 - saethlin:remove-inline-in-all-cgus, r=nnethercotebors-12/+4
2025-01-28Auto merge of #134290 - tgross35:windows-i128-callconv, r=bjorn3,wesleywiserbors-57/+37
2025-01-28Implement MIR const trait stability checksDeadbeef-110/+120
2025-01-27Remove -Zinline-in-all-cgus and clean up CGU partitioning testsBen Kimock-12/+4
2025-01-28update commentsRalf Jung-13/+11
2025-01-28ABI-required target features: warn when they are missing in base CPU (rather ...Ralf Jung-104/+61
2025-01-28Represent the raw pointer for a array length check as a new kind of fake borrowMichael Goulet-85/+160
2025-01-27Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da...Michael Goulet-37/+118
2025-01-27Type level consts can show up in MIR type checkerMichael Goulet-2/+2
2025-01-27Flip the `rustc-rayon`/`indexmap` dependency orderJosh Stone-2/+2
2025-01-27Auto merge of #136135 - GuillaumeGomez:rollup-1ik636d, r=GuillaumeGomezbors-186/+215
2025-01-27Trim extra whitespace in fn ptr suggestion spanTyrone Wu-6/+50
2025-01-27Rollup merge of #136118 - oli-obk:push-qsslxsopnrmr, r=ZalatharGuillaume Gomez-21/+33
2025-01-27Rollup merge of #136114 - compiler-errors:more-idents, r=jieyouxuGuillaume Gomez-90/+97
2025-01-27Rollup merge of #136082 - Zalathar:iter-nodes, r=oli-obkGuillaume Gomez-23/+18
2025-01-27Rollup merge of #136064 - veluca93:tf11-fntrait-note, r=oli-obkGuillaume Gomez-0/+3
2025-01-27Rollup merge of #136037 - no1wudi:doc, r=jieyouxuGuillaume Gomez-37/+34
2025-01-27Rollup merge of #135988 - bjorn3:workaround_parallel_rustc_crash, r=lqdGuillaume Gomez-15/+30
2025-01-27Auto merge of #136098 - jyn514:linker-output, r=saethlinbors-5/+13
2025-01-27Windows x86: Change `i128` to return via the vector ABITrevor Gross-57/+37
2025-01-27Auto merge of #136024 - GuillaumeGomez:cg_gcc-subtree, r=GuillaumeGomezbors-41/+85
2025-01-27Change `collect_and_partition_mono_items` tuple return type to a structOli Scherer-21/+33
2025-01-27Auto merge of #136116 - fmease:rollup-c8pk3mj, r=fmeasebors-58/+175
2025-01-27Auto merge of #135937 - bjorn3:separate_coretests_crate, r=jieyouxu,tgross35bors-56/+11
2025-01-26Downgrade `linker-warnings` to allow-by-defaultjyn-5/+13
2025-01-27Rollup merge of #136097 - yotamofek:check-len-and-index, r=petrochenkovLeón Orell Valerian Liehr-10/+10
2025-01-27Rollup merge of #135158 - FedericoBruzzone:master, r=lukas-codeLeón Orell Valerian Liehr-27/+75