Skip to content

Slightly less mini rollup #23200

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

Merged
merged 28 commits into from
Mar 9, 2015
Merged

Slightly less mini rollup #23200

merged 28 commits into from
Mar 9, 2015

Conversation

Manishearth
Copy link
Member

No description provided.

alancutter and others added 27 commits March 1, 2015 15:37
I was having trouble figuring out which functions had tests and which
didn't. This commit is just moving tests around and does not change
anything.
 * "let met text" was previously of &String type.  Now it is of &str type.

 * Update the slicing syntax.  Both &text[] and text.slice_from() evaluate
   to a &str.

 * We were passing a u32 to expr_usize.  Call expr_u32 instead.
…eklabnik

 * "let mut text" was previously of &String type.  Now it is of &str type.

 * Update the slicing syntax.  Both &text[] and text.slice_from() evaluate
   to a &str.

 * We were passing a u32 to expr_usize.  Call expr_u32 instead.

r? @steveklabnik
Fixes rust-lang#23166
 Building on rust-lang#22076, I've added some tests for stable methods in f32 and f64 that didn't have any before.

Please let me know if there are any improvements I can make, and I am happy to make them! 📬
 The docs currently define `array_expr`s as:

    array_expr : '[' \"mut\" ? vec_elems? ']' ;
    array_elems : [expr [',' expr]*] | [expr ',' \"..\" expr] ;

`vec_elems` is not defined anywhere else so it is probably a typo for `array_elems`.
@Manishearth
Copy link
Member Author

@bors: r+ p=20

@bors
Copy link
Collaborator

bors commented Mar 8, 2015

@bors r=Manishearth 9f851a7

@bors
Copy link
Collaborator

bors commented Mar 8, 2015

⌛ Testing commit 9f851a7 with merge 637de10...

bors added a commit that referenced this pull request Mar 8, 2015
@bors
Copy link
Collaborator

bors commented Mar 8, 2015

💔 Test failed - auto-mac-32-opt

@Manishearth
Copy link
Member Author

@bors: retry

@Manishearth
Copy link
Member Author

@bors: r+

@bors
Copy link
Collaborator

bors commented Mar 9, 2015

@bors r=Manishearth 3797827

@bors
Copy link
Collaborator

bors commented Mar 9, 2015

⌛ Testing commit 3797827 with merge 14ce607...

bors added a commit that referenced this pull request Mar 9, 2015
@bors bors merged commit 3797827 into rust-lang:master Mar 9, 2015
@Manishearth Manishearth deleted the rollup branch March 9, 2015 09:31
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants