about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-05-24Remove the last mention of `Undef`Oliver Schneider-1/+1
2018-05-24Replace `ScalarKind` with `Primitive`Oliver Schneider-213/+83
2018-05-24Get rid of `scalar_size`Oliver Schneider-85/+108
2018-05-24Remove an instance of `scalar_size` in a `Debug` implOliver Schneider-2/+6
2018-05-24Update outdated commentOliver Schneider-1/+1
2018-05-24primval -> scalar renameOliver Schneider-79/+79
2018-05-24Use the destination type size instead of the source type sizeOliver Schneider-1/+1
2018-05-24Formatting nitOliver Schneider-1/+1
2018-05-24Rebase falloutOliver Schneider-10/+10
2018-05-24Accidentally used byte-size instead of bit-sizeOliver Schneider-1/+1
2018-05-24Use the target types bitsize instead of the source type'sOliver Schneider-6/+6
2018-05-24Floats are scalars!Oliver Schneider-0/+2
2018-05-24change `Value::Bytes` to `Value::Bits`Oliver Schneider-281/+436
2018-05-24Remove Pointer::zero in favor of Pointer::fromOliver Schneider-21/+16
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-17/+18
2018-05-24refactorgnzlbg-61/+30
2018-05-24force more buildsgnzlbg-17/+17
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