index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
intrinsics.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-16
core::intrinsics: fix typo noted during review.
Felix S. Klock II
-1
/
+1
2016-05-16
Adding magic `rustc_peek` intrinsic that other code can repurpose to
Felix S. Klock II
-0
/
+10
2016-05-01
docs: Changed docs for `size_of` to describe size as a stride offset
Taylor Cramer
-5
/
+2
2016-04-19
mk: Bootstrap from stable instead of snapshots
Alex Crichton
-25
/
+0
2016-03-20
Update snapshots to 2016-03-18 (235d774).
Eduard Burtescu
-23
/
+14
2016-03-19
Auto merge of #32244 - Amanieu:compare_exchange_result, r=alexcrichton
bors
-4
/
+20
2016-03-19
Change compare_exchange to return a Result<T, T>
Amanieu d'Antras
-4
/
+20
2016-03-18
Add intrinsics for float arithmetic with `fast` flag enabled
Ulrik Sverdrup
-0
/
+26
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-1
/
+1
2016-02-24
Auto merge of #31778 - aturon:snapshot, r=alexcrichton
bors
-3
/
+0
2016-02-23
Register new snapshots
Aaron Turon
-3
/
+0
2016-02-18
Add intrinsics for compare_exchange and compare_exchange_weak
Amanieu d'Antras
-0
/
+27
2016-01-29
trans: Reimplement unwinding on MSVC
Alex Crichton
-2
/
+10
2015-12-21
Register new snapshots
Alex Crichton
-132
/
+0
2015-11-12
libcore: deny warnings in doctests
Kevin Butler
-0
/
+2
2015-11-01
Auto merge of #29316 - GBGamer:change-unchecked-div-generic, r=eddyb
bors
-17
/
+75
2015-10-31
Minor documentation correction
Cole Reynolds
-1
/
+1
2015-10-31
Check unchecked_div|rem's specialisation
Nicholas Mazzuca
-17
/
+75
2015-10-30
don't use drop_in_place as an intrinsic
Alexis Beingessner
-2
/
+2
2015-10-30
expose drop_in_place as ptr::drop_in_place
Alexis Beingessner
-1
/
+20
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-1
/
+1
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-3
/
+3
2015-08-22
Rollup merge of #27904 - tshepang:nit, r=nikomatsakis
Steve Klabnik
-1
/
+1
2015-08-19
make these parameters follow idiom
Tshepang Lekhonkhobe
-1
/
+1
2015-08-19
doc: improve transmute example a little
Tshepang Lekhonkhobe
-2
/
+2
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-1
/
+2
2015-07-27
Register new snapshots (2015-07-26 a5c12f4).
Eduard Burtescu
-9
/
+0
2015-07-22
placate `make tidy`.
Felix S. Klock II
-1
/
+1
2015-07-22
Change signature for `move_val_init` intrinsic to take `*mut T` for `dest`.
Felix S. Klock II
-0
/
+8
2015-07-21
trans: Move rust_try into the compiler
Alex Crichton
-0
/
+6
2015-07-09
Update intrinsics.rs
Wei-Ming Yang
-5
/
+5
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-5
/
+8
2015-06-09
Exise 'unsafe pointer' in favor of 'raw pointer'
Steve Klabnik
-1
/
+1
2015-06-06
Remove many unneeded feature annotations in the docs
Steve Klabnik
-2
/
+0
2015-05-27
Remove #[cfg(stage0)] items.
Eduard Burtescu
-15
/
+4
2015-05-15
Allow for better optimizations of iterators for zero-sized types
Björn Steinbrink
-0
/
+14
2015-05-13
eddyb's changes for DST coercions
Nick Cameron
-0
/
+7
2015-05-07
std: Mark `mem::forget` as a safe function
Alex Crichton
-4
/
+0
2015-05-01
Remove Managed
Simonas Kazlauskas
-3
/
+0
2015-04-29
rollup merge of #24886: GBGamer/master
Alex Crichton
-0
/
+17
2015-04-29
rollup merge of #24833: tari/rfc888
Alex Crichton
-0
/
+15
2015-04-29
rollup merge of #24610: nagisa/offset-docs
Alex Crichton
-3
/
+8
2015-04-29
Update SNAPs to latest snapshot.
Peter Marheine
-4
/
+4
2015-04-28
Add intrinsics for unchecked division and modulo
Nicholas Mazzuca
-0
/
+17
2015-04-28
Register new snapshots
Tamir Duberstein
-14
/
+0
2015-04-28
Clarify offset rules a bit
Simonas Kazlauskas
-3
/
+8
2015-04-25
Add singlethreaded fence intrinsics.
Peter Marheine
-0
/
+15
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-9
/
+9
2015-04-10
Implement `discriminant_value` intrinsic
James Miller
-0
/
+6
2015-03-31
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+0
[next]