| Age | Commit message (Expand) | Author | Lines |
| 2019-08-02 | librustc: Unconfigure tests during normal build | Vadim Petrochenkov | -27/+33 |
| 2019-08-02 | librustc_incremental: Unconfigure tests during normal build | Vadim Petrochenkov | -65/+68 |
| 2019-08-02 | libsyntax_pos: Unconfigure tests during normal build | Vadim Petrochenkov | -211/+210 |
| 2019-08-02 | librustc_target: Unconfigure tests during normal build | Vadim Petrochenkov | -28/+31 |
| 2019-08-02 | librustc_lexer: Unconfigure tests during normal build | Vadim Petrochenkov | -281/+279 |
| 2019-08-02 | libpanic_unwind: Unconfigure tests during normal build | Vadim Petrochenkov | -19/+22 |
| 2019-08-02 | libserialize: Unconfigure tests during normal build | Vadim Petrochenkov | -45/+46 |
| 2019-08-02 | libterm: Unconfigure tests during normal build | Vadim Petrochenkov | -173/+173 |
| 2019-08-02 | libtest: Unconfigure tests during normal build | Vadim Petrochenkov | -96/+89 |
| 2019-08-02 | compiletest: Unconfigure tests during normal build | Vadim Petrochenkov | -174/+183 |
| 2019-08-02 | tidy: Unconfigure tests during normal build | Vadim Petrochenkov | -51/+53 |
| 2019-08-01 | Auto merge of #63194 - pietroalbini:rollup-xgnvb1b, r=pietroalbini | bors | -26/+178 |
| 2019-08-01 | Rollup merge of #63191 - pietroalbini:really-fix-toolstate, r=alexcrichton | Pietro Albini | -0/+1 |
| 2019-08-01 | Rollup merge of #63188 - waywardmonkeys:release-note-typo-fixes, r=Centril | Pietro Albini | -4/+4 |
| 2019-08-01 | Rollup merge of #63179 - BaoshanPang:testcases, r=alexcrichton | Pietro Albini | -1/+6 |
| 2019-08-01 | Rollup merge of #63170 - matklad:cleanup-fields, r=petrochenkov | Pietro Albini | -12/+11 |
| 2019-08-01 | Rollup merge of #63158 - JohnTitor:add-test-for-58951, r=Centril | Pietro Albini | -0/+10 |
| 2019-08-01 | Rollup merge of #63122 - Centril:fix-63115, r=petrochenkov | Pietro Albini | -7/+142 |
| 2019-08-01 | Rollup merge of #62971 - GuillaumeGomez:keyword-sidebar, r=nobody | Pietro Albini | -1/+3 |
| 2019-08-01 | Rollup merge of #62644 - arnottcr:std_io-doc, r=steveklabnik | Pietro Albini | -1/+1 |
| 2019-08-01 | ci: forward the TOOLSTATE_PUBLISH environment variable inside docker | Pietro Albini | -0/+1 |
| 2019-08-01 | Auto merge of #62507 - petrochenkov:macunstab, r=alexcrichton | bors | -298/+226 |
| 2019-08-01 | Auto merge of #63181 - ehuss:update-cargo-rls, r=alexcrichton | bors | -27/+51 |
| 2019-08-01 | Fix typos in release notes. | Bruce Mitchener | -4/+4 |
| 2019-07-31 | issue-2214.rs: lgamma is lgamma on vxWorks | Baoshan Pang | -1/+6 |
| 2019-08-01 | Change to check-pass | Yuki Okushi | -1/+1 |
| 2019-07-31 | Update cargo, rls | Eric Huss | -27/+51 |
| 2019-07-31 | Address review comments. | Mazdak Farrokhzad | -8/+4 |
| 2019-07-31 | Auto merge of #62897 - alexcrichton:fix-i686-msvc-tests, r=pietroalbini | bors | -19/+26 |
| 2019-07-31 | Drive-by fix: Update two tests failing in `--pass check` mode | Vadim Petrochenkov | -0/+2 |
| 2019-07-31 | Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]` | Vadim Petrochenkov | -298/+224 |
| 2019-07-31 | Attempt to fix backtrace tests on i686-msvc | Alex Crichton | -19/+26 |
| 2019-07-31 | cleanup StringReader fields | Aleksey Kladov | -12/+11 |
| 2019-07-31 | Auto merge of #63141 - JohnTitor:update-miri, r=RalfJung | bors | -8/+11 |
| 2019-07-31 | Add test for issue-58951 | Yuki Okushi | -0/+10 |
| 2019-07-31 | Update miri | Yuki Okushi | -8/+11 |
| 2019-07-31 | Auto merge of #62813 - alexcrichton:less-dylib, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-07-31 | Auto merge of #63144 - matthiaskrgr:submodule_upd, r=Manishearth | bors | -12/+11 |
| 2019-07-30 | Auto merge of #63148 - Centril:rollup-t813bxw, r=Centril | bors | -452/+668 |
| 2019-07-30 | Rollup merge of #63147 - Mark-Simulacrum:XAMPPRocky-master, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+119 |
| 2019-07-30 | Rollup merge of #63129 - Centril:subslice-pat-statdyn, r=oli-obk | Mazdak Farrokhzad | -0/+128 |
| 2019-07-30 | Rollup merge of #63123 - TankhouseAle:const-fn-type-name-any, r=oli-obk | Mazdak Farrokhzad | -1/+31 |
| 2019-07-30 | Rollup merge of #63117 - BaoshanPang:bugfix, r=alexcrichton | Mazdak Farrokhzad | -14/+3 |
| 2019-07-30 | Rollup merge of #63095 - Centril:incomplete-features-lint, r=varkor | Mazdak Farrokhzad | -70/+204 |
| 2019-07-30 | Rollup merge of #62469 - czipperz:liballoc-add-doc-links, r=GuillaumeGomez | Mazdak Farrokhzad | -13/+19 |
| 2019-07-30 | Rollup merge of #62293 - Centril:remove-await-macro, r=cramertj | Mazdak Farrokhzad | -353/+164 |
| 2019-07-30 | Updated RELEASES.md for 1.37.0 | Erin Power | -1/+119 |
| 2019-07-30 | Auto merge of #62805 - Xanewok:update-rls, r=Xanewok | bors | -100/+72 |
| 2019-07-30 | Enable nightly feature for crossbeam-utils dep | Igor Matuszewski | -0/+2 |
| 2019-07-30 | submodules: update clippy from dc69a5c0 to c3e91365 | Matthias Krüger | -12/+11 |