about summary refs log tree commit diff
path: root/compiler/rustc_save_analysis/src/sig.rs
AgeCommit message (Expand)AuthorLines
2023-02-16Remove save-analysis.Nicholas Nethercote-931/+0
2023-01-31Review changesMaybe Waffle-3/+2
2023-01-30Use `Mutability::{is_mut, is_not}`Maybe Waffle-2/+1
2023-01-28Remove `HirId -> LocalDefId` map from HIR.Camille GILLOT-35/+45
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-1/+1
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-1/+1
2022-11-23Add `Mutability::{is_mut,is_not}`Maybe Waffle-2/+2
2022-11-23Separate lifetime ident from resolution in HIR.Camille GILLOT-1/+1
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-2/+2
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-5/+5
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-1/+1
2022-09-09Handle generic parameters.Camille GILLOT-7/+8
2022-09-09RPITIT placeholder itemsMichael Goulet-0/+5
2022-04-30Store all generic bounds as where predicates.Camille GILLOT-25/+0
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-1/+1
2022-02-12change to a struct variantEllen-1/+1
2022-01-03reviewlcnr-5/+1
2021-12-23implement `generic_arg_infer` for array lengthslcnr-2/+6
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-1/+1
2021-12-15Remove unnecessary sigils around `Ident::as_str()` calls.Nicholas Nethercote-1/+1
2021-12-13Keep info on pre-desugaring expression for better "incorrect `.await`" sugges...Esteban Kuber-1/+1
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