Son
a70ef6a20b
Seems like we don't have to refer the file anymore.
2018-10-17 08:03:12 +11:00
Son
f8550a499f
Add doc for impl From for Waker
2018-10-17 07:59:38 +11:00
oliver-giersch
7849aeddb9
adds tracking issue number
2018-10-16 22:42:14 +02:00
bors
bef62ccddb
Auto merge of #54486 - orium:obligation-forest-graphviz, r=nikomatsakis
...
Added graphviz visualization for obligation forests.
This can be a big help when debugging the trait resolver.
2018-10-16 20:30:43 +00:00
ljedrz
1dd92c4a70
Remove HybridBitSet::dummy
2018-10-16 22:14:07 +02:00
varkor
0982be7710
Remove outdated test
2018-10-16 19:52:35 +01:00
Esteban Küber
def0f544a3
Change Scalar to numeric cast
2018-10-16 11:04:42 -07:00
bors
8a7048b72b
Auto merge of #54251 - varkor:silence-bad_style, r=Manishearth
...
Make `bad_style` a silent alias for `nonstandard_style`
Now only `nonstandard_style` is suggested in `rustc -W help`, but `bad_style` will not produce a warning. Closes #41646 .
r? @Manishearth
2018-10-16 18:01:41 +00:00
varkor
f40932f106
Fix LLVMRustInlineAsmVerify return type mismatch
2018-10-16 18:22:25 +01:00
bors
99ab2f4071
Auto merge of #54937 - alexcrichton:update-stdsimd, r=nikomatsakis
...
Update stdsimd submodule
Should hopefully bring documentation for wasm intrinsics online!
2018-10-16 15:16:12 +00:00
varkor
fe09dbfcba
Allow explicit matches on ! without warning
2018-10-16 16:12:05 +01:00
Felix S. Klock II
5b748434af
updates to expected output for other ui tests.
2018-10-16 17:11:36 +02:00
Felix S. Klock II
b10beb3233
updates to existing ui/borrowck tests.
2018-10-16 17:11:33 +02:00
Felix S. Klock II
4229739038
Add ignore-compare-mode-nll to some run-pass tests that become compile-fail under #54986 .
2018-10-16 17:07:41 +02:00
Oliver Scherer
10a01c1bcd
Update cargo submodule
2018-10-16 17:01:24 +02:00
Oliver Scherer
fbbc73969b
Add test for no_core statics
2018-10-16 17:01:24 +02:00
Oliver Scherer
4dcf49121c
Use platform independent types
2018-10-16 17:01:24 +02:00
Oliver Scherer
8180e1b54c
Check the type of statics and constants for Sizedness
2018-10-16 17:01:24 +02:00
Felix S. Klock II
3587ff58cc
Don't complain re missing mut on attempt to partially initialize an uninitialized struct.
...
Under the semantics of #54986 (our short term plan), the partial
initialization itself will signal an error. We don't need to add noise
to the output by also complaining about `mut`. (In particular, the
user may well revise their code in a way that does not require `mut`.)
2018-10-16 16:58:08 +02:00
Felix S. Klock II
57c467824b
Cleanup fn is_mutable by removing some unnecessary control-flow breaks.
...
(This makes it a little easier to add instrumentation of the entry and
exit by adding `debug!` at the beginning and end, though note that the
function body *does* use the `?` operator...)
2018-10-16 16:58:08 +02:00
Felix S. Klock II
d0416cc093
Add helper method to determine if local had ever been initialized at current point in flow.
2018-10-16 16:58:08 +02:00
Felix S. Klock II
bc61541423
Make us error consistently in issue #21232 , to fix #54986 .
...
Treat attempt to partially intialize local `l` as uses of a `mut` in `let mut l;`, to fix #54499 .
2018-10-16 16:57:34 +02:00
Felix S. Klock II
44a2f681a9
Add Place::base_local method and improve doc for Place::local to clarify why we need the former.
2018-10-16 16:57:26 +02:00
Hideki Sekine
06d0a715b5
[ci] clean up potentially harmful envs
2018-10-16 21:42:42 +09:00
Hideki Sekine
3064e0a166
[ci] fix tidy warning.
2018-10-16 21:08:13 +09:00
Hideki Sekine
f40fd4bace
[ci] run both debug and release
2018-10-16 21:07:44 +09:00
Hideki Sekine
8d2b2ee5c2
[ci] run-make/thumb-none-qemu: add example crate.
2018-10-16 20:56:02 +09:00
ljedrz
24b74b2744
end return statements and void expressions with a semicolon
2018-10-16 11:14:10 +02:00
Oliver Scherer
b1d3111ba2
Use forward compatible FxHashMap initialization
2018-10-16 10:39:48 +02:00
Havvy (Ryan Scheel)
8c186af538
[Rustc Book] Quotes around value in --cfg example
2018-10-16 00:13:05 -07:00
bors
5ea8eb55cd
Auto merge of #55067 - ljedrz:generic_iterator_related_improvements, r=petrochenkov
...
A few iterator-related improvements
- typeck: don't collect into a vector when unnecessary
- create only one vector when winnowing candidates
- change a cloning map to `into_iter`
2018-10-16 07:04:10 +00:00
François Mockers
cac95ee11c
#45829 when a renamed import conflict with a previous import
2018-10-16 08:22:32 +02:00
Havvy (Ryan Scheel)
8e10ea6829
[Rustc Book] Explain --cfg's arguments
2018-10-15 21:38:32 -07:00
Roy Wellington Ⅳ
8362aa2178
Extract localStorage tests out into a helper method; use in getCurrentValue()
...
1. Extract the tests for whether or not we have workable localStorage out into
a helper method, so it can be more easily reused
2. Use it in getCurrentValue() too, for the same reasons, as suggested in code
review
2018-10-15 20:39:16 -07:00
bors
df0d6ad9c1
Auto merge of #55023 - euclio:llvm-error-handler, r=cuviper
...
Exit with code 101 on fatal codegen errors
Fixes #54992 .
This PR installs a custom fatal error handler that prints the error from LLVM and exits with 101. There should be no visible change in the output from LLVM. This allows distinguishing a fatal LLVM error with a compilation error by exit code.
This PR also modifies the LLVM codegen backend to ICE instead of emitting a fatal error when encountering a LLVM worker thread panic for the same reason.
r? @cuviper
2018-10-16 02:06:26 +00:00
Esteban Küber
70dd9ca5da
Add test for #34229
2018-10-15 15:47:55 -07:00
Niko Matsakis
7ce2e7a5fa
fix mir-opt test
2018-10-15 16:25:08 -04:00
Niko Matsakis
087d12972e
pacify the mercilous tidy
...
(long lines)
2018-10-15 16:25:08 -04:00
Niko Matsakis
2e4e983356
update tests
2018-10-15 16:25:08 -04:00
Niko Matsakis
ba20806e46
avoid type variables in the self-type
2018-10-15 16:25:08 -04:00
Niko Matsakis
16a382407b
pass along user_self_ty
2018-10-15 16:25:08 -04:00
Niko Matsakis
547182ea94
handle user-self-type for def-ids
2018-10-15 16:25:08 -04:00
Niko Matsakis
0e1d3624e9
pull the common code across user-ty variants up top
2018-10-15 16:25:08 -04:00
Niko Matsakis
1443ac0aa7
introduce a more expressive UserSubsts
2018-10-15 16:25:08 -04:00
Niko Matsakis
2a7fc227a6
introduce FnDef and AdtDef to UserTypeAnnotation
2018-10-15 16:24:46 -04:00
Niko Matsakis
aed6e4a083
introduce a UserTypeAnnotation enum
2018-10-15 16:24:46 -04:00
Niko Matsakis
e339e84fff
move force_instantiate_unchecked to be local to nll_relate code
2018-10-15 16:24:46 -04:00
Niko Matsakis
e7ed997d87
extract type_relate into the inference context as nll_relate
...
The name is not great. Nor is the existence of this code great. It
should be merged with the main "type relating code" at some point.
2018-10-15 16:24:46 -04:00
Niko Matsakis
b6a080e9d7
rework relate_type_and_user_type to use type inference variables
...
We used to use a kind of "home-grown" variant where we tracked the
value of each canonical variable.
2018-10-15 16:24:46 -04:00
Niko Matsakis
a3409a1640
make instantiate_canonical_with_fresh_inference_vars public again
...
This used to be public, then I made it private in a previous PR, but
there really wasn't a strong need for that.
2018-10-15 16:24:31 -04:00