about summary refs log tree commit diff
path: root/src/libcore/intrinsics.rs
AgeCommit message (Expand)AuthorLines
2018-01-04Bump to 1.25.0Alex Crichton-1/+0
2017-11-25rustc: Add support for some more x86 SIMD opsAlex Crichton-0/+5
2017-10-29Add link to stablized version of an intrinsicWesley Wiser-0/+3
2017-10-26Bump to 1.23 and update bootstrapAlex Crichton-12/+0
2017-10-22Add link to stable version of `needs_drop` intrinsicWesley Wiser-0/+3
2017-10-22Document the `size_of_val` instrinsicWesley Wiser-0/+4
2017-09-17Add `<*const T>::align_offset` and use it in `memchr`Oliver Schneider-32/+1
2017-09-13Fix example in transmute; add safety requirement to Vec::from_raw_partsHavvy-3/+3
2017-08-22Update intrinsics.rsOliver Schneider-2/+2
2017-08-21Add align_offset intrinsicOliver Schneider-0/+77
2017-08-12Follow up commit for the issue 39827Alexey Tarasov-3/+6
2017-08-09Put `intrinsics::unreachable` on a possible path to stabilizationTobias Bucher-3/+5
2017-07-25Bump master to 1.21.0Alex Crichton-2/+0
2017-06-19Bump version and stage0 compilerAlex Crichton-14/+0
2017-06-08Add ctlz_nonzero & cttz_nonzero intrinsicsScott McMurray-0/+34
2017-06-01Adding support for the llvm `prefetch` intrinsicFalco Hirschenberger-0/+47
2017-04-29Update stage0 bootstrap compilerAlex Crichton-24/+0
2017-04-09 Replace the `forget` intrinsic with ManuallyDropSimonas Kazlauskas-3/+0
2017-04-05Rollup merge of #41066 - steveklabnik:fix-links, r=frewsxcvCorey Farwell-36/+54
2017-04-05tidy clean and small text fixsteveklabnik-18/+18
2017-04-04Fix linkssteveklabnik-36/+54
2017-04-03Replace ^ with <sup> html baliseGuillaume Gomez-3/+3
2017-03-20Auto merge of #39628 - arielb1:shimmir, r=eddybbors-1/+7
2017-03-18translate drop glue using MIRAriel Ben-Yehuda-1/+7
2017-03-15make shift builtins panic-free with new unchecked_sh* intrinsicsTim Neumann-0/+9
2017-02-21Get linkchecker cleanSteve Klabnik-1/+1
2016-12-15Clarify zero-value behavior of `ctlz`/`cttz` intrinsics.Corey Farwell-2/+50
2016-11-08Add documentation for some of the add/sub/mul intrinsicsWesley Wiser-0/+18
2016-11-08Add documentation for the `volatile_read` and `volatile_write` intrinsicsWesley Wiser-0/+4
2016-11-08Add documentation for many of the atomic_* intrinsicsWesley Wiser-0/+396
2016-09-28Rollup merge of #36811 - brson:bootstrap, r=alexcrichtonJonathan Turner-2/+0
2016-09-28Remove stage0 hacksBrian Anderson-2/+0
2016-09-26Add basic doc example for `core::ptr::write_bytes`.Corey Farwell-0/+13
2016-09-13Auto merge of #36181 - seanmonstar:likely, r=nikomatsakisbors-0/+14
2016-09-10Tweak std::mem docsKeegan McAllister-17/+30
2016-09-02core: add likely and unlikely intrinsicsSean McArthur-0/+14
2016-08-25Auto merge of #35906 - jseyfried:local_prelude, r=eddybbors-2/+0
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-2/+0
2016-08-24Remove drop flags from structs and enums implementing Drop.Eduard Burtescu-13/+0
2016-07-26Rollup merge of #34609 - ubsan:transmute_docs, r=steveklabnikSteve Klabnik-5/+188
2016-07-21Fix nitsubsan-8/+7
2016-07-11Auto merge of #34686 - alexcrichton:new-stage, r=luqmanabors-1/+0
2016-07-10Make it nicer from @alexandermerrittubsan-5/+6
2016-07-10Switch around Examples and Alternativesubsan-45/+48
2016-07-06rustc: Update stage0 to beta-2016-07-06Alex Crichton-1/+0
2016-07-05Hopefully, it now worksubsan-31/+42
2016-07-05Fix links, change example to englishubsan-19/+8
2016-07-05Tone it down a littleubsan-14/+13
2016-07-05Fix nitsubsan-16/+25
2016-07-05Fix testsubsan-100/+138