about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph/debug.rs
AgeCommit message (Collapse)AuthorLines
2024-08-07Use more slice patterns inside the compilerLeón Orell Valerian Liehr-6/+5
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2023-09-21Move `DepKind` to `rustc_query_system` and define it as `u16`John Kåre Alsaker-7/+7
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-2/+2
Convert all the crates that have had their diagnostic migration completed (except save_analysis because that will be deleted soon and apfloat because of the licensing problem).
2022-05-02fix most compiler/ doctestsElliot Roberts-3/+3
2021-03-30Stream the dep-graph to a file.Camille GILLOT-5/+9
2021-03-27Remove (lots of) dead codeJoshua Nelson-0/+1
Found with https://github.com/est31/warnalyzer. Dubious changes: - Is anyone else using rustc_apfloat? I feel weird completely deleting x87 support. - Maybe some of the dead code in rustc_data_structures, in case someone wants to use it in the future? - Don't change rustc_serialize I plan to scrap most of the json module in the near future (see https://github.com/rust-lang/compiler-team/issues/418) and fixing the tests needed more work than I expected. TODO: check if any of the comments on the deleted code should be kept.
2020-08-30mv compiler to compiler/mark-0/+58