| Age | Commit message (Expand) | Author | Lines |
| 2021-03-05 | Auto merge of #82777 - GuillaumeGomez:rollup-etcsupl, r=GuillaumeGomez | bors | -2751/+2827 |
| 2021-03-05 | Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakis | bors | -188/+290 |
| 2021-03-04 | Rollup merge of #82765 - oli-obk:polymorphization_regression, r=davidtwco | Guillaume Gomez | -54/+69 |
| 2021-03-04 | Rollup merge of #82752 - JohnTitor:gat-ice-test, r=jackh726 | Guillaume Gomez | -0/+40 |
| 2021-03-04 | Rollup merge of #82690 - jyn514:remove-pass-docs, r=Manishearth | Guillaume Gomez | -132/+67 |
| 2021-03-04 | Rollup merge of #82088 - Nicholas-Baron:shorten_html_render, r=GuillaumeGomez | Guillaume Gomez | -2532/+2599 |
| 2021-03-04 | Rollup merge of #76716 - GuillaumeGomez:stop-complains-on-doc-hidden, r=jyn514 | Guillaume Gomez | -33/+52 |
| 2021-03-04 | Use cache access levels | Guillaume Gomez | -1/+1 |
| 2021-03-04 | No more need for borrow call | Guillaume Gomez | -1/+1 |
| 2021-03-04 | Pass TyCtxt directly instead of DocContext in librustdoc::visit_ast::inherits... | Guillaume Gomez | -5/+5 |
| 2021-03-04 | Move visibility check inside the should_have_doc_example function | Guillaume Gomez | -20/+17 |
| 2021-03-04 | Update missing code example test | Guillaume Gomez | -5/+18 |
| 2021-03-04 | Don't warn for `missing_doc_examples` when item is #[doc(hidden)] | Guillaume Gomez | -14/+23 |
| 2021-03-04 | Auto merge of #82747 - JohnTitor:pin-es-check-version, r=Mark-Simulacrum | bors | -1/+2 |
| 2021-03-04 | Update rustdoc documentation | Joshua Nelson | -132/+67 |
| 2021-03-04 | Corrected imports for render tests and mod files | Nicholas-Baron | -3/+4 |
| 2021-03-04 | Moved `write_shared` to its own file | Nicholas-Baron | -535/+549 |
| 2021-03-04 | Moved the `make_item_keywords` function to `context.rs` as it is only used there | Nicholas-Baron | -5/+6 |
| 2021-03-04 | Moved `print_item` and helpers to a separate file | Nicholas-Baron | -1404/+1430 |
| 2021-03-04 | Moved Context and its impls to a separate file | Nicholas-Baron | -593/+618 |
| 2021-03-04 | Fixes -Zpolymorphize for src/test/ui/const-generics/auxiliary/crayte.rs | Oli Scherer | -9/+39 |
| 2021-03-04 | Typo | Oli Scherer | -1/+1 |
| 2021-03-04 | Spread tracing instrumentation into the polymorphization logic | Oli Scherer | -33/+27 |
| 2021-03-04 | Auto merge of #81451 - nikic:llvm-12, r=nagisa | bors | -100/+401 |
| 2021-03-04 | Remove a dead code path | Oli Scherer | -13/+4 |
| 2021-03-04 | Auto merge of #82756 - JohnTitor:rollup-e4ij7h6, r=JohnTitor | bors | -420/+685 |
| 2021-03-04 | Rollup merge of #82744 - camelid:cratenum-byval, r=GuillaumeGomez | Yuki Okushi | -3/+3 |
| 2021-03-04 | Rollup merge of #82740 - jyn514:proper-history, r=Mark-Simulacrum | Yuki Okushi | -3/+2 |
| 2021-03-04 | Rollup merge of #82717 - estebank:issue-70152, r=lcnr | Yuki Okushi | -8/+77 |
| 2021-03-04 | Rollup merge of #82697 - jplatte:patch-1, r=davidtwco | Yuki Okushi | -1/+1 |
| 2021-03-04 | Rollup merge of #82564 - WaffleLapkin:revert_spare_mut, r=RalfJung | Yuki Okushi | -10/+19 |
| 2021-03-04 | Rollup merge of #82315 - jsha:font-display-swap, r=GuillaumeGomez | Yuki Okushi | -5/+19 |
| 2021-03-04 | Rollup merge of #82310 - jsha:rustdoc-search-onfocus, r=GuillaumeGomez | Yuki Okushi | -51/+69 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -339/+495 |
| 2021-03-04 | Add a regression test for issue-81712 | Yuki Okushi | -0/+40 |
| 2021-03-04 | Pin es-check version to prevent unrelated CI failures | Yuki Okushi | -1/+2 |
| 2021-03-04 | Auto merge of #82304 - LeSeulArtichaut:unpretty-ast, r=spastorino | bors | -22/+46 |
| 2021-03-03 | Pass `CrateNum` by value instead of by reference | Camelid | -3/+3 |
| 2021-03-03 | Fix commit detected when using `download-rustc` | Joshua Nelson | -3/+2 |
| 2021-03-04 | Auto merge of #81114 - bugadani:generator, r=estebank | bors | -54/+89 |
| 2021-03-03 | Auto merge of #82702 - jyn514:downgrade-err, r=Manishearth | bors | -17/+54 |
| 2021-03-03 | reworded message | Esteban Küber | -5/+11 |
| 2021-03-03 | Explicitly disable preinline during pgo-use test | Nikita Popov | -5/+4 |
| 2021-03-03 | Schedule ThinLTOBuffer passes again after sanitizer passes | Nikita Popov | -1/+6 |
| 2021-03-03 | Auto merge of #82553 - tmiasko:update-tracing, r=Mark-Simulacrum | bors | -20/+24 |
| 2021-03-03 | Update library/alloc/src/vec/mod.rs | Waffle Lapkin | -1/+1 |
| 2021-03-03 | Change error about unknown doc attributes to a warning | Joshua Nelson | -17/+54 |
| 2021-03-03 | Add `-Z unpretty` flags for the AST | LeSeulArtichaut | -22/+46 |
| 2021-03-03 | Auto merge of #82704 - RalfJung:miri-atomic-minmax, r=oli-obk | bors | -13/+16 |
| 2021-03-03 | Auto merge of #82718 - JohnTitor:rollup-vpfx3j2, r=JohnTitor | bors | -145/+312 |