2024-07-30 |
David Chase | cmd/compile: add "deadlocals" pass to remove unused... |
commit | commitdiff | tree |
2024-07-30 |
David Chase | cmd/compile/internal/ir: add DoChildrenWithHidden |
commit | commitdiff | tree |
2024-07-30 |
David Chase | cmd/compile: verify that rangefunc assigning to no... |
commit | commitdiff | tree |
2024-07-30 |
Mateusz Poliwczak | encoding: add TextAppender and BinaryAppender |
commit | commitdiff | tree |
2024-07-30 |
Julian Dax | cmd/go/internal/test: update documentation for the... |
commit | commitdiff | tree |
2024-07-30 |
Than McIntosh | internal/coverage: add internal/stringslite to hard... |
commit | commitdiff | tree |
2024-07-30 |
Than McIntosh | cmd/link: add variable_parameter attr to functype outparams |
commit | commitdiff | tree |
2024-07-30 |
Austin Clements | runtime: delete TestDebugLogBuild |
commit | commitdiff | tree |
2024-07-30 |
Austin Clements | runtime: run debuglog tests when debuglog tag is *not... |
commit | commitdiff | tree |
2024-07-30 |
Austin Clements | runtime: switch debuglog from const-toggled to type... |
commit | commitdiff | tree |
2024-07-30 |
Austin Clements | runtime: rename dlogger to dloggerImpl |
commit | commitdiff | tree |
2024-07-30 |
limeidan | cmd/internal/obj/loong64, cmd/asm: remove useless instr... |
commit | commitdiff | tree |
2024-07-30 |
limeidan | cmd/internal/obj/loong64: remove unuseless functions |
commit | commitdiff | tree |
2024-07-30 |
limeidan | cmd/internal/obj/loong64: fixed operand assignment... |
commit | commitdiff | tree |
2024-07-30 |
limeidan | cmd/internal/obj: add stmt prologueEnd to DWARF for... |
commit | commitdiff | tree |
2024-07-30 |
limeidan | cmd/internal/obj/loong64: return an error when getting... |
commit | commitdiff | tree |
2024-07-29 |
Damien Neil | net/http: don't write HEAD response body in ResponseWri... |
commit | commitdiff | tree |
2024-07-29 |
apocelipes | cmd,log,net,runtime: simplify string prefix and suffix... |
commit | commitdiff | tree |
2024-07-29 |
Damien Neil | net/http: don't write body for HEAD responses in Respon... |
commit | commitdiff | tree |
2024-07-29 |
Than McIntosh | cmd/compile: add script testing facility for compiler use |
commit | commitdiff | tree |
2024-07-29 |
Than McIntosh | cmd/link: add script testing facility for linker use |
commit | commitdiff | tree |
2024-07-29 |
Than McIntosh | cmd/internal/script/scriptest: add new apis for tool... |
commit | commitdiff | tree |
2024-07-29 |
Than McIntosh | cmd: relocate cmd/go/internal/script to cmd/internal... |
commit | commitdiff | tree |
2024-07-29 |
Than McIntosh | cmd: extract cmd/go's cfg.LookPath into separate pathca... |
commit | commitdiff | tree |
2024-07-29 |
Than McIntosh | cmd: consolidate "known" os/arch tables into separate... |
commit | commitdiff | tree |
2024-07-29 |
Than McIntosh | cmd: relocate cmd/go/internal/robustio to cmd/internal... |
commit | commitdiff | tree |
2024-07-29 |
Than McIntosh | cmd: relocate cmd/go/internal/par to cmd/internal/par |
commit | commitdiff | tree |
2024-07-29 |
Michael Pratt | debug/buildinfo: add test for malformed strings |
commit | commitdiff | tree |
2024-07-29 |
Michael Pratt | debug/buildinfo: add old-Go and not-Go tests |
commit | commitdiff | tree |
2024-07-29 |
Michael Pratt | debug/buildinfo: improve format documentation |
commit | commitdiff | tree |
2024-07-29 |
Nick Ripley | internal/trace: reduce event size by packing goroutine... |
commit | commitdiff | tree |
2024-07-29 |
Cuong Manh Le | test: add open-coded defer tests for too many exits... |
commit | commitdiff | tree |
2024-07-29 |
limeidan | cmd/internal/obj/loong64, cmd/asm: remove invalid optab... |
commit | commitdiff | tree |
2024-07-29 |
Zxilly | cmd/go: remove comparison that is always true |
commit | commitdiff | tree |
2024-07-29 |
Meng Zhuo | cmd/compile: drop TODO in NilCheck for riscv64 |
commit | commitdiff | tree |
2024-07-29 |
Xiaolin Zhao | cmd/asm: change register type for loong64 floating... |
commit | commitdiff | tree |
2024-07-27 |
limeidan | cmd/link/internal/loadelf: remove useless relocation... |
commit | commitdiff | tree |
2024-07-27 |
limeidan | cmd/link: pass architecture to isPLTCall |
commit | commitdiff | tree |
2024-07-27 |
Guoqi Chen | cmd/internal/obj/loong64: add CPUCFG instructions support |
commit | commitdiff | tree |
2024-07-27 |
Kir Kolyshkin | os: rm unused code |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: add test for receiver type parameters |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: completely rewrite method receiver... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: adjust Checker.unpackRecv signature... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: fix test name (for debugging) |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: report type name in comp. literal... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: remove superfluous if statement ... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: factor out method receiver validation |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: slightly reorganize method receiver... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | cmd/compile/internal/types2: use syntax.EndPos instead... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: use ":" as start of implicit type... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: cleanup of code handling type switch... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: factor out list substitution code... |
commit | commitdiff | tree |
2024-07-26 |
Austin Clements | runtime: allow experimental trace batches to be reused |
commit | commitdiff | tree |
2024-07-26 |
Cuong Manh Le | runtime: remove darwin-amd64-10_14 builder check |
commit | commitdiff | tree |
2024-07-26 |
Dmitri Shuralyov | net: unskip TestUDPZeroBytePayload on Darwin |
commit | commitdiff | tree |
2024-07-26 |
Cuong Manh Le | cmd/compile, reflect: treat abi.NoEscape as cheap call |
commit | commitdiff | tree |
2024-07-26 |
Cuong Manh Le | go/internal/gcimporter: cleanup test code pre Unified IR |
commit | commitdiff | tree |
2024-07-26 |
Cuong Manh Le | cmd/compile: cleanup test code pre Unified IR |
commit | commitdiff | tree |
2024-07-26 |
Cuong Manh Le | types2, go/types: fix instantiation of named type with... |
commit | commitdiff | tree |
2024-07-25 |
HeGaoYuan | cmd/compile/internal/types: fix typo in comment |
commit | commitdiff | tree |
2024-07-25 |
Chen Su | encoding/gob: fix package doc typo for wireType |
commit | commitdiff | tree |
2024-07-25 |
Michael Anthony... | runtime: allow the tracer to be reentrant |
commit | commitdiff | tree |
2024-07-25 |
apocelipes | archive: use slices and maps to clean up tests |
commit | commitdiff | tree |
2024-07-25 |
apocelipes | encoding: use slices and maps to clean up tests |
commit | commitdiff | tree |
2024-07-25 |
apocelipes | os,path/filepath,testing: use slices to clean up tests |
commit | commitdiff | tree |
2024-07-25 |
apocelipes | runtime: use slices and maps to clean up tests |
commit | commitdiff | tree |
2024-07-25 |
apocelipes | go,internal,io,mime: use slices and maps to clean tests |
commit | commitdiff | tree |
2024-07-25 |
apocelipes | net: use slices and maps to clean up tests |
commit | commitdiff | tree |
2024-07-24 |
Dmitri Shuralyov | doc/next: use relative link to Go issue |
commit | commitdiff | tree |
2024-07-24 |
Roland Shoemaker | internal/cpu: add DIT detection on arm64 |
commit | commitdiff | tree |
2024-07-24 |
Roland Shoemaker | cmd/internal/obj/arm64: support MSR DIT |
commit | commitdiff | tree |
2024-07-24 |
apocelipes | bytes,strings,unicode/utf16: use slices to clean up... |
commit | commitdiff | tree |
2024-07-24 |
Damien Neil | os: document CopyFS behavior for symlinks in destination |
commit | commitdiff | tree |
2024-07-24 |
apocelipes | crypto/x509,embed: use slices to clean up tests |
commit | commitdiff | tree |
2024-07-24 |
guoguangwu | cmd/compile: fix typo in comment |
commit | commitdiff | tree |
2024-07-24 |
Koichi Shiraishi | internal/trace/event: fix typo in comment |
commit | commitdiff | tree |
2024-07-24 |
Bryan Boreham | regexp: allow patterns with no alternates to be one... |
commit | commitdiff | tree |
2024-07-24 |
Ian Lance Taylor | encoding/json: rewrite interface{} to any |
commit | commitdiff | tree |
2024-07-24 |
Cuong Manh Le | test: add test cases for local not-in-heap types |
commit | commitdiff | tree |
2024-07-24 |
Cuong Manh Le | test: re-enabled fixedbugs/notinheap.go test |
commit | commitdiff | tree |
2024-07-24 |
Cuong Manh Le | cmd/compile: restore not-in-heap check for map/channel... |
commit | commitdiff | tree |
2024-07-23 |
Cuong Manh Le | cmd/compile: run checkbce after fuseLate pass |
commit | commitdiff | tree |
2024-07-23 |
Cuong Manh Le | cmd/compile: prevent un-necessary wrapping in switch... |
commit | commitdiff | tree |
2024-07-23 |
Dmitri Shuralyov | cmd/pprof: update vendored github.com/google/pprof |
commit | commitdiff | tree |
2024-07-23 |
Dmitri Shuralyov | cmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH... |
commit | commitdiff | tree |
2024-07-23 |
Keith Randall | cmd/compile: make sync/atomic AND/OR operations intrins... |
commit | commitdiff | tree |
2024-07-23 |
Keith Randall | cmd/compile: fix typing of atomic logical operations |
commit | commitdiff | tree |
2024-07-23 |
Keith Randall | cmd/cgo: error on multiple incompatible function declar... |
commit | commitdiff | tree |
2024-07-23 |
Keith Randall | cmd/compile: don't treat an InlMark as a read during... |
commit | commitdiff | tree |
2024-07-23 |
Keith Randall | cmd/compile: store constant floats using integer constants |
commit | commitdiff | tree |
2024-07-23 |
Dmitri Shuralyov | all: update vendored dependencies |
commit | commitdiff | tree |
2024-07-23 |
Martin Garton | encoding/binary: add missing test helper calls |
commit | commitdiff | tree |
2024-07-23 |
David Chase | runtime,internal: move runtime/internal/sys to internal... |
commit | commitdiff | tree |
2024-07-23 |
David Chase | runtime,internal: move runtime/internal/math to interna... |
commit | commitdiff | tree |
2024-07-23 |
Cuong Manh Le | runtime: remove VZEROUPPER in asyncPreempt on darwin... |
commit | commitdiff | tree |
2024-07-23 |
Jakob Gillich | cmd/link: raise pe export cap to 65535 |
commit | commitdiff | tree |
2024-07-23 |
Michael Anthony... | cmd/trace: merge testdata debugging tools into the... |
commit | commitdiff | tree |
2024-07-22 |
rhysd | os: check relative paths in UserConfigDir and UserCacheDir |
commit | commitdiff | tree |
2024-07-22 |
guoguangwu | cmd/compile: use raw strings to avoid double escapes |
commit | commitdiff | tree |
2024-07-22 |
Cuong Manh Le | cmd/compile: simplify outerfn check in closureName |
commit | commitdiff | tree |
next |