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
2018-05-25
Update nomicon link in transmute docs
Matt Brubeck
-1
/
+1
2018-05-18
Auto merge of #50319 - nagisa:align_to, r=alexcrichton
bors
-32
/
+2
2018-05-17
Remove the intrinsic for align_offset
Simonas Kazlauskas
-42
/
+0
2018-05-17
Rollup merge of #50837 - steveklabnik:revert-49767, r=QuietMisdreavus
Mark Simulacrum
-130
/
+31
2018-05-17
Change align_offset to support different strides
Simonas Kazlauskas
-9
/
+21
2018-05-17
Revert #49767
steveklabnik
-130
/
+31
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
2018-05-15
Rollup merge of #49767 - ecstatic-morse:ptr-docs, r=steveklabnik
Guillaume Gomez
-31
/
+130
2018-05-09
Use the "Safety" heading instead of "Undefined Behavior"
Dylan MacKenzie
-22
/
+8
2018-04-16
Stabilize core::hint::unreachable_unchecked.
kennytm
-0
/
+3
2018-04-07
Fix broken relative links
Dylan MacKenzie
-6
/
+6
2018-04-07
Don't link "Undefined Behavior" heading
Dylan MacKenzie
-6
/
+3
2018-04-07
Change `write_bytes` test causing UB to `no_run`
Dylan MacKenzie
-6
/
+7
2018-04-07
Rewrite docs for `std::ptr`
Dylan MacKenzie
-31
/
+146
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-7
/
+0
2018-03-23
Introduce unsafe offset_from on pointers
Scott McMurray
-0
/
+10
2018-02-28
Add bitreverse intrinsic
Amanieu d'Antras
-0
/
+4
2018-02-02
copy_nonoverlapping example: Fixed typo
Per Lundberg
-1
/
+1
2018-01-04
Bump to 1.25.0
Alex Crichton
-1
/
+0
2017-11-25
rustc: Add support for some more x86 SIMD ops
Alex Crichton
-0
/
+5
2017-10-29
Add link to stablized version of an intrinsic
Wesley Wiser
-0
/
+3
2017-10-26
Bump to 1.23 and update bootstrap
Alex Crichton
-12
/
+0
2017-10-22
Add link to stable version of `needs_drop` intrinsic
Wesley Wiser
-0
/
+3
2017-10-22
Document the `size_of_val` instrinsic
Wesley Wiser
-0
/
+4
2017-09-17
Add `<*const T>::align_offset` and use it in `memchr`
Oliver Schneider
-32
/
+1
2017-09-13
Fix example in transmute; add safety requirement to Vec::from_raw_parts
Havvy
-3
/
+3
2017-08-22
Update intrinsics.rs
Oliver Schneider
-2
/
+2
2017-08-21
Add align_offset intrinsic
Oliver Schneider
-0
/
+77
2017-08-12
Follow up commit for the issue 39827
Alexey Tarasov
-3
/
+6
2017-08-09
Put `intrinsics::unreachable` on a possible path to stabilization
Tobias Bucher
-3
/
+5
2017-07-25
Bump master to 1.21.0
Alex Crichton
-2
/
+0
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-14
/
+0
2017-06-08
Add ctlz_nonzero & cttz_nonzero intrinsics
Scott McMurray
-0
/
+34
2017-06-01
Adding support for the llvm `prefetch` intrinsic
Falco Hirschenberger
-0
/
+47
2017-04-29
Update stage0 bootstrap compiler
Alex Crichton
-24
/
+0
2017-04-09
Replace the `forget` intrinsic with ManuallyDrop
Simonas Kazlauskas
-3
/
+0
2017-04-05
Rollup merge of #41066 - steveklabnik:fix-links, r=frewsxcv
Corey Farwell
-36
/
+54
2017-04-05
tidy clean and small text fix
steveklabnik
-18
/
+18
2017-04-04
Fix links
steveklabnik
-36
/
+54
2017-04-03
Replace ^ with <sup> html balise
Guillaume Gomez
-3
/
+3
2017-03-20
Auto merge of #39628 - arielb1:shimmir, r=eddyb
bors
-1
/
+7
2017-03-18
translate drop glue using MIR
Ariel Ben-Yehuda
-1
/
+7
2017-03-15
make shift builtins panic-free with new unchecked_sh* intrinsics
Tim Neumann
-0
/
+9
2017-02-21
Get linkchecker clean
Steve Klabnik
-1
/
+1
2016-12-15
Clarify zero-value behavior of `ctlz`/`cttz` intrinsics.
Corey Farwell
-2
/
+50
2016-11-08
Add documentation for some of the add/sub/mul intrinsics
Wesley Wiser
-0
/
+18
2016-11-08
Add documentation for the `volatile_read` and `volatile_write` intrinsics
Wesley Wiser
-0
/
+4
2016-11-08
Add documentation for many of the atomic_* intrinsics
Wesley Wiser
-0
/
+396
2016-09-28
Rollup merge of #36811 - brson:bootstrap, r=alexcrichton
Jonathan Turner
-2
/
+0
2016-09-28
Remove stage0 hacks
Brian Anderson
-2
/
+0
[next]