about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2023-01-02Add json output to `-Zdump-mono-stats`Joshua Nelson-0/+2
This allows analyzing the output programatically; for example, finding the item with the highest `total_estimate`. I also took the liberty of adding `untracked` tests to `rustc_session` and documentation to the unstable book for `dump-mono-items`.
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-08-25rebased: convert rustc_monomorphize errors to SessionDiagnosticNathan Stocks-1/+3
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
This pulls in https://github.com/servo/rust-smallvec/pull/282, which gives some small wins for rustc.
2022-06-13remove currently unused depsklensy-1/+0
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-08Rebase fallout.Camille GILLOT-1/+0
2021-09-07Move monomorphize code to its own crate.Camille GILLOT-0/+20