| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-19 | Make DependencyList an IndexVec | bjorn3 | -3/+3 | |
| 2024-12-13 | Make dependency_formats an FxIndexMap rather than a list of tuples | bjorn3 | -1/+2 | |
| It is treated as a map already. This is using FxIndexMap rather than UnordMap because the latter doesn't provide an api to pick a single value iff all values are equal, which each_linked_rlib depends on. | ||||
| 2024-05-01 | add fixme | klensy | -0/+3 | |
| 2024-05-01 | DependencyList: remove outdated comment | klensy | -3/+0 | |
| 2024-04-29 | Remove `extern crate rustc_macros` from `rustc_middle`. | Nicholas Nethercote | -0/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+28 | |
