Skip to content

Rollup of 18 pull requests - #44652

Closed
TimNN wants to merge 57 commits into
rust-lang:masterfrom
TimNN:rollup
Closed

Rollup of 18 pull requests#44652
TimNN wants to merge 57 commits into
rust-lang:masterfrom
TimNN:rollup

Conversation

…ried
Fix "new trace_macros doesn't work if there's an error during expansion"
Fixesrust-lang#43493
…uietMisdreavus
Codeblock color
<img width="1440" alt="screen shot 2017-09-07 at 21 53 58" src="https://user-images.githubusercontent.com/3050060/30183045-4319108e-9419-11e7-98da-da54952cab37.png">
This screenshot has been generated from:
```rust
/// foo
///
/// ```compile_fail
/// foo();
/// ```
///
/// ```ignore
/// goo();
/// ```
///
/// ```
/// let x = 0;
/// ```
pub fn bar() -> usize { 2 }
```
r? @QuietMisdreavus
cc @rust-lang/docs
…nikomatsakis
Update compiler-builtins
~~I can't tell if this was ever used, but it's not used today.~~
See commits.
{compiler-builtins,libc} shim cleanup
~~Depends on rust-lang/libc#764; opening early for feedback.~~ r? @alexcrichton
extend E0623 for earlybound and latebound for structs
This fixesrust-lang#44508
r? @nikomatsakis
…-szero-optimization, r=arielb1
remove overzealous Box<ZeroSizeType> optimization
rustdoc: pretty-print Unevaluated expressions in types.
Fixesrust-lang#44555.
r? @nikomatsakis
… r=alexcrichton
stabilized iterator_for_each (closesrust-lang#42986)
Also updated clippy and rls as these use the iterator_for_each
I've made my first PR's today so most likely I've done something wrong. Sorry about that!
…=alexcrichton
stabilized compiler_fences (fixesrust-lang#41091)
I did not know what to proceed with "unstable-book" entry. The feature would no longer be unstable so I have deleted it. If it was the wrong call I'll revert it (unfortunately his case is not described in the CONTRIBUTING.md).
…imulacrum
Update cargo submodule
Just a routine update
…1, r=aidanhs
ci: Upload/download from a new S3 bucket
Moving buckets from us-east-1 to us-west-1 because us-west-1 is where
rust-central-station itself runs and in general is where we have all our other
buckets.
…uietMisdreavus
Fix incorrect `into_inner` link in docs.
Fixesrust-lang#42373.
…crum
compiletest: print the correct basename of the src dir
See <Manishearth/compiletest-rs#76>.
Fixesrust-lang#40712
Ensure tcp test case passes when disconnected from network
net::tcp::tests::connect_timeout_unroutable fails when the network
is unreachable, like on a laptop disconnected from wifi. Check for
this error and allow the test to pass.
Closesrust-lang#44645
@rust-highfive

Copy link
Copy Markdown
Contributor

Some changes occurred in HTML/CSS.

cc @GuillaumeGomez

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nikomatsakis

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

@TimNN

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=1

@bors

bors commented Sep 17, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit f189423 has been approved by TimNN

@bors

bors commented Sep 17, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit f189423 with merge 76477598f6c324ec5a55f6ee33cb7ae5bc030d1e...

@bors

bors commented Sep 17, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@kennytm

kennytm commented Sep 17, 2017

Copy link
Copy Markdown
Member

Failure caused by #44515, which has been rollup-'ed.

@TimNNTimNN closed this Sep 17, 2017
@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.

20 participants

@TimNN@rust-highfive@bors@kennytm@pickfire@nikomatsakis@Centril@bjorn3@jessicah@GuillaumeGomez@qmx@tamird@gaurikholkar@eddyb@alexcrichton@frewsxcv@RalfJung@budziq@murarth@tmerr