..
codes.go
cmd/compile: fix unified IR's pointer-shaping
2022-08-23 18:14:10 +00:00
decl.go
cmd/compile: remove go:notinheap pragma
2022-09-02 18:24:59 +00:00
export.go
cmd/compile: switch to final unified IR export format
2022-04-04 18:33:29 +00:00
expr.go
all: fix typos in go file comments
2023-01-19 23:20:25 +01:00
func.go
…
helpers.go
cmd/compile: keep typecheck results in syntax tree
2022-09-29 20:55:01 +00:00
import.go
all: use ":" for compiler generated symbols
2022-08-09 11:28:56 +00:00
irgen.go
cmd/compile: remove support for old comparable semantics
2023-01-17 19:56:37 +00:00
lex.go
cmd/compile: remove go:notinheap pragma
2022-09-02 18:24:59 +00:00
lex_test.go
…
linker.go
[dev.unified] cmd/compile: implement simple inline body pruning heuristic
2022-07-28 07:31:47 +00:00
noder.go
cmd/compile: allow ineffectual //go:linkname in -lang=go1.17 and older
2022-11-03 20:35:31 +00:00
object.go
cmd/compile: change ir.InstExpr.Targs from Node to Ntype
2022-05-05 18:48:54 +00:00
posmap.go
cmd/compile/internal/noder: remove TODO about position handling
2022-05-17 22:44:52 +00:00
quirks.go
[dev.unified] cmd/compile: more Unified IR docs and review
2022-06-14 22:31:06 +00:00
reader.go
cmd/dist: make toolchain build reproducible
2023-01-17 23:10:31 +00:00
scopes.go
…
sizes.go
cmd/compile: rename types.Rnd -> types.RoundUp
2022-08-08 17:29:15 +00:00
stencil.go
cmd/compile/internal: fix a few function names on comments
2022-10-03 17:47:02 +00:00
stmt.go
…
transform.go
cmd/compile: add support for unsafe.{String,StringData,SliceData}
2022-08-31 17:15:15 +00:00
types.go
cmd/compile/internal/types: change NewTypeParam to match New{Basic,Named}
2022-05-13 21:28:41 +00:00
unified.go
cmd/compile: add testing-flag guard to package-is-collected assert
2022-11-15 18:22:08 +00:00
validate.go
cmd/compile: abstract type type+value obtained from types2
2022-09-27 17:08:05 +00:00
writer.go
cmd/compile: restore test/nested.go test cases
2022-12-07 03:44:27 +00:00