| Age | Commit message (Expand) | Author | Lines |
| 2018-05-24 | Rename MemoryPointer to Pointer | Oliver Schneider | -81/+81 |
| 2018-05-24 | Eliminate the `Pointer` wrapper type | Oliver Schneider | -107/+74 |
| 2018-05-24 | Differentiate between interpret::Scalar and layout::Scalar | Oliver Schneider | -6/+6 |
| 2018-05-24 | Rename ByVal(Pair) to Scalar(Pair) | Oliver Schneider | -119/+119 |
| 2018-05-24 | Rename PrimVal to Scalar | Oliver Schneider | -273/+279 |
| 2018-05-24 | Add constant for `Size::from_bytes(0)` | Oliver Schneider | -54/+59 |
| 2018-05-24 | Add documentation about env! second argument | Guillaume Gomez | -2/+15 |
| 2018-05-24 | Fix impl Trait suggestion | Esteban Küber | -7/+3 |
| 2018-05-24 | Auto merge of #50909 - oli-obk:unstable_const_fn_promotion, r=eddyb | bors | -17/+126 |
| 2018-05-24 | pacify the mercilous tidy | Niko Matsakis | -2/+18 |
| 2018-05-24 | extend the crate whitelist to include rustc-hash, chalk | Niko Matsakis | -0/+3 |
| 2018-05-24 | get `rustc_hash` from external crate | Niko Matsakis | -85/+34 |
| 2018-05-24 | implement the chalk traits, albeit with many placeholders | Niko Matsakis | -155/+881 |
| 2018-05-24 | Always mark unstable const fn as not const | Oliver Schneider | -7/+2 |
| 2018-05-24 | Enforce stability of const fn in promoteds | Oliver Schneider | -17/+131 |
| 2018-05-24 | Don't ICE if crate has no valid crate types left | Oliver Schneider | -1/+21 |
| 2018-05-24 | Auto merge of #50930 - toidiu:ak-ordOutlivesPredicate, r=nikomatsakis | bors | -34/+100 |
| 2018-05-24 | more reverts | gnzlbg | -21/+4 |
| 2018-05-24 | rever tool changes | gnzlbg | -9/+40 |
| 2018-05-24 | add comment explaining ignore android | gnzlbg | -0/+4 |
| 2018-05-24 | just ignore android | gnzlbg | -20/+6 |
| 2018-05-24 | ignore arm-android | gnzlbg | -0/+1 |
| 2018-05-24 | refactor | gnzlbg | -61/+30 |
| 2018-05-24 | enable fast-math flags | gnzlbg | -101/+103 |
| 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 | -6/+18 |
| 2018-05-24 | add simd float intrinsics and gather/scatter | gnzlbg | -1/+1950 |
| 2018-05-24 | move simd-minmax-test to run-pass; require llvm 7 | gnzlbg | -4/+3 |
| 2018-05-24 | Remove unused lowering field and method | Oliver Schneider | -215/+184 |
| 2018-05-24 | Implement suggestions from the PR | Nicolas Koch | -1/+3 |
| 2018-05-24 | Update the `Once` docs to use `Once::new` | Tobias Bucher | -10/+10 |
| 2018-05-24 | Add `Once::new` as a way of constructing a `Once` | Tobias Bucher | -1/+2 |
| 2018-05-24 | Auto merge of #51023 - kennytm:rollup, r=kennytm | bors | -44/+136 |
| 2018-05-24 | remove collections::range::RangeArgument | Cory Sherman | -8/+0 |
| 2018-05-24 | stabilize RangeBounds collections_range #30877 | Cory Sherman | -100/+68 |
| 2018-05-24 | Account for negative offsets in suggestions | Esteban Küber | -16/+21 |
| 2018-05-24 | Underline multiple suggested replacements in the same line | Esteban Küber | -18/+47 |
| 2018-05-24 | Rollup merge of #51011 - QuietMisdreavus:duplicitous-macros, r=ollie27 | kennytm | -2/+10 |
| 2018-05-24 | Rollup merge of #50995 - fbstj:patch-1, r=cramertj | kennytm | -6/+4 |
| 2018-05-24 | Auto merge of #50949 - eddyb:debuginfo, r=mw | bors | -33/+5 |
| 2018-05-24 | Rollup merge of #50981 - nnethercote:shrink-LiveNode, r=nikomatsakis | kennytm | -20/+14 |
| 2018-05-24 | Rollup merge of #50979 - Manishearth:type-only, r=estebank | kennytm | -8/+8 |
| 2018-05-24 | Rollup merge of #50972 - nikic:no-parallel, r=michaelwoerister | kennytm | -2/+8 |
| 2018-05-24 | Rollup merge of #50965 - alexcrichton:update-llvm, r=TimNN | kennytm | -0/+0 |
| 2018-05-24 | Rollup merge of #50964 - michaelwoerister:query-symbol-names, r=nikomatsakis | kennytm | -2/+15 |
| 2018-05-24 | Rollup merge of #50956 - atopia:rust-gdb-with-cdgb, r=nikomatsakis | kennytm | -1/+1 |
| 2018-05-24 | Rollup merge of #50864 - jakllsch:add-netbsd-arm-target-specs, r=alexcrichton | kennytm | -3/+76 |
| 2018-05-24 | Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkov | bors | -82/+156 |