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
77cd5cc54e
rust
/
src
/
librustc_driver
History
Download ZIP
Download TAR.GZ
Niko Matsakis
70c1463519
Fix various references in late-running tests and things
2014-12-05 01:52:18 -05:00
..
driver.rs
Separate the driver into its own crate that uses trans, typeck.
2014-12-04 10:04:52 -05:00
lib.rs
FIXME(
#19497
) -- Stop messing around and just give rustc 32MB of stack unconditionally. This is prompted by some sort of bug in trans that causes a stack overflow when the modules in trans are made private. (In particular, the overflow can also be avoided by making
controlflow
and
callee
public, but that seems strictly worse than just using more stack.)
2014-12-04 10:04:52 -05:00
mod.rs
Separate the driver into its own crate that uses trans, typeck.
2014-12-04 10:04:52 -05:00
pretty.rs
Separate the driver into its own crate that uses trans, typeck.
2014-12-04 10:04:52 -05:00
test.rs
Fix various references in late-running tests and things
2014-12-05 01:52:18 -05:00