about summary refs log tree commit diff
path: root/src/librustc_metadata/rmeta/encoder.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-2012/+0
2020-08-22Lazy decoding of DefPathTable from crate metadata (non-incremental case)Aaron Hill-6/+9
2020-08-18Auto merge of #75635 - Aaron1011:fix/incr-fn-param-names, r=eddybbors-1/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-16Don't use `dep_graph.with_ignore` when encoding fn param namesAaron Hill-1/+1
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-08-14Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwcoTyler Mandry-10/+10
2020-08-14Rework `rustc_serialize`Matthew Jasper-118/+92
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-10/+10
2020-08-09Auto merge of #75278 - cuviper:indexmap, r=Mark-Simulacrumbors-17/+5
2020-08-09rustc_metadata: use IndexSet in EncodeContextJosh Stone-17/+5
2020-08-09Auto merge of #75137 - Aaron1011:fix/hygiene-skip-expndata, r=petrochenkovbors-0/+4
2020-08-09Add comment about the lack of `ExpnData` serialization for proc-macro cratesAaron Hill-0/+4
2020-08-08Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkovbors-8/+7
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-8/+7
2020-08-07fix clippy::unnecessary_mut_passed: function arg is not required to be mutableMatthias Krüger-1/+1
2020-08-06Auto merge of #75008 - eddyb:rmeta-indexed-trait-impls, r=nikomatsakisbors-3/+9
2020-08-04metadata: skip empty polymorphization bitsetDavid Wood-2/+5
2020-08-02fix typosliuzhenyu-1/+1
2020-08-01rustc_metadata: track the simplified Self type for every trait impl.Eduard-Mihai Burtescu-3/+9
2020-07-28Cache non-exhaustive separately from attributesMark Rousskov-0/+5
2020-07-26Share serialization optimization between incr and metadataAaron Hill-110/+50
2020-07-26Add test for serializing hygiene *into* a proc-macro crateAaron Hill-4/+27
2020-07-26Hygiene serialization implementationAaron Hill-9/+133
2020-07-20metadata: record `unused_generic_params`David Wood-0/+2
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-2/+2
2020-07-15Change `SymbolName::name` to a `&str`.Nicholas Nethercote-3/+3
2020-06-29Serialize all foreign `SourceFile`s into proc-macro crate metadataAaron Hill-24/+78
2020-06-26Make `fn_arg_names` return `Ident` instead of symbolAaron Hill-11/+5
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-5/+11
2020-06-21Cache decoded predicate shorthandsMatthew Jasper-16/+11
2020-06-20Rollup merge of #72600 - Aaron1011:fix/anon-const-encoding, r=varkorRalf Jung-1/+1
2020-06-15Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJungbors-10/+25
2020-06-15Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obkRalf Jung-10/+25
2020-06-15Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJungbors-11/+5
2020-06-11Make `fn_arg_names` return `Ident` instead of symbolAaron Hill-11/+5
2020-06-11Remove associated opaque typesMatthew Jasper-5/+2
2020-06-10Use min_specialization in the remaining rustc cratesMatthew Jasper-10/+25
2020-06-07Use `LocalDefId` directly in `Resolver::export_map` and `module_exports` querymarmeladema-2/+11
2020-05-29Use the virtual name for libstd files in StableSourceFileId and also in theFelix S. Klock II-1/+1
2020-05-29Split payload of FileName::Real to track both real and virutalized paths.Felix S. Klock II-0/+1
2020-05-26Properly encode AnonConst into crate metadataAaron Hill-1/+1
2020-05-22Use `OnceCell` instead of `Once`Dylan MacKenzie-2/+2
2020-05-20Rename some types describing native librariesVadim Petrochenkov-4/+2
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-5/+5
2020-05-02Rollup merge of #71777 - petrochenkov:crtype, r=Mark-SimulacrumDylan DPC-2/+2
2020-05-02cleanup: `config::CrateType` -> `CrateType`Vadim Petrochenkov-2/+2
2020-05-01Mark query function as must_use.Camille GILLOT-2/+2
2020-04-27Return a `FxHashSet<LocalDefId>` from `mir_keys` querymarmeladema-35/+31
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-8/+8