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-12-12
Bump to 1.33.0
Alex Crichton
-3
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-11-15
Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichton
Pietro Albini
-0
/
+4
2018-11-15
Rollup merge of #55507 - fhartwig:size_of_intrinsic_docs, r=frewsxcv
Pietro Albini
-0
/
+3
2018-11-13
Remove unneeded newline.
Corey Farwell
-1
/
+0
2018-11-08
Use T: ?Sized in intrinsics::forget
Stjepan Glavina
-1
/
+1
2018-11-08
Allow unsized types in mem::drop and mem::forget
Stjepan Glavina
-0
/
+4
2018-11-03
Implement rotate using funnel shift on LLVM >= 7
Nikita Popov
-0
/
+14
2018-10-30
Add link to std::mem::size_of to size_of intrinsic documentation
Florian Hartwig
-0
/
+4
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-09-21
clarify write_bytes a bit
Ralf Jung
-0
/
+4
2018-09-17
tweaks
Ralf Jung
-3
/
+3
2018-09-10
fix typos
Nicole Mazzuca
-1
/
+1
2018-08-31
fix doctests
Ralf Jung
-3
/
+5
2018-08-31
apply feedback
Ralf Jung
-13
/
+20
2018-08-30
avoid shadowing; fix examples
Ralf Jung
-4
/
+4
2018-08-30
address remaining remarks and add example for dropping unaligned data
Ralf Jung
-3
/
+3
2018-08-30
apply comments
Ralf Jung
-6
/
+10
2018-08-30
clarify ZST comment
Ralf Jung
-6
/
+6
2018-08-29
edit docs a little
Ralf Jung
-3
/
+12
2018-08-29
Incorporate RalfJung's suggestions
Dylan MacKenzie
-24
/
+11
2018-08-29
Redefine range validity
Dylan MacKenzie
-22
/
+21
2018-08-29
Fix off-by-one error when specifying a valid range
Dylan MacKenzie
-5
/
+5
2018-08-29
Fix failing doctests
Dylan MacKenzie
-1
/
+1
2018-08-29
Rewrite docs for `std::ptr`
Dylan MacKenzie
-34
/
+146
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-1
/
+1
2018-08-01
Switch to bootstrapping from 1.29 beta
Mark Rousskov
-2
/
+0
2018-07-14
Add unaligned volatile intrinsics
Amanieu d'Antras
-0
/
+9
2018-06-30
Bootstrap from 1.28.0-beta.3
Mark Simulacrum
-4
/
+0
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
[next]