| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-24 | Split clean::Constant enum into a struct and an enum | Guillaume Gomez | -1/+1 | |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -66/+62 | |
| 2021-03-21 | Rename `clean::Span::span()` to `clean::Span::inner()` | Camelid | -1/+1 | |
| Otherwise you get a lot of instances of `item.span.span()`, which is just plain confusing. `item.span.inner()` conveys the correct meaning of "get the type that `clean::Span` wraps". | ||||
| 2021-03-21 | Rename `clean::Item.source` to `span` | Camelid | -1/+1 | |
| Its type is called `clean::Span`, and also the name in the rest of rustdoc and rustc for this kind of field is `span`. | ||||
| 2021-03-05 | Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make ↵ | Guillaume Gomez | -3/+3 | |
| transition over hir::ItemKind simpler | ||||
| 2021-03-04 | Moved `print_item` and helpers to a separate file | Nicholas-Baron | -0/+1420 | |
