| Age | Commit message (Expand) | Author | Lines |
| 2019-08-11 | Remove thread-local for playground config | Mark Rousskov | -117/+147 |
| 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-11 | Auto merge of #63413 - RalfJung:miri, r=oli-obk | bors | -9/+8 |
| 2019-08-10 | Auto merge of #63250 - petrochenkov:descrate, r=davidtwco | bors | -73/+62 |
| 2019-08-10 | Update cargo | Vadim Petrochenkov | -0/+0 |
| 2019-08-10 | diagnostics: Describe crate root modules in `DefKind::Mod` as "crate" | Vadim Petrochenkov | -73/+62 |
| 2019-08-10 | Auto merge of #62955 - Mark-Simulacrum:rustdoc-clean-1, r=eddyb | bors | -186/+97 |
| 2019-08-10 | Auto merge of #63437 - Centril:rollup-ryx881p, r=Centril | bors | -3942/+4022 |
| 2019-08-10 | Rollup merge of #63432 - Centril:simplify-lowering, r=eddyb | Mazdak Farrokhzad | -43/+34 |
| 2019-08-10 | Rollup merge of #63425 - Mark-Simulacrum:clean-stability-doc, r=eddyb | Mazdak Farrokhzad | -15/+6 |
| 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 | -21/+19 |
| 2019-08-10 | Make fields of RustdocVisitor private | Mark Rousskov | -15/+9 |
| 2019-08-10 | resolve: Address FIXME from the previous commit | Vadim Petrochenkov | -19/+17 |
| 2019-08-10 | Cleanup & Simplify stuff in lowering. | Mazdak Farrokhzad | -43/+34 |
| 2019-08-10 | Fix calls to resolver from rustdoc and HIR lowering | Vadim Petrochenkov | -61/+48 |
| 2019-08-10 | resolve: Move some more code around | Vadim Petrochenkov | -616/+602 |
| 2019-08-10 | resolve: Turn `resolve_error` into a method on `Resolver` | Vadim Petrochenkov | -422/+411 |
| 2019-08-10 | resolve: Remove `Deref<Target=Resolver>` implementations | Vadim Petrochenkov | -319/+269 |
| 2019-08-10 | resolve: Track whole parent scope in the visitors | Vadim Petrochenkov | -96/+78 |
| 2019-08-10 | resolve: Move late resolution visitor into a separate file | Vadim Petrochenkov | -2634/+2663 |
| 2019-08-10 | resolve: Move late resolution into a separate visitor | Vadim Petrochenkov | -300/+477 |
| 2019-08-10 | Auto merge of #63352 - jgalenson:reproducible-lto, r=alexcrichton | bors | -2/+209 |
| 2019-08-10 | Rollup merge of #63423 - estebank:priv-tuple, r=zackmdavis | Mazdak Farrokhzad | -3/+144 |
| 2019-08-10 | Rollup merge of #63419 - RalfJung:typeid, r=alexcrichton | Mazdak Farrokhzad | -4/+14 |
| 2019-08-10 | Rollup merge of #63399 - estebank:vec-in-pat, r=Centril | Mazdak Farrokhzad | -8/+81 |
| 2019-08-10 | Rollup merge of #63394 - jackh726:issue-36804, r=jonas-schievink | Mazdak Farrokhzad | -0/+31 |
| 2019-08-10 | Rollup merge of #63350 - iluuu1994:use-associated-type-bounds, r=Centril | Mazdak Farrokhzad | -124/+172 |
| 2019-08-10 | Rollup merge of #63337 - estebank:break-ee0308, r=Centril | Mazdak Farrokhzad | -109/+701 |
| 2019-08-10 | Rollup merge of #63056 - petrochenkov:macstd2, r=alexcrichton | Mazdak Farrokhzad | -164/+364 |
| 2019-08-10 | Auto merge of #62756 - newpavlov:stabilize_dur_float, r=alexcrichton | bors | -22/+14 |
| 2019-08-09 | Cleanup historical stability comments | Mark Rousskov | -15/+6 |
| 2019-08-10 | Give built-in macros stable addresses in the standard library | Vadim Petrochenkov | -164/+364 |
| 2019-08-09 | Mention that tuple structs are private if their fields are | Esteban Küber | -3/+144 |
| 2019-08-09 | check against more collisions for TypeId of fn pointer | Ralf Jung | -4/+14 |