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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
internal: refactor remove this semicolon diagnostics
Aleksey Kladov
2021-06-13
6
-59
/
+68
*
internal: refactor mismatched args count diagnostic
Aleksey Kladov
2021-06-13
2
-250
/
+274
*
internal: refactor missing unsafe diagnostic
Aleksey Kladov
2021-06-13
2
-84
/
+103
*
internal: refactor BreakOutsideOfLoop diagnostic
Aleksey Kladov
2021-06-13
2
-10
/
+32
*
internal: refactor NoSuchField diagnostic
Aleksey Kladov
2021-06-13
3
-290
/
+297
*
internal: refactor unimplemented builtin macro diagnostic
Aleksey Kladov
2021-06-13
2
-5
/
+21
*
minor: simplify
Aleksey Kladov
2021-06-13
6
-35
/
+18
*
internal: check diagnostics in all files and not just the first one
Aleksey Kladov
2021-06-13
5
-41
/
+46
*
internal: remove def-level diagnostics tests
Aleksey Kladov
2021-06-13
1
-0
/
+12
*
internal: refactor macro error
Aleksey Kladov
2021-06-13
2
-0
/
+165
*
internal: refactor unresolved proc macro diagnostic
Aleksey Kladov
2021-06-13
3
-11
/
+42
*
internal: refactor inactive code diagnostics
Aleksey Kladov
2021-06-13
2
-17
/
+126
*
internal: refactor unresolved macro call diagnostic
Aleksey Kladov
2021-06-13
2
-26
/
+75
*
internal: refactor unresolved import diagnostic
Aleksey Kladov
2021-06-13
3
-29
/
+121
*
internal: refactor unresolved extern crate diagnostic
Aleksey Kladov
2021-06-13
2
-0
/
+52
*
internal: unified missing fields diagnostic
Aleksey Kladov
2021-06-13
2
-24
/
+25
*
internal: move missing_fields diagnostics
Aleksey Kladov
2021-06-13
4
-53
/
+78
*
internal: start new diagnostics API
Aleksey Kladov
2021-06-13
3
-34
/
+82
*
minor: put a mark back
Aleksey Kladov
2021-06-13
1
-0
/
+1
*
cargo fmt
Maan2003
2021-06-13
1
-5
/
+3
*
clippy::useless_return
Maan2003
2021-06-13
3
-4
/
+4
*
clippy::redundant_closure
Maan2003
2021-06-13
2
-2
/
+2
*
clippy::clone_on_copy
Maan2003
2021-06-13
3
-3
/
+3
*
clippy::redudant_borrow
Maan2003
2021-06-13
18
-51
/
+51
*
internal: cross-crate cov-marks
Aleksey Kladov
2021-06-12
1
-0
/
+2
*
internal: move diagnostics infra to hir
Aleksey Kladov
2021-06-12
1
-0
/
+354
*
Move some hir_ty diagnostics to hir
Aleksey Kladov
2021-06-12
1
-1
/
+1303
*
internal: move missing unsafe diagnostic to hir
Aleksey Kladov
2021-06-12
1
-0
/
+84
*
internal: move inference diagnostics to hir
Aleksey Kladov
2021-06-12
1
-1
/
+140
*
Highlight tuple field accesses correctly
Lukas Wirth
2021-06-11
3
-4
/
+7
*
Merge #9219
bors[bot]
2021-06-11
1
-2
/
+2
|
\
|
*
Replace some AssocItem::containing_trait calls trait_or_trait_impl
Lukas Wirth
2021-06-11
1
-2
/
+2
*
|
Merge #9218
bors[bot]
2021-06-11
1
-1
/
+164
|
\
|
|
*
Item search now respects trait impl items
Lukas Wirth
2021-06-11
1
-1
/
+164
*
|
Update ungrammar
Jonas Schievink
2021-06-11
1
-1
/
+1
*
|
Populate import maps eagerly
Kirill Bulatov
2021-06-10
1
-3
/
+4
*
|
Don't classify attributes on macro-calls are the macro itself
Lukas Wirth
2021-06-09
1
-0
/
+20
|
/
*
Merge #9191
bors[bot]
2021-06-09
2
-0
/
+10
|
\
|
*
Don't descend MacroCall TokenTree delimiters
Lukas Wirth
2021-06-09
2
-0
/
+10
*
|
Prefer attr macros in "expand macro recursively"
Jonas Schievink
2021-06-08
1
-20
/
+14
|
/
*
Merge #9169
bors[bot]
2021-06-07
2
-7
/
+57
|
\
|
*
Attempt to track attr macros during highlighting
Jonas Schievink
2021-06-07
1
-0
/
+30
|
*
Make "expand macro" command work with attribute macros
Jonas Schievink
2021-06-07
1
-7
/
+27
*
|
feat: goto def on impl items also goes to the defn in the trait
Jade
2021-06-07
1
-18
/
+56
*
|
feat: goto definition on an impl fn goes to that fn in the trait
Jade
2021-06-07
1
-3
/
+48
|
/
*
Merge #9149
bors[bot]
2021-06-05
1
-3
/
+49
|
\
|
*
Support goto-definition for include macro paths
Lukas Wirth
2021-06-05
1
-3
/
+49
*
|
Prevent renaming of aliases on usages
Lukas Wirth
2021-06-05
1
-1
/
+32
|
/
*
Merge #9138
bors[bot]
2021-06-04
1
-12
/
+133
|
\
|
*
Replace `-` with `_` in generated lint names
Lukas Wirth
2021-06-04
1
-6
/
+4
[prev]
[next]