| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -2/+2 | |
| Modern compilers allow reaching external crates like std or core via relative paths in modules outside of lib.rs and main.rs. | ||||
| 2020-09-01 | Avoid rehashing Fingerprint as a map key | Josh Stone | -1/+29 | |
| 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 | mv compiler to compiler/ | mark | -0/+130 | |
