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
/
src
/
code_model.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename expr -> tail_expr
Aleksey Kladov
2021-01-05
1
-3
/
+4
*
Remove `RetType`
Arnaud
2021-01-04
1
-18
/
+3
*
Document `hir::Function::ret_type`
Arnaud
2021-01-04
1
-0
/
+4
*
Make it possible to retrieve `hir::Function`'s return type
Arnaud
2021-01-04
1
-0
/
+23
*
Show GotoTypeAction for TypeParam
Lukas Wirth
2021-01-04
1
-0
/
+12
*
Show GotoTypeAction for ConstParam
Lukas Wirth
2021-01-04
1
-0
/
+6
*
Impl hovering for TypeParams
Lukas Wirth
2021-01-04
1
-4
/
+16
*
Merge #7068
bors[bot]
2021-01-03
1
-1
/
+14
|
\
|
*
Use stdx::format_to instead of writeln
Phil Ellison
2021-01-03
1
-4
/
+4
|
*
Address review suggestion, fix tidy tests
Phil Ellison
2021-01-01
1
-3
/
+15
|
*
Initial implementation of view-hir command
Phil Ellison
2020-12-28
1
-1
/
+2
*
|
source_old -> source for cases that can be handled by simple bubbling
Nick Spain
2021-01-02
1
-2
/
+1
*
|
HasSource::source_old -> HasSource::source for places where proc-macros were ...
Nick Spain
2021-01-02
1
-8
/
+1
*
|
Mark HasSource::source_old as deprecated but allow at all call sites
Nick Spain
2021-01-02
1
-0
/
+2
*
|
HasSource::source -> HasSource::source_old
Nick Spain
2021-01-02
1
-2
/
+2
*
|
Add ConstParams to the HIR
Lukas Wirth
2021-01-01
1
-6
/
+32
|
/
*
Merge #7021
bors[bot]
2020-12-24
1
-1
/
+29
|
\
|
*
Track labels in the HIR
Lukas Wirth
2020-12-24
1
-1
/
+29
*
|
Prevent multiple incorrect case diagnostics in functions
unexge
2020-12-23
1
-3
/
+3
|
/
*
Merge #6964
bors[bot]
2020-12-22
1
-0
/
+4
|
\
|
*
Add completions for patterns
Lukas Wirth
2020-12-20
1
-0
/
+4
*
|
Merge #6921
bors[bot]
2020-12-20
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove obsolete FIXME
Lukas Wirth
2020-12-17
1
-1
/
+0
*
|
Align code_model name with ungrammar
Aleksey Kladov
2020-12-20
1
-24
/
+20
*
|
Merge #6901
bors[bot]
2020-12-18
1
-0
/
+6
|
\
\
|
*
|
Temp fixes panic caused by no ast for proc-macro
Edwin Cheng
2020-12-18
1
-0
/
+6
*
|
|
Minor API cleanup
Aleksey Kladov
2020-12-17
1
-4
/
+2
*
|
|
Make `Attrs::from_attrs_owner` private
Jonas Schievink
2020-12-17
1
-0
/
+1
|
|
/
|
/
|
*
|
Rename ImplDef -> Impl
Aleksey Kladov
2020-12-17
1
-11
/
+11
*
|
decl_check: don't pass `db` around so often
Jonas Schievink
2020-12-17
1
-2
/
+8
*
|
Make macro def krate mandatory
Jonas Schievink
2020-12-15
1
-1
/
+1
|
/
*
Add LifetimeParam resolving to Semantics
Lukas Wirth
2020-12-14
1
-0
/
+8
*
Add Lifetimes to the HIR
Lukas Wirth
2020-12-11
1
-5
/
+42
*
Add slightly more profiling details
Jonas Schievink
2020-12-04
1
-1
/
+3
*
Place cursor correctly when completing assoc fns with self
Aleksey Kladov
2020-12-01
1
-0
/
+1
*
Type-safer API for dealing with parameter lists with optional self
Aleksey Kladov
2020-12-01
1
-2
/
+9
*
Don't use raw identifiers
Lukas Wirth
2020-11-26
1
-2
/
+2
*
Add imports in auto completion
Kirill Bulatov
2020-11-16
1
-8
/
+2
*
Remove more unreachable pubs
Aleksey Kladov
2020-11-02
1
-9
/
+5
*
Fix case where non FnOnce variables is marked callable
GrayJack
2020-10-26
1
-1
/
+1
*
-
.
Merge #6251 #6310
bors[bot]
2020-10-23
1
-2
/
+23
|
\
\
|
*
|
Add Callable modifier for variables that implements Fnonce
GrayJack
2020-10-16
1
-2
/
+23
*
|
|
Diagnose #[cfg]s in bodies
Jonas Schievink
2020-10-23
1
-0
/
+1
|
|
/
|
/
|
*
|
More type safety around names
Aleksey Kladov
2020-10-20
1
-2
/
+2
*
|
Rename declaration_name -> display_name
Aleksey Kladov
2020-10-20
1
-2
/
+2
|
/
*
-
.
Merge #6130 #6135
bors[bot]
2020-10-12
1
-1
/
+23
|
\
\
|
*
|
Apply case check diagnostic to impl items
Igor Aleksanov
2020-10-12
1
-1
/
+2
|
*
|
Add fix for incorrect case diagnostic
Igor Aleksanov
2020-10-12
1
-25
/
+15
|
*
|
Create basic support for names case checks and implement function name case c...
Igor Aleksanov
2020-10-12
1
-0
/
+31
*
|
|
Merge #6195
bors[bot]
2020-10-12
1
-1
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
[next]