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
/
test
/
fixedbugs
Age
Commit message (
Expand
)
Author
2023-08-17
cmd/compile/internal/typecheck: push ONEW into go/defer wrappers
Matthew Dempsky
2023-08-17
cmd/compile/internal/typecheck: normalize go/defer statements earlier
Matthew Dempsky
2023-08-16
cmd/compile: in expandCalls, move all arg marshalling into call block
David Chase
2023-08-09
cmd/compile: make backingArrayPtrLen to return typecheck-ed nodes
Cuong Manh Le
2023-08-09
cmd/compile: keep all open-coded defer slots as used
Matthew Dempsky
2023-08-07
cmd/compile: fix missing init nodes for len(string([]byte)) optimization
Cuong Manh Le
2023-07-20
cmd/internal/obj: print relocation type by name in -S output
Cherry Mui
2023-07-10
cmd/compile: fix clear on slice with zero size elem
Cuong Manh Le
2023-07-10
cmd/compile: don't ICE on unaligned offsets for pointer writes
Keith Randall
2023-06-28
cmd/compile/internal/ssagen: fix min/max codegen, again
Matthew Dempsky
2023-06-27
cmd/compile: fix bad order of evaluation for min/max builtin
Cuong Manh Le
2023-06-26
types2, go/types: record final type for min/max arguments
Cuong Manh Le
2023-06-24
cmd/compile: fix min/max builtin code generation
Keith Randall
2023-06-23
cmd/compile: scanning closures body when visiting wrapper function
Cuong Manh Le
2023-06-21
test: add test that caused a gofrontend crash
Ian Lance Taylor
2023-06-15
cmd/compile: do not report division by error during typecheck
Cuong Manh Le
2023-06-05
cmd/compile: allow ir.OMIN/ir.OMAX in mayCall
Cuong Manh Le
2023-06-01
cmd/internal/obj/arm: handle HAUTO etc. in addpool
Cherry Mui
2023-06-01
cmd/internal/testdir: pass if GOEXPERIMENT=cgocheck2 is set
Austin Clements
2023-05-25
go/types, types2: don't infer type argument for unused parameter in interfaces
Robert Griesemer
2023-05-24
cmd/compile: prioritize non-CALL struct member comparisons
Derek Parker
2023-05-18
cmd/compile: enable more lenient type inference for untyped arguments
Robert Griesemer
2023-05-05
cmd/compile: un-hide closure func if parent expr moved to staticinit
Than McIntosh
2023-05-05
cmd/compile: rework marking of dead hidden closure functions
Than McIntosh
2023-05-03
cmd/compile: fix compilation of inferred type arguments
Matthew Dempsky
2023-05-03
cmd/compile: enable reverse type inference
Robert Griesemer
2023-04-19
cmd/compile/internal/types2: only mark variables as used if they are
Robert Griesemer
2023-04-18
Revert "cmd/compile: rework marking of dead hidden closure functions"
Than McIntosh
2023-04-17
cmd/compile: rework marking of dead hidden closure functions
Than McIntosh
2023-04-14
cmd/compile: reenable inline static init
Cuong Manh Le
2023-04-14
cmd/compile: handle string concatenation in static init inliner
Cuong Manh Le
2023-04-14
cmd/link: establish dependable package initialization order
Keith Randall
2023-04-12
cmd/compile: fix ir.StaticValue for ORANGE
Junwei Zuo
2023-04-11
all: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-08
runtime: mark map bucket slots as empty during map clear
Cuong Manh Le
2023-04-07
cmd/compile: use correct type for byteswaps on multi-byte stores
Keith Randall
2023-04-07
cmd/compile: deadcode unreferenced hidden closures during inlining
Than McIntosh
2023-04-05
cmd/compile: don't set range expr key/value type if already set
Cuong Manh Le
2023-03-31
crypto/subtle: don't cast to *uintptr when word size is 0
Keith Randall
2023-03-28
go/types, types2: don't report assignment mismatch errors if there are other ...
Robert Griesemer
2023-03-28
test: add test that caused a gofrontend crash
Ian Lance Taylor
2023-03-28
cmd/compile: don't assume pointer of a slice is non-nil
Keith Randall
2023-03-28
go/types, types2: refactor initVars
Robert Griesemer
2023-03-28
go/types, types2: more systematic use of Checker.use und useLHS
Robert Griesemer
2023-03-27
go/types, types2: better error message for some invalid integer array lengths
Robert Griesemer
2023-03-27
cmd/compile: don't panic if unsafe.Sizeof/Offsetof is used with oversize types
Robert Griesemer
2023-03-22
test: add test that caused gofrontend crash
Ian Lance Taylor
2023-03-22
cmd/compile: mark negative size memclr non-inlineable
Cuong Manh Le
2023-03-09
Revert "cmd/link: establish dependable package initialization order"
Keith Randall
2023-03-07
cmd/compile: enable address folding for globals on ARM64, just not -dynlink mode
Cherry Mui
[prev]
[next]