Skip to content

Rollup of 26 pull requests #57542

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 73 commits into from
Jan 12, 2019
Merged
Changes from 2 commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
5c11392
Redo the docs for Vec::set_len
scottmcm Dec 2, 2018
ac642ab
Update the comment some more following CR feedback
scottmcm Dec 12, 2018
0eacf2c
Sidestep ICE in `FieldPlacement::count` by not calling it when count …
pnkfelix Dec 21, 2018
61fb909
Update src/liballoc/vec.rs
Centril Jan 3, 2019
40658fd
Fixed the link to the ? operator
JosephTLyons Jan 3, 2019
42e65c1
Use CMAKE_{C,CXX}_COMPILER_LAUNCHER for ccache
petrhosek Jan 6, 2019
239ac2b
Source Serif Pro regular and bold 2.007, and italic 1.007
tspiteri Jan 7, 2019
aa257ec
Replace Heuristica with Source Serif Pro italic in rustdoc.css
tspiteri Jan 7, 2019
d2ac094
Update static files code for updated Source Serif Pro font
tspiteri Jan 7, 2019
dac6eec
semi-revert libsyntax doctest parsing if a macro is wrapping main
QuietMisdreavus Dec 20, 2018
68b8b43
Add link destination for `read-ownership`
ecstatic-morse Jan 8, 2019
8780ebf
Remove `CrateNum::Invalid`.
nnethercote Jan 8, 2019
4166a4e
Supporting backtrace for x86_64-fortanix-unknown-sgx.
Jan 3, 2019
564a24c
Change std::error::Error trait documentation to talk about `source` i…
czipperz Dec 29, 2018
d1b65fb
Add issue reference to E0202 message
varkor Jan 8, 2019
ac4a454
Consolidate equality constraints error message
varkor Jan 8, 2019
47db51e
Issue 56905
blitzerr Dec 17, 2018
410b529
Creating the vector using with_capacity to avoid re-allocation later …
blitzerr Dec 19, 2018
7853b78
Some more refactoring.
blitzerr Dec 22, 2018
15d8e8f
[Cleanup] This is the first in the series of removals of with_freevar…
blitzerr Dec 22, 2018
5052197
explain safety for vec.set_len(0)
Centril Jan 9, 2019
69e4918
addressing Niko's comments
blitzerr Jan 9, 2019
986e49d
Merge pull request #1 from Centril/redo-vec-set_len-docs-adjust
scottmcm Jan 9, 2019
a89cece
docs: Fix some 'second-edition' links
phansch Jan 9, 2019
4b4fc63
Stabilize `let` bindings and destructuring in constants and const fn
oli-obk Dec 28, 2018
a49acea
Clarify const_let comment
oli-obk Dec 30, 2018
aef6288
const fn feature gate is not needed anymore in a lot of tests
oli-obk Dec 30, 2018
80262e6
Fix irrefutable slice patterns in const fn
oli-obk Jan 9, 2019
0e56e13
Remove outdated comment
king6cong Jan 9, 2019
2e4766c
Exposing enclave image-base to the enclave application
Jan 9, 2019
4a454d6
actually take a slice in this example
steveklabnik Jan 8, 2019
29a8386
use structured suggestion when casting a reference
euclio Jan 10, 2019
f282f6b
make note of one more normalization that Paths do
steveklabnik Jan 10, 2019
beb6495
note that FromStr does not work for borrowed types
steveklabnik Jan 10, 2019
e598ea8
Update src/libstd/path.rs
Centril Jan 10, 2019
27989ec
Remove submodule step from README
nrc Jan 11, 2019
4103e5b
Add a profiles section to the manifest
nrc Jan 11, 2019
928efca
Fix undefined behavior
Jan 11, 2019
16a4e47
Remove unneeded but benign change
oli-obk Jan 11, 2019
434fe4e
Correct RELEASES.md for 1.32.0
pthariensflame Jan 11, 2019
020e1f5
don't unwrap unexpected tokens in `format!`
euclio Jan 11, 2019
fdd2f0d
Fix new hyperlinks in RELEASES.md
pthariensflame Jan 11, 2019
49e8318
Fixing a typographical error.
insideoutclub Jan 11, 2019
afcb938
Stabilise irrefutable if-let and while-let patterns
varkor Jan 12, 2019
0e1402d
bless ui/while-let
Centril Jan 12, 2019
3dc08ed
move const_let accepted gate to avoid future conflict.
Centril Jan 12, 2019
6c62322
const_let: --bless with --compare-mode=nll
Centril Jan 12, 2019
e69a5cb
Rollup merge of #56425 - scottmcm:redo-vec-set_len-docs, r=Centril
Centril Jan 12, 2019
53aa8a1
Rollup merge of #56906 - blitzerr:master, r=nikomatsakis
Centril Jan 12, 2019
017f046
Rollup merge of #57042 - pnkfelix:issue-57038-sidestep-ice-in-fieldpl…
Centril Jan 12, 2019
bd8f464
Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakis
Centril Jan 12, 2019
40a819b
Rollup merge of #57192 - czipperz:error_trait_doc_cause_to_source, r=…
Centril Jan 12, 2019
ebbecac
Rollup merge of #57296 - JosephTLyons:Fix-question-mark-operator-in-s…
Centril Jan 12, 2019
c6146b2
Rollup merge of #57368 - petrhosek:cmake-compiler-launcher, r=alexcri…
Centril Jan 12, 2019
7be2ff3
Rollup merge of #57400 - tspiteri:source-serif-pro-it, r=GuillaumeGomez
Centril Jan 12, 2019
a61ebac
Rollup merge of #57417 - QuietMisdreavus:semi-revert-doctest-parsing,…
Centril Jan 12, 2019
a9c9a2c
Rollup merge of #57433 - ecstatic-morse:issue-56610-bad-link, r=dtolnay
Centril Jan 12, 2019
632d890
Rollup merge of #57434 - nnethercote:rm-CrateNum-Invalid, r=petrochenkov
Centril Jan 12, 2019
85a7fc8
Rollup merge of #57441 - VardhanThigle:Vardhan/x86_64-fortanix-unknow…
Centril Jan 12, 2019
0b1427e
Rollup merge of #57450 - steveklabnik:gh45678, r=KodrAus
Centril Jan 12, 2019
f7da074
Rollup merge of #57459 - varkor:E0202-issue-reference, r=petrochenkov
Centril Jan 12, 2019
e7dc880
Rollup merge of #57463 - phansch:fix_some_links, r=steveklabnik
Centril Jan 12, 2019
1fff64a
Rollup merge of #57466 - king6cong:comment, r=alexcrichton
Centril Jan 12, 2019
e0cea0d
Rollup merge of #57493 - euclio:deref-suggest, r=oli-obk
Centril Jan 12, 2019
cbe377b
Rollup merge of #57498 - steveklabnik:gh29008, r=alexcrichton
Centril Jan 12, 2019
dc6d86b
Rollup merge of #57499 - steveklabnik:gh47757, r=Mark-Simulacrum
Centril Jan 12, 2019
52e02fc
Rollup merge of #57505 - rust-lang:nrc-patch-1, r=alexcrichton
Centril Jan 12, 2019
1f66062
Rollup merge of #57510 - nrc:manifest-profiles, r=alexcrichton
Centril Jan 12, 2019
bcbf73f
Rollup merge of #57511 - jethrogb:jb/fix-undef, r=cramertj
Centril Jan 12, 2019
7da604e
Rollup merge of #57519 - pthariensflame:patch-2, r=alexcrichton
Centril Jan 12, 2019
e234d15
Rollup merge of #57522 - euclio:format-ice, r=varkor
Centril Jan 12, 2019
0a8b5b4
Rollup merge of #57530 - insideoutclub:master, r=estebank
Centril Jan 12, 2019
3117784
Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=Ce…
Centril Jan 12, 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
1 change: 1 addition & 0 deletions src/libcore/ptr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ pub unsafe fn write_unaligned<T>(dst: *mut T, src: T) {
/// [valid]: ../ptr/index.html#safety
/// [`Copy`]: ../marker/trait.Copy.html
/// [`read`]: ./fn.read.html
/// [read-ownership]: ./fn.read.html#ownership-of-the-returned-value
///
/// Just like in C, whether an operation is volatile has no bearing whatsoever
/// on questions involving concurrent access from multiple threads. Volatile
Expand Down