This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-12-03 23:18:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_codegen_cranelift
/
src
History
Maybe Waffle
c1a2db3372
Move/rename
lazy::Sync{OnceCell,Lazy}
to
sync::{Once,Lazy}Lock
2022-06-16 19:54:42 +04:00
..
abi
Use CallConv::Cold in cranelift for extern "rust-cold"
2022-05-30 00:19:24 -07:00
debuginfo
…
driver
Move/rename
lazy::Sync{OnceCell,Lazy}
to
sync::{Once,Lazy}Lock
2022-06-16 19:54:42 +04:00
intrinsics
Add flag for stricter checks on uninit/zeroed
2022-05-24 14:26:52 +01:00
optimize
…
allocator.rs
…
analyze.rs
…
archive.rs
…
base.rs
Rename the
ConstS::val
field as
kind
.
2022-06-14 13:06:44 +10:00
cast.rs
…
codegen_i128.rs
…
common.rs
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-2022-05-15
2022-05-15 12:32:19 +02:00
compiler_builtins.rs
…
config.rs
…
constant.rs
implement valtrees as the type-system representation for constant values
2022-06-14 16:07:11 +02:00
discriminant.rs
…
inline_asm.rs
…
lib.rs
…
linkage.rs
…
main_shim.rs
…
num.rs
…
pointer.rs
…
pretty_clif.rs
…
toolchain.rs
…
trap.rs
…
unsize.rs
…
value_and_place.rs
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-2022-05-15
2022-05-15 12:32:19 +02:00
vtable.rs
…