| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-31 | `cargo clippy --fix` | Lukas Wirth | -44/+41 | |
| 2025-06-23 | Don't run doctests | Chayim Refael Friedman | -0/+1 | |
| 2025-04-29 | Cleanup cfg check handling in expression store lowering | Lukas Wirth | -2/+1 | |
| 2025-03-23 | chore: Bump dependencies | Lukas Wirth | -1/+1 | |
| 2025-03-15 | cargo fmt | BenjaminBrienen | -1/+1 | |
| 2025-02-27 | enable doctest | BenjaminBrienen | -1/+0 | |
| 2025-02-04 | Make `rust-analyzer.files.excludeDirs` work, actually | Chayim Refael Friedman | -2/+3 | |
| I have no idea what the original writer of the code thought but the logic just seems backwards. We should not exclude a file/directory if it is equal to an include! This also meant that we had to add a `root == path` check so this stuff will actually work, which in turn meant excludes (of root files) no longer worked... Also rename if to `rust-analyzer.files.exclude`, because it can exclude files as well. | ||||
| 2025-01-14 | Update `notify` to `8.0.0` | Carson M. | -1/+1 | |
| 2024-08-12 | Auto merge of #17843 - mo8it:flycheck, r=Veykril | bors | -3/+6 | |
| internal: Performance optimizations - Use `Command::arg` directly - Avoid the overhead of the `select!` macro when possible - Use `select_biased!` | ||||
| 2024-08-12 | Use the send method | mo8it | -31/+23 | |
| 2024-08-12 | Add track_caller | mo8it | -0/+1 | |
| 2024-08-12 | Revert "Remove unneeded `send` method" | mo8it | -10/+12 | |
| This reverts commit 567bde603cfeedb5cfc44e441578c5416bfc4f35. | ||||
| 2024-08-11 | Fix deadlock | mo8it | -0/+6 | |
| 2024-08-10 | Avoid the overhead of select! when possible | mo8it | -3/+6 | |
| 2024-08-09 | Remove unneeded `send` method | mo8it | -12/+10 | |
| 2024-08-09 | Use crossbeam-channel from the workspace | mo8it | -1/+1 | |
| 2024-08-09 | Use Sender instead of boxed closure in vfs | mo8it | -26/+33 | |
| 2024-08-07 | Slightly quieter fatal panics | Lukas Wirth | -1/+4 | |
| 2024-08-06 | Replace `[package.repository] = "…"` of published crates with ↵ | Vincent Esche | -1/+1 | |
| `[package.repository.workspace] = true` | ||||
| 2024-08-06 | Add repository URL for published crates' missing `[package.repository]` fields | Vincent Esche | -0/+1 | |
| 2024-08-06 | Replace `"TBD"` with more helpful desciptions in published crates' ↵ | Vincent Esche | -1/+1 | |
| `[package.description]` fields | ||||
| 2024-08-05 | Slightly optimize watch list in vfs | Lukas Wirth | -12/+29 | |
| 2024-08-02 | Wait with change processing until the vfs is done | Lukas Wirth | -0/+1 | |
| 2024-08-02 | internal: Load VFS config changes in parallel | Lukas Wirth | -69/+106 | |
| 2024-08-02 | internal: Remove AbsPathBuf::TryFrom impl that checks too many things at once | Lukas Wirth | -3/+11 | |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml ↵ | Lukas Wirth | -2/+0 | |
| already enforces this | ||||
| 2024-04-30 | discard when the path is invalid utf8 symbol. | Yu Zeng | -1/+1 | |
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+311 | |
