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 7 pull requests #60206

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
53d2473
warn on unused results for operation methods on nums
KodrAus Apr 10, 2019
23154db
fix up unused wrappingn_add in compile-pass test
KodrAus Apr 10, 2019
e14819a
Update Source Serif Pro fonts to version 2.010
Manishearth Apr 21, 2019
6bafc58
Update Source Code Pro fonts to version 2.030
Manishearth Apr 21, 2019
cdca41d
Update Fira Sans to version 4.202
Manishearth Apr 21, 2019
8b57be1
Add test for drop order in async functions.
davidtwco Mar 7, 2019
41c6bb1
Introduce `LocalSource` into the AST.
davidtwco Mar 12, 2019
879abb1
Add `AsyncArgument` to AST.
davidtwco Mar 12, 2019
7c6dc7a
Move `async fn` arguments into closure.
davidtwco Mar 12, 2019
6134655
Enforce consistent drop order w/ async methods.
davidtwco Mar 13, 2019
92e72df
Do not specify type in generated let bindings.
davidtwco Mar 13, 2019
9d7da82
Introduce `ArgSource` for diagnostics.
davidtwco Mar 13, 2019
44ddbc5
Correct lowering order to avoid ICE after rebase.
davidtwco Apr 20, 2019
09c707f
Display original pattern in rustdoc.
davidtwco Apr 21, 2019
517fb1b
Promote rust comments to rustdoc
rasendubi Apr 22, 2019
e55a313
Add rustc_allow_const_fn_ptr
cramertj Apr 5, 2019
795a15a
Stabilize futures_api
cramertj Apr 5, 2019
2d401fb
Add f16c target_feature
gnzlbg Apr 23, 2019
33f0a37
Look specifically for comments containing tidy ignore directives
varkor Apr 22, 2019
51b2ecf
Tidy warn on ignored line length when lines are not too long
varkor Apr 22, 2019
6283897
Remove unnecessary ignore-tidy-linelength
varkor Apr 22, 2019
497dcfa
Update ui tests
varkor Apr 22, 2019
7f7d15d
Check for other unused tidy check directives
varkor Apr 22, 2019
5392f44
Remove unnecessary tidy ignore directives
varkor Apr 22, 2019
5ab5806
Fix regression in line ending test
varkor Apr 23, 2019
119e67a
Reduce noise and document test case.
davidtwco Apr 23, 2019
1c9aab6
Rollup merge of #59739 - cramertj:stabilize, r=withoutboats
Centril Apr 23, 2019
fbc5e88
Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj
Centril Apr 23, 2019
95e2c4e
Rollup merge of #59839 - KodrAus:must-use-num, r=sfackler
Centril Apr 23, 2019
3bcf011
Rollup merge of #60146 - Manishearth:font-update, r=QuietMisdreavus
Centril Apr 23, 2019
e85b6e1
Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=ke…
Centril Apr 23, 2019
bed0434
Rollup merge of #60177 - rasendubi:rustdoc-comments, r=varkor
Centril Apr 23, 2019
9246397
Rollup merge of #60191 - gnzlbg:f16c, r=alexcrichton
Centril Apr 23, 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
4 changes: 2 additions & 2 deletions src/librustdoc/html/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -930,13 +930,13 @@ themePicker.onblur = handleThemeButtonsBlur;
static_files::source_serif_pro::BOLD)?;
write(cx.dst.join("SourceSerifPro-It.ttf.woff"),
static_files::source_serif_pro::ITALIC)?;
write(cx.dst.join("SourceSerifPro-LICENSE.txt"),
write(cx.dst.join("SourceSerifPro-LICENSE.md"),
static_files::source_serif_pro::LICENSE)?;
write(cx.dst.join("SourceCodePro-Regular.woff"),
static_files::source_code_pro::REGULAR)?;
write(cx.dst.join("SourceCodePro-Semibold.woff"),
static_files::source_code_pro::SEMIBOLD)?;
write(cx.dst.join("SourceCodePro-LICENSE.txt"),
write(cx.dst.join("SourceCodePro-LICENSE.md"),
static_files::source_code_pro::LICENSE)?;
write(cx.dst.join("LICENSE-MIT.txt"),
static_files::LICENSE_MIT)?;
Expand Down
11 changes: 3 additions & 8 deletions src/librustdoc/html/static/FiraSans-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
Copyright (c) 2014, Mozilla Foundation https://mozilla.org/
with Reserved Font Name Fira Sans.

Copyright (c) 2014, Mozilla Foundation https://mozilla.org/
with Reserved Font Name Fira Mono.

Copyright (c) 2014, Telefonica S.A.
Digitized data copyright (c) 2012-2015, The Mozilla Foundation and Telefonica S.A.
with Reserved Font Name < Fira >,

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
Expand All @@ -24,7 +19,7 @@ with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
Expand Down
Binary file modified src/librustdoc/html/static/FiraSans-Medium.woff
Binary file not shown.
Binary file modified src/librustdoc/html/static/FiraSans-Regular.woff
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
Expand Down
Binary file modified src/librustdoc/html/static/SourceCodePro-Regular.woff
Binary file not shown.
Binary file modified src/librustdoc/html/static/SourceCodePro-Semibold.woff
Binary file not shown.
Binary file modified src/librustdoc/html/static/SourceSerifPro-Bold.ttf.woff
Binary file not shown.
Binary file modified src/librustdoc/html/static/SourceSerifPro-It.ttf.woff
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
Copyright 2014-2018 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries.

This Font Software is licensed under the SIL Open Font License, Version 1.1.

Expand Down
Binary file modified src/librustdoc/html/static/SourceSerifPro-Regular.ttf.woff
Binary file not shown.
4 changes: 2 additions & 2 deletions src/librustdoc/html/static_files.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub mod source_serif_pro {
pub static ITALIC: &'static [u8] = include_bytes!("static/SourceSerifPro-It.ttf.woff");

/// The file `SourceSerifPro-LICENSE.txt`, the license text for the Source Serif Pro font.
pub static LICENSE: &'static [u8] = include_bytes!("static/SourceSerifPro-LICENSE.txt");
pub static LICENSE: &'static [u8] = include_bytes!("static/SourceSerifPro-LICENSE.md");
}

/// Files related to the Source Code Pro font.
Expand All @@ -103,7 +103,7 @@ pub mod source_code_pro {
pub static SEMIBOLD: &'static [u8] = include_bytes!("static/SourceCodePro-Semibold.woff");

/// The file `SourceCodePro-LICENSE.txt`, the license text of the Source Code Pro font.
pub static LICENSE: &'static [u8] = include_bytes!("static/SourceCodePro-LICENSE.txt");
pub static LICENSE: &'static [u8] = include_bytes!("static/SourceCodePro-LICENSE.md");
}

/// Files related to the sidebar in rustdoc sources.
Expand Down