summary refs log tree commit diff
path: root/src/librustc_metadata/rmeta/encoder.rs
AgeCommit message (Expand)AuthorLines
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