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
2731dc169c
rust
/
src
/
nightlies.txt
3 lines
36 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update snapshots to 2016-03-18 (235d774).
2016-03-20 15:37:35 -05:00
rustc: 2016-03-20
rustbuild: Refactor stage arguments away The facet of a stage is rarely relevant when running a tool or building something, it's all a question of what stage the *compiler* is built in. We've already got a nice handy `Compiler` structure to carry this information, so let's use it! This refactors the signature of the `Build::cargo` function two ways: 1. The `stage` argument is removed, this was just duplicated with the `compiler` argument's stage field. 2. The `target` argument is now required. This was a bug where if the `--target` flag isn't passed then the snapshot stage0 compiler is always used, so we won't pick up any changes. Much of the other changes in this commit are just propagating these decisions outwards. For example many of the `Step` variants no longer have a stage argument as they're baked into the compiler.
2016-03-11 19:30:16 -06:00
cargo: 2016-03-11
Reference in New Issue
Copy Permalink