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
/
hir_def
Commit message (
Expand
)
Author
Age
Files
Lines
*
internal: remove def-level diagnostics tests
Aleksey Kladov
2021-06-13
2
-171
/
+9
*
internal: refactor macro error
Aleksey Kladov
2021-06-13
3
-165
/
+0
*
internal: refactor inactive code diagnostics
Aleksey Kladov
2021-06-13
2
-75
/
+0
*
internal: refactor unresolved macro call diagnostic
Aleksey Kladov
2021-06-13
1
-31
/
+0
*
internal: refactor unresolved import diagnostic
Aleksey Kladov
2021-06-13
1
-37
/
+0
*
internal: refactor unresolved extern crate diagnostic
Aleksey Kladov
2021-06-13
1
-29
/
+0
*
internal: start new diagnostics API
Aleksey Kladov
2021-06-13
1
-14
/
+0
*
internal: check that coverage marks are always paired
Aleksey Kladov
2021-06-13
1
-5
/
+5
*
cargo fmt
Maan2003
2021-06-13
1
-27
/
+24
*
clippy::useless_return
Maan2003
2021-06-13
1
-1
/
+1
*
clippy::redundant_closure
Maan2003
2021-06-13
1
-2
/
+2
*
clippy::clone_on_copy
Maan2003
2021-06-13
2
-2
/
+2
*
clippy::useless_conversion
Maan2003
2021-06-13
3
-8
/
+5
*
clippy::redudant_borrow
Maan2003
2021-06-13
9
-36
/
+36
*
internal: cross-crate cov-marks
Aleksey Kladov
2021-06-12
1
-1
/
+1
*
Don't stringify `cfg_attr`-gated attributes
Jonas Schievink
2021-06-11
1
-4
/
+18
*
Reduce fst_path calls
Kirill Bulatov
2021-06-10
1
-11
/
+5
*
Add more profiling for flyimports
Kirill Bulatov
2021-06-10
3
-71
/
+85
*
Implement dummy expansions for builtin attributes
Lukas Wirth
2021-06-09
1
-1
/
+3
*
Merge #9169
bors[bot]
2021-06-07
4
-3
/
+26
|
\
|
*
Handle attribute macros in `descend_into_macros`
Jonas Schievink
2021-06-06
4
-3
/
+26
*
|
Make Documentation::new non-generic
Laurențiu Nicola
2021-06-07
1
-2
/
+2
|
/
*
Render documentation for derive completion
Lukas Wirth
2021-06-04
1
-0
/
+4
*
Return `ReachedFixedPoint::No` when resolving derive helper
Jonas Schievink
2021-06-04
1
-0
/
+1
*
Update list of built-in attributes
Jonas Schievink
2021-06-03
1
-16
/
+22
*
Make it opt-in
Jonas Schievink
2021-06-03
3
-1
/
+15
*
Expand procedural attribute macros
Jonas Schievink
2021-06-03
2
-6
/
+90
*
NFC: remove redundant clones (clippy::perf)
Matthias Krüger
2021-06-03
1
-1
/
+1
*
ItemTree: make variant fields inherit the enum's visibility
Jonas Schievink
2021-06-03
2
-4
/
+43
*
Add comment
Jonas Schievink
2021-06-03
1
-0
/
+3
*
Implement `#[rustc_skip_array_during_method_dispatch]`
Jonas Schievink
2021-06-01
1
-1
/
+13
*
Fall back to legacy prelude
Jonas Schievink
2021-06-01
1
-14
/
+27
*
Implement per-edition preludes
Jonas Schievink
2021-06-01
4
-69
/
+186
*
Expand fixme comments
Dawer
2021-05-31
1
-1
/
+4
*
Clean up, more docs.
Dawer
2021-05-31
1
-4
/
+1
*
Implement struct ctor application
Dawer
2021-05-31
1
-1
/
+1
*
Merge #8866
bors[bot]
2021-05-31
1
-2
/
+2
|
\
|
*
Update salsa
Jonas Schievink
2021-05-27
1
-2
/
+2
*
|
Diagnose unimplemented built-in macros
Jonas Schievink
2021-05-30
3
-16
/
+48
*
|
Thread proc-macro types through the HIR
Jonas Schievink
2021-05-29
2
-2
/
+17
*
|
hir_ty: use async ret type for inference inside async bodies
cynecx
2021-05-29
4
-3
/
+9
*
|
Test that `ItemTree` works as intended
Jonas Schievink
2021-05-27
1
-1
/
+73
*
|
Don't store supertraits in ItemTree
Laurențiu Nicola
2021-05-27
5
-13
/
+3
|
/
*
Drop `ignore` from doctests
Jonas Schievink
2021-05-27
1
-3
/
+3
*
Reduce memory usage a bit
Jonas Schievink
2021-05-26
2
-9
/
+14
*
Clean up ItemTree lowering now that it's 1:1
Jonas Schievink
2021-05-26
1
-53
/
+26
*
Stop expanding UseTrees during ItemTree lowering
Jonas Schievink
2021-05-26
10
-168
/
+312
*
Merge #8973
bors[bot]
2021-05-25
12
-621
/
+232
|
\
|
*
internal: move diagnostics to hir
Aleksey Kladov
2021-05-25
12
-621
/
+232
*
|
Consider trait to be in scope for trait-impl
Lukas Wirth
2021-05-25
1
-13
/
+25
[next]