Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -5/+10 |
| | |||||
* | Compress code | Aleksey Kladov | 2020-11-17 | 1 | -2/+18 |
| | |||||
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 2 | -5/+3 |
| | | | | | | | | 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 | 3 | -11/+24 |
| | |||||
* | Introduce CrateDisplayName | Aleksey Kladov | 2020-10-20 | 1 | -1/+23 |
| | |||||
* | Rename declaration_name -> display_name | Aleksey Kladov | 2020-10-20 | 1 | -9/+11 |
| | | | | | | | | Declaration names sounds like a name of declaration -- something you can use for analysis. It empathically isn't, and is just a label displayed in various UI. It's important not to confuse the two, least we accidentally mix semantics with UI (I believe, there's already a case of this in the FamousDefs at least). | ||||
* | Add a hacky remidy for #6038 | Aleksey Kladov | 2020-10-20 | 1 | -0/+23 |
| | | | | | | | The proper fix I think is: * move rust-lang/rust library crates to a separate workspace * when packaging rust-src component, vendor sources of external deps | ||||
* | :arrow_up: salsa | Aleksey Kladov | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | Improve prime_caches and display its progress | Jonas Schievink | 2020-10-12 | 1 | -0/+28 |
| | |||||
* | Properly name the field | Kirill Bulatov | 2020-10-02 | 1 | -6/+7 |
| | |||||
* | Fix the hover dash issues | Kirill Bulatov | 2020-10-02 | 2 | -5/+5 |
| | |||||
* | Add a dash test | Kirill Bulatov | 2020-10-02 | 1 | -2/+2 |
| | |||||
* | Get rid of MockAnalysis | Aleksey Kladov | 2020-10-02 | 1 | -6/+8 |
| | |||||
* | Rewrite fixtures on top of Change | Aleksey Kladov | 2020-10-02 | 1 | -83/+90 |
| | |||||
* | Move ide::AnalysisChange -> base_db::Change | Aleksey Kladov | 2020-10-02 | 2 | -0/+99 |
| | | | | | | 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. | ||||
* | Move most of the logic into the completion module | Kirill Bulatov | 2020-09-09 | 2 | -83/+9 |
| | |||||
* | Finally cretae the mod completion module | Kirill Bulatov | 2020-09-09 | 1 | -1/+1 |
| | |||||
* | Move rust-related logic from vfs to base_db level | Kirill Bulatov | 2020-09-09 | 1 | -1/+69 |
| | |||||
* | Properly handle special cases (binaries, mod.rs) | Kirill Bulatov | 2020-09-09 | 1 | -23/+1 |
| | |||||
* | Exclude special files | Kirill Bulatov | 2020-09-09 | 1 | -0/+5 |
| | |||||
* | Small refactoring | Kirill Bulatov | 2020-09-09 | 1 | -21/+15 |
| | |||||
* | Happy path implemented | Kirill Bulatov | 2020-09-09 | 1 | -4/+12 |
| | |||||
* | Properly use FileSet API | Kirill Bulatov | 2020-09-09 | 1 | -10/+8 |
| | |||||
* | Better API | Kirill Bulatov | 2020-09-09 | 1 | -3/+20 |
| | |||||
* | First steps for mod<|> completion | Kirill Bulatov | 2020-09-09 | 1 | -2/+14 |
| | |||||
* | Add description for crates that will be published | Pavan Kumar Sunkara | 2020-08-24 | 1 | -0/+1 |
| | |||||
* | Add version to deps in cargo.toml | Pavan Kumar Sunkara | 2020-08-24 | 1 | -7/+7 |
| | |||||
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Rename ra_db -> base_db | Aleksey Kladov | 2020-08-13 | 5 | -0/+917 |