Skip to content

Rollup of stuff (take 2) - #21698

Merged
bors merged 47 commits into
rust-lang:masterfrom
Manishearth:rollup
Jan 28, 2015
Merged

Rollup of stuff (take 2)#21698
bors merged 47 commits into
rust-lang:masterfrom
Manishearth:rollup

Conversation

@Manishearth

Copy link
Copy Markdown
Member

This should work now.

GuillaumeGomezand others added 30 commits January 24, 2015 13:58
Removes min-width rule from body so that the page does not scroll
horizontally on mobile displays; hides out-of-band information.
Lifetime elision with two input references is not clear.
Closesrust-lang#21284
when saving .rs files under vim
do not fail to run the syntax checker
error: Unrecognized option: 'parse-only'.
due to this commit
953f294
which removed the deprecated flag --parse-only
While waiting on some builds I started cleaning up the various python bits and pieces.
I'm going to keep poking, want to ping me before the next rollup?
…r=alexcrichton
Cleanup mention of uint, use usize/us instead. This includes the example `println!("{}", 2u * x);`
@eddyb

Copy link
Copy Markdown
Contributor

@Manishearth You could have just fixed it (see my comment on his PR).

@Manishearth

Copy link
Copy Markdown
MemberAuthor

@eddyb History rewrites with merge commits are a bit harder to do and the merge commits tend to disappear.

@emberian

Copy link
Copy Markdown
Contributor

@bors r+ 249c29f

@bors

bors commented Jan 28, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 249c29f with merge ee5fb94...

bors added a commit that referenced this pull request Jan 28, 2015
@bors

bors commented Jan 28, 2015

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-win-64-opt

@alexcrichton

Copy link
Copy Markdown
Member

@bors: retry

@bors

bors commented Jan 28, 2015

Copy link
Copy Markdown
Collaborator

☔ Merge conflict

@richo

Copy link
Copy Markdown
Contributor

oof :(

@Manishearth

Copy link
Copy Markdown
MemberAuthor

Oh, no. @alexcrichton I seem to have bad luck rebasing these -- what sort of flags besides --preserve-merges do I feed to git rebase?

@alexcrichton

Copy link
Copy Markdown
Member

I normally actually just run git merge origin/master as rebasing all the PRs is too much of a pain. Failing that git rebase -p should do the trick (to preserve merge commits)

@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+ c7c7d64 p=10

@bors

bors commented Jan 28, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit c7c7d64 with merge 9cc35d7...

Conflicts:
src/libcollections/slice.rs
src/libcore/nonzero.rs
src/libcore/ops.rs
@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+ c709ed2 rollup p=10

@alexcrichton

Copy link
Copy Markdown
Member

@bors: p=10

@alexcrichton

Copy link
Copy Markdown
Member

@bors: rollup-

bors added a commit that referenced this pull request Jan 28, 2015
@bors

bors commented Jan 28, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit c709ed2 with merge ee0be3b...

@bors

bors commented Jan 28, 2015

Copy link
Copy Markdown
Collaborator

@bors
bors merged commit c709ed2 into rust-lang:masterJan 28, 2015
@CentrilCentril added the rollup A PR which is a rollup label Oct 2, 2019
lnicola pushed a commit to lnicola/rust that referenced this pull request Feb 28, 2026
fix: Fix scrutinee expr indent for replace_if_let_with_match
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

20 participants

@Manishearth@rust-highfive@eddyb@bors@Gankra@emberian@alexcrichton@richo@pcwalton@Centril@GuillaumeGomez@iKevinY@bombless@snowe2010@dinfuehr@tshepang@nagisa@JeffBelgum@Victory@carols10cents