about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2025-04-10Remove all upcasts!Chayim Refael Friedman-1257/+1009
2025-04-10Update MSRV to Rust 1.86.0Chayim Refael Friedman-1/+1
2025-04-10Update crates/hir-def/src/resolver.rsHayashi Mikihiro-1/+1
2025-04-10TypeNs contain moduleHayashi Mikihiro-88/+71
2025-04-10return single optionHayashi Mikihiro-78/+59
2025-04-10fix: shadow type by moduleHayashi Mikihiro-72/+281
2025-04-10Fix a small bug with catastrophic effectsChayim Refael Friedman-1/+1
2025-04-09Enable `[canonicalize-issue-links]` and `[no-mentions]` in triagebotUrgau-0/+6
2025-04-09Merge pull request #19553 from davidbarsky/davidbarsky/fix-rustdoc-testsDavid Barsky-4/+4
2025-04-09internal: fix `NameGenerator`'s and `AnyMap`'s rustdocsDavid Barsky-4/+4
2025-04-09internal: rename `children_modules` to `child_modules`David Barsky-39/+45
2025-04-09Merge pull request #19550 from Veykril/push-rsskztqzwuzkLukas Wirth-87/+104
2025-04-09refactor: Turn `LifetimeRef` into an enumLukas Wirth-87/+104
2025-04-09Merge pull request #19255 from geetanshjuneja/masterLukas Wirth-1/+204
2025-04-09Merge pull request #19462 from Veykril/push-ypvprvvwkyllLukas Wirth-7988/+6728
2025-04-09refactor: Lower type-refs before type inferenceLukas Wirth-7988/+6728
2025-04-08Rollup merge of #139496 - Skgland:139455-went-too-far, r=VeykrilMatthias Krüger-7/+38
2025-04-08Merge pull request #19536 from jackh726/closure-inferDavid Barsky-157/+405
2025-04-08make hover_feature test less fragileRalf Jung-79/+8
2025-04-08Merge pull request #19541 from Veykril/push-twqrorwqzmwvLukas Wirth-109/+291
2025-04-08fix(auto-import): Prefer imports of matching types for argument lists Lukas Wirth-109/+291
2025-04-07Port closure inference from rustcjackh726-157/+405
2025-04-07Revert "remove rust-analyser support for `extern "rust-intrinsic"` blocks"Bennet Bleßmann-7/+38
2025-04-07cargo xtask tidygeetanshjuneja-2/+9
2025-04-07added children modulesgeetanshjuneja-0/+196
2025-04-07Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obkStuart Cook-64/+9
2025-04-07Merge pull request #19425 from ConradIrwin/drop-drop-glue-gooLukas Wirth-421/+107
2025-04-07Merge pull request #19511 from snprajwal/fixmesLukas Wirth-47/+36
2025-04-07Merge pull request #19432 from ShoyuVanilla/issue-19431Lukas Wirth-26/+134
2025-04-07Merge pull request #19512 from BenjaminBrienen/update-stdxLukas Wirth-97/+131
2025-04-06upstream stdx changesBenjaminBrienen-97/+131
2025-04-06update docsBennet Bleßmann-26/+2
2025-04-06remove rust-analyser support for `extern "rust-intrinsic"` blocksSkgland-38/+7
2025-04-06Merge pull request #19533 from Veykril/push-zxlpwkvzxzwsLukas Wirth-14/+14
2025-04-06chore: Set up a proper job matrix for rust-crossLukas Wirth-14/+14
2025-04-06Merge pull request #19531 from Veykril/push-kxyrpznnllkxLukas Wirth-54/+129
2025-04-06fix: Fix `format_args` lowering for >=1.87Lukas Wirth-54/+129
2025-04-05Clean up `rustc-literal-escaper` usage in rust-analyzerGuillaume Gomez-5/+3
2025-04-05Merge pull request #19447 from Natural-selection1/add_impl_forLukas Wirth-0/+27
2025-04-05Merge pull request #19501 from ChayimFriedman2/macro-expansionLukas Wirth-11/+107
2025-04-05 the rustdoc file prefix for constants is "constant" not "const"Jonathan Chan Kwan Yin-1/+1
2025-04-04Update `rustc-literal-escaper` version to `0.0.2`Guillaume Gomez-4/+4
2025-04-04Merge pull request #19519 from snprajwal/project-control-no-depsLukas Wirth-2/+31
2025-04-04internal: fix salsa-ified crate graph working with lazy project discoveryDavid Barsky-31/+23
2025-04-04Merge pull request #19522 from davidbarsky/davidbarsky/fix-panic-in-view-crat...Lukas Wirth-1/+3
2025-04-04Merge pull request #19515 from jrmuizel/multiple-definitionsLukas Wirth-7/+102
2025-04-04internal: fix panic in `view_crate_graph`David Barsky-1/+3
2025-04-04fix: don't drop references with more than one definition.Jeff Muizelaar-7/+102
2025-04-04prefer default over newBenjaminBrienen-125/+98
2025-04-04feat(project-model): provide flag for no depsPrajwal S N-2/+31