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
*
internal: move diagnostics to hir
Aleksey Kladov
2021-05-25
1
-4
/
+172
*
Merge #8942
bors[bot]
2021-05-25
1
-32
/
+1
|
\
|
*
Remove hir krate methods
Aramis Razzaghipour
2021-05-24
1
-48
/
+0
|
*
Add highlighting of items from other crates
Aramis Razzaghipour
2021-05-24
1
-0
/
+17
*
|
Get rid of field_type again
Florian Diebold
2021-05-23
1
-14
/
+1
*
|
Infer correct expected type for generic struct fields
Florian Diebold
2021-05-23
1
-3
/
+15
|
/
*
Give ‘unsafe’ semantic token modifier to unsafe traits
Aramis Razzaghipour
2021-05-23
1
-0
/
+4
*
Add test for #8931 and better checking
Florian Diebold
2021-05-23
1
-2
/
+2
*
Rework obligation handling
Florian Diebold
2021-05-21
1
-4
/
+6
*
Fix HIR expecting errors to unify with anything
Florian Diebold
2021-05-21
1
-6
/
+3
*
Fix compilation of hir and ide crates
Florian Diebold
2021-05-21
1
-2
/
+2
*
Merge #8813
bors[bot]
2021-05-16
1
-1
/
+4
|
\
|
*
Address final feedback
Jade
2021-05-16
1
-1
/
+1
|
*
Add more tests, refactor array lengths/consteval work
Jade
2021-05-14
1
-1
/
+4
*
|
Apply async semantic token modifier to async/await keywords
hi-rustin
2021-05-14
1
-0
/
+4
|
/
*
Correctly support SelfType when searching for usages
Lukas Wirth
2021-05-08
1
-0
/
+4
*
internal: expose cfg attrs from hir::Crate
Aleksey Kladov
2021-05-07
1
-0
/
+5
*
Don't store call-site text offsets in hygiene info
Jonas Schievink
2021-05-06
1
-1
/
+1
*
simplify
Lukas Tobias Wirth
2021-05-05
1
-0
/
+4
*
internal: fix naming polarity
Aleksey Kladov
2021-04-30
1
-1
/
+1
*
internal: normalize name
Aleksey Kladov
2021-04-30
1
-1
/
+1
*
Exclude inherent traits from flyimports
Kirill Bulatov
2021-04-16
1
-0
/
+12
*
Improve indexing of impls
Florian Diebold
2021-04-09
1
-9
/
+21
*
Intern Substitutions
Florian Diebold
2021-04-08
1
-1
/
+1
*
Fix missing match arms
Florian Diebold
2021-04-08
1
-1
/
+3
*
InEnvironment::new takes a reference
Florian Diebold
2021-04-07
1
-2
/
+2
*
Make Canonical::new a free-standing function
Florian Diebold
2021-04-07
1
-1
/
+1
*
Move hir_trait_id to extension trait
Florian Diebold
2021-04-07
1
-1
/
+2
*
Remove Ty::substs{_mut}
Florian Diebold
2021-04-07
1
-8
/
+18
*
Free Ty::def_crates
Lukas Wirth
2021-04-07
1
-3
/
+3
*
Remove `SolutionVariables`, add ConstrainedSubst analogous to Chalk
Florian Diebold
2021-04-06
1
-4
/
+4
*
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
-2
/
+2
*
Add Lifetime to TyKind::Ref
Lukas Wirth
2021-04-06
1
-4
/
+8
*
Substitution::prefix -> subst_prefix
Florian Diebold
2021-04-05
1
-1
/
+2
*
Add Interner parameter to Binders::substitute
Florian Diebold
2021-04-05
1
-3
/
+3
*
Binders::subst -> substitute
Florian Diebold
2021-04-05
1
-3
/
+3
*
Hide Binders internals more
Florian Diebold
2021-04-05
1
-2
/
+2
*
Rename TyKind::ForeignType to Foreign
Laurențiu Nicola
2021-04-05
1
-1
/
+1
*
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
-3
/
+4
*
Move things in hir_ty into submodules
Florian Diebold
2021-04-04
1
-1
/
+1
*
Replace Substitution::type_params
Florian Diebold
2021-04-04
1
-2
/
+2
*
Replace remaining uses of Substitution::build_for_def
Florian Diebold
2021-04-04
1
-3
/
+2
*
Add and start using TraitRef and ProjectionTy builders
Florian Diebold
2021-04-04
1
-16
/
+8
*
Move Ty::builtin to TyBuilder
Florian Diebold
2021-04-04
1
-2
/
+2
*
Use bitflags to compress function properties
Jonas Schievink
2021-04-03
1
-3
/
+3
*
Rename Ty::interned to Ty::kind
Florian Diebold
2021-04-03
1
-13
/
+13
*
Introduce `GenericArg` like in Chalk
Florian Diebold
2021-04-03
1
-9
/
+22
*
Global TypeRef/TraitRef interning
Jonas Schievink
2021-04-01
1
-4
/
+4
[next]