bors
88f19a774f
Auto merge of #57355 - arielb1:correct-subst, r=nikomatsakis
...
use the correct supertrait substitution in `object_ty_for_trait`
beta-nominating because regression.
Fixes #57156 .
2019-01-11 12:04:24 +00:00
Oliver Scherer
16a4e477d8
Remove unneeded but benign change
2019-01-11 12:19:08 +01:00
Jethro Beekman
928efca151
Fix undefined behavior
2019-01-11 15:00:08 +05:30
Nick Cameron
4103e5b34b
Add a profiles section to the manifest
2019-01-11 18:13:45 +13:00
Nick Cameron
27989ec30b
Remove submodule step from README
...
Since the bootstrap does it now
2019-01-11 14:27:12 +13:00
bors
729d3f07b4
Auto merge of #57471 - Aaronepower:master, r=Aaronepower
...
Updated RELEASES.md for 1.32.0
[Rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md )
r? @Mark-Simulacrum
cc @rust-lang/release
2019-01-11 00:20:04 +00:00
Aaron Power
890a8a45c2
Update RELEASES.md
2019-01-10 23:28:18 +01:00
Mazdak Farrokhzad
e598ea83c8
Update src/libstd/path.rs
...
Co-Authored-By: steveklabnik <steve@steveklabnik.com>
2019-01-10 17:08:42 -05:00
Steve Klabnik
beb6495862
note that FromStr does not work for borrowed types
...
Fixes #47757
2019-01-10 17:08:27 -05:00
Aaron Power
359e6bf30b
Update RELEASES.md
2019-01-10 23:07:38 +01:00
bors
c2d381d39d
Auto merge of #57484 - alexcrichton:fix-nightlies, r=Mark-Simulacru
...
Integrate miri into build-manifest
This fixes a mistake where miri was accidentally left out of the
build-manifest parsing, meaning that today's nightly generated a
manifest with invalid urls!
Fixes #57488 .
2019-01-10 21:31:34 +00:00
Steve Klabnik
f282f6b1f7
make note of one more normalization that Paths do
...
Fixes #29008
2019-01-10 15:30:36 -05:00
Andy Russell
29a8386bb3
use structured suggestion when casting a reference
2019-01-10 13:43:47 -05:00
Alex Crichton
dd326f84fb
Integrate miri into build-manifest
...
This fixes a mistake where miri was accidentally left out of the
build-manifest parsing, meaning that today's nightly generated a
manifest with invalid urls!
2019-01-10 07:53:19 -08:00
Aaron Power
521031f1b8
Apply suggestions from code review
...
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
2019-01-10 10:08:32 +01:00
Aaron Power
60677a86bf
Update RELEASES.md
2019-01-10 10:08:07 +01:00
Steve Klabnik
4a454d629c
actually take a slice in this example
...
Fixes #45678
2019-01-09 14:45:39 -05:00
Oliver Scherer
dec79e4470
Not seeing the forest because there are too many trees in the way
2019-01-09 16:34:31 +01:00
Oliver Scherer
cd5a9e04da
Explain the arguments of the mk_*_eval_cx
functions
2019-01-09 16:27:33 +01:00
Aaron Power
f82ecff4d1
Updated RELEASES.md for 1.32.0
2019-01-09 16:20:51 +01:00
Oliver Scherer
f174b73caf
Document the mk_*_eval_cx
functions
2019-01-09 16:08:07 +01:00
Ralf Jung
4da3a1cb81
update miri
2019-01-09 16:03:01 +01:00
bors
6ecad33838
Auto merge of #57419 - cramertj:pin-set, r=withouboats
...
Reborrow Pin<P> using &mut in `Pin::set`
Fixes https://github.com/rust-lang/rust/issues/57339 .
This makes it possible to call `.set` multiple times without
using `.as_mut()` first to reborrow the pointer.
r? @withoutboats
cc @rust-lang/libs
2019-01-09 13:48:37 +00:00
Vardhan Thigle
2e4766c3af
Exposing enclave image-base to the enclave application
...
image-base could be used by crates like backtrace to providing to make
symbol resolution easier.
2019-01-09 18:07:59 +05:30
king6cong
0e56e13c18
Remove outdated comment
2019-01-09 19:44:57 +08:00
bors
664c7797f6
Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister
...
Replace LockCell with atomic types
Split from https://github.com/rust-lang/rust/pull/56509
r? @michaelwoerister
2019-01-09 11:08:14 +00:00
Oliver Scherer
80262e6040
Fix irrefutable slice patterns in const fn
2019-01-09 11:32:56 +01:00
Oliver Scherer
aef6288d9a
const fn feature gate is not needed anymore in a lot of tests
2019-01-09 10:20:44 +01:00
Oliver Scherer
a49acea80d
Clarify const_let comment
2019-01-09 10:20:44 +01:00
Oliver Scherer
4b4fc63eb7
Stabilize let
bindings and destructuring in constants and const fn
2019-01-09 10:20:12 +01:00
bors
8c97b6ffbf
Auto merge of #57086 - oli-obk:miri_dist, r=kennytm
...
Prepare everything for distributing miri via rustup
The next step is to tell rustup about `cargo-miri` in 31935e5f63/src/rustup/lib.rs (L28)
and 1ccd706d1d/src/rustup-win-installer/src/lib.rs (L29)
2019-01-09 06:42:11 +00:00
Philipp Hansch
a89cecef01
docs: Fix some 'second-edition' links
2019-01-09 07:19:29 +01:00
scottmcm
986e49da04
Merge pull request #1 from Centril/redo-vec-set_len-docs-adjust
...
Explain safety for `vec.set_len(0)`
2019-01-08 19:41:32 -08:00
Blitzerr
69e491815d
addressing Niko's comments
2019-01-08 19:19:34 -08:00
Mazdak Farrokhzad
5052197e44
explain safety for vec.set_len(0)
2019-01-09 04:17:24 +01:00
Blitzerr
15d8e8fb2b
[Cleanup] This is the first in the series of removals of with_freevars usage.
...
Currently, there are many places in rustc, where we use
with_freevars to iterate over freevars of a closure. The
problem with this is the argument to with_freevars is a
NodeId and this will get in the way of our eventual goal
of solving for issue (#53488 ), sub-issue (#56905 )
2019-01-08 17:57:22 -08:00
Blitzerr
7853b780fc
Some more refactoring.
...
Change the key of UpvarListMap from DefId to ast::NodeId
2019-01-08 17:57:22 -08:00
Blitzerr
410b52958d
Creating the vector using with_capacity to avoid re-allocation later on ( #56905 )
2019-01-08 17:57:22 -08:00
Blitzerr
47db51eece
Issue 56905
...
Adding a map to TypeckTables to get the list of all the Upvars
given a closureID. This is help us get rid of the recurring
pattern in the codebase of iterating over the free vars
using with_freevars.
2019-01-08 17:57:22 -08:00
varkor
ac4a4547ba
Consolidate equality constraints error message
2019-01-08 23:53:43 +00:00
varkor
d1b65fb691
Add issue reference to E0202 message
2019-01-08 23:53:19 +00:00
Czipperz
564a24c772
Change std::error::Error trait documentation to talk about source
instead of cause
2019-01-08 17:45:54 -05:00
bors
167ceff01e
Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkor
...
check missing docs for reexported macros as well
Fixes #56334 .
2019-01-08 22:16:13 +00:00
bors
d22fa2d87d
Auto merge of #56638 - matthewjasper:remove-ref-region, r=nikomatsakis
...
Remove some `Region`s from HAIR
Use `ReErased` for any regions that need to be created in RValue::Ref
in MIR generation. We will change them to all to `ReVar` before borrow
checking anyway.
r? @nikomatsakis
2019-01-08 19:33:20 +00:00
Guillaume Gomez
0b272e7400
Update stdsimd submodule
2019-01-08 20:24:15 +01:00
bors
2cb7cdcb36
Auto merge of #57429 - alexcrichton:fix-dist, r=Mark-Simulacrum
...
Build LLVM with -static-libstdc++ on dist builds
This commit is intended on fixing a regression from #57286 where the
distributed LLVM shared library unfortunately depends on a dynamic copy
of libstdc++, meaning we're no longer as binary compatible as we
thought! This tweaks the build of LLVM as out distribution is slightly
different now, and is hoped to fix the issue.
Closes #57426
2019-01-08 16:47:27 +00:00
Vardhan Thigle
4166a4e5d0
Supporting backtrace for x86_64-fortanix-unknown-sgx.
2019-01-08 22:10:55 +05:30
Oliver Scherer
2ab78e195a
More feature whitelisting of winapi
2019-01-08 15:21:07 +01:00
Oliver Scherer
edaa1882bb
Adjust cargo workspace hack to miri/cargo interactions
2019-01-08 15:21:06 +01:00
Oliver Scherer
f8033a2923
fixup
2019-01-08 15:21:06 +01:00