about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/dependency_format.rs
AgeCommit message (Expand)AuthorLines
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-2/+2
2021-09-23Auto merge of #89016 - lcnr:non_blanket_impls, r=nikomatsakis,michaelwoeristerbors-5/+6
2021-09-21`crates` is already deterministiclcnr-5/+6
2021-09-20Adjust documentation for compatibility with 2021Mark Rousskov-22/+22
2021-09-11Ensure that crates are linked with compatible panic-in-drop settingsAmanieu d'Antras-9/+23
2021-07-05Remove LibSourcebjorn3-3/+13
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-5/+5
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-1/+1
2020-08-30mv compiler to compiler/mark-0/+410