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
22db8b1d53
rust
/
src
/
comp
/
middle
History
Download ZIP
Download TAR.GZ
Patrick Walton
22db8b1d53
rustc: Use memmove instructions more aggressively in DPS mode. LLVM converts these to optimized block transfer instructions, significantly reducing code size.
2011-07-17 14:02:39 -07:00
..
tstate
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
2011-07-13 15:44:09 -07:00
alias.rs
rustc: Remove a bunch of exterior vectors
2011-07-15 11:38:46 -07:00
ast_map.rs
Move visit to newtype-style nominal type
2011-07-11 13:53:50 +02:00
resolve.rs
rustc: Remove a bunch of exterior vectors
2011-07-15 11:38:46 -07:00
trans.rs
rustc: Write names of local variables into the LLVM IR when debug mode is on
2011-07-15 16:40:55 -07:00
trans_alt.rs
refactor: Move the LLVM type and constant constructors into a new module.
2011-07-14 17:08:45 -07:00
trans_comm.rs
refactor: Move the task and communication-related translation functions to a new module.
2011-07-14 17:33:28 -07:00
trans_common.rs
refactor: Move the LLVM type and constant constructors into a new module.
2011-07-14 17:08:45 -07:00
trans_dps.rs
rustc: Use memmove instructions more aggressively in DPS mode. LLVM converts these to optimized block transfer instructions, significantly reducing code size.
2011-07-17 14:02:39 -07:00
ty.rs
rustc: Remove some interior vectors from ty, except the ones that I think were causing crashes before
2011-07-13 17:39:33 -07:00
typeck.rs
gather_locals shouldn't descend down into fns and items.
2011-07-15 14:42:59 -05:00