| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-01-15 | Remove doctree::Import | Rune Tynan | -91/+89 |
| 2021-01-14 | Remove doctree::Variant | Rune Tynan | -13/+0 |
| 2021-01-14 | Auto merge of #80802 - jyn514:box-attributes, r=nnethercote | bors | -9/+9 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -2/+2 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -24/+21 |
| 2021-01-10 | Box Item::attributes | Joshua Nelson | -9/+9 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -2/+2 |
| 2021-01-10 | Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitor | bors | -69/+58 |
| 2021-01-10 | Rollup merge of #80825 - GuillaumeGomez:rustdoc-cleanup-bis-repetita, r=jyn514 | Yuki Okushi | -20/+18 |
| 2021-01-10 | Rollup merge of #80803 - jyn514:cleanup-fill-in, r=GuillaumeGomez | Yuki Okushi | -49/+40 |
| 2021-01-10 | Auto merge of #77862 - danielhenrymantilla:rustdoc/fix-macros_2_0-paths, r=jy... | bors | -1/+11 |
| 2021-01-09 | Replace under-used ImplPolarity enum with a boolean | Guillaume Gomez | -20/+17 |
| 2021-01-08 | Add doc comment explaining what the second Array's field is about | Guillaume Gomez | -0/+1 |
| 2021-01-08 | Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpider | Yuki Okushi | -71/+1 |
| 2021-01-08 | Rollup merge of #80794 - LingMan:map_or, r=jyn514 | Yuki Okushi | -2/+2 |
| 2021-01-07 | Remove useless `fill_in` function | Joshua Nelson | -49/+40 |
| 2021-01-07 | Get rid of custom pretty-printing in rustdoc | Joshua Nelson | -71/+1 |
| 2021-01-07 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -2/+2 |
| 2021-01-06 | Style nit: avoid confusing name shadowing in pattern match | Daniel Henry-Mantilla | -2/+2 |
| 2021-01-06 | Style nit: replace `for_each` & `return` with `for` & `continue` | Daniel Henry-Mantilla | -1/+11 |