about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-12Add support for snapshot tests with instaJakub Beránek-0/+43
2025-06-12Merge pull request #700 from FractalFir/fuzz_supportantoyo-23/+507
2025-06-12Fix testsLukas Wirth-10/+10
2025-06-12Rename tool-config to tool and add docsStypox-17/+20
2025-06-12Return item tree query results by refLukas Wirth-99/+82
2025-06-12Remove dead codeLukas Wirth-51/+35
2025-06-12Shrink `ModItem` by usizeLukas Wirth-24/+34
2025-06-12Merge pull request #2464 from rust-lang/rustc-pullTshepang Mbambo-5902/+8927
2025-06-12Auto merge of #142127 - compiler-errors:nested-goals-certainty, r=lcnrbors-94/+154
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-33/+58
2025-06-12Introduce `-Zmacro-stats`.Nicholas Nethercote-52/+610
2025-06-12Add myself (WaffleLapkin) to review rotationWaffle Lapkin-0/+2
2025-06-12early linting: avoid redundant calls to `check_id`Deadbeef-27/+16
2025-06-12Merge pull request #19983 from ChayimFriedman2/proc-macro-eqChayim Refael Friedman-6/+52
2025-06-12Remove bootstrap adhoc groupJakub Beránek-7/+0
2025-06-12Fix comparison of proc macrosChayim Refael Friedman-6/+52
2025-06-12detect when variants have the same name as an associated functionJana Dönszelmann-1/+54
2025-06-12add test for dead code caused by enum variants shadowing an associated functionJana Dönszelmann-0/+40
2025-06-12Add documentation for init_logger_with_additional_layerStypox-4/+14
2025-06-12Remove `AttrOwner`Lukas Wirth-68/+59
2025-06-12Don't hardcode the intrinsic return types twice in the compilerOli Scherer-7/+7
2025-06-12avoid `&mut P<T>` in `visit_expr` etc methodsDeadbeef-3/+3
2025-06-12avoid `&mut P<T>` in `visit_expr` etc methodsDeadbeef-45/+62
2025-06-12Ditch the unnecessary smallvecLukas Wirth-12/+15
2025-06-12Coalesce item tree data mapsLukas Wirth-181/+138
2025-06-12`AttrOwner` needs no `ModItem`Lukas Wirth-47/+36
2025-06-12Remove `FileItemTreeId`Lukas Wirth-181/+116
2025-06-12Remove `ItemTreeId`Lukas Wirth-86/+52
2025-06-12Add support for $crate to IdentDaniel Bloom-49/+859
2025-06-12Update the stdarch submoduleTrevor Gross-1/+0
2025-06-12remove 'static in some placesJana Dönszelmann-13/+13
2025-06-12Make `missing_fragment_specifier` an unconditional errorTrevor Gross-339/+102
2025-06-12add error message for unused duplicateJana Dönszelmann-4/+2
2025-06-12introduce new lint infraJana Dönszelmann-227/+663
2025-06-12Merge pull request #19981 from Veykril/push-tzzunsrqqunvLukas Wirth-5/+6
2025-06-12Merge pull request #19980 from Veykril/push-qsuttvtvtytrLukas Wirth-38/+39
2025-06-12Start using new diagnostic logic on all existing `single` parsersJonathan Dönszelmann-43/+14
2025-06-12introduce duplicate attribute diagnostic logicJana Dönszelmann-17/+112
2025-06-12fix: Do not force descend into derives for goto IDE featuresLukas Wirth-5/+6
2025-06-12Fix a missing fragment specifier in rustdoc testsTrevor Gross-3/+3
2025-06-12chore(doctest): Remove redundant blank linesShun Sakai-3/+0
2025-06-12`ItemTree`'s `ItemVisibilities` has no identity, so deduplicateLukas Wirth-38/+39
2025-06-12Auto merge of #141205 - rust-lang:cargo_update, r=Mark-Simulacrumbors-209/+239
2025-06-12Improved reduction by adding support for removign dead functions. Fixed typos...michal kostrubiec-51/+177
2025-06-12Merge pull request #19837 from ChayimFriedman2/stable-astidLukas Wirth-1945/+2256
2025-06-12Add lockfileJakub Beránek-1/+965
2025-06-12LRU ast id mapChayim Refael Friedman-0/+1
2025-06-12Ignore ast id hashes in typos checkChayim Refael Friedman-0/+1
2025-06-12Remove most of the item treeChayim Refael Friedman-443/+52
2025-06-12Avoid referring to the item tree except in the def mapChayim Refael Friedman-955/+981