about summary refs log tree commit diff
path: root/src/libcore/intrinsics.rs
AgeCommit message (Expand)AuthorLines
2016-05-16core::intrinsics: fix typo noted during review.Felix S. Klock II-1/+1
2016-05-16Adding magic `rustc_peek` intrinsic that other code can repurpose toFelix S. Klock II-0/+10
2016-05-01docs: Changed docs for `size_of` to describe size as a stride offsetTaylor Cramer-5/+2
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-25/+0
2016-03-20Update snapshots to 2016-03-18 (235d774).Eduard Burtescu-23/+14
2016-03-19Auto merge of #32244 - Amanieu:compare_exchange_result, r=alexcrichtonbors-4/+20
2016-03-19Change compare_exchange to return a Result<T, T>Amanieu d'Antras-4/+20
2016-03-18Add intrinsics for float arithmetic with `fast` flag enabledUlrik Sverdrup-0/+26
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-1/+1
2016-02-24Auto merge of #31778 - aturon:snapshot, r=alexcrichtonbors-3/+0
2016-02-23Register new snapshotsAaron Turon-3/+0
2016-02-18Add intrinsics for compare_exchange and compare_exchange_weakAmanieu d'Antras-0/+27
2016-01-29trans: Reimplement unwinding on MSVCAlex Crichton-2/+10
2015-12-21Register new snapshotsAlex Crichton-132/+0
2015-11-12libcore: deny warnings in doctestsKevin Butler-0/+2
2015-11-01Auto merge of #29316 - GBGamer:change-unchecked-div-generic, r=eddybbors-17/+75
2015-10-31Minor documentation correctionCole Reynolds-1/+1
2015-10-31Check unchecked_div|rem's specialisationNicholas Mazzuca-17/+75
2015-10-30don't use drop_in_place as an intrinsicAlexis Beingessner-2/+2
2015-10-30expose drop_in_place as ptr::drop_in_placeAlexis Beingessner-1/+20
2015-10-13Correct spelling in docsAndrew Paseltiner-1/+1
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-3/+3
2015-08-22Rollup merge of #27904 - tshepang:nit, r=nikomatsakisSteve Klabnik-1/+1
2015-08-19make these parameters follow idiomTshepang Lekhonkhobe-1/+1
2015-08-19doc: improve transmute example a littleTshepang Lekhonkhobe-2/+2
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-1/+2
2015-07-27Register new snapshots (2015-07-26 a5c12f4).Eduard Burtescu-9/+0
2015-07-22placate `make tidy`.Felix S. Klock II-1/+1
2015-07-22Change signature for `move_val_init` intrinsic to take `*mut T` for `dest`.Felix S. Klock II-0/+8
2015-07-21trans: Move rust_try into the compilerAlex Crichton-0/+6
2015-07-09Update intrinsics.rsWei-Ming Yang-5/+5
2015-06-17core: Split apart the global `core` featureAlex Crichton-5/+8
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-1/+1
2015-06-06Remove many unneeded feature annotations in the docsSteve Klabnik-2/+0
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-15/+4
2015-05-15Allow for better optimizations of iterators for zero-sized typesBjörn Steinbrink-0/+14
2015-05-13eddyb's changes for DST coercionsNick Cameron-0/+7
2015-05-07std: Mark `mem::forget` as a safe functionAlex Crichton-4/+0
2015-05-01Remove ManagedSimonas Kazlauskas-3/+0
2015-04-29rollup merge of #24886: GBGamer/masterAlex Crichton-0/+17
2015-04-29rollup merge of #24833: tari/rfc888Alex Crichton-0/+15
2015-04-29rollup merge of #24610: nagisa/offset-docsAlex Crichton-3/+8
2015-04-29Update SNAPs to latest snapshot.Peter Marheine-4/+4
2015-04-28Add intrinsics for unchecked division and moduloNicholas Mazzuca-0/+17
2015-04-28Register new snapshotsTamir Duberstein-14/+0
2015-04-28Clarify offset rules a bitSimonas Kazlauskas-3/+8
2015-04-25Add singlethreaded fence intrinsics.Peter Marheine-0/+15
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-9/+9
2015-04-10Implement `discriminant_value` intrinsicJames Miller-0/+6
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-1/+0