| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -34/+28 |
| 2021-02-16 | Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514 | Guillaume Gomez | -2/+2 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -2/+2 |
| 2021-02-15 | Only store a LocalDefId in hir::MacroDef. | Camille GILLOT | -2/+2 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -3/+3 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -2/+2 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -23/+17 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -3/+3 |
| 2021-02-14 | fix typo | Takayuki Maeda | -1/+1 |
| 2021-02-13 | Rollup merge of #82033 - magurotuna:issue82016, r=jyn514 | Yuki Okushi | -17/+16 |
| 2021-02-13 | Rename to `inline_attr` and use if-let to extract `NestedMetaItem` | Yusuke Tanaka | -12/+13 |
| 2021-02-13 | Refactor `get_word_attr` to return only `Option` | Yusuke Tanaka | -7/+5 |
| 2021-02-12 | Rollup merge of #82004 - GuillaumeGomez:clean-static-struct, r=jyn514 | Yuki Okushi | -25/+19 |