Skip to content

Rollup of 9 pull requests #61201

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

Merged
merged 21 commits into from
May 26, 2019
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
274b7e4
Suggest borrowing for loop head on move error
estebank May 25, 2019
fd19989
Fix spelling in release notes
aristocles-deploy May 25, 2019
72145ea
MaybeUninit doctest: remove unnecessary type ascription
RalfJung May 25, 2019
9d82826
add test checking that Vec push/pop does not invalidate pointers
RalfJung May 25, 2019
428ab7e
shadow as_ptr as as_mut_ptr in Vec to avoid going through Deref
RalfJung May 25, 2019
a5e9d82
Auto-derive Encode and Decode implementations
fabric-and-ink May 25, 2019
9bfbbd2
Add additional trace statements to the const propagator
wesleywiser May 25, 2019
9765418
Tweak `self` arg not as first argument of a method diagnostic
estebank May 23, 2019
d1364d5
Move some methods to `diagnostics.rs` away from `parser.rs`
estebank May 23, 2019
4e68ddc
review comments: move back some methods and clean up wording
estebank May 23, 2019
a15df94
Turn ICE on type arguments on variables into an error
oli-obk May 25, 2019
e6aa4b8
Add comment to explain why we change the layout for Projection
spastorino May 25, 2019
24cc368
Rollup merge of #61087 - estebank:parsepalooza, r=Centril
Centril May 26, 2019
f185ee5
Rollup merge of #61114 - RalfJung:vec, r=Gankro
Centril May 26, 2019
b4a3d44
Rollup merge of #61144 - estebank:issue-61108, r=matthewjasper
Centril May 26, 2019
fadd738
Rollup merge of #61149 - vishalsodani:master, r=Centril
Centril May 26, 2019
7b8b23c
Rollup merge of #61161 - RalfJung:maybe-uninit, r=Centril
Centril May 26, 2019
f530f90
Rollup merge of #61173 - fabric-and-ink:minor-cleanup, r=varkor
Centril May 26, 2019
d8b828b
Rollup merge of #61184 - wesleywiser:const_prop_tracing, r=oli-obk
Centril May 26, 2019
6ae3c2b
Rollup merge of #61189 - oli-obk:turbofish_ice, r=varkor
Centril May 26, 2019
8d247e7
Rollup merge of #61193 - spastorino:add-comment, r=RalfJung
Centril May 26, 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
Prev Previous commit
Next Next commit
Fix spelling in release notes
  • Loading branch information
aristocles-deploy committed May 25, 2019
commit fd1998914dcd2822a11367d3761d8574cb4eb634
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Libraries
produce a warning if their returning type is unused.
- [The methods `checked_pow`, `saturating_pow`, `wrapping_pow`, and
`overflowing_pow` are now available for all numeric types.][57873] These are
equivalvent to methods such as `wrapping_add` for the `pow` operation.
equivalent to methods such as `wrapping_add` for the `pow` operation.


Stabilized APIs
Expand Down