| Age | Commit message (Expand) | Author | Lines |
| 2018-09-03 | Auto merge of #53865 - zilbuz:issue-52768, r=pnkfelix | bors | -2071/+140 |
| 2018-09-02 | Auto merge of #53887 - flip1995:tool_lints, r=Manishearth | bors | -0/+48 |
| 2018-09-01 | Auto merge of #53842 - estebank:various, r=petrochenkov | bors | -9/+7 |
| 2018-09-01 | deprcated -> deprecated | Manish Goregaokar | -1/+1 |
| 2018-09-01 | Add tests for cmdline tool lints | flip1995 | -0/+48 |
| 2018-09-01 | Auto merge of #53884 - kennytm:rollup, r=kennytm | bors | -165/+141 |
| 2018-09-01 | Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez | kennytm | -0/+25 |
| 2018-09-01 | Rollup merge of #53790 - zilbuz:issue-52060, r=nikomatsakis | kennytm | -0/+25 |
| 2018-09-01 | Rollup merge of #53622 - petrochenkov:nomain, r=oli-obk | kennytm | -165/+91 |
| 2018-09-01 | Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkor | bors | -175/+1131 |
| 2018-09-01 | Update tests | Basile Desloges | -2071/+140 |
| 2018-09-01 | Auto merge of #53762 - flip1995:tool_lints, r=Manishearth | bors | -9/+84 |
| 2018-08-31 | Auto merge of #53755 - llogiq:fix-unsound-16bit-range, r=nagisa | bors | -0/+23 |
| 2018-08-31 | feature(doc_cfg): set cfg(rustdoc) when rustdoc is running | QuietMisdreavus | -0/+25 |
| 2018-08-31 | Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomez | bors | -0/+18 |
| 2018-08-31 | cleanup: Add main functions to some UI tests | Vadim Petrochenkov | -165/+91 |
| 2018-08-31 | Auto merge of #53699 - oli-obk:promotion_stability_hole, r=nikomatsakis | bors | -1/+92 |
| 2018-08-31 | Auto merge of #53403 - spastorino:move-out-lazily, r=nikomatsakis | bors | -8/+0 |
| 2018-08-31 | Update tests | flip1995 | -17/+26 |
| 2018-08-31 | Add hint for cfg_attr and fix test | flip1995 | -7/+8 |
| 2018-08-31 | Add deprecated_name argument to the register lint group functions | flip1995 | -1/+1 |
| 2018-08-31 | Add tests for backward compat | flip1995 | -7/+72 |
| 2018-08-31 | Add test that min const fns can't call unstable min const fns even with the f... | Oliver Schneider | -2/+16 |
| 2018-08-31 | Restrict most uses of `const_fn` to `min_const_fn` | Oliver Schneider | -37/+35 |
| 2018-08-31 | Libstd only has `min_const_fn` const fns | Oliver Schneider | -0/+38 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -138/+1044 |
| 2018-08-30 | Use suggestion for dereference help | Esteban Küber | -1/+3 |
| 2018-08-30 | Point at def span on incorrect panic or alloc error handler | Esteban Küber | -8/+4 |
| 2018-08-30 | Make move out computation lazy | Santiago Pastorino | -8/+0 |
| 2018-08-30 | Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth | Pietro Albini | -27/+27 |
| 2018-08-30 | Rollup merge of #53727 - estebank:incorrect-deref-suggestion, r=nikomatsakis | Pietro Albini | -12/+28 |
| 2018-08-30 | Rollup merge of #53476 - GuillaumeGomez:try-from-int-error-partial-eq, r=KodrAus | Pietro Albini | -0/+21 |
| 2018-08-30 | Rollup merge of #53129 - nikomatsakis:issue-51172-tweak-test, r=pnkfelix | Pietro Albini | -8/+8 |
| 2018-08-30 | Auto merge of #53535 - TheDarkula:master, r=oli-obk | bors | -9/+117 |
| 2018-08-30 | Made std::intrinsics::transmute() const fn. | thedarkula | -9/+117 |
| 2018-08-30 | Auto merge of #53757 - oli-obk:validation, r=RalfJung | bors | -2/+23 |
| 2018-08-30 | fix u32 steps_between for 16-bit systems | Andre Bogus | -0/+23 |
| 2018-08-30 | Add regression test for issue #52060 | Basile Desloges | -0/+25 |
| 2018-08-30 | Auto merge of #53685 - alexcrichton:more-keywords, r=varkor | bors | -9/+75 |
| 2018-08-29 | Generalize `async_idents` to all new keywords | Alex Crichton | -9/+75 |
| 2018-08-29 | Don't emit "unused extern crate" warnings for `extern crate foo as _;` | Josh Triplett | -13/+1 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -27/+27 |
| 2018-08-29 | Auto merge of #53711 - arielb1:macro-table, r=michaelwoerister | bors | -0/+106 |
| 2018-08-29 | Auto merge of #53684 - alexcrichton:suggest-remove, r=oli-obk | bors | -0/+122 |
| 2018-08-29 | Auto merge of #53642 - alexcrichton:fix-target-cpu-native, r=arielb1 | bors | -2/+17 |
| 2018-08-29 | Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk | bors | -28/+91 |
| 2018-08-28 | Fix warnings about the `native` target-cpu | Alex Crichton | -2/+17 |
| 2018-08-28 | Add partialeq implementation for TryFromIntError type | Guillaume Gomez | -0/+21 |
| 2018-08-28 | restructure unary_op to also dispatch on type first; fix promotion with unary... | Ralf Jung | -0/+8 |
| 2018-08-28 | address nits | Ralf Jung | -3/+3 |