about summary refs log tree commit diff
path: root/compiler/rustc_session/src/output.rs
AgeCommit message (Expand)AuthorLines
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-2/+2
2023-01-19Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkovbors-2/+2
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-2/+2
2023-01-16Move compiler input and ouput paths into sessionOli Scherer-2/+2
2022-12-07Use `Symbol` for the crate name instead of `String`/`str`Oli Scherer-14/+15
2022-09-10translations(rustc_session): migrate output.rsLuis Cardoso-24/+11
2022-03-24Use a let-chain in _session::output (nfc)Jubilee Young-15/+9
2022-03-24Prettify rustc_session fmt with capturing args (nfc)Jubilee Young-9/+7
2022-03-16rustc_error: make ErrorReported impossible to constructmark-1/+1
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