go/src/cmd/compile/internal/syntax
Andy Pan f8c659b62f all: replace package ioutil with os and io in src
For #45557

Change-Id: I56824135d86452603dd4ed4bab0e24c201bb0683
Reviewed-on: https://go-review.googlesource.com/c/go/+/426257
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Andy Pan <panjf2000@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2022-09-20 02:13:02 +00:00
..
testdata go/parser: adjustments to error messages 2022-09-01 22:37:04 +00:00
branches.go cmd/compile/internal/syntax: check fallthrough in CheckBranches mode 2022-06-26 00:21:29 +00:00
dumper.go
dumper_test.go cmd/compile/internal/syntax: remove generic-specific parse modes 2022-03-30 18:02:31 +00:00
error_test.go all: replace package ioutil with os and io in src 2022-09-20 02:13:02 +00:00
nodes.go cmd/compile/internal/syntax: use BadExpr instead of fake CallExpr in bad go/defer 2022-09-01 22:37:03 +00:00
nodes_test.go
operator_string.go
parser.go cmd/compile/internal/syntax: more strict parsing of type instances 2022-09-02 02:14:57 +00:00
parser_test.go all: replace package ioutil with os and io in src 2022-09-20 02:13:02 +00:00
pos.go all: fix TODO comment hanging indents 2022-04-01 18:18:05 +00:00
positions.go
printer.go cmd/compile/internal/syntax: use strings.Builder 2022-09-06 21:53:23 +00:00
printer_test.go all: replace package ioutil with os and io in src 2022-09-20 02:13:02 +00:00
scanner.go cmd/compile/internal/syntax: fix scanner.{op,prec} docs 2022-03-28 18:17:41 +00:00
scanner_test.go all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by fmt.Fprint*(w, ...) 2022-09-14 16:11:21 +00:00
source.go
syntax.go all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
testing.go
testing_test.go
token_string.go
tokens.go all: fix TODO comment hanging indents 2022-04-01 18:18:05 +00:00
walk.go all: fix TODO comment hanging indents 2022-04-01 18:18:05 +00:00