| Age | Commit message (Expand) | Author | Lines |
| 2018-05-26 | Rollup merge of #51059 - oberien:patch-1, r=nikomatsakis | kennytm | -0/+7 |
| 2018-05-26 | Rollup merge of #50987 - estebank:underline-multiple-suggestions, r=petrochencov | kennytm | -7/+3 |
| 2018-05-26 | Auto merge of #51041 - alexcrichton:better-unwind, r=nikomatsakis | bors | -0/+21 |
| 2018-05-25 | in which we check for confusable Unicodepoints in float literal exponent | Zack M. Davis | -0/+26 |
| 2018-05-26 | Auto merge of #51035 - oli-obk:unsupported_crate_type, r=eddyb | bors | -0/+20 |
| 2018-05-25 | Rename TokenStream::empty to TokenStream::new | David Tolnay | -4/+4 |
| 2018-05-26 | Fail typecheck if we encounter a bogus break | est31 | -0/+61 |
| 2018-05-26 | Auto merge of #50070 - toidiu:ak-2093-outlives, r=nikomatsakis | bors | -411/+288 |
| 2018-05-25 | --bless the tests | varkor | -6/+6 |
| 2018-05-25 | Add a test for returning inside a while loop | varkor | -10/+60 |
| 2018-05-25 | Fix behaviour of divergence in while loop conditions | varkor | -0/+32 |
| 2018-05-25 | Don't use a char that's already used within the expr | Jaro Fietz | -1/+1 |
| 2018-05-25 | Call it | Jaro Fietz | -0/+1 |
| 2018-05-25 | What does an expression look like, that consists only of special characters? | Jaro Fietz | -0/+6 |
| 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 | rust-lang/rust#51025: improve test robustness so that they work under NLL too. | Felix S. Klock II | -362/+725 |
| 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 | restore emplacement syntax (obsolete) | Niko Matsakis | -0/+43 |
| 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 | std: Ensure OOM is classified as `nounwind` | Alex Crichton | -0/+21 |
| 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 | add comment explaining ignore android | gnzlbg | -0/+4 |
| 2018-05-24 | just ignore android | gnzlbg | -1/+1 |
| 2018-05-24 | ignore arm-android | gnzlbg | -0/+1 |
| 2018-05-24 | refactor | gnzlbg | -1/+0 |
| 2018-05-24 | enable fast-math flags | gnzlbg | -98/+98 |
| 2018-05-24 | add gather/scatter tests for pointers of pointers | gnzlbg | -0/+71 |
| 2018-05-24 | add gather/scatter run-time test | gnzlbg | -0/+83 |
| 2018-05-24 | add run-time test and missing codegen test | gnzlbg | -0/+194 |
| 2018-05-24 | fix tidy | gnzlbg | -0/+2 |
| 2018-05-24 | add simd float intrinsics and gather/scatter | gnzlbg | -0/+1444 |
| 2018-05-24 | move simd-minmax-test to run-pass; require llvm 7 | gnzlbg | -4/+3 |
| 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 |