| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-01-17 | status: output all crates a file belongs to | Jonas Schievink | -17/+17 | |
| 2021-11-29 | do something with library_symbols | Jake Heinz | -10/+5 | |
| 2021-06-29 | fix | Milo | -2/+1 | |
| 2021-06-29 | Update crates/ide/src/status.rs | Milo | -1/+1 | |
| Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com> | ||||
| 2021-06-28 | remove unneeded ifs | Milo | -9/+1 | |
| 2021-06-28 | check if counts should be a thing | Milo | -9/+12 | |
| 2021-06-28 | fix all reviews | Milo | -1/+1 | |
| 2021-06-19 | remove num_format | Milo | -3/+1 | |
| 2021-06-19 | update crate and deps section | Milo | -2/+2 | |
| 2021-06-19 | use num_format | Milo | -1/+3 | |
| 2021-06-19 | clean up some wording | Milo | -5/+5 | |
| 2021-06-18 | remove incorrect double blank new lines | Milo | -1/+1 | |
| 2021-06-18 | Recreate PR. | Milo | -4/+13 | |
| 2021-03-31 | Gifs and screenshots for features in manual | Ayomide Bamidele | -0/+1 | |
| 2021-01-21 | Include `countme` crate to count important data structures. | Aleksey Kladov | -0/+2 | |
| 2020-11-26 | Use `ExpandResult` instead of `MacroResult` | Jonas Schievink | -3/+3 | |
| `MacroResult` is redundant | ||||
| 2020-11-24 | Rename `parse_macro` to `parse_macro_expansion` | Jonas Schievink | -1/+1 | |
| This does not parse macros, it expands a macro and parses the *result* | ||||
| 2020-11-24 | hir_expand: propagate expansion errors | Jonas Schievink | -3/+5 | |
| 2020-10-24 | Re-export base_db from ide_db | Igor Aleksanov | -3/+3 | |
| 2020-10-20 | Rename declaration_name -> display_name | Aleksey Kladov | -1/+1 | |
| 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 | -1/+1 | |
| 2020-09-29 | Extend **Status** command to also show dep info for the file | Aleksey Kladov | -16/+33 | |
| This should help with troubleshooting wrong project configuration | ||||
| 2020-09-29 | Remove periodic gc stub | Aleksey Kladov | -3/+2 | |
| 2020-08-13 | Rename ra_ide -> ide | Aleksey Kladov | -0/+145 | |
