| Age | Commit message (Expand) | Author | Lines |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -1/+1 |
| 2021-07-18 | Rollup merge of #86889 - jyn514:crate-cleanup, r=camelid | Yuki Okushi | -6/+6 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -11/+6 |
| 2021-07-13 | Remove trival `impl Clean for CrateNum` | Joshua Nelson | -2/+2 |
| 2021-07-13 | Remove unnecessary CrateNum from Cache.externs | Joshua Nelson | -5/+5 |
| 2021-07-07 | Unify macro source display | Guillaume Gomez | -0/+36 |
| 2021-07-05 | Auto merge of #86282 - camelid:macro_rules-matchers, r=jyn514 | bors | -16/+21 |
| 2021-07-03 | Pretty-print macro matchers instead of using source code | Noah Lev | -16/+21 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -1/+1 |
| 2021-06-19 | rustdoc: Introduce new `DynTrait` type for better representation of trait obj... | Justus K | -4/+14 |
| 2021-06-05 | Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearth | bors | -1/+2 |
| 2021-06-05 | Rollup merge of #84942 - jyn514:channel-replace, r=Manishearth | Yuki Okushi | -0/+5 |
| 2021-06-05 | Rollup merge of #84880 - jyn514:cleanup-itemkind, r=GuillaumeGomez | Yuki Okushi | -20/+33 |
| 2021-06-04 | rustdoc: link consistently to stable/beta in diagnostic messages | Joshua Nelson | -1/+2 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -0/+5 |
| 2021-05-19 | rustdoc: render `<Self as X>::Y` type casts properly | Justus K | -1/+2 |
| 2021-05-05 | Revert PR 83866 | Pietro Albini | -11/+0 |
| 2021-05-04 | Auto merge of #84707 - Stupremee:remove-fake-defids-in-rustdoc, r=jyn514,Guil... | bors | -4/+2 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -4/+2 |
| 2021-05-03 | Valid underscores in hex/octal/binary literal docs | Smitty | -2/+21 |
| 2021-05-03 | Make match in `register_res` easier to read | Joshua Nelson | -20/+33 |
| 2021-04-23 | Take ItemType instead of TypeKind in record_extern_fqn | Joshua Nelson | -19/+19 |
| 2021-04-22 | Remove `keywords` from ExternCrate | Joshua Nelson | -4/+4 |
| 2021-04-22 | Get rid of ExternCrate::primitives | Joshua Nelson | -1/+2 |
| 2021-04-22 | Remove `name` field from ExternalCrate | Joshua Nelson | -1/+2 |
| 2021-04-22 | Remove src field from ExternCrate | Joshua Nelson | -1/+3 |
| 2021-04-16 | rustdoc: get rid of unused path printing code | Michael Howell | -1/+1 |
| 2021-04-07 | Reuse logic for determining the channel in the rest of rustdoc | Joshua Nelson | -0/+11 |
| 2021-04-04 | Render destructured struct function param names as underscore. | Alan Egerton | -11/+1 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -1/+1 |
| 2021-03-31 | Revert explicit lifetimes | Jack Huey | -6/+6 |
| 2021-03-31 | Track bound vars | Jack Huey | -6/+6 |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -12/+12 |
| 2021-03-23 | Remove unnecessary `Option` wrapping around `Crate.module` | Camelid | -1/+1 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -1/+1 |
| 2021-03-09 | Remove `masked_crates` from `clean::Crate` | Camelid | -4/+1 |
| 2021-03-01 | Remove `krate.version`; fix `crate_version` in JSON | Joshua Nelson | -1/+0 |
| 2021-03-01 | Remove the dummy cache in `DocContext` | Joshua Nelson | -6/+6 |
| 2021-02-28 | Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnr | bors | -5/+4 |
| 2021-02-28 | Remove unnecessary `self_ty` parameter to `get_blanket_impls` | Joshua Nelson | -5/+4 |
| 2021-02-23 | Improve code readability | Guillaume Gomez | -2/+2 |
| 2021-02-23 | * Fix some typo | Guillaume Gomez | -5/+6 |
| 2021-02-23 | Use a qualified path to make it more clear where `list_contains_name` functio... | Guillaume Gomez | -2/+1 |
| 2021-02-23 | Remove is_spotlight field from `Trait` | Guillaume Gomez | -1/+17 |
| 2021-02-22 | Remove many RefCells from DocContext | Camelid | -7/+6 |
| 2021-02-16 | Make `Clean` take &mut DocContext | Joshua Nelson | -15/+15 |
| 2021-02-12 | Rollup merge of #82004 - GuillaumeGomez:clean-static-struct, r=jyn514 | Yuki Okushi | -5/+6 |
| 2021-02-12 | Rollup merge of #81831 - LeSeulArtichaut:81289-mut-arg, r=camelid | Yuki Okushi | -0/+67 |
| 2021-02-11 | clean up clean::Static struct | Guillaume Gomez | -5/+6 |
| 2021-02-10 | Do not ICE on range patterns in function arguments | LeSeulArtichaut | -4/+1 |