| Age | Commit message (Expand) | Author | Lines |
| 2021-03-29 | Auto merge of #82864 - jyn514:short-circuit, r=GuillaumeGomez | bors | -6/+2 |
| 2021-03-24 | Split clean::Constant enum into a struct and an enum | Guillaume Gomez | -44/+44 |
| 2021-03-24 | Rename clean::Constant did fields to def_id | Guillaume Gomez | -18/+18 |
| 2021-03-24 | Improve new Constant variants' name | Guillaume Gomez | -20/+21 |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -46/+86 |
| 2021-03-24 | Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514 | Dylan DPC | -3/+3 |
| 2021-03-23 | Remove another unnecessary `Option` | Camelid | -1/+1 |
| 2021-03-23 | Remove unnecessary `Option` wrapping around `Crate.module` | Camelid | -2/+2 |
| 2021-03-23 | Tweak docs | Camelid | -1/+3 |
| 2021-03-21 | Remove redundant docs | Camelid | -5/+7 |
| 2021-03-21 | Rename `clean::Span::span()` to `clean::Span::inner()` | Camelid | -4/+4 |
| 2021-03-21 | Rename `clean::Item.source` to `span` | Camelid | -11/+17 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -1/+1 |
| 2021-03-19 | Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 | Dylan DPC | -6/+17 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -1/+1 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -1/+1 |
| 2021-03-11 | Improve code by removing similar function calls and using loops instead for c... | Guillaume Gomez | -17/+16 |
| 2021-03-10 | Auto merge of #82960 - camelid:masked_crates, r=jyn514 | bors | -5/+1 |
| 2021-03-10 | Allow doc alias attributes to use both list and value | Guillaume Gomez | -2/+14 |
| 2021-03-09 | Remove `masked_crates` from `clean::Crate` | Camelid | -5/+1 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -10/+12 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -1/+1 |
| 2021-03-07 | rustdoc: Don't enter an infer_ctxt in get_blanket_impls for impls that aren't... | Joshua Nelson | -6/+2 |
| 2021-03-07 | Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomez | Yuki Okushi | -18/+0 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -1/+1 |
| 2021-03-05 | Store `UNVERSIONED_FILES` in a data structure | Joshua Nelson | -18/+0 |
| 2021-03-05 | Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran... | Guillaume Gomez | -4/+7 |
| 2021-03-03 | Pass `CrateNum` by value instead of by reference | Camelid | -3/+3 |
| 2021-03-02 | Rollup merge of #82597 - noslaver:fix-82137, r=nagisa | Yuki Okushi | -15/+12 |
| 2021-03-02 | Rollup merge of #82593 - sunfishcode:wasi-docs, r=alexcrichton | Yuki Okushi | -0/+5 |
| 2021-03-01 | Get TyCtxt from self instead of passing as argument in AutoTraitFinder | Noam Koren | -15/+12 |
| 2021-03-01 | Remove `krate.version`; fix `crate_version` in JSON | Joshua Nelson | -2/+0 |
| 2021-03-01 | Remove the dummy cache in `DocContext` | Joshua Nelson | -14/+15 |
| 2021-02-28 | Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnr | bors | -40/+31 |
| 2021-02-28 | Remove unnecessary `self_ty` parameter to `get_blanket_impls` | Joshua Nelson | -40/+31 |
| 2021-02-27 | Remove the x86_64-rumprun-netbsd target | Simonas Kazlauskas | -1/+0 |
| 2021-02-27 | Teach rustdoc how to display WASI. | Dan Gohman | -0/+5 |
| 2021-02-25 | Auto merge of #82265 - GuillaumeGomez:cleanup-attrs-twice, r=jyn514 | bors | -6/+23 |
| 2021-02-24 | Make DocContext &mut for clean | Guillaume Gomez | -1/+1 |
| 2021-02-24 | Prevent to compute Item attributes twice | Guillaume Gomez | -6/+23 |
| 2021-02-23 | Improve code readability | Guillaume Gomez | -9/+7 |
| 2021-02-23 | * Fix some typo | Guillaume Gomez | -5/+6 |
| 2021-02-23 | Put clean::Trait extra information into a new struct to make it more coherent | Guillaume Gomez | -4/+15 |
| 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 | -9/+21 |
| 2021-02-22 | Remove many RefCells from DocContext | Camelid | -29/+27 |
| 2021-02-20 | rustdoc: Remove unnecessary `Cell` around `param_env` | Camelid | -1/+1 |
| 2021-02-20 | Don't render [src] link on dummy spans | Guillaume Gomez | -0/+4 |
| 2021-02-19 | Show negative implementation of Sized trait | Guillaume Gomez | -90/+114 |
| 2021-02-16 | Make `Clean` take &mut DocContext | Joshua Nelson | -217/+203 |