about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-05Auto merge of #140872 - bjorn3:elf_use_used_linker, r=nikicbors-37/+13
2025-06-05`Sugg`: do not parenthesize a double unary operatorSamuel Tardieu-3/+23
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-05Make comment more specificAntoni Boucher-1/+2
2025-06-05encode compiler team acceptance of `-Cforce-frame-pointers` changeJubilee Young-5/+30
2025-06-05codegen: modernize frame-pointer-cli-control.rsJubilee Young-13/+14
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-677/+1948
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-45/+54
2025-06-05Fix false positive for unused_unit (#14962)llogiq-3/+22
2025-06-05Do not recurse indefinitely while checking for inner mutability (#14965)llogiq-9/+55
2025-06-05Introduce coerce_container_to_any (#14812)llogiq-0/+187
2025-06-05add new lint: `ip_constant` (#14878)llogiq-3/+699
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-05Add lint for broken doc linksMax Claus Nunes-7/+229
2025-06-05Fix AIX buildThalia Archibald-1/+1
2025-06-05Support middle::ty assoc const eq predicates againLeón Orell Valerian Liehr-119/+92
2025-06-05Rename `should_show_cast` to `should_fully_qualify`León Orell Valerian Liehr-15/+16
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-05Auto merge of #142081 - matthiaskrgr:rollup-secpezz, r=matthiaskrgrbors-1593/+1799
2025-06-05Do not lint macro generated codes (#14976)Alex Macleod-15/+32
2025-06-05Remove incremental test, disable incremental for cargo tests (#14910)dswij-37/+4
2025-06-05cleaned up some testsKivooeo-188/+135
2025-06-05add myself to rotationJana Dönszelmann-0/+1
2025-06-05Clarify description of `Seek::stream_len`Tobias Bucher-1/+1
2025-06-05Optimize `Seek::stream_len` impl for `File`Tobias Bucher-10/+89
2025-06-05Merge pull request #19933 from Veykril/push-uyxorpyvnzslLukas Wirth-10/+134
2025-06-05change tests to use fixed constants to let them pass with miriLorrensP-2158466-77/+44
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-18/+18
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-1/+1
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-250/+250
2025-06-05Better parser recovery for macro calls in type bound positionLukas Wirth-10/+134
2025-06-05Rollup merge of #142036 - tgross35:update-builtins, r=tgross35Matthias Krüger-1177/+1414
2025-06-05Rollup merge of #142032 - matthewjasper:frontmatter-lexing, r=fee1-deadMatthias Krüger-1/+24
2025-06-05Rollup merge of #142026 - smpdt:master, r=KobzolMatthias Krüger-1/+2
2025-06-05Rollup merge of #142015 - oli-obk:wrong-instance, r=RalfJungMatthias Krüger-4/+6
2025-06-05Rollup merge of #141989 - aDotInTheVoid:sin-sooner, r=GuillaumeGomezMatthias Krüger-2/+4
2025-06-05Rollup merge of #141974 - Kivooeo:tf4, r=jieyouxuMatthias Krüger-170/+98
2025-06-05Rollup merge of #141709 - aDotInTheVoid:split-for-docs, r=GuillaumeGomezMatthias Krüger-238/+251
2025-06-05use helper macro for flat_map vs visit_list, initial dedupsDeadbeef-153/+139
2025-06-05Auto merge of #142070 - matthiaskrgr:rollup-e7lxtuo, r=matthiaskrgrbors-204/+560
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-38/+23
2025-06-05Merge pull request #19932 from Veykril/push-skzlyntpxpswLukas Wirth-19/+77
2025-06-05fix: Record macro calls in signatures in `ChildBySource` implsLukas Wirth-19/+77
2025-06-05Make #[used(linker)] the default on ELF toobjorn3-37/+13