| 2024-07-31 | aimuz | net: replace sort with slices for address and DNS recor... | commit | commitdiff | tree | 
| 2024-07-31 | Robert Griesemer | go/types, types2: factor out typechecker-specific code... | commit | commitdiff | tree | 
| 2024-07-31 | Russ Cox | time: optimize time <-> date conversions | commit | commitdiff | tree | 
| 2024-07-31 | Robert Griesemer | go/types, types2: move type recording functionality... | commit | commitdiff | tree | 
| 2024-07-31 | Michael Pratt | reflect: add flag tests for MapOf | commit | commitdiff | tree | 
| 2024-07-31 | Robert Griesemer | go/types, types2: record type parameters in receiver... | commit | commitdiff | tree | 
| 2024-07-31 | Cuong Manh Le | cmd/compile: add comment for the context on mismatch... | commit | commitdiff | tree | 
| 2024-07-31 | Sam Thanawalla | cmd/go: fix windows test failure for test_buildinfo_god... | commit | commitdiff | tree | 
| 2024-07-31 | Manuel Sabin | crypto/internal/cryptotest: add tests for the cipher... | commit | commitdiff | tree | 
| 2024-07-31 | limeidan | cmd/internal/obj/loong64: optimize instruction implemen... | commit | commitdiff | tree | 
| 2024-07-31 | limeidan | cmd/internal/obj/loong64: remove case 17 in func asmout | commit | commitdiff | tree | 
| 2024-07-31 | limeidan | cmd/internal/obj/loong64: rename Class to represent... | commit | commitdiff | tree | 
| 2024-07-31 | David Chase | cmd/compile: fix order of map iteration in deadlocals | commit | commitdiff | tree | 
| 2024-07-31 | Michael Pratt | debug/buildinfo: reuse buffer in searchMagic | commit | commitdiff | tree | 
| 2024-07-31 | Michael Pratt | debug/buildinfo: read data in chunks | commit | commitdiff | tree | 
| 2024-07-31 | Than McIntosh | cmd: add README generation for compiler + linker script... | commit | commitdiff | tree | 
| 2024-07-31 | Than McIntosh | cmd/internal/script: new hook for adding in toolchain... | commit | commitdiff | tree | 
| 2024-07-30 | Robert Griesemer | go/types: record pointer and parentheses in receiver... | commit | commitdiff | tree | 
| 2024-07-30 | Sean Liao | net/http: match os.File.Readdir behavior in DotFileHiding | commit | commitdiff | tree | 
| 2024-07-30 | Ian Lance Taylor | cmd/cgo/internal/testsanitizers: avoid clang error... | commit | commitdiff | tree | 
| 2024-07-30 | Mateusz Poliwczak | go/printer: correct cindex meaning in commentInfo comments | commit | commitdiff | tree | 
| 2024-07-30 | Michael Matloob | cmd/go/internal/load: recompute test variant's build... | commit | commitdiff | tree | 
| 2024-07-30 | Austin Clements | runtime: make TestDebugLogInterleaving much more robust | commit | commitdiff | tree | 
| 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 | 
| next |