This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-04-26 13:01:27 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
rust
/
tests
/
codegen-llvm
/
intrinsics
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
cyrgani
83ef5059d6
make
rustc_allow_const_fn_unstable
an actual
rustc_attrs
attribute
2026-02-17 20:16:29 +00:00
..
aggregate-thin-pointer.rs
…
carrying_mul_add.rs
skip codegen for intrinsics with big fallback bodies if backend does not need them
2026-01-02 23:14:02 +01:00
cold_path2.rs
…
cold_path3.rs
…
cold_path.rs
…
compare_bytes.rs
…
const_eval_select.rs
…
ctlz.rs
…
ctpop.rs
…
disjoint_bitor.rs
…
exact_div.rs
…
likely_assert.rs
make
rustc_allow_const_fn_unstable
an actual
rustc_attrs
attribute
2026-02-17 20:16:29 +00:00
likely.rs
…
mask.rs
…
nontemporal.rs
compiletest: rename add-core-stubs to add-minicore
2025-11-02 16:20:06 +01:00
offset_from.rs
…
offset.rs
…
prefetch.rs
make
prefetch
intrinsics safe
2025-08-20 00:35:42 +02:00
ptr_metadata.rs
…
rotate_left.rs
use fallback impl in LLVM backend
2025-11-06 08:02:10 +01:00
rustc_intrinsic_must_be_overridden.rs
…
select_unpredictable.rs
…
three_way_compare.rs
Update the minimum external LLVM to 20
2025-09-16 11:49:20 -07:00
transmute-niched.rs
Change int-to-ptr transmute lowering back to inttoptr
2025-10-10 20:14:23 -04:00
transmute-simd.rs
…
transmute-x64.rs
…
transmute.rs
Change int-to-ptr transmute lowering back to inttoptr
2025-10-10 20:14:23 -04:00
typed_swap.rs
…
unchecked_math.rs
…
unlikely.rs
…
volatile_order.rs
…
volatile.rs
…