| Age | Commit message (Expand) | Author | Lines |
| 2020-09-17 | Ignore rustc_private items from std docs | Lzu Tao | -9/+10 |
| 2020-08-28 | Fix swapped stability attributes | Joshua Nelson | -6/+6 |
| 2020-08-25 | Auto merge of #75666 - davidtwco:tidy-lang-items, r=varkor | bors | -7/+7 |
| 2020-08-24 | Auto merge of #74590 - jyn514:timing, r=Mark-Simulacrum | bors | -186/+216 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -7/+7 |
| 2020-08-23 | Fix bad rebase | Joshua Nelson | -164/+164 |
| 2020-08-23 | Use underscores instead of spaces | Joshua Nelson | -7/+7 |
| 2020-08-23 | Time how long it takes to render HTML | Joshua Nelson | -8/+11 |
| 2020-08-23 | xpy fmt | Joshua Nelson | -12/+25 |
| 2020-08-23 | Time running the global context | Joshua Nelson | -1/+1 |
| 2020-08-23 | Separate `run_global_ctxt` into a separate function | Joshua Nelson | -8/+14 |
| 2020-08-23 | Remove redundant timing for query | Joshua Nelson | -3/+1 |
| 2020-08-23 | Time loading all crates, not each individual crate | Joshua Nelson | -2/+2 |
| 2020-08-23 | Add some timing info to rustdoc | Joshua Nelson | -5/+15 |
| 2020-08-23 | xpy fmt | Joshua Nelson | -7/+2 |
| 2020-08-23 | Report an ambiguity if both modules and primitives are in scope | Joshua Nelson | -43/+109 |
| 2020-08-23 | Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkov | bors | -93/+227 |
| 2020-08-23 | Auto merge of #74238 - RalfJung:offset_from, r=oli-obk | bors | -1/+0 |
| 2020-08-22 | Lazy decoding of DefPathTable from crate metadata (non-incremental case) | Aaron Hill | -4/+4 |
| 2020-08-22 | stabilize ptr_offset_from | Ralf Jung | -1/+0 |
| 2020-08-22 | Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements,... | bors | -22/+20 |
| 2020-08-22 | rustdoc: Only resolve traits in scope | Joshua Nelson | -17/+22 |
| 2020-08-22 | rustdoc: Cache traits implemented by a type | Joshua Nelson | -45/+65 |
| 2020-08-22 | rustdoc: Add support for associated items even outside the impl itself | Joshua Nelson | -89/+198 |
| 2020-08-22 | rustdoc: Rename misleading function | Joshua Nelson | -2/+2 |
| 2020-08-22 | Rollup merge of #75745 - jyn514:refactor-resolve, r=Manishearth | Dylan DPC | -23/+1 |
| 2020-08-21 | Unify checks for lint missing_doc_code_examples and --show-coverage | Guillaume Gomez | -22/+20 |
| 2020-08-21 | Show line even if there is no code examples | Guillaume Gomez | -5/+3 |
| 2020-08-21 | Ignore more kind of items for doc examples | Guillaume Gomez | -0/+4 |
| 2020-08-20 | fmt | Guillaume Gomez | -11/+2 |
| 2020-08-20 | Update how doc examples are counted | Guillaume Gomez | -18/+16 |
| 2020-08-20 | Remove "total" columns in --show-coverage output | Guillaume Gomez | -6/+5 |
| 2020-08-20 | Remove duplicate binding in match | Joshua Nelson | -1/+1 |
| 2020-08-20 | Update rustdoc coverage UI test | Guillaume Gomez | -5/+11 |
| 2020-08-20 | Ignore code examples on given items where it doesn't make sense | Guillaume Gomez | -19/+40 |
| 2020-08-20 | Remove duplication in `fold_item` | Joshua Nelson | -23/+1 |
| 2020-08-19 | Rollup merge of #75649 - jyn514:inherent-lang-impls, r=guillaumegomez | Tyler Mandry | -97/+110 |
| 2020-08-19 | Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27 | bors | -0/+4 |
| 2020-08-19 | xpy fmt | Joshua Nelson | -5/+11 |
| 2020-08-19 | Use `impls` for intra doc links as well | Joshua Nelson | -35/+19 |
| 2020-08-19 | Allow reusing the code in `collect_trait_impls` | Joshua Nelson | -87/+80 |
| 2020-08-19 | impl_for_type -> PrimitiveType::impls | Joshua Nelson | -57/+59 |
| 2020-08-19 | Return all impls, not just the primary one | Joshua Nelson | -10/+32 |
| 2020-08-19 | Say `tcx.lang_items()` less | Joshua Nelson | -20/+21 |
| 2020-08-19 | Refactor `impl_for_type` into a separate function | Joshua Nelson | -29/+34 |
| 2020-08-19 | Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514 | Yuki Okushi | -26/+88 |
| 2020-08-19 | Rollup merge of #75652 - jyn514:true-false-2, r=GuillaumeGomez | Yuki Okushi | -7/+18 |
| 2020-08-18 | Add doc examples count for --show-coverage | Guillaume Gomez | -26/+88 |
| 2020-08-17 | Resolve true and false as booleans | Joshua Nelson | -7/+18 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -24/+24 |