summary refs log tree commit diff
path: root/src/librustc_metadata/rmeta/encoder.rs
AgeCommit message (Expand)AuthorLines
2020-01-17Use named fields for `hir::ItemKind::Impl`Dylan MacKenzie-7/+7
2020-01-16don't clone types that are copyMatthias Krüger-1/+1
2020-01-09Remove sanitizer_runtime attributeTomasz Miąsko-1/+0
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-2/+1
2020-01-08intravisit: abstract over HIR MapMazdak Farrokhzad-1/+4
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-6/+6
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-2/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-3/+3
2019-12-30Remove HirVec from Generics.Camille GILLOT-1/+1
2019-12-27Fallout in other crates.Camille GILLOT-3/+3
2019-12-26Fallout in other crates.Camille GILLOT-2/+2
2019-12-22Format the worldMark Rousskov-176/+125
2019-12-21Use Arena inside hir::Mod.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::StructField.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::ImplItem.Camille GILLOT-2/+2
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-2/+2
2019-12-21Use Arena inside hir::ForeignItem.Camille GILLOT-3/+3
2019-12-21Handle Attributes in arena.Camille GILLOT-4/+4
2019-12-21Use Arena inside hir::Item.Camille GILLOT-4/+4
2019-12-21Use Arena inside hir::Crate.Camille GILLOT-1/+1
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-6/+4
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-0/+11
2019-12-03Check intrinsics for callability in const fnsMahmut Bulut-1/+5
2019-11-28rustc_metadata: Move `has_global_allocator` from session to cstoreVadim Petrochenkov-2/+1
2019-11-27rustc_metadata: use a macro to deduplicate LazyPerDefTables and PerDefTableBu...Eduard-Mihai Burtescu-48/+3
2019-11-27rustc_metadata: remove Encodable requirements from LazyMeta impls.Eduard-Mihai Burtescu-2/+2
2019-11-27rustc_metadata: use a separate TableBuilder type to build a Table.Eduard-Mihai Burtescu-23/+23
2019-11-27rustc_metadata: replace PerDefTable<T> with Table<DefIndex, T>.Eduard-Mihai Burtescu-27/+27
2019-11-15Remove newtype for qualifs in `rustc_metadata`Dylan MacKenzie-8/+9
2019-11-15Use a bespoke type for the result of `mir_const_qualif`Dylan MacKenzie-1/+5
2019-11-10Fix tidy.Camille GILLOT-2/+4
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-4/+4
2019-11-08Stop returning promotables from `mir_const_qualif`Dylan MacKenzie-3/+3
2019-11-08hir::ItemKind::Fn: use hir::MethodSigMazdak Farrokhzad-5/+5
2019-11-07rustc_metadata: Rename `schema` to `rmeta`Vadim Petrochenkov-0/+1824