| Age | Commit message (Expand) | Author | Lines |
| 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 | Miri shouldn't look at types | Ralf Jung | -6/+12 |
| 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 | Revert "Simplify MIR generation for logical ops" | Andreas Jonson | -23/+30 |
| 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 | rustc_target: add n64 musl targets for MIPS64 arches | Wang Xuerui | -0/+52 |
| 2019-08-09 | Implement Clone, Display for ascii::EscapeDefault | Clar Fon | -0/+9 |
| 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-09 | Remove unneeded comment in src/libcore/hash/mod.rs | sd234678 | -2/+0 |
| 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 |
| 2019-08-09 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2019-08-09 | review comments: use structured suggestion | Esteban Küber | -40/+52 |
| 2019-08-09 | Stop test from running on Windows. | Joel Galenson | -10/+205 |
| 2019-08-09 | update Miri | Ralf Jung | -9/+8 |
| 2019-08-09 | More explicit diagnostic when using a `vec![]` in a pattern | Esteban Küber | -7/+68 |
| 2019-08-09 | fix tests | Esteban Küber | -3/+3 |
| 2019-08-09 | Add FIXME-s that some types should be transparent | Mikail Bagishov | -0/+30 |
| 2019-08-09 | review comments: typo and rewording | Esteban Küber | -31/+31 |
| 2019-08-09 | review comment: review wording or missing return error | Esteban Küber | -21/+22 |
| 2019-08-09 | Extend suggestion support for traits and foreign items | Esteban Küber | -17/+161 |
| 2019-08-09 | Differentiate between tuple structs and tuple variants | Esteban Küber | -22/+62 |
| 2019-08-09 | Tweak wording of fn without explicit return | Esteban Küber | -21/+24 |
| 2019-08-09 | review comments | Esteban Küber | -46/+56 |
| 2019-08-09 | Recover parser from `foo(_, _)` | Esteban Küber | -22/+116 |
| 2019-08-09 | When suggesting fn call use an appropriate number of placeholder arguments | Esteban Küber | -16/+148 |