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
Age
Commit message (
Expand
)
Author
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-31
cmd/compile: add comment for the context on mismatch import path
Cuong Manh Le
2024-07-24
cmd/compile: restore not-in-heap check for map/channel type
Cuong Manh Le
2024-07-23
cmd/compile: prevent un-necessary wrapping in switch statement
Cuong Manh Le
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-07-22
cmd/compile: retire "IsHiddenClosure" and "IsDeadcodeClosure"
Cuong Manh Le
2024-07-16
cmd/compile: fix recursive generic interface instantiation
Cuong Manh Le
2024-07-03
cmd/compile: fix mis-compilation when switching over channels
Cuong Manh Le
2024-07-03
cmd/compile: emit error message on mismatch import path
Cuong Manh Le
2024-06-20
cmd/compile: support generic alias type
Cuong Manh Le
2024-06-12
cmd/compile/internal: add a PGO devirt post-lookup cleanup hook
Than McIntosh
2024-05-23
runtime: move exit hooks into internal/runtime/exithook
Russ Cox
2024-05-21
cmd/compile: for rangefunc, add checks and tests, fix panic interactions
David Chase
2024-05-20
cmd/compile/internal/syntax: implement Pos.FileBase method (cleanup)
Robert Griesemer
2024-05-20
cmd/compile: initialize posBaseMap correctly
Robert Griesemer
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-10
cmd/compile, cmd/link: disallow linkname of some newly added internal functions
Cherry Mui
2024-05-07
go/types, types: represent any using Alias
Rob Findley
2024-04-24
cmd/compile: bail PGO method lookup on interface types
Michael Pratt
2024-04-18
go/types, types2: use types2.Config flag to control Alias node creation
Robert Griesemer
2024-04-16
types2: flip the default value of GODEBUG=gotypesalias=1
Robert Griesemer
2024-04-05
cmd/compile: export/import materialized aliases
Alan Donovan
2024-04-04
all: fix some comments
cui fliter
2024-03-27
cmd/compile: rename cmd/compile/internal/pgo to cmd/compile/internal/pgoir
Michael Pratt
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-02-27
cmd/compile/internal/noder: add method wrapper comments
Matthew Dempsky
2024-02-09
cmd/compile: fail noder.LookupFunc gracefully if function generic
Michael Pratt
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
2024-01-10
cmd/compile: use hashed symbol name for go.shape types if too long
Than McIntosh
2023-12-19
cmd/compile: remove interfacecycles debug flag
Robert Griesemer
2023-12-01
cmd/compile: fix typecheck range over rune literal
Cuong Manh Le
2023-11-20
cmd/compile: interleave devirtualization and inlining
Matthew Dempsky
2023-11-17
cmd/compile: use internal/buildcfg for checking newinliner enable
Cuong Manh Le
2023-11-15
cmd/compile: check for iteration after range func loop exit
David Chase
2023-11-13
cmd/compile: support lookup of functions from export data
Michael Pratt
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-19
cmd/compile: report mismatched version set by //go:build
Cuong Manh Le
2023-10-13
cmd/compile: lookup indirect callees from export data for devirtualization
Michael Pratt
2023-10-11
cmd/compile: use absolute file name in isCgo check
Ian Lance Taylor
2023-10-09
cmd/compile: fix typecheck range over negative integer
Cuong Manh Le
2023-10-08
cmd/compile: fix ICE with parenthesized builtin calls
Cuong Manh Le
2023-10-05
cmd/compile/internal/ir: tweak a couple names
Matthew Dempsky
2023-09-20
cmd/compile: implement range over func
Russ Cox
2023-09-20
cmd/compile: implement range over integer
Russ Cox
[prev]
[next]