rust-analyzer/crates
2025-12-21 01:05:36 +00:00
..
base-db feat: introduce crate_attrs field in rust-project.json 2025-12-18 01:27:43 +00:00
cfg feat: pretty print attributes up to cfg(false) 2025-12-18 00:16:34 +00:00
edition chore: Bump Edition::CURRENT to 2024 2025-03-17 12:29:19 +01:00
hir Review comments - some cleanups to get_failed_obligations, including returning a list 2025-12-21 01:05:36 +00:00
hir-def Lay the basics for non-Copy solver types with GC 2025-12-18 10:12:03 +02:00
hir-expand internal: add special ErasedFileAstId used for bypassing downmapping 2025-12-16 05:23:53 +00:00
hir-ty Add lsp extension to get failed trait obligations for a given function 2025-12-20 22:43:58 +00:00
ide Add lsp extension to get failed trait obligations for a given function 2025-12-20 22:43:58 +00:00
ide-assists Merge pull request #21258 from A4-Tacks/fix-add-ret-function-in-closure 2025-12-15 19:02:35 +00:00
ide-completion Merge pull request #21278 from A4-Tacks/mut-ref-type-match 2025-12-16 08:52:33 +00:00
ide-db Merge pull request #21262 from dfireBird/hir-locals-used 2025-12-15 14:26:41 +00:00
ide-diagnostics feat: introduce crate_attrs field in rust-project.json 2025-12-18 01:27:43 +00:00
ide-ssr rust-analyzer: prep crates for testing against in-tree rustc_private 2025-12-11 20:22:49 +08:00
intern Add extensive docs for the unsafe operations 2025-12-18 17:30:20 +02:00
load-cargo rust-analyzer: prep crates for testing against in-tree rustc_private 2025-12-11 20:22:49 +08:00
macros Lay the basics for non-Copy solver types with GC 2025-12-18 10:12:03 +02:00
mbe Pass the correct per-token (not global) edition when expanding macro_rules 2025-11-28 10:30:10 +02:00
parser Format code 2025-12-15 04:30:49 +00:00
paths Fix rustdoc warnings and add CI 2025-12-01 13:06:15 +00:00
proc-macro-api Format code 2025-12-15 04:30:49 +00:00
proc-macro-srv fix: More proc-macro-srv proto fixes 2025-12-03 16:17:51 +01:00
proc-macro-srv-cli proc-macro-srv: Fix <TokenStream as Display>::fmt impl producing trailing whitespace 2025-11-27 13:51:20 +01:00
profile Implement next trait solver 2025-08-09 16:08:58 +00:00
project-model feat: introduce crate_attrs field in rust-project.json 2025-12-18 01:27:43 +00:00
query-group-macro Lay the basics for non-Copy solver types with GC 2025-12-18 10:12:03 +02:00
rust-analyzer Review comments - some cleanups to get_failed_obligations, including returning a list 2025-12-21 01:05:36 +00:00
span Merge pull request #21280 from ChayimFriedman2/fix-assert 2025-12-16 06:00:31 +00:00
stdx Merge pull request #20909 from taj-p/master 2025-11-15 09:17:33 +02:00
syntax Merge ref '0208ee09be46' from rust-lang/rust 2025-12-15 04:30:45 +00:00
syntax-bridge rust-analyzer: prep crates for testing against in-tree rustc_private 2025-12-11 20:22:49 +08:00
test-fixture feat: introduce crate_attrs field in rust-project.json 2025-12-18 01:27:43 +00:00
test-utils feat: introduce crate_attrs field in rust-project.json 2025-12-18 01:27:43 +00:00
toolchain Prevent rustup from automatically installing toolchains 2025-09-30 19:02:10 +03:00
tt rust-analyzer: prep crates for testing against in-tree rustc_private 2025-12-11 20:22:49 +08: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