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
2019-04-18
libcore => 2018
Taiki Endo
-2
/
+2
2019-04-12
Rollup merge of #59880 - solson:transmute-float, r=alexcrichton
Mazdak Farrokhzad
-10
/
+0
2019-04-11
Remove note about transmute for float bitpatterns.
Scott Olson
-10
/
+0
2019-03-02
Bootstrap compiler update for 1.35 release
Mark Rousskov
-2
/
+0
2019-02-13
Move the intrinsics into a submodule
Valentin Tolmer
-215
/
+249
2019-02-10
libs: doc comments
Alexander Regueiro
-16
/
+16
2019-02-10
tests: doc comments
Alexander Regueiro
-6
/
+6
2019-01-29
Use LLVM intrinsics for saturating add/sub
Nikita Popov
-0
/
+13
2019-01-26
Bump bootstrap compiler to 1.33 beta
Mark Rousskov
-1
/
+0
2019-01-12
Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk
bors
-4
/
+4
2018-12-31
const-stabilize const_int_ops + reverse_bits
Mazdak Farrokhzad
-4
/
+4
2018-12-27
panic when calling MaybeUninhabited::into_inner on uninhabited type
Ralf Jung
-0
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
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
[next]