| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-05-02 | Make in_feature_group a simple bool flag | Alexey Shmalko | -7/+6 |
| 2019-05-02 | Rework Version::parse to avoid extra allocations | Alexey Shmalko | -10/+20 |
| 2019-05-02 | Make tidy::version::Version a [u32; 3] | Alexey Shmalko | -12/+28 |
| 2019-05-02 | Address review comments | Alexey Shmalko | -28/+29 |
| 2019-05-02 | Ensure language features in group are sorted by since | Alexey Shmalko | -0/+17 |
| 2019-05-02 | Assign group and parse since for Feature | Alexey Shmalko | -11/+117 |
| 2019-05-02 | Make find_attr_val a little bit more precise | Alexey Shmalko | -4/+17 |
| 2019-05-02 | Update Cargo | Igor Matuszewski | -0/+0 |
| 2019-05-02 | update miri | Ralf Jung | -14/+14 |
| 2019-05-01 | Update clippy | Manish Goregaokar | -8/+8 |
| 2019-05-01 | Update RLS | Igor Matuszewski | -0/+0 |
| 2019-04-30 | Auto merge of #60262 - michaelwoerister:pgo-preinlining-pass, r=alexcrichton | bors | -1/+14 |
| 2019-04-30 | Rollup merge of #60399 - Manishearth:clippyup, r=Manishearth | Mazdak Farrokhzad | -12/+8 |
| 2019-04-30 | Rollup merge of #60362 - Centril:cleanup-declare-features-active, r=oli-obk | Mazdak Farrokhzad | -10/+16 |
| 2019-04-29 | Update clippy | Manish Goregaokar | -12/+8 |
| 2019-04-30 | Auto merge of #60389 - Centril:rollup-nefreyr, r=Centril | bors | -5/+5 |
| 2019-04-30 | Rollup merge of #60238 - topecongiro:rustfmt-1.2.2, r=alexcrichton | Mazdak Farrokhzad | -5/+5 |
| 2019-04-30 | Cleanup 'active' declare_features! with uniform style + sorting. | Mazdak Farrokhzad | -10/+16 |
| 2019-04-29 | Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichton | bors | -10/+17 |
| 2019-04-30 | In JSON output, emit a directive after metadata is generated. | Nicholas Nethercote | -10/+17 |