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_ty
/
src
/
diagnostics
/
expr.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
internal: use cov-mark rather than bailing out diagnostic
Aleksey Kladov
2021-06-13
1
-14
/
+3
*
internal: unified missing fields diagnostic
Aleksey Kladov
2021-06-13
1
-11
/
+7
*
Move some hir_ty diagnostics to hir
Aleksey Kladov
2021-06-12
1
-408
/
+91
*
minor: Avoid eprintln on panic
Dawer
2021-06-01
1
-10
/
+13
*
Expand fixme comments
Dawer
2021-05-31
1
-0
/
+1
*
eprint panic context
Dawer
2021-05-31
1
-0
/
+12
*
Better tests: check if match checking bails out.
Dawer
2021-05-31
1
-0
/
+2
*
Replace the old match checking algorithm
Dawer
2021-05-31
1
-102
/
+17
*
Clean up, more docs.
Dawer
2021-05-31
1
-1
/
+0
*
Check pattern types.
Dawer
2021-05-31
1
-29
/
+48
*
Do not do match check if lowering failed.
Dawer
2021-05-31
1
-2
/
+19
*
Basic lowering hir_def::exrp::Pat -> typed HIR.
Dawer
2021-05-31
1
-9
/
+30
*
Implement struct ctor application
Dawer
2021-05-31
1
-1
/
+1
*
Remove unneeded indirection on PatCtxt
Dawer
2021-05-31
1
-2
/
+2
*
Enable generation of non-exhaustiveness witnesses
Dawer
2021-05-31
1
-1
/
+2
*
Update match checking.
Dawer
2021-05-31
1
-1
/
+69
*
internal: move diagnostics to hir
Aleksey Kladov
2021-05-25
1
-1
/
+2
*
Record method call substs and use them in call info
Florian Diebold
2021-05-23
1
-8
/
+4
*
Add last remaining module docstring
Florian Diebold
2021-05-22
1
-1
/
+3
*
Check patterns for type match recursively.
Dawer
2021-05-19
1
-2
/
+18
*
internal: Record mismatches of pattern types.
Dawer
2021-05-19
1
-1
/
+1
*
Fix inference with conditionally compiled tails
Daniel McNab
2021-05-03
1
-1
/
+1
*
infer: remove `record_field_resolutions` field
Jonas Schievink
2021-04-06
1
-5
/
+4
*
Add Lifetime to TyKind::Ref
Lukas Wirth
2021-04-06
1
-1
/
+1
*
Hide Binders internals more
Florian Diebold
2021-04-05
1
-1
/
+2
*
Add TyBuilder::unit() and TyExt::is_unit()
Florian Diebold
2021-04-04
1
-2
/
+2
*
Rename Ty::interned to Ty::kind
Florian Diebold
2021-04-03
1
-1
/
+1
*
Introduce `GenericArg` like in Chalk
Florian Diebold
2021-04-03
1
-1
/
+3
*
Improve test
Jonas Schievink
2021-03-17
1
-0
/
+21
*
Add test for `#[cfg]` on function params
Jonas Schievink
2021-03-17
1
-0
/
+13
*
Handle `#[cfg]` on call arguments
Jonas Schievink
2021-03-17
1
-0
/
+23
*
avoid converting types into themselves via .into() (clippy::useless-conversion)
Matthias Krüger
2021-03-17
1
-9
/
+9
*
Separate `Ty` and `TyKind` like in Chalk
Florian Diebold
2021-03-13
1
-11
/
+10
*
Use chalk_ir::AdtId
Lukas Wirth
2021-03-04
1
-6
/
+8
*
Inline TypeCtor into Ty
Lukas Wirth
2021-02-28
1
-7
/
+4
*
Update tests to register the required standard library types
Phil Ellison
2021-01-23
1
-6
/
+10
*
Identify methods using functions ids rather than string names
Phil Ellison
2021-01-23
1
-7
/
+27
*
Implement fix, add tests
Phil Ellison
2021-01-23
1
-20
/
+7
*
Add diagnostic for filter_map followed by next
Phil Ellison
2021-01-23
1
-9
/
+61
*
Fixed typos in local bindings
Vincent Esche
2021-01-09
1
-2
/
+2
*
cargo fmt
Phil Ellison
2021-01-07
1
-6
/
+9
*
Add fix to wrap return expression in Some
Phil Ellison
2021-01-07
1
-6
/
+16
*
Don't emit arg count diagnostics for method calls with unknown receiver
Florian Diebold
2021-01-01
1
-1
/
+25
*
Cast to ExprStmt, style fixes
ivan770
2020-12-10
1
-6
/
+5
*
Apply rustfmt changes
ivan770
2020-12-09
1
-9
/
+8
*
Apply suggestions from code review
ivan770
2020-12-09
1
-17
/
+20
*
Format code
ivan770
2020-12-08
1
-4
/
+13
*
Remove use via super
ivan770
2020-12-08
1
-3
/
+1
*
Remove this semicolon
ivan770
2020-12-08
1
-1
/
+26
*
Deny unreachable-pub
Aleksey Kladov
2020-11-02
1
-11
/
+4
[next]