about summary refs log tree commit diff
path: root/compiler/rustc_save_analysis/src/sig.rs
AgeCommit message (Expand)AuthorLines
2021-08-28Treat macros as HIR itemsinquisitivecrystal-0/+8
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-3/+4
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-2/+2
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-4/+4
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-12/+12
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-1/+1
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-2/+2
2021-01-01const_generics_defaults: don't use todoRémy Rakic-1/+0
2021-01-01first pass at default values for const genericsJulian Knodt-1/+5
2020-11-26Remove ForeignMod struct.Camille GILLOT-1/+1
2020-11-15Rollup merge of #78352 - JohnTitor:issue-75229, r=Dylan-DPCDylan DPC-2/+2
2020-10-25Do not call `unwrap` with `signatures` option enabledYuki Okushi-2/+2
2020-10-25Fix small typosYuki Okushi-3/+3
2020-09-10use push(char) instead of push_str(&str) to add single chars to stringsMatthias Krüger-1/+1
2020-08-30mv compiler to compiler/mark-0/+930