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
f2731ffb52
rust
/
src
/
librustc_trans
History
Niko Matsakis
f2731ffb52
Adjust nits from pcwalton.
2014-12-04 01:49:42 -05:00
..
back
Replace some verbose match statements with their
if let
equivalent.
2014-11-29 16:41:21 -05:00
driver
Fix rustc panic on second compile_input
2014-11-29 09:50:48 -07:00
save
Replace some verbose match statements with their
if let
equivalent.
2014-11-29 16:41:21 -05:00
trans
Adjust nits from pcwalton.
2014-12-04 01:49:42 -05:00
lib.rs
auto merge of
#19343
: sfackler/rust/less-special-attrs, r=alexcrichton
2014-11-27 06:41:17 +00: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
test.rs
/*! -> //!
2014-11-26 16:50:14 -08:00
README.txt
See the README.txt in ../librustc.