about summary refs log tree commit diff
path: root/src/librustc_metadata
AgeCommit message (Expand)AuthorLines
2019-11-14Remove unused error_codes.rs filesGuillaume Gomez-97/+0
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-2/+7
2019-11-11Move allocator_kind to CrateStoreMark Rousskov-5/+13
2019-11-11Move injected_panic_runtime to CrateStoreMark Rousskov-6/+11
2019-11-11Auto merge of #66252 - cjgillot:trees, r=oli-obkbors-6/+8
2019-11-10Auto merge of #65324 - Centril:organize-syntax, r=petrochenkovbors-2/+3
2019-11-10Fix tidy.Camille GILLOT-2/+4
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-6/+6
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-2/+3
2019-11-10Rollup merge of #66235 - eddyb:coff-syrup, r=nagisaYuki Okushi-6/+3
2019-11-09rustc_metadata: don't let LLVM confuse rmeta blobs for COFF object files.Eduard-Mihai Burtescu-6/+3
2019-11-08Stop returning promotables from `mir_const_qualif`Dylan MacKenzie-7/+4
2019-11-08hir::ItemKind::Fn: use hir::MethodSigMazdak Farrokhzad-5/+5
2019-11-07rustc_metadata: Rename `schema` to `rmeta`Vadim Petrochenkov-14/+14
2019-11-07rustc_metadata: Privatize more entitiesVadim Petrochenkov-15/+14
2019-11-07rustc_metadata: Privatize everything in decoderVadim Petrochenkov-54/+54
2019-11-07rustc_metadata: Move cstore_impl into mod decoderVadim Petrochenkov-2/+6
2019-11-07rustc_metadata: Privatize everything in schema and schema/tableVadim Petrochenkov-82/+80
2019-11-07rustc_metadata: Move decoder/encoder/table into mod schemaVadim Petrochenkov-11/+12
2019-11-07Rollup merge of #59789 - eddyb:typeck-reverts, r=nikomatsakisMazdak Farrokhzad-41/+48
2019-11-06Make doc comments cheaper with `AttrKind`.Nicholas Nethercote-1/+1
2019-11-06Remove unnecessary `Deref` impl for `Attribute`.Nicholas Nethercote-1/+1
2019-11-06Rollup merge of #66086 - RalfJung:smallvec, r=nagisaMazdak Farrokhzad-1/+1
2019-11-06Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e...Mazdak Farrokhzad-2/+2
2019-11-06Rollup merge of #66027 - Mark-Simulacrum:panic-handler-query, r=alexcrichtonMazdak Farrokhzad-2/+1
2019-11-04bump smallvec to 1.0Ralf Jung-1/+1
2019-11-04Auto merge of #65838 - estebank:resilient-recovery, r=Centrilbors-1/+1
2019-11-03rustc_metadata: don't encode an empty slice for inferred_outlives.Eduard-Mihai Burtescu-3/+8
2019-11-03rustc_metadata: replace predicates_defined_on with explicit_predicates_of and...Eduard-Mihai Burtescu-19/+50
2019-11-03rustc_metadata: remove predicates_of and rely on predicates_defined_on alone.Eduard-Mihai Burtescu-38/+9
2019-11-01Move has_panic_handler to queryMark Rousskov-2/+1
2019-11-02Simplify various `Symbol` use points.Nicholas Nethercote-2/+2
2019-11-01Rollup merge of #66018 - pnkfelix:issue-64872-revert-64324, r=alexcrichtonTyler Mandry-21/+5
2019-11-01targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic...Felix S. Klock II-21/+5
2019-10-31Implement dual proc macro hashingmsizanoen-7/+24
2019-10-30Make init_locking return a reference to the initialized dataSantiago Pastorino-3/+1
2019-10-30Change CrateMetadata's source_map_import_info from RwLock to OnceSantiago Pastorino-83/+66
2019-10-30Correctly indent get_predicates functionSantiago Pastorino-1/+1
2019-10-30Do not complain about missing `fn main()` in some casesEsteban Küber-1/+1
2019-10-28Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkovMazdak Farrokhzad-6/+6
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-6/+6
2019-10-27Auto merge of #65541 - eddyb:spanned-inferred-outlives, r=nikomatsakisbors-0/+8
2019-10-25Rollup merge of #65074 - Rantanen:json-byte-pos, r=matkladMazdak Farrokhzad-1/+6
2019-10-24rustc_metadata: Minimize use of `Lrc` in crate storeVadim Petrochenkov-29/+30
2019-10-24rustc_metadata: Remove `RwLock` from `CStore`Vadim Petrochenkov-25/+26
2019-10-24Turn crate store into a resolver outputVadim Petrochenkov-18/+31
2019-10-24rustc: Add a convenience alias for `dyn MetadataLoader + Sync`Vadim Petrochenkov-3/+3
2019-10-24rustc_metadata: Move some code aroundVadim Petrochenkov-96/+82
2019-10-24rustc_metadata: Remove unnecessary use of crate store in plugin loaderVadim Petrochenkov-63/+31
2019-10-24rustc_driver: Remove unnecessary use of crate storeVadim Petrochenkov-3/+3