| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-04-19 | incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. | Michael Woerister | -3/+1 | |
| 2022-02-02 | Make `SearchPathFile::file_name_str` non-optional. | Nicholas Nethercote | -13/+13 | |
| Currently, it can be `None` if the conversion from `OsString` fails, in which case all searches will skip over the `SearchPathFile`. The commit changes things so that the `SearchPathFile` just doesn't get created in the first place. Same behaviour, but slightly simpler code. | ||||
| 2021-09-08 | Doc comments | bjorn3 | -11/+11 | |
| 2020-09-17 | use strip_prefix over starts_with and manual slicing based on pattern length ↵ | Matthias Krüger | -10/+10 | |
| (clippy::manual_strip) | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+95 | |
