about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-17Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgrbors-341/+166
2025-04-17Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgrbors-31/+117
2025-04-17Rollup merge of #139944 - shepmaster:eager-diagnostics, r=nnethercoteMatthias Krüger-257/+86
2025-04-17Rollup merge of #139932 - joshlf:transmute-simplify-tests, r=jswrennMatthias Krüger-66/+74
2025-04-17Rollup merge of #139782 - xizheyin:issue-139627, r=wesleywiserMatthias Krüger-1/+4
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-17/+2
2025-04-16Move eager translation to a method on `Diag`Jake Goulding-257/+86
2025-04-17Auto merge of #139938 - matthiaskrgr:rollup-19ddpus, r=matthiaskrgrbors-172/+142
2025-04-16transmutability: Refactor tests for simplicityJoshua Liebow-Feeser-66/+74
2025-04-17Rollup merge of #139900 - lcnr:normalizes-to-where-bounds-unproductive, r=com...Matthias Krüger-8/+13
2025-04-17Rollup merge of #139854 - fmease:modern-diag-for-lt-in-ty, r=davidtwcoMatthias Krüger-14/+68
2025-04-17Rollup merge of #139828 - compiler-errors:rigid-trait, r=lcnrMatthias Krüger-1/+0
2025-04-17Rollup merge of #139440 - a4lg:riscv-feature-addition-batch-2, r=AmanieuMatthias Krüger-2/+12
2025-04-17Rollup merge of #135340 - obeis:explicit-extern-abis, r=traviscross,nadrierilMatthias Krüger-6/+24
2025-04-17Rollup merge of #139917 - folkertdev:fn-align-multiple, r=jdonszelmannMatthias Krüger-1/+2
2025-04-17Rollup merge of #139908 - Zalathar:no-ascription, r=jieyouxuMatthias Krüger-19/+1
2025-04-17Rollup merge of #139770 - nnethercote:rename-LifetimeName, r=BoxyUwUMatthias Krüger-51/+51
2025-04-17Rollup merge of #139650 - Alexendoo:group-alias, r=davidtwcoMatthias Krüger-63/+42
2025-04-17Rollup merge of #139236 - Zoxc:anon-counter, r=davidtwcoMatthias Krüger-8/+16
2025-04-17Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwcoMatthias Krüger-30/+30
2025-04-16Auto merge of #138011 - tnewsome-lynx:lynxos_178-nostd, r=davidtwcobors-0/+67
2025-04-16Don't require rigid alias's trait to holdMichael Goulet-1/+0
2025-04-16Add hard error for `extern` without explicit ABIObei Sideg-6/+21
2025-04-16Rollup merge of #139886 - nnethercote:graphviz_borrowck, r=compiler-errorsMatthias Krüger-2/+1
2025-04-16Rollup merge of #139880 - compiler-errors:rpitit-nameless, r=nnethercoteMatthias Krüger-2/+1
2025-04-16Rollup merge of #139876 - blyxyas:write_type_sizes, r=nnethercoteMatthias Krüger-1/+1
2025-04-16Rollup merge of #139871 - GuillaumeGomez:async-gen-move, r=compiler-errorsMatthias Krüger-4/+9
2025-04-16Rollup merge of #139647 - eholk:package-namespace, r=fmeaseMatthias Krüger-34/+178
2025-04-16Remove old diagnostic notes for type ascription syntaxZalathar-19/+1
2025-04-16fix multiple `#[repr(align(N))]` on functionsFolkert de Vries-1/+2
2025-04-16stepping into impls for norm is unproductivelcnr-8/+13
2025-04-16Auto merge of #136926 - wesleywiser:stabilize_dwarf-version, r=petrochenkovbors-2/+12
2025-04-16Auto merge of #139768 - compiler-errors:split-fold, r=lcnrbors-218/+402
2025-04-16rustc_target: Use "B" shorthand on the RISC-V Android targetTsukasa OI-1/+1
2025-04-16rustc_target: RISC-V: feature addition batch 2Tsukasa OI-1/+11
2025-04-16Make CodeStat's type sizes a public fieldblyxyas-1/+1
2025-04-16Remove support for `#[rustc_mir(borrowck_graphviz_format="gen_kill")]`.Nicholas Nethercote-2/+1
2025-04-15Auto merge of #139878 - petrochenkov:revllvmclean2, r=compiler-errorsbors-26/+45
2025-04-16Rename `LifetimeName` as `LifetimeKind`.Nicholas Nethercote-51/+51
2025-04-15Add unstable foo::bar extern command line argumentsEric Holk-34/+178
2025-04-15Fix wrong suggestion for async gen block and add regression ui test for #139839Guillaume Gomez-4/+9
2025-04-15Auto merge of #139881 - matthiaskrgr:rollup-7x6zcrc, r=matthiaskrgrbors-72/+43
2025-04-15Rollup merge of #139848 - nnethercote:kw-Empty-5, r=compiler-errorsMatthias Krüger-13/+5
2025-04-15Rollup merge of #139824 - ChrisDenton:non-canonical, r=petrochenkovMatthias Krüger-28/+6
2025-04-15Rollup merge of #139818 - compiler-errors:normalize-tails, r=oli-obkMatthias Krüger-31/+32
2025-04-15Don't compute name of associated item if it's an RPITITMichael Goulet-2/+1
2025-04-15Split TypeFolder and FallibleTypeFolderMichael Goulet-186/+395
2025-04-15Revert "Deduplicate template parameter creation"Vadim Petrochenkov-26/+45
2025-04-15Auto merge of #138906 - thaliaarchi:unsupported-test-exe, r=bjorn3bors-0/+7
2025-04-15Add `explicit_extern_abis` unstable featureObei Sideg-0/+3