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
34,684
Commits
2
Branches
0
Tags
1.4
GiB
5d19432679
Commit Graph
2 Commits
Author
SHA1
Message
Date
Niko Matsakis
5d19432679
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
Niko Matsakis
61edb0ccb7
Separate the driver into its own crate that uses trans, typeck.
2014-12-04 10:04:52 -05:00