Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)* and bump to 0.0.93 #1246

Merged
merged 2 commits into from
Oct 3, 2016

Conversation

mcarton
Copy link
Member

@mcarton mcarton commented Sep 30, 2016

See rust-lang/rust#36760 for the first commit. It's already been merged so this might need to be published sooner.#1248
See rust-lang/rust#36857 for the second commit.

use rustc_const_eval::EvalHint::ExprTypeChecked;
use rustc_const_eval::eval_const_expr_partial;
use rustc_const_math::ConstInt;
use rustc::hir::*;
use rustc::hir;
Copy link
Member Author

@mcarton mcarton Sep 30, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Manishearth, @llogiq, @oli-obk
use rustc::hir;, use syntax::ast; and use rustc::ty; make updates like this much easier (ie. sed-able) than use rustc::hir::* or use rustc::ty::TyArray; and I tend to find them clearer. (here there now happens to be something named TyArray in both ty and hir).
Could we decide to prefer that style in the future?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wfm

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like non-glob imports better, too, but I can't promise that I won't accidentally add some, we should create a lint for that (#1228)

@mcarton mcarton changed the title Rustup to ?? Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)* and bump to 0.0.93 Oct 3, 2016
@mcarton mcarton merged commit 9936734 into master Oct 3, 2016
@mcarton mcarton deleted the rustup branch October 3, 2016 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants