aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/status.rs
Commit message (Collapse)AuthorAgeFilesLines
* Gifs and screenshots for features in manualAyomide Bamidele2021-03-311-0/+1
|
* Include `countme` crate to count important data structures.Aleksey Kladov2021-01-211-0/+2
|
* Use `ExpandResult` instead of `MacroResult`Jonas Schievink2020-11-261-3/+3
| | | | `MacroResult` is redundant
* Rename `parse_macro` to `parse_macro_expansion`Jonas Schievink2020-11-241-1/+1
| | | | This does not parse macros, it expands a macro and parses the *result*
* hir_expand: propagate expansion errorsJonas Schievink2020-11-241-3/+5
|
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-3/+3
|
* Rename declaration_name -> display_nameAleksey Kladov2020-10-201-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).
* Properly name the fieldKirill Bulatov2020-10-021-1/+1
|
* Extend **Status** command to also show dep info for the fileAleksey Kladov2020-09-291-16/+33
| | | | This should help with troubleshooting wrong project configuration
* Remove periodic gc stubAleksey Kladov2020-09-291-3/+2
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+145