about summary refs log tree commit diff
path: root/src/librustc_session/utils.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-32/+0
2020-08-14Rework `rustc_serialize`Matthew Jasper-1/+1
- Move the type parameter from `encode` and `decode` methods to the trait. - Remove `UseSpecialized(En|De)codable` traits. - Remove blanket impls for references. - Add `RefDecodable` trait to allow deserializing to arena-allocated references safely. - Remove ability to (de)serialize HIR. - Create proc-macros `(Ty)?(En|De)codable` to help implement these new traits.
2020-05-20Factor out `NativeLibKind::Dylib` from `NativeLibKind::Unspecified`Vadim Petrochenkov-2/+5
2020-05-20Rename some types describing native librariesVadim Petrochenkov-12/+14
NativeLibrary(Kind) -> NativeLib(Kind) NativeStatic -> StaticBundle NativeStaticNobundle -> StaticNoBundle NativeFramework -> Framework NativeRawDylib -> RawDylib NativeUnknown -> Unspecified
2020-01-09Change -Z time event naming scheme and make them generic activitiesJohn Kåre Alsaker-4/+4
2020-01-05Use self profile infrastructure for -Z time and -Z time-passesJohn Kåre Alsaker-6/+9
2019-12-22Format the worldMark Rousskov-2/+1
2019-12-03Move NativeLibraryKind to rustc_sessionMark Rousskov-0/+16
2019-12-03Move duration_to_secs_str to rustc_sessionMark Rousskov-0/+9