| Age | Commit message (Expand) | Author | Lines |
| 2018-09-06 | Auto merge of #53575 - matthewjasper:unsized-is-an-error, r=estebank | bors | -15/+106 |
| 2018-09-06 | Auto merge of #52626 - brunocodutra:issue-52475, r=oli-obk | bors | -0/+67 |
| 2018-09-06 | Auto merge of #53707 - eddyb:phantom-waffles, r=oli-obk | bors | -7/+38 |
| 2018-09-06 | Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis | bors | -0/+29 |
| 2018-09-05 | Auto merge of #53867 - cwndrws:json-test-formatter-test-count-as-num, r=nrc | bors | -2/+2 |
| 2018-09-04 | Move #[test_case] to a syntax extension | John Renner | -12/+4 |
| 2018-09-04 | Document #[test_case] and #![test_runner] | John Renner | -4/+4 |
| 2018-09-04 | Fix #[test] shadowing in macro_prelude | John Renner | -0/+32 |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -23/+286 |
| 2018-09-03 | Add regression test for #52475 | Bruno Dutra | -0/+67 |
| 2018-09-03 | Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obk | bors | -0/+482 |
| 2018-09-03 | Add missing brace | Tim Diekmann | -1/+1 |
| 2018-09-03 | Add ident function to the rest of the tests | Cyres | -22/+34 |
| 2018-09-03 | Wrap rhs in ident function | Tim Diekmann | -7/+11 |
| 2018-09-03 | Auto merge of #53831 - TheDarkula:pointer-check, r=oli-obk | bors | -52/+343 |
| 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 | rebase | Tim | -0/+466 |
| 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 | Fix tests for json formatting | Charlie Andrews | -2/+2 |
| 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 | Added pointer checking to sanity checks | thedarkula | -52/+343 |
| 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-31 | rustc_typeck: turn `where Type:,` into a WF(Type) predicate, instead of ignor... | Eduard-Mihai Burtescu | -7/+38 |
| 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 |