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
/
reflectdata
Age
Commit message (
Expand
)
Author
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-23
internal/abi,runtime: refactor map constants into one place
David Chase
2022-11-16
cmd/compile: do not emit a few more basic types from every compilation
Russ Cox
2022-10-31
cmd/compile/internal/pgo: remove most global state
Michael Pratt
2022-09-02
cmd/compile: new inline heuristic for struct compares
Derek Parker
2022-08-30
cmd/compile: only inline method wrapper if method don't contain closures
Cuong Manh Le
2022-08-16
runtime: process ptr bitmaps one word at a time
Keith Randall
2022-08-10
cmd/compile: do not use content addressable symbol for generic iface method n...
Cherry Mui
2022-08-09
Revert "runtime: process ptr bitmaps one word at a time"
Keith Randall
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-08-08
cmd/compile: rename types.Rnd -> types.RoundUp
Cuong Manh Le
2022-08-08
runtime: process ptr bitmaps one word at a time
Keith Randall
2022-07-19
[dev.unified] cmd/compile/internal/reflectdata: remove hasRType's `required` ...
Matthew Dempsky
2022-07-18
[dev.unified] cmd/compile/internal/reflectdata: prefer ITabAddrAt in ConvIfac...
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: rename haveRType and implicitExpr
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: plumb rtype through OSWITCH/OCASE clauses
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: plumb rtype through for OMAPLIT
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: start setting RType fields for Unified IR
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: add RType fields
Matthew Dempsky
2022-06-21
[dev.unified] cmd/compile: extract rtype code from walk
Matthew Dempsky
2022-06-21
[dev.unified] cmd/compile: refactor reflectdata.{TypePtr,ITabAddr}
Matthew Dempsky
2022-06-14
cmd/compile,runtime,reflect: move embedded bit from offset to name
Keith Randall
2022-05-17
all: fix spelling
John Bampton
2022-05-17
cmd/compile: skip exporting generic functions for -buildmode=plugin
Matthew Dempsky
2022-05-16
cmd/compile: set LocalPkg.Path to -p flag
Matthew Dempsky
2022-05-13
cmd/compile: sort named types before unnamed in reflect
David Chase
2022-05-05
cmd/compile: construct ir.FuncType within typecheck.DeclFunc
Matthew Dempsky
2022-05-05
cmd/compile: remove ir.NewField's ntyp parameter
Matthew Dempsky
2022-05-03
cmd/compile: mark shape type dupok
zhouguangyuan
2022-04-21
cmd/compile: Unify & improve struct comparisons
Derek Parker
2022-04-12
cmd/compile: always write fun[0] in incomplete itab
Wayne Zuo
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
reflectdata: unroll a loop in array equal function generation
vpachkov
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-03-23
cmd/compile: don't mark non-generic defined type symbol dupok
Cherry Mui
2022-03-21
cmd/compile: replace Type.OrigSym with Type.OrigType
Matthew Dempsky
2022-03-07
cmd/compile: represent derived types with ir.DynamicType in unified IR
Matthew Dempsky
2022-03-03
cmd/compile: don't include instantiating types in type hash
Keith Randall
2022-03-01
cmd/compile: remove -G flag
Matthew Dempsky
2022-03-01
cmd/compile: remove unified IR quirks mode
Matthew Dempsky
2022-01-18
cmd/compile: support field access for typeparam with structural constraint
Dan Scales
2022-01-10
cmd/compile: fix interaction between generics and inlining
Dan Scales
2021-12-07
cmd/compile: deal with unsatisfiable type assertion in some instantiations
Dan Scales
2021-11-19
cmd/compile: handle `any` as alias like `byte` and `rune`
Matthew Dempsky
2021-11-17
cmd/compile: emit definition of 'any' only if generic enabled
Cuong Manh Le
2021-11-17
cmd/compile: emit definition of 'any' when compiling runtime
Than McIntosh
2021-11-09
cmd/compile: remove unneeded "==" method in pre-defined "comparable" interface
Cuong Manh Le
2021-11-02
cmd/compile: mark type descriptors as always dupok
Keith Randall
2021-10-25
cmd/compile: add -asan option
fanzha02
[next]