about summary refs log tree commit diff
path: root/crates/ide/src/extend_selection.rs
AgeCommit message (Collapse)AuthorLines
2022-03-12fix clippy::redundant_closureMatthias Krüger-1/+1
2022-03-05fix: Recognize `Self` as a proper keywordLukas Wirth-1/+1
2021-10-12Saw a FIXME comment and decided to fix it.Mirko Rainer-3/+3
This renames `descend_into_macros` to `descend_into_macros_single` and `descend_into_macros_many` into `descend_into_macros`. However, this does not touch a function in `SemanticsImpl` of same name.
2021-06-13clippy::redudant_borrowMaan2003-1/+1
2021-03-31Gifs and screenshots for features in manualAyomide Bamidele-0/+2
2021-03-21clippy::complexity simplifications related to IteratorsMatthias Krüger-4/+3
2021-03-16Upgrade rowanAleksey Kladov-4/+9
Notably, new rowan comes with support for mutable syntax trees.
2021-02-20Remove documentation of obsolete extend selection commandLaurențiu Nicola-3/+5
2021-01-20.Aleksey Kladov-2/+2
2021-01-15Remove useless wrapperAleksey Kladov-3/+3
2021-01-07Change <|> to $0 - RebaseKevaundray Wedderburn-54/+54
2020-12-16Node-ify lifetimesLukas Wirth-1/+1
2020-11-06Kill RAW_ literalsAleksey Kladov-1/+1
Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level.
2020-10-02rename mock_analysis -> fixtureAleksey Kladov-2/+2
2020-08-13Rename ra_ide -> ideAleksey Kladov-0/+654