Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
2f872af
Allow arithmetic and certain bitwise ops on AtomicPtr
thomcc May 11, 2022
e65ecee
Rename AtomicPtr::fetch_{add,sub}{,_bytes}
thomcc May 14, 2022
3ac1a9b
rustdoc: filter '_ lifetimes from ty::Generics
notriddle Jul 5, 2022
499e024
rustdoc: Add more semantic information to impl ids
pierwill Jan 10, 2022
05e69d8
Update rustdoc tests
GuillaumeGomez Jul 5, 2022
6fa68c9
Fix link generation in the sidebar for impls
GuillaumeGomez Jul 5, 2022
53db831
Fix links in std/core documentation
GuillaumeGomez Jul 5, 2022
75967cd
Fix typo in file descriptor docs
MinnDevelopment Jul 6, 2022
83dea35
replace `guess_head_span` with `def_span`
TaKO8Ki Jul 4, 2022
3d1b679
add `Node::Variant` to `Map::opt_span`
TaKO8Ki Jul 4, 2022
0541b4e
use `named_span` in case of tuple variant
TaKO8Ki Jul 4, 2022
b730bc9
fix miri-opt tests
TaKO8Ki Jul 6, 2022
fb57943
docs: Add overview of `rustc_middle::mir::TerminatorKind`
pierwill Jul 6, 2022
482bb39
Remove erroneous doc comment
pierwill Jul 6, 2022
4755173
Rollup merge of #96935 - thomcc:atomicptr-strict-prov, r=dtolnay
GuillaumeGomez Jul 6, 2022
d712f67
Rollup merge of #98519 - TaKO8Ki:add-head-span-field-to-item-and-impl…
GuillaumeGomez Jul 6, 2022
d87bf24
Rollup merge of #98911 - notriddle:notriddle/rustdoc-string-impl, r=G…
GuillaumeGomez Jul 6, 2022
77ec591
Rollup merge of #98939 - GuillaumeGomez:rustdoc-disamb-impls, r=notri…
GuillaumeGomez Jul 6, 2022
e8ba113
Rollup merge of #98971 - MinnDevelopment:patch-1, r=Dylan-DPC
GuillaumeGomez Jul 6, 2022
47de8e9
Rollup merge of #98983 - pierwill:patch-3, r=RalfJung
GuillaumeGomez Jul 6, 2022
4b88cba
Rollup merge of #98984 - pierwill:patch-4, r=RalfJung
GuillaumeGomez Jul 6, 2022
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
Remove erroneous doc comment
  • Loading branch information
pierwill authored Jul 6, 2022
commit 482bb390326493561cd8d6027152418355101a0e
2 changes: 1 addition & 1 deletion compiler/rustc_middle/src/mir/syntax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ pub enum Operand<'tcx> {
static_assert_size!(Operand<'_>, 24);

///////////////////////////////////////////////////////////////////////////
/// Rvalues
// Rvalues

/// The various kinds of rvalues that can appear in MIR.
///
Expand Down