index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ide
/
src
/
rename.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-10
fix: ignore renames for crate root
harpsword
-0
/
+29
2022-05-28
fix(ide-db): correct single-file module rename
Nikita Podoliako
-2
/
+13
2022-04-12
Merge #11883
bors[bot]
-3
/
+71
2022-04-12
fix: move dir on rename mod
rainy-me
-3
/
+71
2022-04-09
fix: Check whether a parameter can be converted to a local
Lukas Wirth
-2
/
+7
2022-03-04
Support locals with multiple declaration sites
Lukas Wirth
-0
/
+49
2022-02-11
Use text range of name after macro expansion
Tianyi Song
-0
/
+28
2022-02-08
Add test
TheDoctor314
-0
/
+25
2021-11-11
internal: Flatten `Definition::ModuleDef` variant
Lukas Wirth
-1
/
+1
2021-11-04
Replace more Name::to_string usages with Name::to_smol_str
Lukas Wirth
-1
/
+1
2021-11-03
Update crates/ide/src/rename.rs
Anatol Ulrich
-1
/
+0
2021-11-02
accept identical Indels when merging; add rename test case
Anatol Ulrich
-2
/
+34
2021-10-27
remove TODO comment
Anatol Ulrich
-1
/
+0
2021-10-27
re-introduce `always!`
Anatol Ulrich
-8
/
+7
2021-10-27
unwrap--
Anatol Ulrich
-3
/
+3
2021-10-27
fix logic error: alias detection was too lenient
Anatol Ulrich
-18
/
+23
2021-10-27
wip
Anatol Ulrich
-12
/
+30
2021-10-27
remove resolved TODO questions
Anatol Ulrich
-1
/
+0
2021-10-27
doxx
Anatol Ulrich
-4
/
+11
2021-10-27
one down
Anatol Ulrich
-3
/
+4
2021-10-27
make imports less odd
Anatol Ulrich
-4
/
+1
2021-10-27
WIP: fix: make `rename` multi-token mapping aware
Anatol Ulrich
-66
/
+95
2021-10-16
more clippy fixes
Milo
-5
/
+4
2021-10-05
Replace `if let Some(_) = foo` with `if foo.is_some()`
Aramis Razzaghipour
-1
/
+1
2021-10-02
Fix rename trying to edit the same range multiple times
Lukas Wirth
-0
/
+45
2021-09-14
Add some more attribute ide tests
Lukas Wirth
-0
/
+22
2021-08-20
Rename fails on renaming definitions created by macros
Lukas Wirth
-7
/
+2
2021-08-17
Emit more concise text edits in ide_db::rename
Lukas Wirth
-0
/
+1
2021-08-16
some code docs for the ide_db/rename module
Lukas Wirth
-0
/
+1
2021-08-16
Handle all rename special cases for all record pattern fields
Lukas Wirth
-3
/
+65
2021-07-29
Refine extraction targets of extract_function assist
Lukas Wirth
-12
/
+12
2021-07-11
Inline name classification reference calls
Lukas Wirth
-9
/
+20
2021-07-11
Explicitly check for reference locals or fields in Name classification
Lukas Wirth
-4
/
+5
2021-07-11
internal: remove one more needless extern crate
Aleksey Kladov
-3
/
+2
2021-07-11
internal: remove unused param
Aleksey Kladov
-2
/
+2
2021-06-28
Include `self` in usage search for modules in their definition source
Lukas Wirth
-2
/
+8
2021-06-25
Fix renaming associated trait items with colliding names
Lukas Wirth
-0
/
+19
2021-06-20
fix: rename works when invoked on a reference
Aleksey Kladov
-24
/
+22
2021-06-14
minor: less ambiguous name
Aleksey Kladov
-2
/
+3
2021-06-14
internal: flatten module hierarchy
Aleksey Kladov
-0
/
+1789