| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-03-12 | more clippy fixes: | Matthias Krüger | -1/+1 | |
| clippy::match_like_matches_macro clippy::to_string_in_format_args clippy::single_char_add_str clippy::filter_map_identity clippy::clone_on_copy clippy::useless_format clippy::unused_unit | ||||
| 2021-09-27 | Rename `*Owner` traits to `Has*` | Lukas Wirth | -4/+4 | |
| 2021-03-31 | Gifs and screenshots for features in manual | Ayomide Bamidele | -0/+3 | |
| 2021-03-27 | Unleash macro 2.0 in hightlight and more | Edwin Cheng | -1/+1 | |
| 2021-03-15 | Move code to the appropriate layer | Aleksey Kladov | -1/+7 | |
| StructureNodeKind is a type which is specific to a particular feature, file_structure. It shouldn't be in the "code shared by all ide features" part. | ||||
| 2021-03-14 | Introduce StructureNodeKind | ivan770 | -41/+85 | |
| 2021-03-14 | Added region intersection test | ivan770 | -0/+53 | |
| 2021-03-14 | Shorten trim call | ivan770 | -1/+1 | |
| 2021-03-14 | Provide regions in file structure | ivan770 | -4/+49 | |
| 2021-01-20 | Move SymbolKind to ide_db | Lukas Wirth | -2/+1 | |
| 2020-12-18 | Don't expose SyntaxKind from IDE API | Aleksey Kladov | -38/+42 | |
| SyntaxKind is somewhat of an internal type, but IDE is using it to basically specify an icon. Let's have a dedicated entity for this instead. | ||||
| 2020-12-15 | Move to upstream `macro_rules!` model | Jonas Schievink | -10/+4 | |
| 2020-11-02 | Remove more unreachable pubs | Aleksey Kladov | -1/+1 | |
| 2020-08-21 | Switch to expect_test from crates.io | Aleksey Kladov | -1/+1 | |
| 2020-08-13 | Rename ra_ide -> ide | Aleksey Kladov | -0/+431 | |
