summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/encoder.rs
AgeCommit message (Expand)AuthorLines
2022-09-11Only encode RPITIT when trait method has default bodyMichael Goulet-1/+13
2022-09-09Handle generic parameters.Camille GILLOT-3/+0
2022-09-09Address rebase issues, make async fn in trait workMichael Goulet-1/+5
2022-09-09RPITIT placeholder itemsMichael Goulet-0/+5
2022-09-07rustc: Parameterize `ty::Visibility` over used IDVadim Petrochenkov-2/+5
2022-09-05Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obkDylan DPC-13/+5
2022-09-03more clippy::perf fixesMatthias Krüger-13/+5
2022-09-03Do not call object_lifetime_default on lifetime params.Camille GILLOT-4/+3
2022-09-03Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwcoDylan DPC-3/+4
2022-09-01Auto merge of #98960 - cjgillot:entry-kind, r=estebankbors-247/+174
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-1/+0
2022-08-31respond to review feedback: mainly eliminate as many conversions as possible...Nathan Stocks-3/+3
2022-08-31port encoder.rs to SessionDiagnosticsNathan Stocks-3/+4
2022-08-30Handle MIR in a single place.Camille GILLOT-17/+19
2022-08-30Remove fn_has_self_parameter table.Camille GILLOT-6/+0
2022-08-30Separate macro_rules and macro_definition.Camille GILLOT-1/+4
2022-08-30Remove EntryKind.Camille GILLOT-78/+11
2022-08-30Create a module-reexports table.Camille GILLOT-6/+4
2022-08-30Create a table for fn_has_self_parameter.Camille GILLOT-6/+8
2022-08-30Use tables for macros.Camille GILLOT-2/+4
2022-08-30Move AssocContainer to a metadata table.Camille GILLOT-8/+6
2022-08-30Move VariantData to a metadata table.Camille GILLOT-7/+12
2022-08-30Simplify recursion scheme.Camille GILLOT-79/+51
2022-08-30Encode consts in metadata main loop.Camille GILLOT-32/+51
2022-08-30Encode type in the main loop.Camille GILLOT-56/+55
2022-08-29Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errorsDylan DPC-0/+5
2022-08-20rmeta/query cache: don't write string values of preinterned symbolsklensy-11/+18
2022-08-19Auto merge of #100209 - cjgillot:source-file-index, r=estebankbors-83/+87
2022-08-15cache strings while encoding/decoding to compiler artifactsklensy-0/+21
2022-08-09Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011Dylan DPC-0/+13
2022-08-07Only encode position from start of file.Camille GILLOT-13/+13
2022-08-06Simplify encoding a bit.Camille GILLOT-34/+35
2022-08-06Decode SourceFile out of order.Camille GILLOT-54/+55
2022-08-06Encode index of SourceFile along with span.Camille GILLOT-47/+49
2022-08-03Compute `object_lifetime_default` per parameter.Camille GILLOT-0/+5
2022-08-01Remove DefId from AssocItemContainer.Camille GILLOT-10/+10
2022-08-01Store associated item defaultness in impl_defaultness.Camille GILLOT-21/+9
2022-07-29Rename local_did to def_idMiguel Guarniz-8/+8
2022-07-29Change maybe_body_owned_by to take local def idMiguel Guarniz-8/+8
2022-07-26Implement `#[rustc_default_body_unstable]`Maybe Waffle-0/+13
2022-07-20passes: improved partial stabilization diagnosticDavid Wood-0/+15
2022-07-14Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillotbors-25/+78
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-6/+6
2022-07-07Auto merge of #99024 - matthiaskrgr:rollup-8ygpcpg, r=matthiaskrgrbors-1/+1
2022-07-07Reword comments and rename HIR visiting methods.Camille GILLOT-1/+1
2022-07-06Allow to create definitions inside the query system.Camille GILLOT-12/+11
2022-07-02Auto merge of #97235 - nbdd0121:unwind, r=Amanieubors-1/+1
2022-07-02seek instead of opening a new file handleYoshiki Matsuda-4/+7
2022-07-02avoid holding the temp_dir for empty metadata fileYoshiki Matsuda-1/+1
2022-07-02add a comment about counting zero bytesYoshiki Matsuda-0/+1