Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Public Development
Open Source
Go Language
Go
Graph
dev.typeparams
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
1
Sep
31
Aug
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
31
Jul
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
all: update golang.org/x/net to pull in CL 346890
[dev.fuzz] cmd/go: stream output when fuzzing
cmd/compile: optimize unified IR handling of imported functions
cmd/compile: emit unified IR wrappers after inlining
cmd/compile: remove useless fcount
cmd/{asm,compile}: add fused multiply-add support on riscv64
cmd/compile: fix irgen mis-handling invalid function declaration
spec: adjust example for consistency
cmd/compile/internal/pkginit: separate "init" and "inittask" logic
cmd/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 import
cmd/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 overflowing
cmd/asm: adjust riscv64 test data to avoid churn
cmd/asm,cmd/internal/obj/riscv: add more error tests for riscv64 assembly
cmd/compile: assign results of transformAssign back to source location
cmd/compile: fix missing case for shape double-check function
cmd/compile: fix method expression lookup during import
go/types: disallow aliases for generic types
go/types: remove superfluous ordinaryType calls
go/types: more systematic error handling in typeWriter
go/types: eliminate typeHashing global variable
go/types: generalize instanceHash to accept any type, rename to typeHash
go/types: don't print instance markers for type hashes
go/types: use a typeWriter to write types (cleanup)
go/types: do not declare new methods on instantiated types
go/types: implement TypeList.String (debugging support)
go/types: remove need for the instance struct
go/types: address some TODOs (cleanup)
cmd/compile: use the zero value for results of impossible indexing
cmd/compile: use right line number for conversion expression
go/internal/typeparams: remove typeparams.{Get,Set} (cleanup)
go/types: fix type set printing and add a test
go/types: rename IsMethodSet to IsConstraint (cleanup)
go/types: add error reporting for 1.18 syntax if GoVersion is below 1.18