rust-analyzer/crates
Chayim Refael Friedman 260f94c0ce
Some checks failed
rustdoc / rustdoc (push) Has been cancelled
metrics / build_metrics (push) Has been cancelled
metrics / other_metrics (diesel-1.4.8) (push) Has been cancelled
metrics / other_metrics (hyper-0.14.18) (push) Has been cancelled
metrics / other_metrics (ripgrep-13.0.0) (push) Has been cancelled
metrics / other_metrics (self) (push) Has been cancelled
metrics / other_metrics (webrender-2022) (push) Has been cancelled
metrics / generate_final_metrics (push) Has been cancelled
Merge pull request #21007 from joe-p/feat/more_param_names
Add "msg" and "op" to hidden inlay parameter names
2025-11-10 13:33:28 +00:00
..
base-db Revert "internal: Rewrite attribute handling" 2025-10-22 19:19:13 +03:00
cfg Revert "internal: Rewrite attribute handling" 2025-10-22 19:19:13 +03:00
edition chore: Bump Edition::CURRENT to 2024 2025-03-17 12:29:19 +01:00
hir perf: Only populate public items in dependency symbol index 2025-11-09 13:30:12 +01:00
hir-def Fix test URL 2025-11-04 10:09:45 +02:00
hir-expand Revert "internal: Rewrite attribute handling" 2025-10-22 19:19:13 +03:00
hir-ty fix: Fix panicking while resolving callable sigs for AsyncFnMut 2025-11-05 01:00:09 +09:00
ide feat: hide "msg" and "op" parameter names 2025-11-09 18:15:48 -05:00
ide-assists Merge pull request #20985 from Natural-selection1/rename 2025-11-10 08:04:33 +00:00
ide-completion Fix .const missing block on with modifier block 2025-11-09 21:26:01 +08:00
ide-db perf: Only populate public items in dependency symbol index 2025-11-09 13:30:12 +01:00
ide-diagnostics Add regression tests for some fixed A-ty issues 2025-10-27 02:18:52 +09:00
ide-ssr Disassemble SymbolsDatabase 2025-11-08 18:35:10 +01:00
intern Replace more smol strings with symbols 2025-11-08 13:44:35 +01:00
load-cargo cargo clippy --fix 2025-07-31 10:55:10 +02:00
macros Improve fixture support 2025-10-16 22:06:16 +03:00
mbe move test per review feedback 2025-09-29 11:18:49 -04:00
parser Fix not parse never type in inherent impl 2025-11-05 16:33:02 +08:00
paths Don't run doctests 2025-06-23 00:50:22 +03:00
proc-macro-api Add version command to proc-macro-srv 2025-07-31 10:10:50 +02:00
proc-macro-srv fix: Expand literals with wrong suffixes into LitKind::Err 2025-11-04 02:08:33 +09:00
proc-macro-srv-cli Add version command to proc-macro-srv 2025-07-31 10:10:50 +02:00
profile Implement next trait solver 2025-08-09 16:08:58 +00:00
project-model fix: Canonicalize custom-target.json paths when fetching sysroot metadata 2025-11-04 03:00:29 +09:00
query-group-macro internal: bump salsa to 0.24 2025-10-04 09:47:26 -07:00
rust-analyzer Disassemble SymbolsDatabase 2025-11-08 18:35:10 +01:00
span Switch to home-made db attaching infrastructure 2025-10-05 09:55:50 +03:00
stdx Rename downcast_[ref|mut]_unchecked -> downcast_unchecked_[ref|mut] 2025-10-26 06:36:22 +10:30
syntax Add ide-assist: convert_range_for_to_while 2025-11-04 13:31:41 +08:00
syntax-bridge Revert "internal: Rewrite attribute handling" 2025-10-22 19:19:13 +03:00
test-fixture Revert "internal: Rewrite attribute handling" 2025-10-22 19:19:13 +03:00
test-utils Improve fixture support 2025-10-16 22:06:16 +03:00
toolchain Prevent rustup from automatically installing toolchains 2025-09-30 19:02:10 +03:00
tt fix: Expand literals with wrong suffixes into LitKind::Err 2025-11-04 02:08:33 +09:00
vfs Use FileId::MAX for id assertion in PathInterner::intern 2025-09-27 12:03:04 +05:30
vfs-notify cargo clippy --fix 2025-07-31 10:55:10 +02:00