Luca Barbato
eec1c178b3
Add support for Vector Sum Across Partial 1/4 Saturated on PowerPC
2017-09-05 20:27:57 +00:00
Luca Barbato
668d8ff262
Add support for Vector Sum Across Partial 1/2 Saturated on PowerPC
2017-09-05 20:22:34 +00:00
Simon Sapin
f912d771ba
Make git commit info optional and per-package in channel manifests
...
At the moment it is always missing for Cargo and RLS.
Their respective build systems need to be modified to include
`git-commit-hash` files in their "dist" tarballs.
2017-09-05 19:38:28 +02:00
Ralf Jung
13cf229037
disable gcc warnings
2017-09-05 18:46:26 +02:00
QuietMisdreavus
a9f0f6df94
add "Implementations on Foreign Types" to the sidebar
2017-09-05 11:21:18 -05:00
QuietMisdreavus
b357a9c09c
if not showing default docs on an impl, autohide the items
2017-09-05 11:21:18 -05:00
QuietMisdreavus
30e526805d
rustdoc: add new "Implementations on Foreign Types" section to traits
2017-09-05 11:21:14 -05:00
Niko Matsakis
37c9a60a7d
factor out helper method
2017-09-05 12:19:36 -04:00
Masaki Hara
099bb1ba8a
Fix misdetection of upstream intercrate ambiguity.
2017-09-05 12:19:35 -04:00
Masaki Hara
4d503b0c74
Add downstream tests for intercrate ambiguity hints.
2017-09-05 12:19:35 -04:00
Masaki Hara
d153ff3f79
Print more detailed trait-ref for intercrate ambiguity.
2017-09-05 12:19:35 -04:00
Masaki Hara
84bfc33fac
Unify intercrate ambiguity emitters into a function.
2017-09-05 12:19:35 -04:00
Masaki Hara
043786dcdf
Fix a very subtle mistake in a ui test.
2017-09-05 12:19:35 -04:00
Masaki Hara
a59cc32ed4
Add tests for intercrate ambiguity hints.
2017-09-05 12:19:35 -04:00
Masaki Hara
bebd622198
Slightly modify hint messages.
2017-09-05 12:19:35 -04:00
Masaki Hara
d49f278263
Add hints when intercrate ambiguity causes overlap.
2017-09-05 12:19:33 -04:00
Felix S. Klock II
f2892ad281
Emit EndRegion
statements when given -Z mir-emit-validate=N
(for N > 0).
...
This way the miri test suite does not have to be updated to explcitly
request `-Z emit-end-regions`.
2017-09-05 15:28:08 +02:00
Felix S. Klock II
c11f3e36c8
Update regression test to explicit enable EndRegion
emission.
2017-09-05 15:19:55 +02:00
Felix S. Klock II
8da717daa4
Update mir-opt/end_region_*.rs
tests to explicit enable EndRegion
emission.
2017-09-05 15:19:55 +02:00
Felix S. Klock II
f1c721caa7
Skip EndRegion emission by default. Use -Z emit-end-regions
to reenable it.
...
The main intent is to fix cases where EndRegion emission is believed
to be causing excess peak memory pressure.
It may also be a welcome change to people inspecting the MIR output
who find the EndRegions to be a distraction.
2017-09-05 15:19:55 +02:00
bors
2f1ef9ef11
Auto merge of #44308 - eddyb:local-index, r=arielb1
...
[MIR] Restrict ProjectionElem::Index and Storage{Live,Dead} to Local.
(see #44285 )
r? @nikomatsakis
2017-09-05 04:56:03 +00:00
Wangshan Lu
280e6d8f17
Fix link typo in 1.20.0 release notes
2017-09-05 12:27:14 +08:00
Jacob Kiesel
b762283e57
Add panic unit tests
2017-09-04 21:39:46 -06:00
bors
2f681bf602
Auto merge of #44248 - oli-obk:spans, r=jseyfried
...
Produce expansion info for more builtin macros
r? @jseyfried
fixes #43268
2017-09-05 02:21:02 +00:00
Max Comstock
7d94ca618c
Removed the incorrect documentation for from_str
2017-09-04 22:16:15 -04:00
Alexander von Gluck IV
1c5bf2468b
std/time: Give an example to get UNIX_EPOCH in seconds
2017-09-04 19:21:58 -05:00
Eh2406
b88ec735aa
#12808 is closed remove the FIXME
2017-09-04 20:06:39 -04:00
Eh2406
e90f4236e0
#33490 is closed remove the FIXME
2017-09-04 19:59:16 -04:00
bors
22d65983b9
Auto merge of #43067 - pornel:libdeps, r=nrc
...
Compact display of static lib dependencies
Fixes #33173
Instead of displaying one dependency per line, I've changed the format to display them all in one line.
As a bonus they're in format of linker flags (`-lfoo`), so the output can be copy&pasted if one is actually going to link as suggested.
2017-09-04 23:06:59 +00:00
est31
76fae7197b
Fix tests
2017-09-05 00:23:34 +02:00
Niels Egberts
69c472897f
Make slice::split_at_mut example demonstrate mutability
...
Moved the examples from split_at_mut to split_at so the example at
split_at_mut can just demonstrate mutability.
2017-09-04 22:59:34 +01:00
est31
b8cf07ee1f
Improve DefIndex formatting to be more semantic
2017-09-04 22:57:22 +02:00
Jonathan A. Kollasch
fcefe36ce7
bootstrap: only include docs in extended distribution if enabled
...
Issue #44163
2017-09-04 15:42:11 -05:00
Evgeniy A. Dushistov
49f1fc5bb7
Add test for #22706
...
Closes #22706
2017-09-04 19:24:19 +03:00
Simon Sapin
9412fd7371
Only include git-commit-hash in tarballs when available
...
… instead of writing an empty file.
2017-09-04 16:30:36 +02:00
Ralf Jung
adbb820352
rustbook: remove dead test functions
2017-09-04 13:04:53 +02:00
bors
088216fb99
Auto merge of #44194 - QuietMisdreavus:hey-how-do-i-use-this-new-fangled-thing, r=aturon
...
expand on using rustup custom toolchains in CONTRIBUTING.md
fixes #42484
Should i include more notes about how to use a local build *without* rustup? It can kinda feel like a cop-out otherwise. Other means that come to mind are setting `$RUSTC` directly and fully installing it.
cc @rust-lang/docs
2017-09-04 10:33:53 +00:00
Oliver Schneider
c4d5a1e17b
Produce expansion info for more builtin macros
2017-09-04 11:03:19 +02:00
bors
a36d93d383
Auto merge of #44300 - Manishearth:clippyup, r=oli-obk
...
Resync clippy to v0.0.156
None
2017-09-04 07:12:42 +00:00
Eduard-Mihai Burtescu
4e2be14986
Make the LocalKey facade of thread_local! inlineable cross-crate.
2017-09-04 08:24:06 +03:00
Eduard-Mihai Burtescu
e74f96e43f
rustc_mir: use Local instead of Lvalue in Storage{Live,Dead}.
2017-09-04 08:01:46 +03:00
bors
e22a3cf7e1
Auto merge of #44268 - kennytm:fix-python-bootstrap-test, r=Mark-Simulacrum
...
rustbuild: Remove invalid doctest from bootstrap.py
2017-09-04 04:30:12 +00:00
bors
a3beb8fe61
Auto merge of #44272 - Dushistov:master, r=alexcrichton
...
add test for not optimized `pow` with constant power
Closes #34947
2017-09-04 00:03:44 +00:00
Clar Charr
4260e4395e
impl Debug for SplitWhitespace.
2017-09-03 19:13:01 -04:00
Manish Goregaokar
9e644e2da6
Resync clippy to v0.0.156
2017-09-03 14:33:28 -07:00
bors
0006d3e01c
Auto merge of #44263 - durka:stabilize-discriminant, r=dtolnay
...
stabilize mem::discriminant (closes #24263 )
2017-09-03 21:32:29 +00:00
Zaki Manian
3333262f05
Minor documentation improvements for StmtKind
2017-09-03 12:27:31 -07:00
bors
981ce7d8dd
Auto merge of #44261 - alexcrichton:u128-ffi-unsafe, r=eddyb
...
rustc: Flag {i,u}128 as unsafe for FFI
These don't appear to have a stable ABI as noted in #41799 and the work in
compiler-builtins definitely seems to be confirming it!
2017-09-03 18:57:21 +00:00
Eduard-Mihai Burtescu
2f42cd8489
rustc_mir: use Local in ProjectionElem::Index.
2017-09-03 21:55:41 +03:00
bors
c8642daf93
Auto merge of #44191 - arielb1:on-unimplemented-label, r=nikomatsakis
...
More general `on_unimplemented`, with uses in `Try`
Allow `on_unimplemented` directives to specify both the label and the primary message of the trait error, and allow them to be controlled by flags - currently only to be desugaring-sensitive.
e.g.
```Rust
#[rustc_on_unimplemented(
on(all(direct, from_desugaring="?"),
message="the `?` operator can only be used in a \
function that returns `Result` \
(or another type that implements `{Try}`)",
label="cannot use the `?` operator in a function that returns `{Self}`"),
)]
```
r? @nikomatsakis
2017-09-03 16:25:46 +00:00