aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/adt.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-329/+0
* Rename ra_cfg -> cfgAleksey Kladov2020-08-131-1/+1
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
* Rename ra_arenaAleksey Kladov2020-08-121-1/+1
* Move unsafe packed ref logic to Semantics, use `Attrs::by_key` to simplify re...Paul Daniel Faria2020-08-101-22/+3
* Cleanup repr check, fix packed repr check and testPaul Daniel Faria2020-08-101-3/+8
* Add tracking of packed repr, use it to highlight unsafe refsPaul Daniel Faria2020-08-101-4/+52
* Use ty to access most TypeRefsAleksey Kladov2020-07-301-1/+1
* Remove TypeAscriptionOwnerAleksey Kladov2020-07-301-2/+2
* Rename EnumVariant -> VariantAleksey Kladov2020-07-301-2/+2
* Rename EnumDef -> EnumAleksey Kladov2020-07-301-1/+1
* Rename FieldDef -> FieldAleksey Kladov2020-07-301-3/+3
* Use ItemTree to answer enum_data queryJonas Schievink2020-06-251-7/+19
* adt.rs: fetch struct/union data from item treeJonas Schievink2020-06-251-19/+49
* refactor: use attrsOwner directly in is_cfg_enabledBenjamin Coenen2020-05-051-9/+8
* add support of cfg attributes on enum variants #4279Benjamin Coenen2020-05-031-1/+7
* Introduce LowerCtx for path loweringEdwin Cheng2020-05-011-5/+13
* Rename StructField -> FieldAleksey Kladov2020-04-251-11/+11
* Avoid cyclic queries in name resolution when processing enumsAleksey Kladov2020-04-111-4/+4
* Align namingAleksey Kladov2020-04-111-2/+2
* Use Expander for cfg handling in structsAleksey Kladov2020-04-111-10/+10
* feat: add support for feature attributes in struct literalBenjamin Coenen2020-04-091-18/+39
* feat: add attributes support on struct fields and method #3870Benjamin Coenen2020-04-081-27/+3
* feat: add attributes support on struct fields #3870Benjamin Coenen2020-04-071-3/+28
* Simplify Arena to use a generic indexAleksey Kladov2020-03-191-11/+7
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-161-8/+8
* Fix handling of const patternsFlorian Diebold2020-02-211-0/+1
* replace uses of VariantData::is_unit with VariantData::kindadamrk2020-02-161-6/+0
* show names for record fields in enum completionadamrk2020-02-161-1/+8
* Remove visibility query, instead add struct field visibility to dataFlorian Diebold2019-12-261-18/+26
* More profilingAleksey Kladov2019-12-211-0/+2
* Move enum&union to new locAleksey Kladov2019-12-121-7/+6
* Move structs to new locAleksey Kladov2019-12-121-4/+5
* Replace `ra_hir_expand::either` with crateice10002019-12-031-3/+3
* Move source-related traits to a separate moduleAleksey Kladov2019-11-281-1/+1
* Rename Source -> InFileAleksey Kladov2019-11-281-3/+3
* Use Name::missing consistentlyAleksey Kladov2019-11-271-9/+9
* Id-ify Ty::AdtAleksey Kladov2019-11-261-0/+4
* Fixme for union fieldsAleksey Kladov2019-11-251-0/+5
* Fix hir for ast::UnionDefAleksey Kladov2019-11-251-3/+15
* Simplify ADT fieldsAleksey Kladov2019-11-241-3/+11
* Use Trace in raw_itemsAleksey Kladov2019-11-241-3/+3
* Get rid of DefDatabase2Aleksey Kladov2019-11-231-8/+5
* More principled sources for enums and fieldsAleksey Kladov2019-11-221-39/+106
* Uniformalize namingAleksey Kladov2019-11-221-15/+10
* Rename Source::ast -> Source::valueAleksey Kladov2019-11-201-4/+4
* Unfork struct and union idsAleksey Kladov2019-11-091-10/+6
* Move CrateDefMap to hir_defAleksey Kladov2019-11-031-1/+13
* move struct & enum data to hir_defAleksey Kladov2019-10-311-0/+114