about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-06-06Rollup merge of #142058 - xizheyin:rustc-attr-parsing, r=jdonszelmannMatthias Krüger-37/+37
2025-06-06Rollup merge of #142047 - cuviper:s390x-stack, r=oli-obkMatthias Krüger-9/+16
2025-06-06Rollup merge of #142044 - workingjubilee:document-operandvalue-pair, r=scottmcmMatthias Krüger-2/+8
2025-06-06Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-deadMatthias Krüger-243/+240
2025-06-05Auto merge of #140872 - bjorn3:elf_use_used_linker, r=nikicbors-37/+13
2025-06-05Only instantiate impl argsMichael Goulet-46/+70
2025-06-05Clear nested candidates in select if certainty is yesMichael Goulet-1/+6
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-224/+709
2025-06-05Simplify `vec_cache::tests::slot_index_exhaustive` by pulling out 0 caseJosh Triplett-11/+8
2025-06-05Simplify and optimize `SlotIndex::from_index`Josh Triplett-15/+6
2025-06-05Make root vars more stableMichael Goulet-17/+6
2025-06-05Replace all uses of sysroot_candidates with get_or_default_sysrootbjorn3-44/+17
2025-06-05Move canonicalization into current_dll_pathbjorn3-18/+12
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-243/+240
2025-06-05Rollup merge of #142032 - matthewjasper:frontmatter-lexing, r=fee1-deadMatthias Krüger-1/+3
2025-06-05Rollup merge of #142015 - oli-obk:wrong-instance, r=RalfJungMatthias Krüger-2/+3
2025-06-05use helper macro for flat_map vs visit_list, initial dedupsDeadbeef-153/+139
2025-06-05Remove CollectItemTypesVisitorOli Scherer-40/+9
2025-06-05wfcheck closuresOli Scherer-12/+22
2025-06-05Move generic arg checks from the hir item types visitor to ty wfcheckOli Scherer-24/+23
2025-06-05Make #[used(linker)] the default on ELF toobjorn3-37/+13
2025-06-05Move opaque type checks from the hir item types visitor onto the wfcheck of t...Oli Scherer-17/+11
2025-06-05doc: Fix inverted meaning in E0783.mdmaflcko-1/+1
2025-06-05Auto merge of #135054 - cramertj:file-cstr, r=m-ou-sebors-8/+13
2025-06-05Clean `rustc_attr_parsing` documentationxizheyin-37/+37
2025-06-05canon_abi: make to_erased_extern_abi just a detail in formattingRalf Jung-13/+6
2025-06-05Auto merge of #140466 - amandasystems:move-to-preprocessing-step, r=lcnrbors-313/+423
2025-06-05Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgrbors-59/+97
2025-06-05Bump objectWANG Rui-3/+3
2025-06-04compiler: Document the offset invariant of `OperandValue::Pair`Jubilee Young-2/+8
2025-06-04Ensure stack in `Parser::parse_ty`Josh Stone-8/+12
2025-06-04Ensure stack in `ThirBuildCx::mirror_exprs`Josh Stone-1/+4
2025-06-04Verbose suggestion to make param `const`Esteban Küber-1/+1
2025-06-04Auto merge of #141309 - RalfJung:x86-simd-abi, r=tgross35,nikic,workingjubileebors-27/+17
2025-06-04Detect method not being present that is present in other tuple typesEsteban Küber-2/+121
2025-06-04Rollup merge of #142025 - m-ou-se:which-local-binding, r=jdonszelmannMatthias Krüger-1/+7
2025-06-04Rollup merge of #142024 - m-ou-se:what-tail-expression, r=petrochenkovMatthias Krüger-1/+3
2025-06-04Rollup merge of #142005 - scottmcm:fieldidx-in-variantsmultiple, r=workingjub...Matthias Krüger-31/+33
2025-06-04Rollup merge of #141999 - nnethercote:precise-ident, r=compiler-errorsMatthias Krüger-2/+3
2025-06-04Rollup merge of #141985 - compiler-errors:cycle-in-dep-graph-print, r=oli-obkMatthias Krüger-6/+14
2025-06-04Rollup merge of #141968 - oli-obk:wfck-everything-at-once, r=wesleywiserMatthias Krüger-12/+9
2025-06-04Rollup merge of #141932 - azhogin:azhogin/async-drop-inside-asyncgen-fix, r=o...Matthias Krüger-6/+28
2025-06-04Add Location::file_with_nulTaylor Cramer-8/+13
2025-06-04Fix parsing of frontmatters with inner hyphensMatthew Jasper-1/+3
2025-06-04Report the actual item that evaluation failed forOli Scherer-2/+3
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-181/+17
2025-06-04Introduce the `mismatched_lifetime_syntaxes` lintJake Goulding-1/+654
2025-06-04Rollup merge of #142007 - nnethercote:visitor-comments, r=chenyukangMatthias Krüger-5/+11
2025-06-04Rollup merge of #141570 - chenyukang:yukang-fix-eq_unspanned, r=workingjubileeMatthias Krüger-15/+9
2025-06-04Rollup merge of #141271 - nnethercote:attr-streamline, r=jdonszelmannMatthias Krüger-64/+19