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
/
staticdata
Age
Commit message (
Expand
)
Author
2026-02-12
cmd/compile: set alignment for all content-addressable symbols
Ian Lance Taylor
2024-11-05
cmd/compile: fix an internal crash in embed
Russ Cox
2024-09-05
cmd/compile: use slices.{Sort,SortFunc}
Cuong Manh Le
2024-09-04
cmd: do not use notsha256
Cuong Manh Le
2024-08-03
archive/zip,cmd/compile: simplify the split function
apocelipes
2023-09-01
cmd/internal/objabi: rename R_USEGENERICIFACEMETHOD to R_USENAMEDMETHOD.
Dominique Lefevre
2023-08-17
cmd/compile/internal/ir: add typ parameter to NewNameAt
Matthew Dempsky
2023-03-10
cmd/compile: pass type checker error codes in the compiler
Robert Griesemer
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-05-16
cmd/compile: remove base.Ctxt.Pkgpath fallback paths
Matthew Dempsky
2022-05-16
cmd/compile: set LocalPkg.Path to -p flag
Matthew Dempsky
2022-05-13
cmd/compile/internal/staticdata: remove use of `""` in embed linker symbols
Matthew Dempsky
2022-05-05
cmd: use 128-bit SHA256 & encode in base64 for content hashes
Russ Cox
2022-04-29
[dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256
Russ Cox
2022-03-31
cmd/compile: simplify func value symbol generation
Cherry Mui
2021-09-22
cmd/compile: update comments with ABI aliases/wrappers
Cherry Mui
2021-08-25
cmd/compile: allow embed into any byte slice type
korzhao
2021-08-24
embed: document the maximum file size supported
korzhao
2021-06-13
[dev.typeparams] cmd/compile: move //go:embed -lang check to noder
Matthew Dempsky
2021-04-23
cmd/compile, internal/abi: add FuncPCABIxxx intrinsics
Cherry Zhang
2021-04-16
internal/buildcfg: move build configuration out of cmd/internal/objabi
Russ Cox
2021-03-29
cmd/compile: restructure ABI wrapper generation, export ABI
Austin Clements
2021-03-29
cmd/compile: assert that function values reference ABIInternal
Austin Clements
2021-03-29
cmd/compile: track funcsyms by ir.Name instead of types.Sym
Austin Clements
2021-01-22
[dev.regabi] all: merge master (dab3e5a) into dev.regabi
Matthew Dempsky
2021-01-19
[dev.regabi] cmd/compile: refactor Linksym creation
Matthew Dempsky
2021-01-18
[dev.regabi] cmd/compile: use *obj.LSym instead of *ir.Name for staticdata fu...
Cuong Manh Le
2021-01-16
[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...
Dan Scales
2021-01-12
[dev.regabi] cmd/compile: call NeedFuncSym in InitLSym
Matthew Dempsky
2021-01-08
[dev.regabi] cmd/compile: fix some methods error text
Baokun Lee
2021-01-04
[dev.regabi] cmd/compile: remove Name.Class_ accessors
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: more Linksym cleanup
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: rewrite to use linksym helpers [generated]
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: add Linksym helpers
Matthew Dempsky
2020-12-23
[dev.regabi] cmd/compile: split out package walk [generated]
Russ Cox
2020-12-23
[dev.regabi] cmd/compile: split out package staticdata [generated]
Russ Cox