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-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
2016-09-26
Add basic doc example for `core::ptr::write_bytes`.
Corey Farwell
-0
/
+13
2016-09-13
Auto merge of #36181 - seanmonstar:likely, r=nikomatsakis
bors
-0
/
+14
2016-09-10
Tweak std::mem docs
Keegan McAllister
-17
/
+30
2016-09-02
core: add likely and unlikely intrinsics
Sean McArthur
-0
/
+14
2016-08-25
Auto merge of #35906 - jseyfried:local_prelude, r=eddyb
bors
-2
/
+0
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-2
/
+0
2016-08-24
Remove drop flags from structs and enums implementing Drop.
Eduard Burtescu
-13
/
+0
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
[next]