| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-04-29 | Auto merge of #60377 - Centril:rollup-42fxe9u, r=Centril | bors | -2/+2 |
| 2019-04-29 | Rollup merge of #60334 - sfackler:stable-iovec, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-04-29 | Auto merge of #60355 - Manishearth:clippyup, r=centril | bors | -9/+10 |
| 2019-04-29 | Update clippy | Manish Goregaokar | -9/+10 |
| 2019-04-29 | compiletest: Make LLVM's bin directory available to run-make-fulldeps tests. | Michael Woerister | -1/+10 |
| 2019-04-27 | tidy: Fix false positives from long URLs | Vadim Petrochenkov | -6/+11 |
| 2019-04-27 | Stabilized vectored IO | Steven Fackler | -2/+2 |
| 2019-04-27 | Update rustfmt to 1.2.2 | topecongiro | -5/+5 |
| 2019-04-26 | compiletest: Make the LLVM FileCheck tool available to run-make tests. | Michael Woerister | -0/+4 |
| 2019-04-25 | Fix false position on style.rs itself | varkor | -8/+11 |
| 2019-04-25 | Advise the user on how to suppress the file length tidy error | varkor | -1/+7 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-25 | Add a tidy test for line count | varkor | -3/+15 |
| 2019-04-25 | submodules: update clippy from 9897442f to 8c0e038f | Matthias Krüger | -15/+10 |
| 2019-04-25 | Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichton | Mazdak Farrokhzad | -0/+21 |
| 2019-04-24 | Auto merge of #60180 - ehuss:update-cargo-books, r=alexcrichton | bors | -0/+0 |
| 2019-04-24 | Auto merge of #60213 - Manishearth:clippyup, r=oli-obk | bors | -9/+15 |
| 2019-04-23 | Update cargo, books | Eric Huss | -0/+0 |
| 2019-04-24 | Auto merge of #58623 - Amanieu:hashbrown3, r=alexcrichton | bors | -0/+23 |
| 2019-04-24 | Remove stabilized alloc feature from rustc-std-workspace-alloc | Amanieu d'Antras | -1/+1 |
| 2019-04-24 | Make libstd depend on the hashbrown crate | Amanieu d'Antras | -0/+23 |
| 2019-04-23 | Update clippy | Manish Goregaokar | -9/+15 |
| 2019-04-23 | Check for other unused tidy check directives | varkor | -28/+70 |
| 2019-04-23 | Tidy warn on ignored line length when lines are not too long | varkor | -3/+9 |
| 2019-04-23 | Look specifically for comments containing tidy ignore directives | varkor | -5/+10 |
| 2019-04-23 | Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytm | bors | -1/+1 |
| 2019-04-22 | Add a tidy check for leading trailing newlines | varkor | -0/+7 |
| 2019-04-22 | Disallow double trailing newlines in tidy | varkor | -1/+1 |
| 2019-04-22 | Auto merge of #59114 - matthewjasper:enable-migate-2015, r=pnkfelix | bors | -2/+3 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -2/+3 |