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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
completion relevance consider if types can be unified
Josh Mcguigan
2021-03-26
1
-1
/
+5
*
Use arrayvec 0.6
Laurențiu Nicola
2021-03-25
1
-1
/
+1
*
Merge #7907
bors[bot]
2021-03-24
1
-0
/
+2
|
\
|
*
hir: don't use the self module as visible_from in iterate_method_candidates
cynecx
2021-03-24
1
-6
/
+1
|
*
hir_ty: introduce visible_from_module param into method resolution
cynecx
2021-03-20
1
-0
/
+7
*
|
simplify
Lukas Wirth
2021-03-23
1
-0
/
+15
*
|
Make more use of the HIR in rename::rename_to_self
Lukas Wirth
2021-03-23
1
-4
/
+17
*
|
Merge hir::MacroDef::is_* into hir::MacroDef::kind
Lukas Wirth
2021-03-23
1
-14
/
+17
*
|
Set up a search scope when searching for mbe macro references
Lukas Wirth
2021-03-23
1
-0
/
+5
*
|
Align naming of deps and revdeps
Aleksey Kladov
2021-03-23
1
-5
/
+1
*
|
Compute more mathematically well-rounded notion of transitive deps
Aleksey Kladov
2021-03-23
1
-2
/
+1
*
|
Align InEnvironment with Chalk
Florian Diebold
2021-03-21
1
-77
/
+55
*
|
Align Canonical more with Chalk's version
Florian Diebold
2021-03-21
1
-13
/
+28
*
|
Use QuantifiedWhereClause in generic_predicates as well
Florian Diebold
2021-03-21
1
-1
/
+1
*
|
Introduce QuantifiedWhereClause and DynTy analogous to Chalk
Florian Diebold
2021-03-21
1
-6
/
+11
*
|
Merge #8133
bors[bot]
2021-03-21
1
-1
/
+4
|
\
\
|
*
|
Ignore type bindings in generic_predicates_for_param
Florian Diebold
2021-03-21
1
-1
/
+4
*
|
|
clippy::complexity simplifications related to Iterators
Matthias Krüger
2021-03-21
1
-1
/
+1
|
/
/
*
/
Track labels in scopes
Lukas Wirth
2021-03-21
1
-0
/
+1
|
/
*
Turn Obligation into something similar to chalk_ir::DomainGoal
Florian Diebold
2021-03-20
1
-5
/
+6
*
Rename GenericPredicate -> WhereClause
Florian Diebold
2021-03-20
1
-6
/
+6
*
Add `AttrsWithOwner` and clean up `source_map`
Jonas Schievink
2021-03-19
1
-1
/
+1
*
Replace Projection variant in GenericPredicate with AliasEq
Lukas Wirth
2021-03-19
1
-11
/
+11
*
Chalkify TraitRef
Florian Diebold
2021-03-18
1
-5
/
+5
*
Store an `AstId` for procedural macros
Jonas Schievink
2021-03-18
1
-2
/
+5
*
Make MacroDefId's `AstId` mandatory when possible
Jonas Schievink
2021-03-18
1
-1
/
+2
*
Merge #8059
bors[bot]
2021-03-17
1
-1
/
+1
|
\
|
*
Properly handle doc attributes in doc-comment highlight injection
Lukas Wirth
2021-03-16
1
-1
/
+1
*
|
avoid converting types into themselves via .into() (clippy::useless-conversion)
Matthias Krüger
2021-03-17
1
-6
/
+6
*
|
Rename Substs -> Substitution
Florian Diebold
2021-03-16
1
-8
/
+8
|
/
*
Merge #8034
bors[bot]
2021-03-16
1
-4
/
+19
|
\
|
*
Implement Crate::transitive_reverse_dependencies
Lukas Wirth
2021-03-15
1
-4
/
+19
|
|
|
\
*
-
.
\
Merge #7900 #8000
bors[bot]
2021-03-16
1
-24
/
+61
|
\
\
\
|
|
*
|
Use hir formatter more
oxalica
2021-03-15
1
-1
/
+35
|
|
*
|
Impl HirDisplay for function hover message
oxalica
2021-03-15
1
-2
/
+15
|
|
*
|
Introduce FunctionQualifier for hir::FunctionData
oxalica
2021-03-15
1
-1
/
+1
|
|
*
|
Collect HirDisplay impls to a single file
oxalica
2021-03-15
1
-20
/
+2
|
|
|
/
|
*
|
show function params in completion detail
Josh Mcguigan
2021-03-12
1
-0
/
+8
*
|
|
7709: Import changes.
Chetan Khilosiya
2021-03-15
1
-4
/
+2
*
|
|
7709: Added the check for return type of len function.
Chetan Khilosiya
2021-03-15
1
-0
/
+7
|
|
/
|
/
|
*
|
Merge #8020
bors[bot]
2021-03-15
1
-14
/
+44
|
\
\
|
*
|
goto_implementation: Look at the entire crate graph for trait impls
Lukas Wirth
2021-03-15
1
-8
/
+3
|
*
|
Speedup trait impl search for goto_implementation
Lukas Wirth
2021-03-15
1
-2
/
+10
|
*
|
Power up goto_implementation
Lukas Wirth
2021-03-15
1
-13
/
+40
*
|
|
Merge #8018
bors[bot]
2021-03-15
1
-5
/
+29
|
\
\
\
|
*
|
|
Don't use Substs for Ref/Raw/Array/Slice
Florian Diebold
2021-03-14
1
-5
/
+29
|
|
/
/
*
/
/
some clippy::performance fixes
Matthias Krüger
2021-03-15
1
-2
/
+1
|
/
/
*
|
More renaming
Florian Diebold
2021-03-14
1
-1
/
+1
*
|
Rename some fields to their Chalk names
Florian Diebold
2021-03-14
1
-2
/
+2
*
|
Move type lowering methods to TyLoweringContext
Florian Diebold
2021-03-13
1
-3
/
+3
[next]