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

https://gcc.gnu.org/g:33eb5c938ac41ff5e65c3a8d947d033b32d31ace

commit 33eb5c938ac41ff5e65c3a8d947d033b32d31ace
Merge: b1c9ac14a06 b941670e38d
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Fri Jul 8 09:29:00 2022 +0000

    Merge #1371
    
    1371: typecheck: Refactor TypeCheckTopLevel class r=CohenArthur a=CohenArthur
    
    This commit moves the TypeCheckTopLevel implementation into its own
    source file, and factors generic parameter resolving into a single
    function
    
    
    
    Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>

Diff:

 gcc/rust/Make-lang.in                              |   1 +
 gcc/rust/typecheck/rust-hir-type-check-toplevel.cc | 384 ++++++++++++++++
 gcc/rust/typecheck/rust-hir-type-check-toplevel.h  | 490 +--------------------
 3 files changed, 402 insertions(+), 473 deletions(-)


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

only message in thread, other threads:[~2022-07-08 10:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08 10:15 [gcc/devel/rust/master] Merge #1371 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).