Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update salsa | Jonas Schievink | 2021-05-27 | 1 | -43/+2 |
| | |||||
* | internal: track missing `.check_cancelled` | Aleksey Kladov | 2021-03-29 | 1 | -0/+3 |
| | |||||
* | Move TokenExpander to base_db and rename it | Jonas Schievink | 2020-12-27 | 1 | -1/+1 |
| | | | | It's only used to break the dependency to proc_macro_api | ||||
* | Introduce anchored_path | Aleksey Kladov | 2020-12-09 | 1 | -8/+2 |
| | | | | | They allow to represent paths like `#[path = "C:\path.rs"] mod foo;` in a lossless cross-platform & network-transparent way. | ||||
* | . | Aleksey Kladov | 2020-12-09 | 1 | -3/+4 |
| | |||||
* | Retain types of proc macros and allow attr. macros | Jonas Schievink | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 1 | -2/+2 |
| | | | | | | | | It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034. | ||||
* | More type safety around names | Aleksey Kladov | 2020-10-20 | 1 | -2/+2 |
| | |||||
* | Move ide::AnalysisChange -> base_db::Change | Aleksey Kladov | 2020-10-02 | 1 | -0/+2 |
| | | | | | | This seems like a better factoring logically; ideally, clients shouldn't touch `set_` methods of the database directly. Additionally, I think this should remove the unfortunate duplication in fixture code. | ||||
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Rename ra_db -> base_db | Aleksey Kladov | 2020-08-13 | 1 | -0/+167 |