Skip to content
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

Rollup of 22 pull requests #91756

Closed
wants to merge 51 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
5907a8c
Fix incorrect feature flags
jhpratt Nov 14, 2021
64cca29
Fix method name reference in stream documentation
jplatte Nov 21, 2021
15a4ed6
adjust const_eval_select documentation
RalfJung Nov 28, 2021
85558ad
adjust some const_eval_select safety comments
RalfJung Nov 28, 2021
80a308d
Use `HashMap::from()` instead of using `HashMap::new()` with `HashMap…
JosephTLyons Dec 2, 2021
440cffd
Use `BTreeMap::from()` instead of using `BTreeMap::new()` with `BTree…
JosephTLyons Dec 2, 2021
72a6974
Make `HashMap`s mutable again
JosephTLyons Dec 3, 2021
d5f6b9c
code-cov: generate dead functions with private/default linkage
wesleywiser Dec 2, 2021
8bfc76d
Fix Vec::extend_from_slice docs
rukai Dec 4, 2021
41f7692
Document all public items in `rustc_incremental`
pierwill Oct 29, 2021
d9e4502
fix documentation for `core::ready::Ready`
ibraheemdev Dec 8, 2021
913996b
Remove the match on `ErrorKind::Other`
ChrisDenton Dec 8, 2021
c7f80fc
add tests
b-naber Dec 8, 2021
c025a5d
move core/stream/stream/mod.rs to core/stream/stream.rs
ibraheemdev Dec 8, 2021
15de4cb
Remove redundant [..]s
est31 Dec 3, 2021
9f6da95
fix typo in `intrinsics::raw_eq` docs
WaffleLapkin Dec 8, 2021
42f9104
Fix `Vec::reserve_exact` documentation
dalcde Dec 9, 2021
4b0a9c9
Delete Utf8Lossy::from_str
dtolnay Dec 9, 2021
e18518b
Add unstable book entries for parts of asm that are not being stabilized
Amanieu Dec 9, 2021
caed83d
Add reminder to match the error kind once ` DirectoryNotEmpty` is sta…
ChrisDenton Dec 9, 2021
cebd949
Replace iterator-based set construction by *Set::From<[T; N]>
juniorbassani Dec 9, 2021
99bd24e
Fix span calculation on secondary_label as well
compiler-errors Dec 5, 2021
8a6f54f
Use more accurate wording in `bootstrap.py` logging
jyn514 Dec 9, 2021
ae6f5fb
If --verbose is passed, print a warning in `bootstrap.py` when downlo…
jyn514 Dec 9, 2021
dfcaac5
Don't print bootstrap caching/ensure info unless `-vv` is passed
jyn514 Dec 9, 2021
6840030
Default to `doc-stage = 2` for the tools profile
jyn514 Dec 9, 2021
777c041
Add pierwill to .mailmap
pierwill Dec 10, 2021
305dd69
Fix since attribute for const_linked_list_new feature
not-my-profile Dec 10, 2021
381b275
Suggest using a temporary variable to fix borrowck errors
camelid Mar 15, 2021
c80c1f0
Rollup merge of #83174 - camelid:borrow-help, r=oli-obk
matthiaskrgr Dec 10, 2021
743344b
Rollup merge of #90407 - pierwill:edit-rustc-incremental-docs, r=cjgi…
matthiaskrgr Dec 10, 2021
08c58bf
Rollup merge of #90897 - jhpratt:fix-incorrect-feature-flags, r=dtolnay
matthiaskrgr Dec 10, 2021
48ab293
Rollup merge of #91105 - jplatte:stream-docs, r=dtolnay
matthiaskrgr Dec 10, 2021
4ca565b
Rollup merge of #91325 - RalfJung:const_eval_select, r=dtolnay
matthiaskrgr Dec 10, 2021
efa9cce
Rollup merge of #91470 - wesleywiser:code_coverage_link_error, r=tmandry
matthiaskrgr Dec 10, 2021
f510acc
Rollup merge of #91482 - JosephTLyons:update-HashMap-and-BTreeMap-doc…
matthiaskrgr Dec 10, 2021
f758c82
Rollup merge of #91524 - rukai:fix_extend_from_slice_docs, r=dtolnay
matthiaskrgr Dec 10, 2021
6ec2bcb
Rollup merge of #91575 - compiler-errors:issue-91556, r=cjgillot
matthiaskrgr Dec 10, 2021
4174648
Rollup merge of #91625 - est31:remove_indexes, r=oli-obk
matthiaskrgr Dec 10, 2021
b3c957f
Rollup merge of #91646 - ibraheemdev:patch-9, r=dtolnay
matthiaskrgr Dec 10, 2021
0614348
Rollup merge of #91668 - ChrisDenton:bootstrap-clean-error, r=Mark-Si…
matthiaskrgr Dec 10, 2021
eadfd89
Rollup merge of #91678 - b-naber:tests-for-postpone-const-eval, r=jac…
matthiaskrgr Dec 10, 2021
e609f20
Rollup merge of #91679 - ibraheemdev:stream-mod, r=Mark-Simulacrum
matthiaskrgr Dec 10, 2021
7208476
Rollup merge of #91681 - WaffleLapkin:patch-3, r=scottmcm
matthiaskrgr Dec 10, 2021
51fb3cb
Rollup merge of #91686 - dalcde:patch-1, r=dtolnay
matthiaskrgr Dec 10, 2021
5934aa8
Rollup merge of #91697 - dtolnay:lossyfromstr, r=Mark-Simulacrum
matthiaskrgr Dec 10, 2021
899412e
Rollup merge of #91706 - Amanieu:asm_unstable_book2, r=joshtriplett
matthiaskrgr Dec 10, 2021
1abaaf1
Rollup merge of #91709 - juniorbassani:use-from-array-in-set-examples…
matthiaskrgr Dec 10, 2021
be75849
Rollup merge of #91716 - jyn514:x.py-defaults, r=Mark-Simulacrum
matthiaskrgr Dec 10, 2021
f47131f
Rollup merge of #91747 - pierwill:patch-1, r=Mark-Simulacrum
matthiaskrgr Dec 10, 2021
8d5ce4a
Rollup merge of #91755 - not-my-profile:fix-const_linked_list_new-sin…
matthiaskrgr Dec 10, 2021
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 typo in intrinsics::raw_eq docs
WaffleLapkin authored Dec 8, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 9f6da95abd13ff22b04a2f9b5c3822e9a9d1beeb
2 changes: 1 addition & 1 deletion library/core/src/intrinsics.rs
Original file line number Diff line number Diff line change
@@ -1919,7 +1919,7 @@ extern "rust-intrinsic" {

/// Determines whether the raw bytes of the two values are equal.
///
/// The is particularly handy for arrays, since it allows things like just
/// This is particularly handy for arrays, since it allows things like just
/// comparing `i96`s instead of forcing `alloca`s for `[6 x i16]`.
///
/// Above some backend-decided threshold this will emit calls to `memcmp`,