rust-analyzer/crates/rust-analyzer/src
Lukas Wirth 27a5b1ba0c
Merge pull request #19330 from ChayimFriedman2/normalize-projection
fix: Normalize projections in evaluated const display and layout calculation
2025-03-10 09:15:35 +00:00
..
bin Enforce a current directory being set for spawned commands 2024-12-29 12:51:13 +01:00
cli Pass the target crate in HirFormatter 2025-03-06 21:00:05 +02:00
config rust-analyzer: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
diagnostics minor: New clippy lints 2025-01-06 17:57:17 +01:00
handlers Warn the user when a rename will change the meaning of the program 2025-03-06 21:07:10 +02:00
lsp Warn the user when a rename will change the meaning of the program 2025-03-06 21:07:10 +02:00
tracing fix doc tests 2025-02-27 14:58:46 +01:00
cli.rs Add command to report unresolved references 2024-09-05 12:11:28 -05:00
command.rs Allow flycheck process to exit gracefully 2024-08-15 15:18:15 -07:00
config.rs Allow unsetting default cfgs 2025-02-27 17:34:29 +01:00
diagnostics.rs fix: Fix empty check diagnostics not marking files as changed 2024-12-22 12:38:38 +01:00
discover.rs Enforce a current directory being set for spawned commands 2024-12-29 12:51:13 +01:00
flycheck.rs Allow unsetting default cfgs 2025-02-27 17:34:29 +01:00
global_state.rs Pop up a notification for the MSRV project loading warning 2025-03-07 07:51:53 +01:00
hack_recover_crate_name.rs Add test explorer 2024-03-06 00:05:29 +03:30
integrated_benchmarks.rs Do not include excluded files even when the client opens them 2025-02-05 11:11:25 +02:00
lib.rs Move project MSRV back to 1.78 2025-03-07 07:51:53 +01:00
line_index.rs internal: speedup LineEndings calculation using 'memchr' 2024-01-18 17:03:29 +08:00
lsp.rs Warn when the used toolchain looks too old for rust-analyzer 2025-02-27 17:59:39 +01:00
main_loop.rs Do not include excluded files even when the client opens them 2025-02-05 11:11:25 +02:00
mem_docs.rs VFS no longer stores all source files in memory 2024-01-08 12:51:16 +01:00
op_queue.rs fix doc tests 2025-02-27 14:58:46 +01:00
reload.rs Pop up a notification for the MSRV project loading warning 2025-03-07 07:51:53 +01:00
target_spec.rs fix: Fix flycheck getting confused which package to check 2025-01-06 11:05:51 +01:00
task_pool.rs Prevent panics from tearing down worker threads 2025-02-04 15:03:35 +01:00
test_runner.rs Fix parsing cargo test json output by making stdout and optional field 2025-01-09 16:01:08 +00:00
version.rs use "bootstrap" instead of "rustbuild" in comments and docs 2024-07-07 00:07:08 +03:00