| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-08-09 | Add missing #![feature(associated_type_bounds)] | Ilija Tovilo | -0/+4 |
| 2019-08-09 | Miri is really slow | Ralf Jung | -4/+5 |
| 2019-08-09 | Check links on all platforms when running locally | Mateusz Mikuła | -13/+36 |
| 2019-08-09 | Auto merge of #63302 - nikic:bump-llvm, r=alexcrichton | bors | -0/+0 |
| 2019-08-09 | enable flt2dec tests in Miri | Ralf Jung | -7/+41 |
| 2019-08-09 | Merge pull request #1 from rust-lang/master | Sayan Nandan | -179293/+235432 |
| 2019-08-09 | Improve tests for liballoc/btree/set | Sayan Nandan | -2/+2 |
| 2019-08-09 | Improve tests for libcore/slice | Sayan Nandan | -8/+8 |
| 2019-08-09 | Improve test output for libcore/time | Sayan Nandan | -3/+1 |
| 2019-08-09 | Auto merge of #61937 - AaronKutch:master, r=scottmcm | bors | -69/+216 |
| 2019-08-09 | Allow deprecated try macro in test crates | Lzu Tao | -10/+13 |
| 2019-08-09 | Postpone deprecating try! until 1.39.0 | Lzu Tao | -2/+3 |
| 2019-08-09 | Deprecate `try!` macro | BO41 | -8/+17 |
| 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 #63381 - matklad:reduce-visibility, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-08-09 | Rollup merge of #63374 - RalfJung:pin-packed, r=cramertj | Mazdak Farrokhzad | -1/+2 |
| 2019-08-09 | Rollup merge of #63373 - RalfJung:gitignore, r=alexcrichton | Mazdak Farrokhzad | -46/+0 |
| 2019-08-09 | Rollup merge of #63289 - kornelski:missingcrate, r=zackmdavis | Mazdak Farrokhzad | -27/+27 |
| 2019-08-09 | Rollup merge of #63162 - RalfJung:miri-xargo, r=alexcrichton | Mazdak Farrokhzad | -58/+94 |
| 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 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -124/+169 |
| 2019-08-08 | remove confusing remark | Ralf Jung | -1/+1 |
| 2019-08-08 | Explain why we're sorting the modules. | Joel Galenson | -0/+1 |
| 2019-08-08 | update miri | Ralf Jung | -8/+9 |
| 2019-08-08 | don't set RUSTC_DEBUG_ASSERTIONS here; let cargo-miri do that | Ralf Jung | -2/+0 |
| 2019-08-08 | install and use xargo inside the build dir | Ralf Jung | -0/+4 |
| 2019-08-08 | let us try to find out where that panic is coming from | Ralf Jung | -0/+2 |
| 2019-08-08 | dont test Miri by default (also be more verbose when being verbose) | Ralf Jung | -1/+1 |
| 2019-08-08 | more comments | Ralf Jung | -0/+1 |
| 2019-08-08 | remove test-miri flag from bootstrap | Ralf Jung | -18/+2 |