Skip to content

Commit 6311477

Browse files
powerboat9CohenArthur
authored andcommitted
nr1.0: Remove chunks of resolution phase
This removes large chunks of the 1.0 resolution phase, not the nr1.0 resolver itself quite yet. gcc/rust/ChangeLog: * Make-lang.in (GRS_OBJS): Remove entries. * rust-lang.cc: Remove inclusion of "rust-ast-resolve-item.h". (run_rust_tests): Remove call to rust_simple_path_resolve_test. * resolve/rust-ast-resolve-base.cc: Removed. * resolve/rust-ast-resolve-base.h: Removed. * resolve/rust-ast-resolve-expr.cc: Removed. * resolve/rust-ast-resolve-expr.h: Removed. * resolve/rust-ast-resolve-implitem.h: Removed. * resolve/rust-ast-resolve-item.cc: Removed. * resolve/rust-ast-resolve-item.h: Removed. * resolve/rust-ast-resolve-path.cc: Removed. * resolve/rust-ast-resolve-path.h: Removed. * resolve/rust-ast-resolve-pattern.cc: Removed. * resolve/rust-ast-resolve-pattern.h: Removed. * resolve/rust-ast-resolve-stmt.cc: Removed. * resolve/rust-ast-resolve-stmt.h: Removed. * resolve/rust-ast-resolve-struct-expr-field.cc: Removed. * resolve/rust-ast-resolve-struct-expr-field.h: Removed. * resolve/rust-ast-resolve-toplevel.h: Removed. * resolve/rust-ast-resolve-type.cc: Removed. * resolve/rust-ast-resolve-type.h: Removed. * resolve/rust-ast-resolve.cc: Removed. Signed-off-by: Owen Avery <[email protected]>
1 parent 511b504 commit 6311477

21 files changed

+0
-6985
lines changed

gcc/rust/Make-lang.in

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,6 @@ GRS_OBJS = \
151151
rust/rust-early-name-resolver.o \
152152
rust/rust-name-resolver.o \
153153
rust/rust-resolve-builtins.o \
154-
rust/rust-ast-resolve.o \
155-
rust/rust-ast-resolve-base.o \
156-
rust/rust-ast-resolve-item.o \
157-
rust/rust-ast-resolve-pattern.o \
158-
rust/rust-ast-resolve-expr.o \
159-
rust/rust-ast-resolve-type.o \
160-
rust/rust-ast-resolve-path.o \
161-
rust/rust-ast-resolve-stmt.o \
162-
rust/rust-ast-resolve-struct-expr-field.o \
163154
rust/rust-forever-stack.o \
164155
rust/rust-hir-type-check.o \
165156
rust/rust-privacy-check.o \

0 commit comments

Comments
 (0)