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
2024-11-14
cmd/compile: better error message when offending/missing token is a keyword
Robert Griesemer
2024-11-12
runtime: fix iterator returns map entries after clear (pre-swissmap)
Youlin Feng
2024-11-05
cmd/compile: init limit for newly created value in prove pass
Youlin Feng
2024-11-04
cmd/compile: fix inlining name mangling for blank label
Cuong Manh Le
2024-10-23
go/types, types2: qualify named types in error messages with type kind
Robert Griesemer
2024-10-22
go/types: improve recursive type error message
Max Neverov
2024-10-21
cmd/link: generate Mach-O UUID when -B flag is specified
Cherry Mui
2024-10-14
all: wire up swisstable maps
Michael Pratt
2024-10-09
cmd/compile: use call block instead of entry block for tail call expansion
Keith Randall
2024-10-01
test: fix test issue 69434 for riscv64
Cuong Manh Le
2024-09-30
go/parser, syntax: better error message for parameter missing type
Robert Griesemer
2024-09-28
test: simplify issue 69434 test
Cuong Manh Le
2024-09-18
cmd/compile: fix wrong esacpe analysis for rangefunc
Cuong Manh Le
2024-09-13
test: add test for issue 24755
Cuong Manh Le
2024-09-13
all: add test for issue 20027
Cuong Manh Le
2024-09-04
runtime: size maps.Clone destination bucket array safely
Keith Randall
2024-08-28
cmd/compile/internal/noder: write V2 bitstream aliastypeparams=1
Tim King
2024-08-27
go/types, types2: use max(fileVersion, go1.21) if fileVersion present
Michael Matloob
2024-08-20
cmd/internal/testdir: add a -gomodversion flag
Tim King
2024-08-15
Revert "go/types, types2: only use fileVersion if 1.21 or greater"
Michael Matloob
2024-08-13
cmd/compile/internal/types2: change inference error message
Tim King
2024-08-12
go/types, types2: only use fileVersion if 1.21 or greater
Michael Matloob
2024-08-09
cmd/compile: in prove pass, check for unsat before adding local facts
Keith Randall
2024-08-09
cmd/compile: fix off-by-one error in prove pass
Keith Randall
2024-08-05
test: add test that caused gofrontend to crash
Ian Lance Taylor
2024-07-30
cmd/compile: add "deadlocals" pass to remove unused locals
David Chase
2024-07-26
types2, go/types: fix instantiation of named type with generic alias
Cuong Manh Le
2024-07-24
test: add test cases for local not-in-heap types
Cuong Manh Le
2024-07-24
test: re-enabled fixedbugs/notinheap.go test
Cuong Manh Le
2024-07-23
cmd/compile: run checkbce after fuseLate pass
Cuong Manh Le
2024-07-22
cmd/compile: don't inline runtime functions in -d=checkptr build
Cherry Mui
2024-07-19
runtime: mark lockWithRankMayAcquire as nosplit
Cuong Manh Le
2024-07-16
cmd/compile: fix recursive generic interface instantiation
Cuong Manh Le
2024-07-15
strings: re-introduce noescape wrapper
Cuong Manh Le
2024-07-10
math: remove riscv64 assembly implementations of rounding
Jorropo
2024-07-05
cmd/compile: fix ICE when compiling global a, b = f()
Cuong Manh Le
2024-07-03
cmd/compile: fix mis-compilation when switching over channels
Cuong Manh Le
2024-07-03
cmd/compile: emit error message on mismatch import path
Cuong Manh Le
2024-06-28
cmd/compile: don't elide zero extension on top of signed values
Keith Randall
2024-06-20
cmd/compile: support generic alias type
Cuong Manh Le
2024-05-30
cmd/compile: remove quoting in favor of clearer prose in error messages
Robert Griesemer
2024-05-20
cmd/compile: initialize posBaseMap correctly
Robert Griesemer
2024-05-16
cmd/compile: add test case for using Alias types
Cuong Manh Le
2024-05-15
cmd/compile/internal/noder: enable type aliases in type checker
Matthew Dempsky
2024-05-08
cmd/compile: avoid past-the-end pointer when zeroing
Keith Randall
2024-05-06
cmd/compile: don't combine loads in generated equality functions
khr@golang.org
2024-04-09
cmd/compile/internal: merge stack slots for selected local auto vars
Than McIntosh
2024-04-02
cmd/compile: add missing OASOP case in mayModifyPkgVar
Cuong Manh Le
2024-03-30
Revert "cmd/compile/internal: merge stack slots for selected local auto vars"
Cuong Manh Le
2024-03-29
cmd/compile/internal: merge stack slots for selected local auto vars
Than McIntosh
[prev]
[next]