This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_codegen_cranelift
/
src
History
Ralf Jung
3338244f69
deduplicate constant evaluation in cranelift backend
...
also sync LLVM and cranelift structure a bit
2022-11-19 14:08:12 +01:00
..
abi
…
debuginfo
Fix
rustdoc --version
when used with download-rustc
2022-11-09 02:54:51 -06:00
driver
…
intrinsics
…
optimize
…
allocator.rs
Rewrite implementation of
#[alloc_error_handler]
2022-10-31 16:32:57 +00:00
analyze.rs
…
archive.rs
…
base.rs
Update tooling
2022-10-27 18:41:26 +04:00
cast.rs
…
codegen_i128.rs
…
common.rs
…
compiler_builtins.rs
…
concurrency_limiter.rs
…
config.rs
…
constant.rs
deduplicate constant evaluation in cranelift backend
2022-11-19 14:08:12 +01:00
discriminant.rs
…
global_asm.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
add is_sized method on Abi and Layout, and use it
2022-11-13 12:23:53 +01:00
vtable.rs
…