public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Merge #848
@ 2022-06-08 11:58 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-06-08 11:58 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:754af6737abd249fdf251a54f31deaff5bc4add1

commit 754af6737abd249fdf251a54f31deaff5bc4add1
Merge: 0b0deb4ee9d 41cdd949989
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Thu Jan 6 17:27:28 2022 +0000

    Merge #848
    
    848: Add missing bitwise lang items for operator overloading r=philberty a=philberty
    
    This adds the missing bitwise lang items:
    
    - bitand: libcore/ops/bit.rs
    - bitor: libcore/ops/bit.rs
    - bitxor: libcore/ops/bit.rs
    - shl: libcore/ops/bit.rs
    - shr: libcore/ops/bit.rs
    - bitand_assign: libcore/ops/bit.rs
    - bitor_assign: libcore/ops/bit.rs
    - bitxor_assign: libcore/ops/bit.rs
    - shl_assign: libcore/ops/bit.rs
    - shr_assign: libcore/ops/bit.rs
    
    Addresses #742
    
    
    Co-authored-by: Philip Herron <philip.herron@embecosm.com>

Diff:

 gcc/rust/util/rust-hir-map.h                       | 101 +++++++++++++++++++--
 .../rust/execute/torture/operator_overload_11.rs   |  37 ++++++++
 .../rust/execute/torture/operator_overload_12.rs   |  31 +++++++
 3 files changed, 159 insertions(+), 10 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-08 11:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 11:58 [gcc/devel/rust/master] Merge #848 Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).