| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-02 | Invalidate all dereferences for non-local assignments | dianqk | -0/+2 | |
| 2024-01-05 | rustc_mir_transform: Make DestinationPropagation stable for queries | Martin Nordholts | -0/+1 | |
| By using FxIndexMap instead of FxHashMap, so that the order of visiting of locals is deterministic. We also need to bless copy_propagation_arg.foo.DestinationPropagation.panic*.diff. Do not review the diff of the diff. Instead look at the diff file before and after this commit. Both before and after this commit, 3 statements are replaced with nop. It's just that due to change in ordering, different statements are replaced. But the net result is the same. | ||||
| 2023-01-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -1/+1 | |
| 2023-01-19 | Use UnordSet instead of FxHashSet in define_id_collections!(). | Michael Woerister | -1/+1 | |
| 2022-09-10 | rustc_error, rustc_private, rustc_ast: Switch to stable hash containers | Niklas Jonsson | -1/+14 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+14 | |
