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
2019-08-10
Revert "Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung"
Tatsuyuki Ishi
-2
/
+17
2019-07-24
re-enable debug checks in Miri
Ralf Jung
-2
/
+0
2019-07-21
disable overlapping check with Miri (does not work without intptrcast)
Ralf Jung
-0
/
+2
2019-07-15
Add debug assertions to write_bytes and copy*
Valentin Tolmer
-1
/
+32
2019-07-10
Fix typo in libcore/intrinsics.rs
Taiki Endo
-1
/
+2
2019-07-05
Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung
Mazdak Farrokhzad
-9
/
+7
2019-07-04
Switch master to 1.38
Mark Rousskov
-57
/
+0
2019-07-04
Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.
Alex Gaynor
-9
/
+7
2019-06-15
Help LLVM better optimize slice::Iter(Mut)::len
Scott McMurray
-0
/
+6
2019-06-10
Rollup merge of #61501 - RalfJung:intrinsics, r=rkruppe
Mazdak Farrokhzad
-27
/
+16
2019-06-06
Add intrinsics for floating-point min and max
varkor
-0
/
+57
2019-06-05
Utilize cfg(bootstrap) over cfg(stage0)
Mark Rousskov
-3
/
+3
2019-06-03
get rid of real_intrinsics module
Ralf Jung
-27
/
+16
2019-06-03
add unchecked math intrinsics
lcnr/Bastian Kauschke
-0
/
+15
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
[next]