aboutsummaryrefslogtreecommitdiff
path: root/crates/base_db/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix coercion in match with expected typeFlorian Diebold2021-06-121-1/+1
| | | | Plus add infrastructure to test type mismatches without expect.
* Add more profiling for flyimportsKirill Bulatov2021-06-101-0/+1
|
* Update salsaJonas Schievink2021-05-271-43/+2
|
* internal: track missing `.check_cancelled`Aleksey Kladov2021-03-291-0/+3
|
* Move TokenExpander to base_db and rename itJonas Schievink2020-12-271-1/+1
| | | | It's only used to break the dependency to proc_macro_api
* Introduce anchored_pathAleksey Kladov2020-12-091-8/+2
| | | | | They allow to represent paths like `#[path = "C:\path.rs"] mod foo;` in a lossless cross-platform & network-transparent way.
* .Aleksey Kladov2020-12-091-3/+4
|
* Retain types of proc macros and allow attr. macrosJonas Schievink2020-12-071-1/+1
|
* Deny unreachable-pubAleksey Kladov2020-11-021-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 namesAleksey Kladov2020-10-201-2/+2
|
* Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-021-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 -> ideAleksey Kladov2020-08-131-1/+1
|
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-0/+167