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
b93843e1c9
rust
/
src
/
librustc_trans
History
Download ZIP
Download TAR.GZ
Eduard Burtescu
9690be5ece
Adjust most comments and messages to not use "unboxed".
2015-01-26 04:15:09 +02:00
..
back
Better inline assembly errors
2015-01-22 19:43:39 +01:00
save
Remove "unboxed" attribute in code referring to new closures.
2015-01-26 04:15:09 +02:00
trans
Adjust most comments and messages to not use "unboxed".
2015-01-26 04:15:09 +02:00
lib.rs
Set allow(unstable) in crates that use unstable features
2015-01-17 16:38:04 -08:00
README.txt
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces memory usage significantly and opens opportunities for more parallel compilation.
2014-11-18 07:32:43 -05:00
README.txt
See the README.txt in ../librustc.