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-02 11:37:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_target
/
src
/
asm
History
Simon Vandel Sillesen
2d1e0adfe9
New pass to deduplicate blocks
2021-02-21 21:51:54 +01:00
..
aarch64.rs
…
arm.rs
Collapse all uses of
target.options.foo
into
target.foo
2020-11-08 17:29:13 +03:00
hexagon.rs
…
mips.rs
Removes reg aliases since there are many ABIs: o32/n32/n64
2020-10-04 12:01:21 +00:00
mod.rs
New pass to deduplicate blocks
2021-02-21 21:51:54 +01:00
nvptx.rs
…
riscv.rs
…
spirv.rs
Change capitalization of Spirv to SpirV
2020-11-11 19:18:06 +01:00
wasm.rs
Add wasm32 support to inline asm
2020-12-01 12:18:21 -06:00
x86.rs
…