about summary refs log tree commit diff
path: root/compiler/rustc_session/src/search_paths.rs
AgeCommit message (Expand)AuthorLines
2023-12-18Rename many `EarlyDiagCtxt` arguments.Nicholas Nethercote-2/+2
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-2/+2
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-3/+3
2022-04-19incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it.Michael Woerister-3/+1
2022-02-02Make `SearchPathFile::file_name_str` non-optional.Nicholas Nethercote-13/+13
2021-09-08Doc commentsbjorn3-11/+11
2020-09-17use strip_prefix over starts_with and manual slicing based on pattern length ...Matthias Krüger-10/+10
2020-08-30mv compiler to compiler/mark-0/+95