about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates
AgeCommit message (Expand)AuthorLines
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-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-27/+27
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-0/+151
2025-04-09Merge pull request #19462 from Veykril/push-ypvprvvwkyllLukas Wirth-7986/+6717
2025-04-09refactor: Lower type-refs before type inferenceLukas Wirth-7986/+6717
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-1/+8
2025-04-07added children modulesgeetanshjuneja-0/+144
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-15/+8
2025-04-07Merge pull request #19432 from ShoyuVanilla/issue-19431Lukas Wirth-26/+134
2025-04-07Merge pull request #19512 from BenjaminBrienen/update-stdxLukas Wirth-95/+129
2025-04-06upstream stdx changesBenjaminBrienen-95/+129
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 #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-4/+2
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-2/+2
2025-04-04Merge pull request #19519 from snprajwal/project-control-no-depsLukas Wirth-2/+15
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-120/+91
2025-04-04feat(project-model): provide flag for no depsPrajwal S N-2/+15
2025-04-04Remove usage of `rustc_lexer::unescape` in rust-analyzerGuillaume Gomez-18/+13
2025-04-04chore: clean up some FIXMEsPrajwal S N-15/+8
2025-04-03Stabilize `cfg_boolean_literals`clubby789-29/+0
2025-04-03feat(proc-macro-srv): support metadata version 10Prajwal S N-4/+4
2025-04-03fix(ide-assists): remove `AssistKind::None`Prajwal S N-15/+5
2025-04-01Fix a bug in MBE expansion that arose from incorrect fixing of an older bug i...Chayim Refael Friedman-11/+107