index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
noder
/
writer.go
Age
Commit message (
Expand
)
Author
12 days
cmd/compile/internal/noder: recognize generic method instantiation
Mark Freeman
12 days
cmd/compile/internal/noder: omit wrapper functions for generic methods
Mark Freeman
12 days
cmd/compile/internal/noder: set dict.receivers in writer
Mark Freeman
12 days
cmd/compile/internal/noder: offset type parameter indices
Mark Freeman
12 days
cmd/compile/internal/noder: decode generic methods and pipe receivers
Mark Freeman
13 days
cmd/compile/internal/noder: add encoding for generic methods
Mark Freeman
13 days
cmd/compile/internal/noder: split up objTypeParams
Mark Freeman
14 days
cmd/compile, cmd/link: add linknamestd directive for std-only linknames
Cherry Mui
14 days
cmd/compile/internal/noder: separate generic methods in type encoding
Mark Freeman
2026-03-31
cmd/compile/internal/noder: encode dictionaries for generic methods
Mark Freeman
2026-03-31
cmd/compile/internal/noder: qualify identifiers for generic methods
Mark Freeman
2026-03-30
cmd/compile/internal/noder: swap use of TypeList for []Type
Mark Freeman
2026-03-30
cmd/compile/internal/noder: add is[Concrete|Generic]Method helpers
Mark Freeman
2026-03-19
cmd/compile/internal/noder: encode promoted struct fields for composite liter...
Robert Griesemer
2026-03-16
cmd/compile/internal/noder: factor out common UIR version
Robert Griesemer
2026-01-23
cmd/compile: fix loopvar version detection with line directives
xieyuschen
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-09-23
cmd/compile/internal: support new(expr)
Alan Donovan
2025-08-12
all: delete aliastypeparams GOEXPERIMENT
Cherry Mui
2025-08-05
cmd: remove dead code
qiulaidongfeng
2025-05-19
std: pass bytes.Buffer and strings.Builder by pointer
Alan Donovan
2025-05-12
internal/pkgbits: rename Reloc* to Section*
Mark Freeman
2025-05-06
pkgbits: replace references to RelocKind with SectionKind
Mark Freeman
2024-11-04
cmd/compile: fix mis-compilation with labeled fallthrough
Cuong Manh Le
2024-08-28
cmd/compile/internal/noder: write V2 bitstream aliastypeparams=1
Tim King
2024-08-26
cmd/compile: deprecate derived info needed field
Cuong Manh Le
2024-08-23
cmd/compile/internal: write type parameters for aliases
Tim King
2024-08-20
cmd/compile: deprecate has init and derived func instance
Tim King
2024-08-20
cmd/compile/internal/noder: reduce clutter a bit (cosmetic changes)
Robert Griesemer
2024-08-09
cmd/compile: add basic wasmexport support
Cherry Mui
2024-07-23
cmd/compile: prevent un-necessary wrapping in switch statement
Cuong Manh Le
2024-07-03
cmd/compile: fix mis-compilation when switching over channels
Cuong Manh Le
2024-06-20
cmd/compile: support generic alias type
Cuong Manh Le
2024-05-21
cmd/compile: for rangefunc, add checks and tests, fix panic interactions
David Chase
2024-05-15
cmd/compile: disallow linkname referring to instantiations
Cherry Mui
2024-05-15
cmd/compile/internal/noder: enable type aliases in type checker
Matthew Dempsky
2024-05-07
go/types, types: represent any using Alias
Rob Findley
2024-04-05
cmd/compile: export/import materialized aliases
Alan Donovan
2024-03-20
cmd/compile/internal/noder: remove wrapName
Matthew Dempsky
2024-03-01
cmd/compile: add missing Unalias call when writing type alias
Cuong Manh Le
2024-02-27
cmd/compile: fix early deadcode with label statement
Cuong Manh Le
2024-01-30
cmd/compile/internal/noder: preserve alias uses in export data
Matthew Dempsky
2024-01-17
cmd/compile: call types2.Unalias to be ready for GODEBUG=gotypesalias=1
Robert Griesemer
2023-11-15
cmd/compile: check for iteration after range func loop exit
David Chase
2023-11-13
cmd/compile: remove redundant function pkgNameOf
aimuz
2023-11-10
cmd/compile: update types2.Info.FileVersions API to match go/types
Robert Griesemer
2023-10-08
cmd/compile: fix ICE with parenthesized builtin calls
Cuong Manh Le
2023-09-20
cmd/compile: implement range over func
Russ Cox
2023-09-20
cmd/compile: implement range over integer
Russ Cox
2023-09-14
cmd/compile/internal/ir: add Func.DeclareParams
Matthew Dempsky
[next]