Skip to content

Rollup of 9 pull requests #61198

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

Closed
wants to merge 21 commits into from
Closed
Changes from 2 commits
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
0b7d4fa
Rename "Associated*" to "Assoc*"
agnxy May 19, 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
e6aa4b8
Add comment to explain why we change the layout for Projection
spastorino May 25, 2019
f1fd063
Rollup merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centril
Centril May 25, 2019
e6e0aff
Rollup merge of #61087 - estebank:parsepalooza, r=Centril
Centril May 25, 2019
f9818b7
Rollup merge of #61114 - RalfJung:vec, r=Gankro
Centril May 25, 2019
22c95b6
Rollup merge of #61144 - estebank:issue-61108, r=matthewjasper
Centril May 25, 2019
f405a25
Rollup merge of #61149 - vishalsodani:master, r=Centril
Centril May 25, 2019
1756efe
Rollup merge of #61161 - RalfJung:maybe-uninit, r=Centril
Centril May 25, 2019
fdd6d0d
Rollup merge of #61173 - fabric-and-ink:minor-cleanup, r=varkor
Centril May 25, 2019
6f52767
Rollup merge of #61184 - wesleywiser:const_prop_tracing, r=oli-obk
Centril May 25, 2019
c2877ca
Rollup merge of #61193 - spastorino:add-comment, r=RalfJung
Centril May 25, 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
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