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
/
run.go
Age
Commit message (
Expand
)
Author
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-24
test/codegen: accept ppc64x as alias for ppc64le and ppc64 arches
Paul E. Murphy
2022-11-17
test: remove optimizationOff
Cuong Manh Le
2022-11-08
cmd/compile: fix transitive inlining of generic functions
Matthew Dempsky
2022-10-12
test: update test/run.go and some tests to use importcfg
Michael Matloob
2022-10-01
test: skip inlining check in escape4.go
Cuong Manh Le
2022-10-01
test: relax closure name matching in closure3.go
Cuong Manh Le
2022-09-30
test: enable issue47631.go for Unified IR
Cuong Manh Le
2022-09-27
all: replace [0-9] with \d in regexps
TomCao New Macbook Pro
2022-09-19
test: add regress test for issue 55101
Matthew Dempsky
2022-09-07
cmd/compile/internal/noder: fix type switch case vars package
Matthew Dempsky
2022-09-07
test: add failing test case for inlined type switches
Matthew Dempsky
2022-09-02
go/types,types2: move notinheap tests to fixedbugs directory
Cuong Manh Le
2022-08-30
cmd/compile: only inline method wrapper if method don't contain closures
Cuong Manh Le
2022-08-23
cmd/compile: fix reflect naming of local generic types
Matthew Dempsky
2022-08-18
cmd/compile: enable more inlining for unified IR
Matthew Dempsky
2022-08-15
test: fix issue53702.go for noopt builder
Cuong Manh Le
2022-08-14
test: add test case for issue 53702
Cuong Manh Le
2022-08-12
test: remove unused code in run.go
zhangjian
2022-08-10
test: more robust detection of GOEXPERIMENT=unified
Matthew Dempsky
2022-08-09
test: test method expressions promoted to derived types
Matthew Dempsky
2022-08-09
test: add test for package-scope method value GC
Matthew Dempsky
2022-07-28
[dev.unified] all: merge master (462b78f) into dev.unified
Matthew Dempsky
2022-07-20
test: use go tool from tree, not path
Keith Randall
2022-07-19
[dev.unified] all: merge master (8e1e64c) into dev.unified
David Chase
2022-07-06
cmd/compile: only check implicit dots for method call enabled by a type bound
Cuong Manh Le
2022-06-30
[dev.unified] all: merge master (993c387) into dev.unified
Matthew Dempsky
2022-06-29
[dev.unified] test: add regress test for generic select statements
Matthew Dempsky
2022-06-28
cmd/compile: fix generic inter-inter comparisons from value switch statements
Cuong Manh Le
2022-06-24
[dev.unified] all: merge master (5a1c5b8) into dev.unified
Matthew Dempsky
2022-06-21
test: add regress test for #53477
Matthew Dempsky
2022-06-17
test: add regress test for #53419
Matthew Dempsky
2022-06-15
[dev.unified] test: extract different inline test between unified and non-uni...
Cuong Manh Le
2022-06-10
[dev.unified] test: add regress tests for #53276 and #53328
Matthew Dempsky
2022-06-09
[dev.unified] test: relax issue7921.go diagnostic message
Cuong Manh Le
2022-06-09
[dev.unified] cmd/compile: set base.Pos when process assignDef in Unified IR
Cuong Manh Le
2022-06-09
[dev.unified] cmd/compile: fix unified IR don't report type size too large error
Cuong Manh Le
2022-06-08
[dev.unified] cmd/compile: restore Unified IR linkname pragma diagnostic
Cuong Manh Le
2022-06-06
[dev.unified] cmd/compile: export/import implicit attribute for conversion exprs
Cuong Manh Le
2022-05-20
misc, test: fix test error for loong64
Xiaodong Liu
2022-05-17
cmd/compile: skip exporting generic functions for -buildmode=plugin
Matthew Dempsky
2022-05-11
cmd/asm: require -p flag
Cherry Mui
2022-05-03
go/types,types2: delay the check for conflicting struct field names
Robert Findley
2022-04-12
test: add //go:build support to run.go
Matthew Dempsky
2022-03-31
test: update comments in run.go (cleanup)
Robert Griesemer
2022-03-24
test: compile source files as if from "test" module
Matthew Dempsky
2022-03-09
cmd/compile: require -p flag
Russ Cox
2022-03-07
test: add test case for #51521
Matthew Dempsky
2022-03-07
cmd/compile: represent derived types with ir.DynamicType in unified IR
Matthew Dempsky
2022-03-07
cmd/compile: fix reentrancy issue in unified IR function body reading
Matthew Dempsky
[next]