about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-03-21Rollup merge of #138570 - folkertdev:naked-function-target-feature-gate, r=Am...Matthias Krüger-1/+18
2025-03-21Rollup merge of #138364 - BLANKatGITHUB:compiler, r=RalfJungMatthias Krüger-25/+17
2025-03-21Rollup merge of #138754 - oli-obk:push-vtqtnwluyxop, r=compiler-errorsMatthias Krüger-1/+22
2025-03-21Rollup merge of #138724 - fmease:list-stems-bear-no-name, r=nnethercoteMatthias Krüger-2/+1
2025-03-21Rollup merge of #138713 - RalfJung:memory-hook-pointers, r=oli-obkMatthias Krüger-2/+23
2025-03-20Auto merge of #138747 - matthiaskrgr:rollup-68x44rw, r=matthiaskrgrbors-171/+313
2025-03-20Auto merge of #138515 - petrochenkov:cfgtrace, r=nnethercotebors-18/+52
2025-03-20Handle spans of `~const`, `const` and `async` trait bounds in macro expansionOli Scherer-1/+22
2025-03-20interpret memory access hooks: also pass through the Pointer used for the accessRalf Jung-2/+23
2025-03-20Rollup merge of #138732 - compiler-errors:did, r=jieyouxuMatthias Krüger-5/+6
2025-03-20Rollup merge of #138731 - Zalathar:llvm-expansion, r=jieyouxuMatthias Krüger-34/+97
2025-03-20Rollup merge of #138729 - compiler-errors:gen, r=lcnrMatthias Krüger-16/+19
2025-03-20Rollup merge of #138727 - compiler-errors:ty-var-origin, r=fmeaseMatthias Krüger-54/+27
2025-03-20Rollup merge of #138700 - xizheyin:issue-138612, r=NadrierilMatthias Krüger-0/+6
2025-03-20Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name...Matthias Krüger-50/+83
2025-03-20Rollup merge of #138435 - eholk:prefix-yield, r=oli-obkMatthias Krüger-12/+75
2025-03-20Auto merge of #133889 - compiler-errors:inh-unstable, r=Nadrierilbors-2/+22
2025-03-20Auto merge of #137930 - nnethercote:use-Wunused-crate-dependencies, r=jieyoux...bors-41/+50
2025-03-20Use def_path_str for def id arg in UnsupportedOpInfoMichael Goulet-5/+6
2025-03-20coverage: Convert and check span coordinates without a local file IDZalathar-27/+40
2025-03-20Pre cleanupsMichael Goulet-16/+19
2025-03-20Do not rely on type_var_origin in OrphanCheckErr::NonLocalInputTypeMichael Goulet-54/+27
2025-03-20coverage: Add LLVM plumbing for expansion regionsZalathar-7/+57
2025-03-19Check attrs: Don't try to retrieve the name of list stemsLeón Orell Valerian Liehr-2/+1
2025-03-20Convert `rustc_serialize` integration tests to unit tests.Nicholas Nethercote-14/+16
2025-03-20Use `-Wunused_crate_dependencies` for compiler crates.Nicholas Nethercote-34/+41
2025-03-19Auto merge of #138714 - matthiaskrgr:rollup-8uwbpwv, r=matthiaskrgrbors-179/+166
2025-03-19Rollup merge of #138613 - m-ou-se:no-more-e0773, r=jdonszelmann,petrochenkovMatthias Krüger-96/+36
2025-03-19Rollup merge of #138594 - oli-obk:no-select, r=lcnrMatthias Krüger-12/+18
2025-03-19Rollup merge of #138589 - zachs18:block-label-not-supported-here-loop-body-he...Matthias Krüger-25/+66
2025-03-19Rollup merge of #138001 - meithecatte:privately-uninhabited, r=NadrierilMatthias Krüger-46/+46
2025-03-19Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obkbors-206/+185
2025-03-19Fix next solver handling of shallow trait impl checkOli Scherer-12/+18
2025-03-19Allow builtin macros to be used more than once.Mara Bos-96/+36
2025-03-19Auto merge of #138693 - matthiaskrgr:rollup-ejq8mwp, r=matthiaskrgrbors-519/+966
2025-03-19Suggest `-Whelp` when pass `--print lints` to rustcxizheyin-0/+6
2025-03-19Use `Option<Ident>` for lowered param names.Nicholas Nethercote-50/+83
2025-03-19Rollup merge of #138674 - oli-obk:llvm-cleanups, r=compiler-errorsMatthias Krüger-205/+206
2025-03-19Rollup merge of #138670 - compiler-errors:remove-afidt, r=oli-obkMatthias Krüger-263/+7
2025-03-19Rollup merge of #138661 - RalfJung:revert-rustc-dev-breakage, r=petrochenkovMatthias Krüger-19/+736
2025-03-18Refactor YieldKind so postfix yield must have an expressionEric Holk-22/+57
2025-03-18Dont consider fields that are forced unstable due to -Zforce-unstable-if-unma...Michael Goulet-6/+13
2025-03-18Consider fields to be inhabited if they are unstableMichael Goulet-1/+14
2025-03-18Apply suggestions from code reviewEric Holk-2/+2
2025-03-18Remove existing AFIDT implementationMichael Goulet-263/+7
2025-03-18Create a safe wrapper around `LLVMRustDIBuilderCreateMemberType`Oli Scherer-42/+60
2025-03-18Avoid splitting up a layoutOli Scherer-22/+24
2025-03-18updated compiler tests for rustc_intrinsic'aaishwarymishra@gmail.com-25/+17
2025-03-18Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev...Ralf Jung-19/+736
2025-03-18coverage: Don't store a body span in `FunctionCoverageInfo`Zalathar-6/+8