| Age | Commit message (Expand) | Author | Lines |
| 2018-05-26 | Rollup merge of #50987 - estebank:underline-multiple-suggestions, r=petrochencov | kennytm | -7/+3 |
| 2018-05-26 | Auto merge of #51035 - oli-obk:unsupported_crate_type, r=eddyb | bors | -0/+20 |
| 2018-05-26 | Auto merge of #50070 - toidiu:ak-2093-outlives, r=nikomatsakis | bors | -411/+288 |
| 2018-05-25 | Auto merge of #50967 - oli-obk:miri_api_refactor, r=eddyb | bors | -0/+68 |
| 2018-05-25 | Implement outlives requirements inference for dyn and projections. | toidiu | -411/+288 |
| 2018-05-25 | Adjust test for 32 bit targets | Oliver Schneider | -2/+3 |
| 2018-05-25 | Auto merge of #51051 - nikomatsakis:turbofish-impl-trait-method, r=eddyb | bors | -0/+36 |
| 2018-05-25 | Auto merge of #50986 - estebank:main-start-span, r=nikomatsakis | bors | -21/+17 |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -74/+74 |
| 2018-05-24 | prohibit turbofish in `impl Trait` methods | Niko Matsakis | -0/+36 |
| 2018-05-24 | Update issue-50993.rs | Oliver Schneider | -1/+1 |
| 2018-05-24 | Add missing newlines | Oliver Schneider | -2/+2 |
| 2018-05-24 | Don't ICE on horrible transmutes in pattern constants | Oliver Schneider | -0/+39 |
| 2018-05-24 | Ensure llvm doesn't trigger an assert for crazy transmutes | Oliver Schneider | -0/+28 |
| 2018-05-24 | Fix impl Trait suggestion | Esteban Küber | -6/+2 |
| 2018-05-24 | Enforce stability of const fn in promoteds | Oliver Schneider | -0/+87 |
| 2018-05-24 | Don't ICE if crate has no valid crate types left | Oliver Schneider | -0/+20 |
| 2018-05-24 | Auto merge of #51023 - kennytm:rollup, r=kennytm | bors | -2/+3 |
| 2018-05-24 | Account for negative offsets in suggestions | Esteban Küber | -1/+1 |
| 2018-05-24 | Rollup merge of #51011 - QuietMisdreavus:duplicitous-macros, r=ollie27 | kennytm | -2/+3 |
| 2018-05-24 | Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkov | bors | -0/+57 |
| 2018-05-24 | Auto merge of #50943 - oli-obk:cleanups, r=estebank | bors | -11/+48 |
| 2018-05-23 | fix @!has conditions in pub-use-extern-macros test | QuietMisdreavus | -3/+3 |
| 2018-05-24 | Auto merge of #51010 - nikomatsakis:issue-50996-renamed-extern-crate, r=acrichto | bors | -0/+274 |
| 2018-05-23 | Auto merge of #50933 - SimonSapin:anchorage, r=alexcrichton | bors | -21/+21 |
| 2018-05-23 | update "pub-use-extern-macros" test to hide the regular import statement | QuietMisdreavus | -0/+1 |
| 2018-05-23 | "crate-ify" paths that begin with a renamed crate | Niko Matsakis | -0/+274 |
| 2018-05-23 | Auto merge of #50983 - nikomatsakis:issue-50970-migration-lint-fq-path, r=ale... | bors | -0/+213 |
| 2018-05-23 | handle fully qualified paths properly when linting | Niko Matsakis | -0/+213 |
| 2018-05-23 | Auto merge of #50682 - F001:issue-50589, r=petrochenkov | bors | -0/+46 |
| 2018-05-22 | Tweak `main` type arguments and where clause spans | Esteban Küber | -21/+17 |
| 2018-05-23 | inverting speculative flag | F001 | -0/+11 |
| 2018-05-22 | rustc: Fix another double-lint issue with `crate::` | Alex Crichton | -22/+36 |
| 2018-05-22 | rustc: Correctly pretty-print macro delimiters | Alex Crichton | -0/+57 |
| 2018-05-22 | Auto merge of #50969 - nikomatsakis:issue-50673-broken-migration-lint, r=alex... | bors | -4/+97 |
| 2018-05-22 | Remove the unstable Float trait | Simon Sapin | -21/+21 |
| 2018-05-22 | add new test and add an existing scenario I didn't see covered | Niko Matsakis | -4/+97 |
| 2018-05-23 | Rollup merge of #50946 - alexcrichton:fix-parse-lifetime, r=petrochenkov | kennytm | -0/+57 |
| 2018-05-23 | Rollup merge of #50914 - simartin:issue_50636, r=oli-obk | kennytm | -0/+31 |
| 2018-05-23 | Rollup merge of #50863 - oli-obk:const_len, r=SimonSapin,Gankro | kennytm | -0/+33 |
| 2018-05-23 | Rollup merge of #50846 - GuillaumeGomez:add-e0665, r=frewsxcv | kennytm | -0/+29 |
| 2018-05-22 | create a rust-2018 directory for tests related to edition transition | Niko Matsakis | -0/+0 |
| 2018-05-22 | Auto merge of #49172 - oli-obk:const_let, r=eddyb | bors | -37/+278 |
| 2018-05-22 | Prevent local paths into libstd from leaking into ui tests | Oliver Schneider | -1/+1 |
| 2018-05-22 | Fix a typo in a comment | Oliver Schneider | -2/+2 |
| 2018-05-22 | Report let bindings and statements as unstable | Oliver Schneider | -43/+137 |
| 2018-05-22 | Allow let bindings in const fn and constants | Oliver Schneider | -0/+147 |
| 2018-05-22 | Auto merge of #50876 - matthewjasper:rollback-trivial-bounds, r=nikomatsakis | bors | -5/+97 |
| 2018-05-22 | Auto merge of #50838 - alexcrichton:token-impls, r=eddyb | bors | -0/+75 |
| 2018-05-22 | Auto merge of #50486 - Manishearth:approx-stab, r=nrc | bors | -0/+16 |