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

inline some short functions #53217

Merged
merged 1 commit into from
Aug 9, 2018
Merged

inline some short functions #53217

merged 1 commit into from
Aug 9, 2018

Conversation

strake
Copy link
Contributor

@strake strake commented Aug 9, 2018

I found these were outline in binaries i link. I think they ought to be inline, considering their size.

@nagisa
Copy link
Member

nagisa commented Aug 9, 2018

@bors r+

@bors
Copy link
Contributor

bors commented Aug 9, 2018

📌 Commit b78201a has been approved by nagisa

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Aug 9, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Aug 9, 2018
inline some short functions

I found these were outline in binaries i link. I think they ought to be inline, considering their size.
bors added a commit that referenced this pull request Aug 9, 2018
Rollup of 15 pull requests

Successful merges:

 - #52773 (Avoid unnecessary pattern matching against Option and Result)
 - #53082 (Fix doc link (again))
 - #53094 (Automatically expand section if url id point to one of its component)
 - #53106 (atomic ordering docs)
 - #53110 (Account for --remap-path-prefix in save-analysis)
 - #53116 (NetBSD: fix signedess of char)
 - #53179 (Whitelist wasm32 simd128 target feature)
 - #53183 (Suggest comma when missing in macro call)
 - #53207 (Add individual docs for rotate_{left, right})
 - #53211 ([nll] enable feature(nll) on various crates for bootstrap)
 - #53214 ([nll] enable feature(nll) on various crates for bootstrap: part 2)
 - #53215 (Slightly refactor syntax_ext/format)
 - #53217 (inline some short functions)
 - #53219 ([nll] enable feature(nll) on various crates for bootstrap: part 3)
 - #53222 (A few cleanups for rustc_target)
@bors bors merged commit b78201a into rust-lang:master Aug 9, 2018
@strake strake deleted the inline branch August 9, 2018 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants