rust-analyzer/crates/hir/src
Zac Pullar-Strecker c648884397 Differentiate method/tymethod by determining 'defaultness'
Currently a method only has defaultness if it is a provided trait
method, but this will change when specialisation is available and may
need to become a concept known to hir.

I opted to go for a 'fewest changes' approach given specialisation is
still under development.
2020-10-08 15:04:21 +13:00
..
semantics Rename ra_hir -> hir 2020-08-13 16:36:55 +02:00
attrs.rs Tease apart orthogonal concerns in markdown link rewriting 2020-08-26 20:24:00 +02:00
code_model.rs Differentiate method/tymethod by determining 'defaultness' 2020-10-08 15:04:21 +13:00
db.rs Rename ra_hir -> hir 2020-08-13 16:36:55 +02:00
diagnostics.rs Rename ra_hir -> hir 2020-08-13 16:36:55 +02:00
from_id.rs Remove AttrDef 2020-08-25 14:44:15 +02:00
has_source.rs synchronizing changes 2020-08-15 02:37:43 +07:00
lib.rs Differentiate method/tymethod by determining 'defaultness' 2020-10-08 15:04:21 +13:00
semantics.rs Apply suggestions from code review 2020-09-21 15:35:42 +03:00
source_analyzer.rs Rename record_field_pat to record_pat_field 2020-09-10 18:56:04 +02:00