about summary refs log tree commit diff
path: root/compiler/rustc_session/src/output.rs
AgeCommit message (Expand)AuthorLines
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-1/+1
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-1/+1
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-1/+1
2021-05-28Use command line metadata path if providedJeremy Fitzhardinge-0/+5
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-10/+8
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+2
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-17/+9
2020-08-30mv compiler to compiler/mark-0/+217