| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -6105/+0 | |
| 2020-08-14 | Fix rustc_serialize unit tests | Matthew Jasper | -23/+33 | |
| 2020-08-14 | Fix tests and address review comments | Matthew Jasper | -194/+39 | |
| 2020-08-14 | Add some documentation for (De|En)codable | Matthew Jasper | -0/+22 | |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -312/+226 | |
| - 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-06 | Fix some Clippy warnings in librustc_serialize | Temirkhan Myrzamadi | -74/+42 | |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -22/+16 | |
| 2020-06-03 | Update fulldeps tests and clippy | Vadim Petrochenkov | -8/+0 | |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -2/+2 | |
| 2020-06-02 | Rename directories for some compiler crates from `libx` to `librustc_x` | Vadim Petrochenkov | -0/+6360 | |
| libarena -> librustc_arena libfmt_macros -> librustc_parse_format libgraphviz -> librustc_graphviz libserialize -> librustc_serialize | ||||
