summary refs log tree commit diff
path: root/src/librustc_session/session.rs
AgeCommit message (Expand)AuthorLines
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