| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -18/+0 | |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -1/+1 | |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -0/+2 | |
| - 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-02 | Introduce an abstraction for EvaluationCache and SelectionCache. | Camille GILLOT | -0/+1 | |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -1/+0 | |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 | |
| 2020-06-20 | Remove uses of `Vec::remove_item` | Lukas Kalbertodt | -1/+0 | |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -1/+1 | |
| 2020-05-10 | use min_specialization for some rustc crates where it requires no changes | Ralf Jung | -1/+1 | |
| 2020-03-27 | Implement HashStable directly. | Camille GILLOT | -2/+0 | |
| 2020-03-27 | Cleanups. | Camille GILLOT | -3/+1 | |
| 2020-03-26 | Retire DepGraphSafe and HashStableContext. | Camille GILLOT | -17/+0 | |
| 2020-03-26 | Make librustc_query_system compile. | Camille GILLOT | -0/+6 | |
| 2020-03-23 | Make librustc_query_system compile. | Camille GILLOT | -0/+32 | |
