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_def
/
src
/
data.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add comment
Jonas Schievink
2021-06-03
1
-0
/
+3
*
Implement `#[rustc_skip_array_during_method_dispatch]`
Jonas Schievink
2021-06-01
1
-1
/
+13
*
hir_ty: use async ret type for inference inside async bodies
cynecx
2021-05-29
1
-0
/
+2
*
Don't store supertraits in ItemTree
Laurențiu Nicola
2021-05-27
1
-3
/
+1
*
internal: intern `TypeBound`s
Jonas Schievink
2021-05-24
1
-2
/
+2
*
Check if bitflags deps pulls its weight
Aleksey Kladov
2021-04-04
1
-9
/
+9
*
Use bitflags to compress function properties
Jonas Schievink
2021-04-03
1
-13
/
+44
*
Global TypeRef/TraitRef interning
Jonas Schievink
2021-04-01
1
-14
/
+15
*
Rename target_ty to self_ty
Lukas Wirth
2021-03-29
1
-3
/
+3
*
Lower traits to TraitRef instead of TypeRef
Lukas Wirth
2021-03-29
1
-2
/
+2
*
Rename `item_tree` query to `file_item_tree`
Jonas Schievink
2021-03-18
1
-2
/
+2
*
Make `ItemTreeId` its own type
Jonas Schievink
2021-03-18
1
-10
/
+10
*
Avoid cloning `CfgOptions`
Jonas Schievink
2021-03-18
1
-2
/
+3
*
Support `#[cfg]` on all associated items
Jonas Schievink
2021-03-18
1
-5
/
+5
*
Apply `#[cfg]`s when computing function signatures
Jonas Schievink
2021-03-17
1
-4
/
+11
*
ItemTree: lower attributes on fn parameters
Jonas Schievink
2021-03-17
1
-3
/
+15
*
Merge #8048
bors[bot]
2021-03-17
1
-17
/
+20
|
\
|
*
Fix missing unresolved macro diagnostic in function body
Brandon
2021-03-16
1
-17
/
+20
*
|
Use hir formatter more
oxalica
2021-03-15
1
-3
/
+9
*
|
Introduce FunctionQualifier for hir::FunctionData
oxalica
2021-03-15
1
-5
/
+5
|
/
*
Delete `ContainerId`
Jonas Schievink
2021-03-09
1
-2
/
+2
*
Remove redundant clones
Yoshua Wuyts
2021-02-05
1
-1
/
+1
*
Intern `TypeRef`s in the containing `ItemTree`
Jonas Schievink
2021-02-04
1
-7
/
+7
*
Use block_def_map in body lowering
Jonas Schievink
2021-02-03
1
-1
/
+1
*
Revert "Use block_def_map in body lowering"
Jonas Schievink
2021-02-02
1
-1
/
+1
*
Use block_def_map in body lowering
Jonas Schievink
2021-02-01
1
-1
/
+1
*
Revert "Make use of `block_def_map` in body lowering"
Jonas Schievink
2021-01-21
1
-1
/
+1
*
Make use of `block_def_map` in body lowering
Jonas Schievink
2021-01-21
1
-1
/
+1
*
Refactor attributes API to allow handling cfg_attr
Jonas Schievink
2020-12-18
1
-2
/
+3
*
Ignore extern items in incorrect-case check
Jonas Schievink
2020-12-10
1
-0
/
+4
*
Emit macro diagnostics when lowering bodies
Jonas Schievink
2020-11-30
1
-1
/
+1
*
Differentiate method/tymethod by determining 'defaultness'
Zac Pullar-Strecker
2020-10-08
1
-0
/
+2
*
Lower extern type alias as foreign opaque type.
Charles Lew
2020-09-16
1
-0
/
+2
*
Rename ra_hir_def -> hir_def
Aleksey Kladov
2020-08-13
1
-0
/
+278