Skip to content

Partially fix #7048 plus some minor fixes - #7058

Closed
Blei wants to merge 3 commits into
rust-lang:incomingfrom
Blei:fix-7048
Closed

Partially fix #7048 plus some minor fixes#7058
Blei wants to merge 3 commits into
rust-lang:incomingfrom
Blei:fix-7048

Conversation

@Blei

@BleiBlei commented Jun 11, 2013

Copy link
Copy Markdown
Contributor

No description provided.

Blei added 3 commits June 11, 2013 11:44
* Don't return early, so logging is not skipped
* Remove one allocation
* Indent the match statement correctly
@Blei

Blei commented Jun 11, 2013

Copy link
Copy Markdown
ContributorAuthor

Again looks like an unrelated failure in the rustpkg tests. cf. #6945, #7035

bors added a commit that referenced this pull request Jun 11, 2013
@borsbors closed this Jun 11, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 20, 2021
Remove powi, "square can be computed more efficiently"
powi(2) produces exactly the same native code as x * x
powi was part of the [`suboptimal_flops`] lint
fixesrust-lang#7058
changelog: Remove powi [`suboptimal_flops`], "square can be computed more efficiently"
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
7058: Improve commit message style r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Sign up for freeto 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.

2 participants

@Blei@bors