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
/
unified.go
Age
Commit message (
Expand
)
Author
4 days
cmd/compile/internal/noder: revert to UIR V3
Mark Freeman
7 days
cmd/compile/internal/noder: use UIR V4
Mark Freeman
2026-03-19
cmd/compile: enable promoted field selectors as keys in struct literals
Robert Griesemer
2026-03-16
cmd/compile/internal/noder: factor out common UIR version
Robert Griesemer
2025-08-12
all: delete aliastypeparams GOEXPERIMENT
Cherry Mui
2025-05-12
internal/pkgbits: rename Reloc* to Section*
Mark Freeman
2024-09-05
cmd/compile: use slices.{Sort,SortFunc}
Cuong Manh Le
2024-08-28
cmd/compile/internal/noder: write V2 bitstream aliastypeparams=1
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-07-31
cmd/compile: add comment for the context on mismatch import path
Cuong Manh Le
2024-07-03
cmd/compile: emit error message on mismatch import path
Cuong Manh Le
2024-06-12
cmd/compile/internal: add a PGO devirt post-lookup cleanup hook
Than McIntosh
2024-05-21
cmd/compile: for rangefunc, add checks and tests, fix panic interactions
David Chase
2024-04-24
cmd/compile: bail PGO method lookup on interface types
Michael Pratt
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-02-09
cmd/compile: fail noder.LookupFunc gracefully if function generic
Michael Pratt
2023-11-20
cmd/compile: interleave devirtualization and inlining
Matthew Dempsky
2023-11-13
cmd/compile: support lookup of functions from export data
Michael Pratt
2023-10-13
cmd/compile: lookup indirect callees from export data for devirtualization
Michael Pratt
2023-08-25
cmd/compile: remove ErrorfVers and base.Flag.Lang hack
Matthew Dempsky
2023-08-22
cmd/compile: redo IsRuntimePkg/IsReflectPkg predicate
Austin Clements
2023-08-17
cmd/compile: always construct typechecked closures
Matthew Dempsky
2023-08-17
cmd/compile/internal/ir: add typ parameter to NewNameAt
Matthew Dempsky
2023-08-11
cmd/compile: cleanup ir.Package
Matthew Dempsky
2023-08-09
cmd/compile: mark instantiated functions from package runtime as norace
Cuong Manh Le
2023-03-22
cmd/compile: re-compile instantiated generic methods in linkshared mode
Cuong Manh Le
2023-01-27
cmd/compile/internal/noder: remove unused noding code
Matthew Dempsky
2022-11-15
cmd/compile: add testing-flag guard to package-is-collected assert
David Chase
2022-11-08
cmd/compile: fix transitive inlining of generic functions
Matthew Dempsky
2022-08-31
cmd/compile: use HaveInlineBody for unified IR
Matthew Dempsky
2022-08-31
cmd/compile/internal/noder: reuse package scope's names
shaoliming
2022-08-18
cmd/compile/internal/noder: shape-based stenciling for unified IR
Matthew Dempsky
2022-08-04
all: clean up TODO after fixing issue 44505
hopehook
2022-08-03
[dev.unified] cmd/compile: start using runtime dictionaries
Matthew Dempsky
2022-07-28
[dev.unified] cmd/compile: move "has init" to private metadata
Matthew Dempsky
2022-07-28
[dev.unified] cmd/compile: implement simple inline body pruning heuristic
Matthew Dempsky
2022-06-14
[dev.unified] cmd/compile: more Unified IR docs and review
Matthew Dempsky
2022-06-06
[dev.unified] cmd/compile: remove package height
Cuong Manh Le
2022-05-25
internal/pkgbits: add Index type
Matthew Dempsky
2022-05-16
cmd/compile: set LocalPkg.Path to -p flag
Matthew Dempsky
2022-05-13
cmd/compile: tidy up noder's unified IR docs
Daniel MartÃ
2022-05-13
cmd/compile/internal/noder: remove unified IR assumptions on LocalPkg.Path == ""
Matthew Dempsky
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-04
cmd/compile: switch to final unified IR export format
Matthew Dempsky
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-03-07
cmd/compile: fix reentrancy issue in unified IR function body reading
Matthew Dempsky
2022-03-01
cmd/compile: move unified IR's reader2 into importer package
Matthew Dempsky
2022-03-01
internal/pkgbits: extract unified IR coding-level logic
Matthew Dempsky
[next]