| Age | Commit message (Expand) | Author | Lines |
| 2019-08-10 | diagnostics: Describe crate root modules in `DefKind::Mod` as "crate" | Vadim Petrochenkov | -37/+37 |
| 2019-08-10 | Auto merge of #63437 - Centril:rollup-ryx881p, r=Centril | bors | -21/+82 |
| 2019-08-10 | resolve: Address FIXME from the previous commit | Vadim Petrochenkov | -4/+4 |
| 2019-08-10 | Fix calls to resolver from rustdoc and HIR lowering | Vadim Petrochenkov | -1/+1 |
| 2019-08-10 | resolve: Move late resolution into a separate visitor | Vadim Petrochenkov | -20/+81 |
| 2019-08-10 | Auto merge of #63352 - jgalenson:reproducible-lto, r=alexcrichton | bors | -0/+204 |
| 2019-08-10 | Rollup merge of #63423 - estebank:priv-tuple, r=zackmdavis | Mazdak Farrokhzad | -0/+116 |
| 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 | -1/+33 |
| 2019-08-10 | Rollup merge of #63394 - jackh726:issue-36804, r=jonas-schievink | Mazdak Farrokhzad | -0/+31 |
| 2019-08-10 | Rollup merge of #63337 - estebank:break-ee0308, r=Centril | Mazdak Farrokhzad | -58/+515 |
| 2019-08-10 | Give built-in macros stable addresses in the standard library | Vadim Petrochenkov | -5/+163 |
| 2019-08-09 | Mention that tuple structs are private if their fields are | Esteban Küber | -0/+116 |
| 2019-08-09 | check against more collisions for TypeId of fn pointer | Ralf Jung | -4/+14 |
| 2019-08-09 | review comments: use structured suggestion | Esteban Küber | -6/+16 |
| 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 | -1/+23 |
| 2019-08-09 | fix tests | Esteban Küber | -3/+3 |
| 2019-08-09 | review comments: typo and rewording | Esteban Küber | -27/+27 |
| 2019-08-09 | review comment: review wording or missing return error | Esteban Küber | -20/+20 |
| 2019-08-09 | Extend suggestion support for traits and foreign items | Esteban Küber | -16/+137 |
| 2019-08-09 | Differentiate between tuple structs and tuple variants | Esteban Küber | -11/+42 |
| 2019-08-09 | Tweak wording of fn without explicit return | Esteban Küber | -20/+20 |
| 2019-08-09 | Recover parser from `foo(_, _)` | Esteban Küber | -2/+66 |
| 2019-08-09 | When suggesting fn call use an appropriate number of placeholder arguments | Esteban Küber | -4/+117 |
| 2019-08-09 | Suggest calling function on type error when finding bare fn | Esteban Küber | -12/+81 |
| 2019-08-09 | Change wording for function without return value | Esteban Küber | -20/+20 |
| 2019-08-09 | Be more accurate when mentioning type of found match arms | Esteban Küber | -0/+41 |
| 2019-08-09 | Do not suggest using ! with break | Esteban Küber | -4/+1 |
| 2019-08-09 | Tweak mismatched types error on break expressions | Esteban Küber | -21/+42 |
| 2019-08-09 | Rollup merge of #63397 - JohnTitor:add-tests-for-ices, r=Centril | Mazdak Farrokhzad | -0/+94 |
| 2019-08-09 | Rollup merge of #63114 - matthewjasper:hygienic-format-args, r=petrochenkov | Mazdak Farrokhzad | -8/+129 |
| 2019-08-09 | Rollup merge of #62672 - lzutao:deprecated-try-macro, r=Centril | Mazdak Farrokhzad | -3/+11 |
| 2019-08-09 | Allow deprecated try macro in test crates | Lzu Tao | -10/+13 |
| 2019-08-09 | Deprecate `try!` macro | BO41 | -7/+12 |
| 2019-08-08 | Try to fix test on Windows. | Joel Galenson | -2/+2 |
| 2019-08-09 | Rollup merge of #63387 - Centril:async-block-control-flow-tests, r=cramertj | Mazdak Farrokhzad | -0/+146 |
| 2019-08-09 | Rollup merge of #63289 - kornelski:missingcrate, r=zackmdavis | Mazdak Farrokhzad | -26/+26 |
| 2019-08-09 | Add test for issue-44405 | Yuki Okushi | -0/+33 |
| 2019-08-09 | Add test for issue-43623 | Yuki Okushi | -0/+61 |
| 2019-08-08 | Add test for issue 36804 | Jack | -0/+31 |
| 2019-08-09 | Test interaction btw async blocks and ?, return, break. | Mazdak Farrokhzad | -0/+146 |
| 2019-08-08 | Fix fat LTO determinism test so it fails without the fix. | Joel Galenson | -2/+2 |
| 2019-08-08 | Sort fat LTO modules later and add a test. | Joel Galenson | -1/+10 |
| 2019-08-08 | Rollup merge of #63379 - jackh726:issue-53096, r=Centril,oli-obk | Mazdak Farrokhzad | -0/+9 |
| 2019-08-08 | Rollup merge of #63370 - JohnTitor:fix-ice-63364, r=varkor | Mazdak Farrokhzad | -0/+20 |
| 2019-08-08 | Move test | Jack | -0/+0 |
| 2019-08-08 | Add test for issue 53096 | Jack | -0/+9 |
| 2019-08-08 | Rollup merge of #63331 - gorup:conditionalinit, r=cramertj | Mazdak Farrokhzad | -0/+43 |
| 2019-08-08 | Rollup merge of #63259 - JohnTitor:add-tests-for-some-issues, r=Centril | Mazdak Farrokhzad | -0/+53 |