summary refs log tree commit diff
path: root/src/librustc_session/session.rs
AgeCommit message (Expand)AuthorLines
2020-01-22Fix tidy warningsAaron Green-2/+6
2020-01-22Enable ASan on FuchsiaAaron Green-1/+1
2020-01-09Link sanitizer runtimes instead of injecting crate dependenciesTomasz Miąsko-0/+26
2020-01-05Use self profile infrastructure for -Z time and -Z time-passesJohn Kåre Alsaker-5/+8
2020-01-03rustdoc: Respect diagnostic debugging optionsVadim Petrochenkov-14/+1
2020-01-03Introduce an option for disabling deduplication of diagnosticsVadim Petrochenkov-3/+2
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-3/+3
2019-12-30Support `-Z ui-testing=yes/no`Vadim Petrochenkov-4/+4
2019-12-22Format the worldMark Rousskov-201/+120
2019-12-17Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton"Mark Rousskov-3/+3
2019-12-17Move AtomicU64 usage to AtomicUsizeMark Rousskov-3/+3
2019-12-06Use `as_ref().map()` rather than `is_some().to_option()`varkor-1/+1
2019-12-06Use `to_option_with` in several placesvarkor-1/+1
2019-12-06Use `to_option` in various placesvarkor-7/+4
2019-12-03Move Session to librustc_sessionMark Rousskov-0/+1299