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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
intrinsics.rs
Age
Commit message (
Expand
)
Author
Lines
2016-07-26
Rollup merge of #34609 - ubsan:transmute_docs, r=steveklabnik
Steve Klabnik
-5
/
+188
2016-07-21
Fix nits
ubsan
-8
/
+7
2016-07-11
Auto merge of #34686 - alexcrichton:new-stage, r=luqmana
bors
-1
/
+0
2016-07-10
Make it nicer from @alexandermerritt
ubsan
-5
/
+6
2016-07-10
Switch around Examples and Alternatives
ubsan
-45
/
+48
2016-07-06
rustc: Update stage0 to beta-2016-07-06
Alex Crichton
-1
/
+0
2016-07-05
Hopefully, it now works
ubsan
-31
/
+42
2016-07-05
Fix links, change example to english
ubsan
-19
/
+8
2016-07-05
Tone it down a little
ubsan
-14
/
+13
2016-07-05
Fix nits
ubsan
-16
/
+25
2016-07-05
Fix tests
ubsan
-100
/
+138
2016-07-04
Revert "Revert "Remove the return_address intrinsic.""
Eduard Burtescu
-6
/
+0
2016-07-02
Make sure the documentation compiles
ubsan
-77
/
+92
2016-07-02
Add a new alternative
ubsan
-0
/
+23
2016-07-02
More nits :P
ubsan
-4
/
+4
2016-07-02
Fix some other small nits
ubsan
-4
/
+4
2016-07-01
Fix up some things which scott mentioned
ubsan
-35
/
+46
2016-07-01
Add more docs - mostly warnings - to std::mem::transmute
ubsan
-4
/
+95
2016-06-30
Revert "Remove the return_address intrinsic."
Eduard Burtescu
-0
/
+6
2016-06-27
Remove the return_address intrinsic.
Eduard Burtescu
-6
/
+0
2016-06-03
Update comment
Reeze Xia
-1
/
+1
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
[next]