about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-24Rename MemoryPointer to PointerOliver Schneider-81/+81
2018-05-24Eliminate the `Pointer` wrapper typeOliver Schneider-107/+74
2018-05-24Differentiate between interpret::Scalar and layout::ScalarOliver Schneider-6/+6
2018-05-24Rename ByVal(Pair) to Scalar(Pair)Oliver Schneider-119/+119
2018-05-24Rename PrimVal to ScalarOliver Schneider-273/+279
2018-05-24Add constant for `Size::from_bytes(0)`Oliver Schneider-54/+59
2018-05-24Add documentation about env! second argumentGuillaume Gomez-2/+15
2018-05-24Fix impl Trait suggestionEsteban Küber-7/+3
2018-05-24Auto merge of #50909 - oli-obk:unstable_const_fn_promotion, r=eddybbors-17/+126
2018-05-24pacify the mercilous tidyNiko Matsakis-2/+18
2018-05-24extend the crate whitelist to include rustc-hash, chalkNiko Matsakis-0/+3
2018-05-24get `rustc_hash` from external crateNiko Matsakis-85/+34
2018-05-24implement the chalk traits, albeit with many placeholdersNiko Matsakis-155/+881
2018-05-24Always mark unstable const fn as not constOliver Schneider-7/+2
2018-05-24Enforce stability of const fn in promotedsOliver Schneider-17/+131
2018-05-24Don't ICE if crate has no valid crate types leftOliver Schneider-1/+21
2018-05-24Auto merge of #50930 - toidiu:ak-ordOutlivesPredicate, r=nikomatsakisbors-34/+100
2018-05-24more revertsgnzlbg-21/+4
2018-05-24rever tool changesgnzlbg-9/+40
2018-05-24add comment explaining ignore androidgnzlbg-0/+4
2018-05-24just ignore androidgnzlbg-20/+6
2018-05-24ignore arm-androidgnzlbg-0/+1
2018-05-24refactorgnzlbg-61/+30
2018-05-24enable fast-math flagsgnzlbg-101/+103
2018-05-24add gather/scatter tests for pointers of pointersgnzlbg-0/+71
2018-05-24add gather/scatter run-time testgnzlbg-0/+83
2018-05-24add run-time test and missing codegen testgnzlbg-0/+194
2018-05-24fix tidygnzlbg-6/+18
2018-05-24add simd float intrinsics and gather/scattergnzlbg-1/+1950
2018-05-24move simd-minmax-test to run-pass; require llvm 7gnzlbg-4/+3
2018-05-24Remove unused lowering field and methodOliver Schneider-215/+184
2018-05-24Implement suggestions from the PRNicolas Koch-1/+3
2018-05-24Update the `Once` docs to use `Once::new`Tobias Bucher-10/+10
2018-05-24Add `Once::new` as a way of constructing a `Once`Tobias Bucher-1/+2
2018-05-24Auto merge of #51023 - kennytm:rollup, r=kennytmbors-44/+136
2018-05-24remove collections::range::RangeArgumentCory Sherman-8/+0
2018-05-24stabilize RangeBounds collections_range #30877Cory Sherman-100/+68
2018-05-24Account for negative offsets in suggestionsEsteban Küber-16/+21
2018-05-24Underline multiple suggested replacements in the same lineEsteban Küber-18/+47
2018-05-24Rollup merge of #51011 - QuietMisdreavus:duplicitous-macros, r=ollie27kennytm-2/+10
2018-05-24Rollup merge of #50995 - fbstj:patch-1, r=cramertjkennytm-6/+4
2018-05-24Auto merge of #50949 - eddyb:debuginfo, r=mwbors-33/+5
2018-05-24Rollup merge of #50981 - nnethercote:shrink-LiveNode, r=nikomatsakiskennytm-20/+14
2018-05-24Rollup merge of #50979 - Manishearth:type-only, r=estebankkennytm-8/+8
2018-05-24Rollup merge of #50972 - nikic:no-parallel, r=michaelwoeristerkennytm-2/+8
2018-05-24Rollup merge of #50965 - alexcrichton:update-llvm, r=TimNNkennytm-0/+0
2018-05-24Rollup merge of #50964 - michaelwoerister:query-symbol-names, r=nikomatsakiskennytm-2/+15
2018-05-24Rollup merge of #50956 - atopia:rust-gdb-with-cdgb, r=nikomatsakiskennytm-1/+1
2018-05-24Rollup merge of #50864 - jakllsch:add-netbsd-arm-target-specs, r=alexcrichtonkennytm-3/+76
2018-05-24Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkovbors-82/+156