summary refs log tree commit diff
path: root/src/librustc_metadata/dependency_format.rs
AgeCommit message (Expand)AuthorLines
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2020-01-23rustc: Allow cdylibs to link against dylibsMatthew Maurer-9/+11
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-1/+1
2019-12-22Format the worldMark Rousskov-64/+104
2019-11-28rustc: Move some queries to `rustc_metadata`Vadim Petrochenkov-2/+4
2019-11-11Move injected_panic_runtime to CrateStoreMark Rousskov-3/+2
2019-10-14rustc_metadata: Privatize private code and remove dead codeVadim Petrochenkov-1/+1
2019-09-23rustc: Fix mixing crates with different `share_generics`Alex Crichton-1/+0
2019-09-23rustc: Convert `dependency_formats` to a queryAlex Crichton-0/+371