| Age | Commit message (Expand) | Author | Lines |
| 2019-05-20 | Address CDB review feedback | MaulingMonkey | -32/+26 |
| 2019-05-20 | Fix CDB support tidy check line length failures. | MaulingMonkey | -5/+6 |
| 2019-05-20 | update miri | Ralf Jung | -19/+5 |
| 2019-05-19 | Add basic CDB support to debuginfo compiletest s, to help catch `*.natvis` re... | MaulingMonkey | -23/+190 |
| 2019-05-19 | Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27 | bors | -1/+3 |
| 2019-05-19 | Auto merge of #60946 - Xanewok:update-rls, r=oli-obk | bors | -0/+0 |
| 2019-05-19 | Auto merge of #60937 - RalfJung:miri, r=oli-obk | bors | -5/+19 |
| 2019-05-18 | Update RLS | Igor Matuszewski | -0/+0 |
| 2019-05-18 | Update clippy | Manish Goregaokar | -13/+10 |
| 2019-05-18 | update miri | Ralf Jung | -5/+19 |
| 2019-05-17 | Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelix | bors | -2/+1 |
| 2019-05-17 | Rollup merge of #60805 - euclio:filetime-dep, r=Mark-Simulacrum | Mazdak Farrokhzad | -14/+17 |
| 2019-05-17 | Rollup merge of #60685 - dtolnay:spdx, r=nikomatsakis | Mazdak Farrokhzad | -5/+5 |
| 2019-05-16 | Auto merge of #60888 - Manishearth:rollup-oihtoyq, r=Manishearth | bors | -7/+16 |
| 2019-05-16 | Update clippy | Manish Goregaokar | -7/+16 |
| 2019-05-16 | Update cargo | Eric Huss | -0/+0 |
| 2019-05-15 | Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett | bors | -6/+2 |
| 2019-05-14 | Rollup merge of #60819 - matthiaskrgr:submodule_upd, r=oli-obk | Mazdak Farrokhzad | -19/+7 |
| 2019-05-14 | submodules: update clippy from 3710ec59 to ad3269c4 | Matthias Krüger | -19/+7 |
| 2019-05-13 | remove compiletest's dependency on `filetime` | Andy Russell | -14/+17 |
| 2019-05-13 | update miri | Ralf Jung | -19/+5 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -6/+2 |
| 2019-05-12 | Change compare mode to use -Zborrowck=mir | Matthew Jasper | -2/+1 |
| 2019-05-12 | Auto merge of #60474 - mati865:musl_toolchain, r=alexcrichton | bors | -1/+14 |
| 2019-05-11 | Update clippy | Manish Goregaokar | -9/+17 |
| 2019-05-10 | Make tests compatible with musl host | Mateusz Mikuła | -1/+14 |
| 2019-05-10 | Auto merge of #60585 - sunfishcode:wasm32-wasi, r=alexcrichton | bors | -1/+1 |
| 2019-05-09 | Switch to SPDX 2.1 license expression | David Tolnay | -5/+5 |
| 2019-05-09 | Omit the vendor component in the WASI triple | Dan Gohman | -1/+1 |
| 2019-05-09 | remove unneeded `extern crate`s from build tools | Andy Russell | -14/+14 |
| 2019-05-08 | Auto merge of #60626 - matthiaskrgr:submodule_upd, r=oli-obk | bors | -9/+9 |
| 2019-05-08 | Auto merge of #60378 - froydnj:apple-target-modifications, r=michaelwoerister | bors | -0/+11 |
| 2019-05-08 | submodules: update clippy from fc96aa03 to 341c96af | Matthias Krüger | -9/+9 |
| 2019-05-07 | add negative tests for OS X LLVM target changes | Nathan Froyd | -0/+11 |
| 2019-05-07 | Auto merge of #60596 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-05-07 | Auto merge of #60464 - eddyb:not-overly-specific-pipelining, r=alexcrichton | bors | -27/+41 |
| 2019-05-07 | compiletest: uniformly normalize paths, so they all work on all platforms. | Eduard-Mihai Burtescu | -17/+15 |
| 2019-05-07 | rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli... | Eduard-Mihai Burtescu | -5/+5 |
| 2019-05-07 | compiletest: only use `make_exe_name` for tests that end up being executed. | Eduard-Mihai Burtescu | -5/+21 |
| 2019-05-06 | Update cargo | Eric Huss | -0/+0 |
| 2019-05-07 | Auto merge of #60531 - Centril:sort-features, r=oli-obk | bors | -4/+4 |
| 2019-05-06 | set the default edition when pre-parsing a doctest | QuietMisdreavus | -1/+3 |
| 2019-05-06 | Auto merge of #60436 - Xanewok:update-rls, r=Manishearth | bors | -0/+0 |
| 2019-05-04 | Auto merge of #60538 - matthiaskrgr:submodule_upd, r=eddyb | bors | -8/+10 |
| 2019-05-04 | submodules: update clippy from 2ed0b3bf to fc96aa03 | Matthias Krüger | -8/+10 |
| 2019-05-04 | Rename 'no tracking issue START' to fit better with tidy. | Mazdak Farrokhzad | -4/+4 |
| 2019-05-03 | tidy: Extract `let mut part` out of `parts` block in `version.rs` | Alexey Shmalko | -7/+5 |
| 2019-05-03 | Migrate tidy to rust 2018 edition | Alexey Shmalko | -10/+3 |
| 2019-05-03 | Rollup merge of #60373 - rasendubi:lang-features-sort-since, r=Centril | Mazdak Farrokhzad | -30/+192 |
| 2019-05-02 | Make tidy::version::Version copy | Alexey Shmalko | -4/+4 |