about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-06-28Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlinbors-2/+553
2025-06-28Correct comments.ywxt-2/+2
2025-06-28Restore to HashSetywxt-9/+9
2025-06-28Add FIXMEs for those ignored tests.ywxt-0/+27
2025-06-28Add a comment for the `wait_for_jobs` function.ywxt-0/+2
2025-06-28Only work-steal in the main loop for rustc_thread_poolywxt-112/+279
2025-06-28Use tidy to sort `sym::*` itemsYotam Ofek-94/+64
2025-06-27Auto merge of #143116 - matthiaskrgr:rollup-zy9ez06, r=matthiaskrgrbors-289/+309
2025-06-27Rollup merge of #143106 - yotamofek:pr/gce/non-local-ice, r=BoxyUwUMatthias Krüger-1/+3
2025-06-27Rollup merge of #143104 - davidtwco:issue-142652-dyn-pointeesized-deny, r=com...Matthias Krüger-2/+24
2025-06-27Rollup merge of #143096 - RalfJung:tag_for_variant, r=compiler-errorsMatthias Krüger-11/+8
2025-06-27Rollup merge of #143092 - RalfJung:const-check-lifetime-ext, r=oli-obkMatthias Krüger-35/+19
2025-06-27Rollup merge of #143046 - RalfJung:zst-unsafe-cell, r=lcnr,oli-obkMatthias Krüger-18/+23
2025-06-27Rollup merge of #142806 - compiler-errors:norm-ct-has-ty, r=lcnr,BoxyUwUMatthias Krüger-0/+1
2025-06-27Rollup merge of #142730 - bend-n:suggest_declaring_modules_when_file_found_bu...Matthias Krüger-0/+51
2025-06-27Rollup merge of #140809 - bjorn3:panic_runtime_cleanup, r=petrochenkovMatthias Krüger-117/+57
2025-06-27Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-deadMatthias Krüger-105/+123
2025-06-27Auto merge of #143064 - flip1995:clippy-subtree-update, r=GuillaumeGomezbors-2/+3
2025-06-27gce: don't ICE on non-local constYotam Ofek-1/+3
2025-06-27compiler: allow interrupts to return () or !Jubilee Young-2/+14
2025-06-27compiler: fixup error message for x86-interrupt invalid returnsJubilee Young-1/+1
2025-06-27hir_analysis: prohibit `dyn PointeeSized`David Wood-2/+24
2025-06-27Use one more let chainMichael Goulet-24/+23
2025-06-27Use let chains in the new solverMichael Goulet-96/+84
2025-06-27Auto merge of #143091 - GuillaumeGomez:rollup-f300qwe, r=GuillaumeGomezbors-367/+348
2025-06-27tag_for_variant: properly pass TypingEnvRalf Jung-11/+8
2025-06-27const checks: avoid 'top-level scope' terminologyRalf Jung-35/+19
2025-06-27Rollup merge of #143084 - RalfJung:const-eval-recursive-static-write, r=oli-obkGuillaume Gomez-19/+41
2025-06-27Rollup merge of #143065 - compiler-errors:enum-recovery, r=oli-obkGuillaume Gomez-16/+30
2025-06-27Rollup merge of #143060 - xizheyin:simplify-diag, r=oli-obkGuillaume Gomez-11/+5
2025-06-27Rollup merge of #143051 - Stypox:tracing-validity, r=RalfJungGuillaume Gomez-4/+11
2025-06-27Rollup merge of #143020 - RalfJung:codegen_fn_attrs, r=oli-obkGuillaume Gomez-1/+3
2025-06-27Rollup merge of #142818 - JonathanBrouwer:used_new_parser, r=jdonszelmannGuillaume Gomez-99/+114
2025-06-27Rollup merge of #142721 - Stypox:tracing-layout-of, r=RalfJungGuillaume Gomez-21/+36
2025-06-27Rollup merge of #142671 - davidtwco:no-default-bounds-attr, r=lcnrGuillaume Gomez-9/+16
2025-06-27Auto merge of #142893 - Mark-Simulacrum:no-const-collect, r=oli-obkbors-6/+8
2025-06-27const-eval: error when initializing a static writes to that staticRalf Jung-19/+41
2025-06-27rustc_codegen_gcc: Fix clippy::manual_is_multiple_ofPhilipp Krones-2/+3
2025-06-27Generate symbols.o for proc-macros toobjorn3-2/+7
2025-06-27Add InterpCx::layout_of with tracing, shadowing LayoutOfStypox-20/+29
2025-06-27Update commentsbjorn3-5/+8
2025-06-27Insert checks for enum discriminants when debug assertions are enabledBastian Kersting-2/+553
2025-06-27Split exported_symbols for generic and non-generic symbolsbjorn3-33/+82
2025-06-27Add tracing for instantiate_from_frame_and_normalize_erasing_regionsStypox-1/+7
2025-06-27Add tracing to validate_operandStypox-0/+7
2025-06-27Report infer ty errors during hir ty loweringOli Scherer-187/+92
2025-06-27Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars...Jonathan Brouwer-56/+108
2025-06-27Port `#[used]` to new attribute parsing infrastructureJonathan Brouwer-99/+114
2025-06-27codegen_fn_attrs: make comment more preciseRalf Jung-1/+3
2025-06-27Auto merge of #142223 - compiler-errors:perf-wf, r=lcnrbors-3/+94