| Age | Commit message (Expand) | Author | Lines |
| 2019-08-10 | Auto merge of #63437 - Centril:rollup-ryx881p, r=Centril | bors | -3942/+4025 |
| 2019-08-10 | Rollup merge of #63432 - Centril:simplify-lowering, r=eddyb | Mazdak Farrokhzad | -43/+34 |
| 2019-08-10 | Rollup merge of #63429 - rust-lang:gitignore-readd-tmp, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+3 |
| 2019-08-10 | Rollup merge of #63425 - Mark-Simulacrum:clean-stability-doc, r=eddyb | Mazdak Farrokhzad | -15/+6 |
| 2019-08-10 | Rollup merge of #63400 - petrochenkov:resplit, r=eddyb | Mazdak Farrokhzad | -3884/+3982 |
| 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 | .gitignore: Explain why `/obj/` is ignored | Mazdak Farrokhzad | -0/+1 |
| 2019-08-10 | Explain why `/tmp/` is ignored | Mazdak Farrokhzad | -0/+1 |
| 2019-08-10 | .gitignore: Readd `/tmp/` | Mazdak Farrokhzad | -0/+1 |
| 2019-08-10 | Auto merge of #63428 - Centril:rollup-c2ru1z1, r=Centril | bors | -412/+1507 |
| 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-09 | Auto merge of #63415 - nikic:bump-llvm-2, r=alexcrichton | bors | -0/+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 | 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 | 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 |
| 2019-08-09 | Suggest calling function on type error when finding bare fn | Esteban Küber | -12/+124 |
| 2019-08-09 | Change wording for function without return value | Esteban Küber | -21/+21 |
| 2019-08-09 | Be more accurate when mentioning type of found match arms | Esteban Küber | -28/+51 |
| 2019-08-09 | Do not suggest using ! with break | Esteban Küber | -4/+2 |
| 2019-08-09 | Tweak mismatched types error on break expressions | Esteban Küber | -22/+57 |