| Age | Commit message (Expand) | Author | Lines |
| 2019-08-11 | Remove thread-local for playground config | Mark Rousskov | -112/+141 |
| 2019-08-11 | Remove unnecessary channel | Mark Rousskov | -6/+3 |
| 2019-08-11 | Use a HashSet instead of Vec | Mark Rousskov | -6/+4 |
| 2019-08-11 | Don't store all traits in DocContext | Mark Rousskov | -7/+5 |
| 2019-08-11 | Store typed Passes | Mark Rousskov | -68/+65 |
| 2019-08-11 | Replace Arc with Rc around external_traits | Mark Rousskov | -3/+2 |
| 2019-08-11 | Remove ReentrantMutex | Mark Rousskov | -15/+9 |
| 2019-08-11 | Use entry API in store_path | Mark Rousskov | -6/+2 |
| 2019-08-11 | Remove crate_name from DocContext | Mark Rousskov | -13/+8 |
| 2019-08-11 | Move def_id_to_path to use site in visit_ast | Mark Rousskov | -20/+19 |
| 2019-08-11 | rustdoc: Replace HirVec with slices in doctree | Mark Rousskov | -21/+21 |
| 2019-08-10 | Auto merge of #62955 - Mark-Simulacrum:rustdoc-clean-1, r=eddyb | bors | -170/+81 |
| 2019-08-10 | Implement Clean<Crate> on hir::Crate directly | Mark Rousskov | -11/+8 |
| 2019-08-10 | Replace is_doc_reachable with is_public | Mark Rousskov | -20/+7 |
| 2019-08-10 | Remove NodeId from doctree::Module | Mark Rousskov | -10/+7 |
| 2019-08-10 | Gather deprecation information during cleaning | Mark Rousskov | -56/+21 |
| 2019-08-10 | Gather stability information during cleaning | Mark Rousskov | -55/+27 |
| 2019-08-10 | Make exact_paths a non-optional field on RustdocVisitor | Mark Rousskov | -12/+11 |
| 2019-08-10 | Represent ownership transfer in RustdocVisitor::visit | Mark Rousskov | -5/+7 |
| 2019-08-10 | Remove Option from resolver | Mark Rousskov | -5/+3 |
| 2019-08-10 | Make fields of RustdocVisitor private | Mark Rousskov | -15/+9 |
| 2019-08-10 | Fix calls to resolver from rustdoc and HIR lowering | Vadim Petrochenkov | -13/+8 |
| 2019-08-06 | Rollup merge of #63286 - Mark-Simulacrum:resolve-no-cb, r=petrochenkov | Mazdak Farrokhzad | -0/+7 |
| 2019-08-06 | Rollup merge of #62837 - Kinrany:patch-1, r=GuillaumeGomez | Mazdak Farrokhzad | -7/+15 |
| 2019-08-06 | Rollup merge of #62821 - GuillaumeGomez:not-listed-methods, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+5 |
| 2019-08-06 | Rollup merge of #63272 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -1/+0 |
| 2019-08-05 | Display methods from DerefMut in the sidebar as well | Guillaume Gomez | -3/+5 |
| 2019-08-05 | Force callers of resolve_ast_path to deal with Res::Err correctly | Mark Rousskov | -0/+7 |
| 2019-08-05 | Drop explicit span argument from mk_name_value_item | Mark Rousskov | -1/+0 |
| 2019-08-05 | adapt rustdoc to infailable lexer | Aleksey Kladov | -36/+23 |
| 2019-08-05 | add unknown token | Aleksey Kladov | -1/+1 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -1/+1 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -2/+2 |
| 2019-08-04 | Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomez | bors | -24/+60 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -35/+35 |
| 2019-08-02 | Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy` | varkor | -4/+4 |
| 2019-08-02 | Fix fallout after rebase | varkor | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -32/+32 |
| 2019-08-02 | librustdoc: Unconfigure tests during normal build | Vadim Petrochenkov | -653/+651 |
| 2019-08-01 | Rollup merge of #62971 - GuillaumeGomez:keyword-sidebar, r=nobody | Pietro Albini | -1/+2 |
| 2019-07-30 | Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk | bors | -32/+10 |
| 2019-07-28 | Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril | bors | -5/+5 |
| 2019-07-28 | Update minifier-rs version | Guillaume Gomez | -5/+5 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -2/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -1/+0 |
| 2019-07-27 | Use doc comments from 'pub use' statements | Aaron Hill | -24/+60 |
| 2019-07-26 | Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichton | Mazdak Farrokhzad | -5/+5 |
| 2019-07-26 | rustc: Stabilize options for pipelined compilation | Alex Crichton | -32/+10 |
| 2019-07-25 | Add keywords item into the sidebar | Guillaume Gomez | -1/+2 |
| 2019-07-24 | Rollup merge of #62905 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -11/+11 |