| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-02-12 | Rollup merge of #81831 - LeSeulArtichaut:81289-mut-arg, r=camelid | Yuki Okushi | -1/+68 |
| 2021-02-11 | clean up clean::Static struct | Guillaume Gomez | -25/+19 |
| 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 | -1/+71 |
| 2021-02-05 | Remove unneeded From trait impl for DefKind | Guillaume Gomez | -7/+1 |
| 2021-02-05 | Improve code | Guillaume Gomez | -2/+2 |
| 2021-02-05 | Improve html::render::cache::get_real_types code | Guillaume Gomez | -2/+2 |
| 2021-02-05 | Remove Function all_types and ret_types fields | Guillaume Gomez | -156/+6 |
| 2021-02-05 | Explicitly match all DefKind item in conversion to TypeKind | Guillaume Gomez | -0/+43 |
| 2021-02-02 | Auto merge of #81557 - GuillaumeGomez:primitive-search, r=ollie27 | bors | -13/+25 |
| 2021-02-01 | Put back primitives in search | Guillaume Gomez | -13/+25 |
| 2021-01-30 | Rollup merge of #81512 - GuillaumeGomez:cleanup-fixme-rustdoc, r=bugadani | Yuki Okushi | -2/+1 |
| 2021-01-30 | rustdoc tweaking | bors | -41/+30 |
| 2021-01-29 | Add missiong variants in match binding | Guillaume Gomez | -2/+1 |
| 2021-01-28 | Rollup merge of #81284 - jyn514:impl-times, r=wesleywiser | Yuki Okushi | -6/+10 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -2/+37 |
| 2021-01-27 | Fix clean/types doc links | Guillaume Gomez | -0/+3 |
| 2021-01-27 | More cleanup | Guillaume Gomez | -19/+13 |
| 2021-01-27 | Improve documentation on GetDefId trait's methods | Guillaume Gomez | -3/+13 |
| 2021-01-27 | Update to new rustdoc APIs | Guillaume Gomez | -1/+0 |
| 2021-01-27 | Apply review comments and improve code | Guillaume Gomez | -23/+19 |
| 2021-01-27 | Remove cache usage wherever possible | Guillaume Gomez | -46/+72 |
| 2021-01-27 | Remove CACHE_KEY global | Guillaume Gomez | -45/+55 |
| 2021-01-23 | Make `-Z time-passes` less noisy | Joshua Nelson | -6/+10 |
| 2021-01-22 | rustdoc: Fix visibility of trait and impl items | Camelid | -2/+19 |
| 2021-01-20 | Remove StructType entirely and replace it with CtorKind | Rune Tynan | -32/+9 |
| 2021-01-20 | Move StructType to clean, remove it from Unions, make JSON output whether som... | Rune Tynan | -14/+28 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustdoc and clippy | LeSeulArtichaut | -2/+37 |
| 2021-01-16 | More review comments | Jack Huey | -2/+0 |
| 2021-01-16 | Review changes | Jack Huey | -28/+28 |
| 2021-01-16 | Cleanup | Jack Huey | -2/+2 |
| 2021-01-16 | Rollup merge of #81021 - CraftSpider:rustdoc-remove-import, r=jyn514 | Mara Bos | -91/+85 |
| 2021-01-15 | Rename VariantKind -> Variant | Joshua Nelson | -12/+12 |
| 2021-01-15 | Remove useless `clean::Variant` struct | Joshua Nelson | -17/+6 |
| 2021-01-15 | Address nit | Rune Tynan | -7/+3 |