summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/mod.rs
AgeCommit message (Expand)AuthorLines
2021-06-11Preserve `SyntaxContext` for invalid/dummy spans in crate metadataAaron Hill-1/+1
2021-04-16Implement #[rustc_skip_array_during_method_dispatch]Josh Stone-0/+1
2021-03-23Update with commentskadmin-1/+1
2021-03-23Add query for const_param_defaultkadmin-1/+2
2021-02-02Let a portion of DefPathHash uniquely identify the DefPath's crate.Michael Woerister-1/+2
2021-01-23Encode DefKind directly.Camille GILLOT-1/+2
2021-01-04Keep an unoptimized duplicate of `const fn` aroundoli-0/+1
2020-11-27Encode proc_macro directly.Camille GILLOT-0/+2
2020-10-06Split bounds from predicatesMatthew Jasper-6/+4
2020-10-05Record `expansion_that_defined` into crate metadataAaron Hill-0/+1
2020-09-26Encode less metadata for proc-macro cratesAaron Hill-5/+24
2020-09-18support const_evaluatable_checked across crate boundariesBastian Kauschke-0/+1
2020-08-30mv compiler to compiler/mark-0/+427