about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/dependency_format.rs
AgeCommit message (Expand)AuthorLines
2023-01-30Replace enum `==`s with `match`es where it makes senseMaybe Waffle-32/+29
2022-12-31Add help for the error message when missing rustc_driverbjorn3-2/+7
2022-09-03Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwcoDylan DPC-52/+21
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-3/+3
2022-08-31respond to review feedback: mainly eliminate as many conversions as possible...Nathan Stocks-17/+13
2022-08-31set up rustc_metadata for SessionDiagnostics, port dependency_format.rsNathan Stocks-53/+26
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-2/+2
2022-06-08Rename `panic_strategy` query to `required_panic_strategy`Gary Guo-2/+2
2022-06-08Handle panic runtime speciallyGary Guo-4/+9
2022-06-08Fix FFI-unwind unsoundness with mixed panic modeGary Guo-8/+3
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
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