about summary refs log tree commit diff
path: root/compiler/rustc_save_analysis/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-03-27Fix compiler docsJoshua Nelson-1/+1
2021-03-27Remove (lots of) dead codeJoshua Nelson-14/+4
2021-03-19stabilize or_patternsmark-1/+1
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-2/+2
2021-03-09Remove hir::Item::attrs.Camille GILLOT-10/+11
2021-03-09Remove hir::ImplItem::attrs.Camille GILLOT-3/+3
2021-03-09Remove hir::TraitItem::attrs.Camille GILLOT-3/+3
2021-03-09Remove hir::ForeignItem::attrs.Camille GILLOT-4/+5
2021-03-09Remove hir::StructField::attrs.Camille GILLOT-2/+3
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-2/+2
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-2/+6
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-2/+2
2020-12-22Rework beautify_doc_string so that it returns a Symbol instead of a StringGuillaume Gomez-1/+1
2020-10-27Show the inline stack of MIR lints that only occur after inliningOliver Scherer-1/+3
2020-10-25Use its own `TypeckResults` to avoid ICEYuki Okushi-3/+8
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-10use push(char) instead of push_str(&str) to add single chars to stringsMatthias Krüger-1/+1
2020-09-04Change ty.kind to a methodLeSeulArtichaut-3/+3
2020-09-02pretty: trim paths of unique symbolsDan Aloni-23/+25
2020-08-30mv compiler to compiler/mark-0/+1095