about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-06-12Rename tool-config to tool and add docsStypox-15/+17
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-12Tracking the old name of renamed unstable library attributexizheyin-1/+1
2025-06-12Introduce `-Zmacro-stats`.Nicholas Nethercote-0/+24
2025-06-12Merge pull request #19983 from ChayimFriedman2/proc-macro-eqChayim Refael Friedman-6/+52
2025-06-12Fix comparison of proc macrosChayim Refael Friedman-6/+52
2025-06-12Remove `AttrOwner`Lukas Wirth-68/+59
2025-06-12avoid `&mut P<T>` in `visit_expr` etc methodsDeadbeef-3/+3
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-12Merge pull request #19981 from Veykril/push-tzzunsrqqunvLukas Wirth-5/+6
2025-06-12fix: Do not force descend into derives for goto IDE featuresLukas Wirth-5/+6
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-84/+97
2025-06-12Merge pull request #19837 from ChayimFriedman2/stable-astidLukas Wirth-1945/+2256
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
2025-06-12Use stable AST IDsChayim Refael Friedman-556/+1230
2025-06-12Merge pull request #19942 from ChayimFriedman2/fauxLukas Wirth-28/+26
2025-06-12Merge from rustcThe rustc-dev-guide Cronjob Bot-1788/+3774
2025-06-12Preparing for merge from rustcThe rustc-dev-guide Cronjob Bot-1/+1
2025-06-12Rollup merge of #142303 - Kobzol:bootstrap-cleanup-1, r=jieyouxuMatthias Krüger-353/+381
2025-06-11Add new permitted dependenciesMark Rousskov-0/+1
2025-06-11cargo updategithub-actions-84/+96
2025-06-11chore(deps-dev): bump brace-expansion in /editors/codedependabot[bot]-15/+15
2025-06-11Rollup merge of #142374 - Kobzol:fix-newline, r=tmiaskoMatthias Krüger-1/+2
2025-06-11Rollup merge of #142364 - Kobzol:download-ci-incremental-warning-remove, r=Ra...Matthias Krüger-2/+1
2025-06-11Rollup merge of #142346 - Shourya742:2025-06-11-add-tracing-import-to-executi...Matthias Krüger-1/+6
2025-06-11Add bootstrap option to compile a tool with featuresStypox-2/+34
2025-06-11Use `rustc_thread_pool` instead of `rustc-rayon-core`Celina G. Val-1/+1
2025-06-11Merge pull request #4383 from LorrensP-2158466/remove-leaky-syncobjRalf Jung-129/+153
2025-06-11Auto merge of #142358 - matthiaskrgr:rollup-fxe6m7k, r=matthiaskrgrbors-3/+33
2025-06-11mutex, rwlock: move some methods around so we borrow the RefCell less oftenRalf Jung-80/+75
2025-06-11use RwLockRef instead of RwLockIdLorrensP-2158466-72/+101
2025-06-11Fix missing newline trim in bootstrapJakub Beránek-1/+2
2025-06-11hir-ty: test (the absence of) incremental trait solvingDavid Barsky-1/+87
2025-06-11stabilize gaiBoxy-11/+10
2025-06-11Do not warn on `rust.incremental` when using download CI rustcJakub Beránek-2/+1
2025-06-11Rollup merge of #142298 - jieyouxu:loongarch-maintainer-list, r=fee1-deadMatthias Krüger-2/+2
2025-06-11Rollup merge of #142297 - jieyouxu:needs-target-std, r=KobzolMatthias Krüger-1/+31
2025-06-11Update extracted-doctest feature documentationGuillaume Gomez-5/+20
2025-06-11put flag check at the end of command chain in mingw-check-2bit-aloo-4/+5
2025-06-11Merge pull request #19973 from Veykril/push-ppltxvqvqmkkLukas Wirth-3/+9