public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] (88 commits) ci: Require commits check to pass for bors to merge and fix
@ 2023-02-07 17:53 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2023-02-07 17:53 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/rust/master' was updated to point to:

 7f66312db45... ci: Require commits check to pass for bors to merge and fix

It previously pointed to:

 7f222689dcb... Merge #1788

Diff:

Summary of changes (added commits):
-----------------------------------

  7f66312... ci: Require commits check to pass for bors to merge and fix
  8f1fce4... Merge #1739
  6d7a7b2... gccrs: Add general TypeBounds checks
  1b0794c... gccrs: Remove bad error message on checking function argume
  aff069d... gccrs: Fix higher ranked trait bounds computation of self
  d4e6b64... gccrs: Add missing Sized, Copy and Clone lang item mappings
  e612713... gccrs: Fix nullptr dereference
  95fa967... gccrs: Refactor the type unification code
  edcf5b6... gccrs: Remove monomorphization hack to setup possible assoc
  b5719d7... gccrs: Add missing param subst callback
  fc6c5f7... gccrs: Clear the substitution callbacks when copying Argume
  50856dd... gccrs: Refactor handle_substitutions to take a reference
  82d0550... gccrs: Rename header rust-hir-trait-ref.h to rust-hir-trait
  56a21f4... gccrs: Rename rust-tyctx.cc to rust-typecheck-context.cc
  5ea0f26... gccrs: Refactor all code out of the rust-tyty.h header
  d5d70e3... gccrs: Refactor PathProbeType code into CC file
  3e044eb... gccrs: Refactor PathProbe into cc file
  725a25a... gccrs: Refactor BaseType, InferType and ErrorType impl into
  1cd7421... gccrs: Refactor all substitution mapper code implementation
  fba98d6... gccrs: Refactor SubstitutionRef base class into its own CC 
  1fbf184... gccrs: Refactor TyVar and TypeBoundPredicates
  8e9f980... gccrs: Move TypePredicateItem impl out of the header
  bf724a3... gccrs: Add another test case for passing associated type-bo
  47a9a9e... Merge #1826
  7ffdfcb... Removed comment copy-pasted from gcc/tree.def
  8d96698... Merge #1818
  868b062... Merge #1737
  278f761... Merge #1698
  c255fb2... Add  support for feature check.
  1f96413... Merge #1812
  71bd5b2... Merge #1816
  776c424... Merge #1783
  1b46cfb... Implement lowering ReferencePattern from AST to HIR
  595eacc... Optimize HIR::ReferencePattern
  8437757... Remove HIR::GroupedPattern
  a26b897... Improve GroupedPattern lowering
  30e80e8... Move rust-buffered-queue.h to util folder #1766
  d10d3dc... ci: update ubuntu version
  a9422b5... Merge #1811
  cddb1f2... parser: Allow parsing multiple reference types
  9b7fe56... Merge commit 'edc676cfe8988c62c81b0df224c7fe82583012b1' int
  edc676c... gccrs: Add README, CONTRIBUTING and compiler logo (*)
  a75f038... gccrs: Add config-lang.in (*)
  b07ef39... gccrs: Add fatal_error when experimental flag is not presen (*)
  88415d3... gccrs: Add GCC Rust front-end Make-lang.in (*)
  5e7d199... gccrs: Add lang.opt (*)
  ab1e0db... gccrs: Add lang-spec.h (*)
  ea34614... gccrs: Compiler proper interface kicks off the pipeline (*)
  bba14a0... gccrs: Add compiler driver (*)
  fe6264f... gccrs: These are wrappers ported from reusing gccgo (*)
  cfbda2f... gccrs: Add HIR to GCC GENERIC lowering entry point (*)
  019b2f1... gccrs: Add HIR to GCC GENERIC lowering for all nodes (*)
  15f04af... gccrs: Add base for HIR to GCC GENERIC lowering (*)
  509e4c3... gccrs: Add metadata output pass (*)
  4d67468... gccrs: Add unused variable scan (*)
  520b52b... gccrs: Add dead code scan on HIR (*)
  ca246e5... gccrs: Add privacy checks (*)
  5215235... gccrs: Add const checker (*)
  b1b3520... gccrs: Add unsafe checks for Rust (*)
  06688fe... gccrs: Add remaining type system transformations (*)
  24393cb... gccrs: Add Rust type information (*)
  c6c3db2... gccrs: Add type resolution and trait solving pass (*)
  9ce37e7... gccrs: Add helpers mappings canonical path and lang items (*)
  2e7fc87... gccrs: Add attributes checker (*)
  9a4fee5... gccrs: Add implementation of Optional (*)
  eb10bc5... gccrs: Add Base62 implementation (*)
  15b0278... gccrs: Add Rust ABI enum helpers (*)
  c7f8347... gccrs: Add port of FNV hash used during legacy symbol mangl (*)
  b32b1b1... gccrs: Add wrapper for make_unique (*)
  7999cf3... gccrs: Add AST to HIR lowering pass (*)
  7641eae... gccrs: Add HIR definitions and visitor framework (*)
  8ad1d56... gccrs: Add declarations for Rust HIR (*)
  85a8fe0... gccrs: Add name resolution pass to the Rust front-end (*)
  1841081... gccrs: Add expansion pass for the Rust front-end (*)
  32c8fb0... gccrs: Add Parser for Rust front-end pt.2 (*)
  35e4f3b... gccrs: Add Parser for Rust front-end pt.1 (*)
  18f6990... gccrs: Add Lexer for Rust front-end (*)
  5b981e9... gccrs: Add Rust AST visitors (*)
  d588754... gccrs: Add full definitions of Rust AST data structures (*)
  438ae94... gccrs: Add definitions of Rust Items in AST data structures (*)
  6b35ae1... gccrs: Add Rust front-end base AST data structures (*)
  dc4171e... gccrs: Add gcc-check-target check-rust (*)
  5a56869... gccrs: Add execution test cases (*)
  97705b4... gccrs: Add general compilation test cases (*)
  f60df7e... gccrs: Add link cases testsuite (*)
  4b8f300... gccrs: Add Debug info testsuite (*)
  b772a50... gccrs: Add necessary hooks for a Rust front-end testsuite (*)
  dd950cb... Use DW_ATE_UTF for the Rust 'char' type (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/rust/master' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.

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

only message in thread, other threads:[~2023-02-07 17:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-07 17:53 [gcc/devel/rust/master] (88 commits) ci: Require commits check to pass for bors to merge and fix 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).