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
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2023-01-17
cmd/dist: make toolchain build reproducible
Russ Cox
2023-01-17
cmd/compile: remove support for old comparable semantics
Robert Griesemer
2023-01-17
cmd/compile/internal/syntax: remove Crawl, not needed anymore (cleanup)
Robert Griesemer
2022-12-07
cmd/compile: restore test/nested.go test cases
Matthew Dempsky
2022-12-01
go/types, types2: make the new comparable semantics the default
Robert Griesemer
2022-12-01
Revert "go/types, types2: make the new comparable semantics the default"
Robert Griesemer
2022-12-01
go/types, types2: make the new comparable semantics the default
Robert Griesemer
2022-11-21
cmd/compile: reject anonymous interface cycles
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-11-03
cmd/compile: allow ineffectual //go:linkname in -lang=go1.17 and older
Matthew Dempsky
2022-10-31
cmd/compile/internal/pgo: remove most global state
Michael Pratt
2022-10-25
cmd/compile: add support for alternative comparable semantics
Robert Griesemer
2022-10-03
cmd/compile/internal: fix a few function names on comments
cui fliter
2022-09-30
cmd/compile/internal/noder: remove unnecessary assignment to the blank identi...
cuiweixie
2022-09-29
cmd/compile: keep typecheck results in syntax tree
Keith Randall
2022-09-28
go/types, types2: remove (C/c)ompilerErrorMessages flag - not needed anymore
Robert Griesemer
2022-09-27
cmd/compile: abstract type type+value obtained from types2
Keith Randall
2022-09-23
cmd/compile: handle go.mod error msg reference in noder, not type checker
Robert Griesemer
2022-09-19
cmd/compile: skip emitting dictionaries with missing method expressions
Matthew Dempsky
2022-09-07
cmd/compile/internal/noder: fix type switch case vars package
Matthew Dempsky
2022-09-03
cmd/compile/internal/noder: optimize itabs section of runtime dicts
Matthew Dempsky
2022-09-02
cmd/compile/internal/noder: allow OCONVNOP for identical iface conversions
Matthew Dempsky
2022-09-02
cmd/compile/internal/noder: refactor exprConvert code
Matthew Dempsky
2022-09-02
cmd/compile: remove go:notinheap pragma
Cuong Manh Le
2022-09-02
cmd/compile: restrict //go:notinheap to runtime/internal/sys
Cuong Manh Le
2022-08-31
cmd/compile: reject not-in-heap types as type arguments
Matthew Dempsky
2022-08-31
cmd/compile: use HaveInlineBody for unified IR
Matthew Dempsky
2022-08-31
cmd/compile: add support for unsafe.{String,StringData,SliceData}
cuiweixie
2022-08-31
cmd/compile/internal/noder: reuse package scope's names
shaoliming
2022-08-30
cmd/compile: fix unified IR shapifying recursive instantiated types
Cuong Manh Le
2022-08-25
cmd/compile/internal/noder: fix inlined function literal positions
Matthew Dempsky
2022-08-23
Revert "cmd/compile: restore test/nested.go test cases"
Matthew Dempsky
2022-08-23
cmd/compile: fix unified IR's pointer-shaping
Matthew Dempsky
2022-08-23
cmd/compile: fix reflect naming of local generic types
Matthew Dempsky
2022-08-23
cmd/compile: restore test/nested.go test cases
Matthew Dempsky
2022-08-18
cmd/compile/internal/noder: set ir.Name.DictIndex for unified IR
Matthew Dempsky
2022-08-18
cmd/compile/internal/noder: pointer shaping for unified IR
Matthew Dempsky
2022-08-18
cmd/compile/internal/noder: shape-based stenciling for unified IR
Matthew Dempsky
2022-08-16
all: fix some typos
cui fliter
2022-08-15
cmd/compile: fix ICE when checking implicit dot for method call
Cuong Manh Le
2022-08-11
cmd/compile/internal/noder: fix implicit conversion position
Matthew Dempsky
2022-08-11
cmd/compile: fix wrong typeparams for selector expr with embedded generic type
Cuong Manh Le
2022-08-10
cmd/compile/internal/noder: explicit receiver expression handling
Matthew Dempsky
2022-08-10
cmd/compile/internal/noder: prune unified IR's dictionary logic
Matthew Dempsky
2022-08-10
cmd/compile/internal/noder: explicitly handle separate selectors
Matthew Dempsky
2022-08-10
cmd/compile/internal/noder: explicitly handle function instantiations
Matthew Dempsky
2022-08-09
cmd/compile/internal/noder: shuffle defined type handling code
Matthew Dempsky
[next]