| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 | 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 |
| 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 |
| 2019-08-09 | Auto merge of #63408 - Centril:rollup-skqrez3, r=Centril | bors | -99/+538 |
| 2019-08-09 | Rollup merge of #63407 - RalfJung:miri-test-sizes, r=Centril | Mazdak Farrokhzad | -1/+28 |
| 2019-08-09 | Rollup merge of #63404 - RalfJung:flt2dec, r=Centril | Mazdak Farrokhzad | -7/+42 |
| 2019-08-09 | Rollup merge of #63403 - sntdevco:master, r=Centril | Mazdak Farrokhzad | -11/+11 |
| 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 | -63/+310 |
| 2019-08-09 | Rollup merge of #62950 - mati865:linkcheck, r=alexcrichton | Mazdak Farrokhzad | -13/+36 |
| 2019-08-09 | Rollup merge of #62672 - lzutao:deprecated-try-macro, r=Centril | Mazdak Farrokhzad | -4/+17 |
| 2019-08-09 | explain Miri disabling | Ralf Jung | -1/+1 |
| 2019-08-09 | Don't use associated type bounds in docs until it is stable | Ilija Tovilo | -3/+2 |
| 2019-08-09 | reduce some test sizes in Miri | Ralf Jung | -0/+27 |