| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -4/+0 | |
| 2021-06-07 | use channel-relative urls in rustdoc/intra-doc/field.rs | Pietro Albini | -2/+2 | |
| 2021-05-03 | Make match in `register_res` easier to read | Joshua Nelson | -0/+4 | |
| - Don't duplicate DefKind -> ItemType handling; that's a good way to get bugs - Use exhaustive match - Add comments This found that register_res is very wrong in at least one way: if it registers a Res for `Variant`, it should also register one for `Field`. But I don't know whether the one for Variant should be removed or Field added. Maybe someone has ideas? | ||||
