about summary refs log tree commit diff
path: root/compiler/rustc_graphviz/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2024-08-27Add `warn(unreachable_pub)` to `rustc_graphviz`.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-2/+4
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2023-11-23remove unused pub fnklensy-27/+0
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-5/+5
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-6/+6
2022-12-23Indicate anonymous lifetimeJeremy Stucki-1/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-1/+1
2022-12-01Remove useless borrows and derefsMaybe Waffle-3/+3
2022-11-07Add initial version of value analysis and dataflow constant propagationJannis Christopher Köhl-1/+5
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+2
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-05-12update graphviz linksminami.yoshihiko-10/+8
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-1/+1
2021-12-09Remove redundant [..]sest31-2/+2
2021-10-15Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...Matthias Krüger-1/+1
2021-10-10Apply clippy suggestionsClemens Wasser-1/+1
2021-06-23Use HTTPS links where possibleSmitty-11/+11
2021-03-27Remove (lots of) dead codeJoshua Nelson-18/+0
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-0/+1
2020-10-28Reuse memoryDániel Buga-2/+5
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-16Make graphviz font configurableRich Kadel-7/+10
2020-09-09Also fixed monospace font for d3-graphviz engineRich Kadel-1/+1
2020-09-08Add -Zgraphviz_dark_modeRich Kadel-3/+17
2020-08-30mv compiler to compiler/mark-0/+693