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
/
method_resolution.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
clippy::redundant_closure
Maan2003
2021-06-13
1
-2
/
+2
*
clippy::redudant_borrow
Maan2003
2021-06-13
1
-7
/
+7
*
Implement `#[rustc_skip_array_during_method_dispatch]`
Jonas Schievink
2021-06-01
1
-1
/
+15
*
hir_ty: use correct receiver_ty in method resolution
cynecx
2021-05-31
1
-1
/
+2
*
Rework obligation handling
Florian Diebold
2021-05-21
1
-13
/
+35
*
Remove our unification code, use Chalk's instead
Florian Diebold
2021-05-21
1
-1
/
+2
*
Collect inherent impls in unnamed consts
Jonas Schievink
2021-04-19
1
-16
/
+26
*
Remove assertion in impl collection
Florian Diebold
2021-04-11
1
-4
/
+3
*
Include more info in assert
Jonas Schievink
2021-04-11
1
-3
/
+3
*
Merge #8406
bors[bot]
2021-04-09
1
-18
/
+63
|
\
|
*
Improve indexing of impls
Florian Diebold
2021-04-09
1
-18
/
+63
*
|
Fix crash on syn involving lifetimes returned by Chalk
Florian Diebold
2021-04-09
1
-0
/
+1
|
/
*
Remove unused
Florian Diebold
2021-04-08
1
-7
/
+3
*
Replace some `fold` calls
Florian Diebold
2021-04-08
1
-16
/
+13
*
InEnvironment::new takes a reference
Florian Diebold
2021-04-07
1
-1
/
+1
*
Move hir_trait_id to extension trait
Florian Diebold
2021-04-07
1
-2
/
+2
*
Free Ty::def_crates
Lukas Wirth
2021-04-07
1
-54
/
+52
*
Collect trait impls inside unnamed consts
Jonas Schievink
2021-04-07
1
-19
/
+35
*
Move Ty accessors to TyExt
Lukas Wirth
2021-04-06
1
-1
/
+1
*
Add chalk_ir::Const to TyKind::Array
Lukas Wirth
2021-04-06
1
-1
/
+3
*
Use a constructor function for Static lifetimes
Lukas Wirth
2021-04-06
1
-14
/
+7
*
Add Lifetime to TyKind::Ref
Lukas Wirth
2021-04-06
1
-4
/
+14
*
Align FnPointer with Chalk
Florian Diebold
2021-04-05
1
-8
/
+8
*
Get rid of Substitution::suffix
Florian Diebold
2021-04-05
1
-4
/
+6
*
Add Interner parameter to Binders::substitute
Florian Diebold
2021-04-05
1
-2
/
+2
*
Binders::subst -> substitute
Florian Diebold
2021-04-05
1
-2
/
+2
*
Hide Binders internals more
Florian Diebold
2021-04-05
1
-4
/
+4
*
Rename TyKind::ForeignType to Foreign
Laurențiu Nicola
2021-04-05
1
-2
/
+2
*
Rename TyKind::Unknown to Error
Laurențiu Nicola
2021-04-05
1
-1
/
+1
*
Move things from `traits` module to `types` as well
Florian Diebold
2021-04-04
1
-1
/
+1
*
Replace remaining uses of Substitution::build_for_def
Florian Diebold
2021-04-04
1
-3
/
+3
*
Add and start using TraitRef and ProjectionTy builders
Florian Diebold
2021-04-04
1
-5
/
+3
*
Use bitflags to compress function properties
Jonas Schievink
2021-04-03
1
-1
/
+1
*
Rename Ty::interned to Ty::kind
Florian Diebold
2021-04-03
1
-7
/
+5
*
Introduce `GenericArg` like in Chalk
Florian Diebold
2021-04-03
1
-3
/
+4
*
Use arrayvec 0.6
Laurențiu Nicola
2021-03-25
1
-2
/
+2
*
Merge #7907
bors[bot]
2021-03-24
1
-4
/
+37
|
\
|
*
hir_def: move visibility queries from hir_ty to hir_def
cynecx
2021-03-24
1
-1
/
+1
|
*
hir_ty: add coverage testing for autoderef_visibility_method test
cynecx
2021-03-20
1
-0
/
+1
|
*
hir_ty: iterate_method_candidates_for_self_ty pass `visible_from_module` down...
cynecx
2021-03-20
1
-1
/
+6
|
*
hir_ty: introduce visible_from_module param into method resolution
cynecx
2021-03-20
1
-4
/
+31
*
|
Align InEnvironment with Chalk
Florian Diebold
2021-03-21
1
-3
/
+3
*
|
Align Canonical more with Chalk's version
Florian Diebold
2021-03-21
1
-15
/
+34
|
/
*
Turn Obligation into something similar to chalk_ir::DomainGoal
Florian Diebold
2021-03-20
1
-3
/
+3
*
Chalkify TraitRef
Florian Diebold
2021-03-18
1
-2
/
+3
*
Rename Substs -> Substitution
Florian Diebold
2021-03-16
1
-7
/
+7
*
Merge #8020
bors[bot]
2021-03-15
1
-1
/
+9
|
\
|
*
Speedup trait impl search for goto_implementation
Lukas Wirth
2021-03-15
1
-1
/
+9
*
|
Don't use Substs for Ref/Raw/Array/Slice
Florian Diebold
2021-03-14
1
-4
/
+2
|
/
*
Use chalk_ir::ForeignDefId
Florian Diebold
2021-03-13
1
-6
/
+9
[next]