about summary refs log tree commit diff
path: root/compiler/rustc_metadata
AgeCommit message (Expand)AuthorLines
2022-08-09Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011Dylan DPC-0/+15
2022-08-08Remove unused parameter.Camille GILLOT-1/+0
2022-08-07Only encode position from start of file.Camille GILLOT-23/+21
2022-08-06Support parallel compiler.Camille GILLOT-4/+3
2022-08-06Simplify encoding a bit.Camille GILLOT-34/+35
2022-08-06Remove unused cache.Camille GILLOT-10/+0
2022-08-06Decode SourceFile out of order.Camille GILLOT-149/+154
2022-08-06Encode index of SourceFile along with span.Camille GILLOT-69/+60
2022-08-03Compute `object_lifetime_default` per parameter.Camille GILLOT-0/+8
2022-08-01Auto merge of #95884 - cjgillot:assoc-item, r=lcnrbors-95/+20
2022-08-01Remove trait_of_item query.Camille GILLOT-14/+0
2022-08-01Remove DefId from AssocItemContainer.Camille GILLOT-47/+17
2022-08-01Remove visibility from AssocItem.Camille GILLOT-1/+0
2022-08-01Store associated item defaultness in impl_defaultness.Camille GILLOT-43/+13
2022-08-01Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoeristerbors-1/+3
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-27Update mentions to `rustc_metadata::rmeta::Lazy`Yuki Okushi-12/+12
2022-07-27Rollup merge of #99698 - compiler-errors:no-doc-hidden, r=cjgillotYuki Okushi-5/+15
2022-07-26Fix vectorcallDaniel Paoliello-1/+3
2022-07-26Implement `#[rustc_default_body_unstable]`Maybe Waffle-0/+15
2022-07-24Do not prefer module parents which are `doc(hidden)` in visibility mapMichael Goulet-5/+15
2022-07-24remove new allocations from imported_source_filesPietro Albini-20/+20
2022-07-23Fix typo/grammar in locator.rs doc commentDaniel Bevenius-1/+1
2022-07-20passes: improved partial stabilization diagnosticDavid Wood-0/+26
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-14Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillotbors-30/+223
2022-07-14Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnrDylan DPC-4/+2
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-17/+17
2022-07-12Move abstract const to rustc_middle::tykadmin-4/+2
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-17/+17
2022-07-02fall back on the blank path if out_filename is blankYoshiki Matsuda-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
2022-07-02add some comments for encode_and_write_metadataYoshiki Matsuda-0/+6
2022-07-02fix an incorrect filename for an error messageYoshiki Matsuda-1/+1
2022-07-02refactor encode_and_write_metadataYoshiki Matsuda-44/+31
2022-07-02Revert "write the root position at the end"Yoshiki Matsuda-13/+16
2022-07-02add a comment about the drop order for EncodedMetadataYoshiki Matsuda-0/+1
2022-07-02create an empty file even in case of MetadataKind::NoneYoshiki Matsuda-6/+16
2022-07-02flush and assert when counting zero bytesYoshiki Matsuda-1/+5
2022-07-02define MmapMut and use it in Decodable implYoshiki Matsuda-13/+12
2022-07-02use &Path instead of AsRef<Path>Yoshiki Matsuda-3/+3
2022-07-02create tmp directory if there is no parent directoryYoshiki Matsuda-1/+1
2022-07-02insert dummy 4 bytes to avoid the breaking changeYoshiki Matsuda-1/+6
2022-07-02seek before counting zero bytesYoshiki Matsuda-1/+2