| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-08-10 | internal: unify subcommand handling between ra and xtask | Aleksey Kladov | -59/+61 | |
| 2021-07-18 | internal: simplify handling of the build scripts | Aleksey Kladov | -6/+2 | |
| 2021-06-11 | Only prefill caches in the completion benchmark | Kirill Bulatov | -2/+6 | |
| 2021-05-03 | Add a way to resolve certain assists | Kirill Bulatov | -3/+4 | |
| 2021-04-13 | feat: improve performance by delaying computation of fixes for diagnostics | Aleksey Kladov | -1/+2 | |
| 2021-04-12 | feat: avoid checking the whole project during initial loading | Aleksey Kladov | -1/+2 | |
| 2021-03-02 | Fix ProcMacroClient dropped too early in cli | Edwin Cheng | -1/+2 | |
| 2021-02-16 | Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn ↵ | Vincent Esche | -7/+4 | |
| load_workspace` | ||||
| 2021-02-08 | Consolidate `fn load_cargo(…)` parameters into `struct LoadCargoConfig ↵ | Vincent Esche | -3/+15 | |
| { … }` | ||||
| 2021-02-08 | Add `config: &CargoConfig` parameter to `fn load_cargo(…)` | Vincent Esche | -1/+1 | |
| 2020-12-04 | Fix `diagnostics` subcommand, look at all modules | Jonas Schievink | -11/+18 | |
| 2020-10-24 | Re-export base_db from ide_db | Igor Aleksanov | -1/+1 | |
| 2020-10-20 | Rename declaration_name -> display_name | Aleksey Kladov | -6/+2 | |
| 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). | ||||
| 2020-10-02 | Properly name the field | Kirill Bulatov | -5/+6 | |
| 2020-08-26 | Simplify help | Aleksey Kladov | -6/+1 | |
| 2020-08-18 | Align diagnostics config with the rest of rust-analyzer | Aleksey Kladov | -2/+3 | |
| 2020-08-18 | Make disabled diagnostics an argument of corresponding function | Igor Aleksanov | -1/+1 | |
| 2020-08-13 | Rename ra_ide -> ide | Aleksey Kladov | -1/+1 | |
| 2020-08-13 | Rename ra_db -> base_db | Aleksey Kladov | -1/+1 | |
| 2020-08-09 | Remove Option<...> from result of Crate::root_module | Paul Daniel Faria | -1/+1 | |
| There doesn't seem to be any need for it, and removing it simplies several paths of code that depend on it. | ||||
| 2020-07-24 | Only display experimental diagnostics when enabled | Jonas Schievink | -1/+1 | |
| 2020-06-29 | Use more of FxHash* | Laurențiu Nicola | -2/+5 | |
| 2020-06-23 | New VFS | Aleksey Kladov | -42/+31 | |
| 2020-04-16 | Add with-proc-macro in bench ,stats and diagnositcs | Edwin Cheng | -2/+7 | |
| 2020-04-14 | diagnostics cli, iterate over members | Josh Mcguigan | -18/+22 | |
| 2020-04-14 | cli diagnostics walk files | Josh Mcguigan | -47/+43 | |
| 2020-04-13 | add diagnostics subcommand to rust-analyzer CLI | Josh Mcguigan | -0/+74 | |
