Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass crate environment to proc macros | Jonas Schievink | 2020-12-27 | 1 | -2/+10 |
| | |||||
* | Move TokenExpander to base_db and rename it | Jonas Schievink | 2020-12-27 | 1 | -3/+8 |
| | | | | It's only used to break the dependency to proc_macro_api | ||||
* | Retain types of proc macros and allow attr. macros | Jonas Schievink | 2020-12-07 | 1 | -4/+9 |
| | |||||
* | Compress code | Aleksey Kladov | 2020-11-17 | 1 | -2/+18 |
| | |||||
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 1 | -3/+1 |
| | | | | | | | | 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 | -7/+20 |
| | |||||
* | 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 | ||||
* | 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 | 1 | -2/+2 |
| | |||||
* | Move most of the logic into the completion module | Kirill Bulatov | 2020-09-09 | 1 | -1/+7 |
| | |||||
* | Rename ra_db -> base_db | Aleksey Kladov | 2020-08-13 | 1 | -0/+453 |