You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.01Sep31Aug3029282726252423222120191817161514131211109876543231Jul302928272625242322212019181716151413121110all: update golang.org/x/net to pull in CL 346890[dev.fuzz] cmd/go: stream output when fuzzingcmd/compile: optimize unified IR handling of imported functionscmd/compile: emit unified IR wrappers after inliningcmd/compile: remove useless fcountcmd/{asm,compile}: add fused multiply-add support on riscv64cmd/compile: fix irgen mis-handling invalid function declarationspec: adjust example for consistencycmd/compile/internal/pkginit: separate "init" and "inittask" logiccmd/internal/obj/ppc64: improve long conditional branch fixup[release-branch.go1.17] cmd/go: ensure 'go get -u' can upgrade pruned (1.17+) modules[release-branch.go1.17] crypto/rand, internal/syscall/unix: don't use getentropy on iOS[release-branch.go1.17] cmd/link: do not use GO_LDSO when cross compile[release-branch.go1.17] cmd/compile: allow embed into any byte slice type[release-branch.go1.17] cmd/compile: fix method expression lookup during importcmd/compile: fix conversions from TypeParam to interface[release-branch.go1.16] archive/zip: prevent preallocation check from overflowing[release-branch.go1.17] archive/zip: prevent preallocation check from overflowingcmd/asm: adjust riscv64 test data to avoid churncmd/asm,cmd/internal/obj/riscv: add more error tests for riscv64 assemblycmd/compile: assign results of transformAssign back to source locationcmd/compile: fix missing case for shape double-check functioncmd/compile: fix method expression lookup during importgo/types: disallow aliases for generic typesgo/types: remove superfluous ordinaryType callsgo/types: more systematic error handling in typeWritergo/types: eliminate typeHashing global variablego/types: generalize instanceHash to accept any type, rename to typeHashgo/types: don't print instance markers for type hashesgo/types: use a typeWriter to write types (cleanup)go/types: do not declare new methods on instantiated typesgo/types: implement TypeList.String (debugging support)go/types: remove need for the instance structgo/types: address some TODOs (cleanup)cmd/compile: use the zero value for results of impossible indexingcmd/compile: use right line number for conversion expressiongo/internal/typeparams: remove typeparams.{Get,Set} (cleanup)go/types: fix type set printing and add a testgo/types: rename IsMethodSet to IsConstraint (cleanup)go/types: add error reporting for 1.18 syntax if GoVersion is below 1.18