This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
913383d775
rust
/
src
/
comp
/
back
History
Download ZIP
Download TAR.GZ
Patrick Walton
913383d775
rustc: Preserve more type information for interior vectors at the LLVM level, allowing SROA to take place.
log ~[ 2 ].(0)
now optimizes to just
log 2
.
2011-06-12 00:44:43 -07:00
..
abi.rs
rustc: Preserve more type information for interior vectors at the LLVM level, allowing SROA to take place.
log ~[ 2 ].(0)
now optimizes to just
log 2
.
2011-06-12 00:44:43 -07:00
link.rs
Encode meta tags in the crate and start sketching enhanced logic for resolving crate "use" directives.
2011-06-10 12:57:29 -07:00
upcall.rs
Now imports are not re-exported unless 'export' is explicitly used.
2011-05-31 18:43:26 -07:00
x86.rs
Remove native glues. All calls to C are direct now.
2011-05-26 16:45:01 -07:00