rust/compiler/rustc_monomorphize
Nicholas Nethercote eeb5b782a6 Improve the rustc_data_structures::sync module doc comment.
Also, `MTRef<'a, T>` is a typedef for a reference to a `T`, but in
practice it's only used (and useful) in combination with `MTLock`, i.e.
`MTRef<'a, MTLock<T>>`. So this commit changes it to be a typedef for a
reference to an `MTLock<T>`, and renames it as `MTLockRef`. I think this
clarifies things, because I found `MTRef` quite puzzling at first.
2023-03-30 21:14:37 +11:00
..
src Improve the rustc_data_structures::sync module doc comment. 2023-03-30 21:14:37 +11:00
Cargo.toml Add json output to -Zdump-mono-stats 2023-01-02 23:02:58 +00:00
messages.ftl Simplify message paths 2023-03-11 22:51:57 +01:00