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

Rollup of 5 pull requests #57888

Merged
merged 22 commits into from
Jan 25, 2019
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1798d51
Add grammar for {f32,f64}::from_str, mention known bug.
frewsxcv Nov 25, 2018
694b18d
tweak 'known issues' wording
frewsxcv Dec 3, 2018
15f79d8
...and fix a link
frewsxcv Dec 3, 2018
1027dc1
Update regex to EBNF
frewsxcv Dec 22, 2018
55be692
Update src/libcore/num/dec2flt/mod.rs
Centril Dec 22, 2018
a6294b7
update/remove some old readmes
mark-i-m Jan 16, 2019
228969c
remove link to removed readme
mark-i-m Jan 16, 2019
dcd56d1
remove more old readmes
mark-i-m Jan 18, 2019
1db4275
Print visible name for types as well as modules.
davidtwco Jan 21, 2019
8af02fa
reposition markdown hyperlink reference
frewsxcv Jan 23, 2019
fc0c883
Don't ICE when logging unusual types
Aaron1011 Jan 23, 2019
5e9c8d7
When using value after move, point at span of local
estebank Jan 3, 2019
e0a606c
Add test for #34721
estebank Jan 3, 2019
f6e29ba
break eagerly from loop
estebank Jan 4, 2019
0e2d6e0
Point at type argument suggesting adding `Copy` constraint
estebank Jan 6, 2019
29e8e63
review comments
estebank Jan 18, 2019
baa0828
Fix --compare-mode=nll tests
estebank Jan 24, 2019
284e1a8
Rollup merge of #56217 - frewsxcv:frewsxcv-float-parse, r=QuietMisdre…
Centril Jan 25, 2019
f20c6c8
Rollup merge of #57294 - estebank:point-copy-less, r=nikomatsakis
Centril Jan 25, 2019
2876801
Rollup merge of #57652 - mark-i-m:remove-old, r=nikomatsakis
Centril Jan 25, 2019
a9950f6
Rollup merge of #57802 - davidtwco:issue-56943, r=estebank
Centril Jan 25, 2019
a6fa7de
Rollup merge of #57865 - Aaron1011:fix/debug-ice, r=estebank
Centril Jan 25, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
...and fix a link
frewsxcv authored Dec 3, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 15f79d890522028e88a60992b76c0fce26024a8f
2 changes: 1 addition & 1 deletion src/libcore/num/dec2flt/mod.rs
Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@ macro_rules! from_str_float_impl {
/// In some situations, some strings that should create a valid float
/// instead return an error. See [issue #31407] for details.
///
/// [#31407]: https://github.com/rust-lang/rust/issues/31407
/// [issue #31407]: https://github.com/rust-lang/rust/issues/31407
///
/// # Arguments
///