| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -1041/+0 | |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -3/+1 | |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -201/+162 | |
| - 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-08-09 | rustc_middle: use IndexSet in OnDiskCache | Josh Stone | -17/+5 | |
| 2020-07-26 | Share serialization optimization between incr and metadata | Aaron Hill | -28/+34 | |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -72/+148 | |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -1/+1 | |
| 2020-06-21 | Cache decoded predicate shorthands | Matthew Jasper | -16/+31 | |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -44/+16 | |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -7/+7 | |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -1/+1 | |
| 2020-05-01 | Monomorphise load_from_disk_and_cache_in_memory. | Camille GILLOT | -1/+1 | |
| 2020-04-22 | Add `#[inline]` declarations | Dylan MacKenzie | -0/+1 | |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -0/+1024 | |
