| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-02-09 | Rename HIR UnOp variants | Ömer Sinan Ağacan | -1/+1 |
| 2021-02-08 | Revert "Get rid of custom pretty-printing in rustdoc" | LeSeulArtichaut | -0/+70 |
| 2021-02-05 | Remove Function all_types and ret_types fields | Guillaume Gomez | -123/+3 |
| 2021-02-02 | Auto merge of #81557 - GuillaumeGomez:primitive-search, r=ollie27 | bors | -13/+14 |
| 2021-02-01 | Put back primitives in search | Guillaume Gomez | -13/+14 |
| 2021-01-30 | rustdoc tweaking | bors | -12/+6 |
| 2021-01-28 | Rollup merge of #81284 - jyn514:impl-times, r=wesleywiser | Yuki Okushi | -6/+10 |
| 2021-01-27 | Remove cache usage wherever possible | Guillaume Gomez | -17/+7 |
| 2021-01-27 | Remove CACHE_KEY global | Guillaume Gomez | -9/+19 |
| 2021-01-23 | Make `-Z time-passes` less noisy | Joshua Nelson | -6/+10 |