index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ide_db
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split out merge_imports module from helpers::insert_use
Lukas Wirth
2021-04-24
3
-318
/
+318
*
Merge #8591 #8638
bors[bot]
2021-04-23
2
-179
/
+142
|
\
*
\
Merge #8317
bors[bot]
2021-04-23
1
-7
/
+51
|
\
\
|
*
|
Use multiple loops instead of `Iterator::chain` in `FindUsages`
unexge
2021-04-21
1
-13
/
+22
|
*
|
Add convert tuple struct to named struct assist
unexge
2021-04-04
1
-9
/
+9
|
*
|
Allow including `Self` kw references to `FindUsages`
unexge
2021-04-04
1
-4
/
+39
|
|
*
Add cov_marks to insert_use tests
Lukas Wirth
2021-04-20
2
-1
/
+39
|
|
*
Remove SyntaxRewriter usage in insert_use in favor of ted
Lukas Wirth
2021-04-20
2
-178
/
+103
|
|
/
|
/
|
*
|
Check for rust doc code attributes like rustdoc does
Lukas Wirth
2021-04-19
2
-0
/
+35
*
|
Merge #8467
bors[bot]
2021-04-19
2
-0
/
+12
|
\
\
|
*
|
Adds impl Deref assist
jake
2021-04-11
2
-0
/
+12
*
|
|
Merge #8546
bors[bot]
2021-04-16
2
-2
/
+35
|
\
\
\
|
*
|
|
Return CallInfo for unclosed call expressions
Lukas Wirth
2021-04-16
2
-2
/
+35
*
|
|
|
Exclude inherent traits from flyimports
Kirill Bulatov
2021-04-16
1
-6
/
+16
|
/
/
/
*
/
/
Profile trait solving for all invocations
Kirill Bulatov
2021-04-14
1
-1
/
+1
|
/
/
*
/
Avoid O(n²) when constructing AttrSourceMap
Jonas Schievink
2021-04-06
1
-0
/
+4
|
/
*
Convert Into to From assist
Graeme Coupar
2021-04-03
2
-1
/
+9
*
Merge #8267
bors[bot]
2021-03-31
1
-0
/
+1
|
\
|
*
Gifs and screenshots for features in manual
Ayomide Bamidele
2021-03-31
1
-0
/
+1
*
|
Merge #8186
bors[bot]
2021-03-30
1
-1
/
+1
|
\
\
|
*
|
Rename target_ty to self_ty
Lukas Wirth
2021-03-29
1
-1
/
+1
|
|
/
*
/
Accurately classify assoc. types in paths
Jonas Schievink
2021-03-30
1
-18
/
+23
|
/
*
Merge #8212
bors[bot]
2021-03-28
2
-2
/
+3
|
\
|
*
Unleash macro 2.0 in hightlight and more
Edwin Cheng
2021-03-27
2
-2
/
+3
*
|
Cleanup ide_db imports
Lukas Wirth
2021-03-27
8
-10
/
+15
|
/
*
syntax: return owned string instead of leaking string
cynecx
2021-03-26
3
-3
/
+3
*
Sweep the new TraitEnvironmentQuery
Jonas Schievink
2021-03-24
1
-0
/
+1
*
Cleanup Definition::search_scope
Lukas Wirth
2021-03-23
1
-83
/
+94
*
Merge hir::MacroDef::is_* into hir::MacroDef::kind
Lukas Wirth
2021-03-23
1
-1
/
+1
*
Set up a search scope when searching for mbe macro references
Lukas Wirth
2021-03-23
1
-4
/
+21
*
Compute more mathematically well-rounded notion of transitive deps
Aleksey Kladov
2021-03-23
1
-3
/
+1
*
rewrite merge use trees assist to use muatable syntax trees
Aleksey Kladov
2021-03-22
1
-2
/
+2
*
Reexport PrefixKind to remove deps to hir
Edwin Cheng
2021-03-22
1
-1
/
+3
*
Fix the profile string
Kirill Bulatov
2021-03-21
1
-1
/
+1
*
Less reallocations
Kirill Bulatov
2021-03-21
2
-19
/
+12
*
Use smart case in flyimport items lookup
Kirill Bulatov
2021-03-21
2
-3
/
+22
*
Merge #8123
bors[bot]
2021-03-21
2
-199
/
+179
|
\
|
*
Disable unqualified assoc items completion for now
Kirill Bulatov
2021-03-20
1
-1
/
+8
|
*
Docs
Kirill Bulatov
2021-03-20
2
-10
/
+16
|
*
Do not query item search by name eagerly
Kirill Bulatov
2021-03-20
2
-197
/
+162
|
*
Do not propose assoc items without qualifiers
Kirill Bulatov
2021-03-20
1
-3
/
+5
*
|
Don't use an untyped String for ActiveParam tracking
Lukas Wirth
2021-03-20
1
-4
/
+10
|
/
*
Fix associated items not being appended to paths in import_assets
Lukas Wirth
2021-03-18
1
-1
/
+5
*
Rename `item_tree` query to `file_item_tree`
Jonas Schievink
2021-03-18
1
-1
/
+1
*
Fix incorrect newline emission in Attrs::docs
Lukas Wirth
2021-03-17
2
-44
/
+44
*
use simpler .map(|x| y) instead of .and_then(|x| Some(y)) for Options. (clipp...
Matthias Krüger
2021-03-17
1
-22
/
+12
*
avoid converting types into themselves via .into() (clippy::useless-conversion)
Matthias Krüger
2021-03-17
2
-2
/
+2
*
Merge #8034
bors[bot]
2021-03-16
1
-1
/
+1
|
\
|
*
Implement Crate::transitive_reverse_dependencies
Lukas Wirth
2021-03-15
1
-1
/
+1
*
|
Upgrade rowan
Aleksey Kladov
2021-03-16
1
-1
/
+1
|
/
[next]