Skip to content

Rollup of 4 pull requests - #25285

Closed
steveklabnik wants to merge 39 commits into
rust-lang:masterfrom
steveklabnik:rollup
Closed

Rollup of 4 pull requests#25285
steveklabnik wants to merge 39 commits into
rust-lang:masterfrom
steveklabnik:rollup

Conversation

@steveklabnik

Copy link
Copy Markdown
Contributor

derhuerstand others added 30 commits April 29, 2015 17:55
I've written a small [EditorConfig](http://editorconfig.org) file for Rust development.
The start of the last text block in references was missing, I added it.
I've written a small [EditorConfig](http://editorconfig.org) file for Rust development.
I was profiling my code again and this time AsRef<str> for String
was eating up a considerable chunk of my runtime; adding the inline
annotation made the program run almost twice as fast!
While I was at it I also added the annotation to other implementations
of AsRef as well as AsMut.
steveklabnikand others added 9 commits May 10, 2015 16:44
The start of the last text block in references was missing, I added it.
r? @steveklabnik
…eklabnik
I think there's a trivial missing word in the Mutability document. I reformatted the resulting paragraph in vim, which seems to match what the rest of the document is doing as far as word wrapping.
Edit: I found another minor thing as I continued reading.
P.S. I'm re-reading the docs, since so much has changed since my first read, and they've gotten even better! Nice job!
r? @steveklabnik
According to @eddyb – and my tests – the following gets rid of the ICE in issue rust-lang#25180.
@steveklabnik

Copy link
Copy Markdown
ContributorAuthor

@bors: r+ p=1 force

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@bors

bors commented May 10, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit 2266142 has been approved by steveklabnik

@steveklabnik

Copy link
Copy Markdown
ContributorAuthor

@bors: force

@bors

bors commented May 10, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 2266142 with merge 904aad6...

@bors

bors commented May 10, 2015

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-mac-32-opt

@steveklabnik

Copy link
Copy Markdown
ContributorAuthor

@bors: retry force

@bors

bors commented May 10, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 2266142 with merge a97b680...

@bors

bors commented May 11, 2015

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-mac-32-opt

@CentrilCentril added the rollup A PR which is a rollup label Oct 24, 2019
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.

16 participants

@steveklabnik@rust-highfive@bors@alexcrichton@Centril@derhuerst@tincann@llogiq@GuillaumeGomez@sindreij@dpetersen@fhinkel@koute@caipre@polachok@frewsxcv