| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-17 | Remove redundant #![feature(...)] 's from compiler/ | est31 | -1/+0 | |
| 2020-09-17 | Replace const_generics feature gate with min_const_generics | est31 | -1/+1 | |
| The latter is on the path to stabilization. | ||||
| 2020-09-04 | Use ops::ControlFlow in graph::iterate | Scott McMurray | -0/+1 | |
| 2020-09-01 | Avoid rehashing Fingerprint as a map key | Josh Stone | -0/+1 | |
| This introduces a no-op `Unhasher` for map keys that are already hash- like, for example `Fingerprint` and its wrapper `DefPathHash`. For these we can directly produce the `u64` hash for maps. The first use of this is `def_path_hash_to_def_id: Option<UnhashMap<DefPathHash, DefId>>`. | ||||
| 2020-08-30 | datastructures: replace `once_cell` crate with an impl from std | marmeladema | -0/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+126 | |
