| 2024-11-13 | Cherry Mui | cmd/internal/obj/wasm: correct return PC for frameless... | commit | commitdiff | tree | 
| 2024-11-13 | Russ Cox | cmd/dist: add more pie tests, fips tests | commit | commitdiff | tree | 
| 2024-11-13 | Robert Griesemer | go/types, types2: avoid errors due to missing methods... | commit | commitdiff | tree | 
| 2024-11-13 | Brad Fitzpatrick | cmd/go: enable GOCACHEPROG by default, without GOEXPERIMENT | commit | commitdiff | tree | 
| 2024-11-13 | Sean Liao | testing/slogtest: reuse results obtained from previous... | commit | commitdiff | tree | 
| 2024-11-13 | Sean Liao | runtime/pprof: note different between go test -memprofi... | commit | commitdiff | tree | 
| 2024-11-13 | Michael Anthony... | runtime: prevent weak->strong conversions during mark... | commit | commitdiff | tree | 
| 2024-11-13 | Constantin... | testing: replace CRLF by LF on windows before comparing... | commit | commitdiff | tree | 
| 2024-11-13 | David Chase | cmd/compile: change status of "bad iterator" panic | commit | commitdiff | tree | 
| 2024-11-13 | Michael Pratt | internal/runtime/maps: use match to skip non-full slots... | commit | commitdiff | tree | 
| 2024-11-13 | Michael Pratt | runtime: add benchmark of iteration over map with low... | commit | commitdiff | tree | 
| 2024-11-13 | Robert Griesemer | go/types: adjust type-checking of pointer types | commit | commitdiff | tree | 
| 2024-11-13 | Russ Cox | crypto/internal/fips/check: add new package | commit | commitdiff | tree | 
| 2024-11-13 | Keith Randall | cmd/asm: fix format string so vet doesn't complain | commit | commitdiff | tree | 
| 2024-11-13 | chenguoqi | cmd/internal/obj: add tool to generate Cnames string | commit | commitdiff | tree | 
| 2024-11-13 | Russ Cox | cmd/compile, cmd/link: add FIPS verification support | commit | commitdiff | tree | 
| 2024-11-13 | Russ Cox | runtime: reserve 4kB for system stack on windows-386 | commit | commitdiff | tree | 
| 2024-11-13 | Xiaolin Zhao | cmd/compile: wire up math/bits.TrailingZeros intrinsics... | commit | commitdiff | tree | 
| 2024-11-13 | Guoqi Chen | cmd/internal/obj/loong64: add support of VMOVQ and... | commit | commitdiff | tree | 
| 2024-11-13 | Tim King | cmd/compile/internal/importer: exportdata section ends... | commit | commitdiff | tree | 
| 2024-11-12 | Youlin Feng | runtime: fix iterator returns map entries after clear... | commit | commitdiff | tree | 
| 2024-11-12 | Tim King | cmd/compile/internal/noder,go/internal/gcimporter:... | commit | commitdiff | tree | 
| 2024-11-12 | Ian Lance Taylor | time: regenerate zoneinfo_abbrs_windows.go | commit | commitdiff | tree | 
| 2024-11-12 | Ian Lance Taylor | image/color/palette: add godoc link to generator program | commit | commitdiff | tree | 
| 2024-11-12 | Paul E. Murphy | cmd/compile/internal/ssa: improve carry addition rules... | commit | commitdiff | tree | 
| 2024-11-12 | shenleban tongying | doc/go_mem: fix broken paper link in go_mem.html | commit | commitdiff | tree | 
| 2024-11-12 | Emmanuel T... | cmd: update github.com/google/pprof dependencies | commit | commitdiff | tree | 
| 2024-11-12 | Guoqi Chen | cmd/compile: optimize math/bits.OnesCount{16,32,64... | commit | commitdiff | tree | 
| 2024-11-11 | Keith Randall | internal/runtime/maps: don't hash twice when deleting | commit | commitdiff | tree | 
| 2024-11-11 | Keith Randall | internal/runtime/maps: get rid of a few obsolete TODOs | commit | commitdiff | tree | 
| 2024-11-11 | sunnymilk | cmd/compile: keep variables alive in testing.B.Loop... | commit | commitdiff | tree | 
| 2024-11-11 | Cherry Mui | runtime, syscall: use pointer types on wasmimport functions | commit | commitdiff | tree | 
| 2024-11-11 | Russ Cox | crypto/internal/fips: avoid some non-relocatable global... | commit | commitdiff | tree | 
| 2024-11-11 | Cherry Mui | cmd/compile: allow more types for wasmimport/wasmexport... | commit | commitdiff | tree | 
| 2024-11-11 | Xiaolin Zhao | cmd/compile: wire up bits.Reverse intrinsics for loong64 | commit | commitdiff | tree | 
| 2024-11-11 | Guoqi Chen | cmd/internal/obj/loong64: switch Lookup function call... | commit | commitdiff | tree | 
| 2024-11-11 | Guoqi Chen | cmd/compiler,internal/runtime/atomic: optimize And... | commit | commitdiff | tree | 
| 2024-11-11 | Guoqi Chen | cmd/compiler,internal/runtime/atomic: optimize xchg... | commit | commitdiff | tree | 
| 2024-11-08 | Youlin Feng | cmd/compile: update comment for initLimit in prove... | commit | commitdiff | tree | 
| 2024-11-08 | Tim King | cmd/compile/internal/noder: replace recompile library... | commit | commitdiff | tree | 
| 2024-11-08 | Ian Lance Taylor | cmd/internal/goobj: regenerate builtinlist | commit | commitdiff | tree | 
| 2024-11-08 | Tim King | cmd/compile/internal/importer: drop support for indexed... | commit | commitdiff | tree | 
| 2024-11-08 | Emmanuel T... | encoding/json, text/template: use reflect.Value.Equal... | commit | commitdiff | tree | 
| 2024-11-08 | Xiaolin Zhao | cmd/asm: use single-instruction forms for all loong64... | commit | commitdiff | tree | 
| 2024-11-08 | Xiaolin Zhao | cmd/compile: implement FMA codegen for loong64 | commit | commitdiff | tree | 
| 2024-11-08 | Guoqi Chen | cmd/internal/obj/loong64: add {V,XV}PCNT.{B,H,W,D}... | commit | commitdiff | tree | 
| 2024-11-08 | Guoqi Chen | cmd/compile/internal: intrinsify publicationBarrier... | commit | commitdiff | tree | 
| 2024-11-08 | Guoqi Chen | cmd/compiler,internal/runtime/atomic: optimize xadd... | commit | commitdiff | tree | 
| 2024-11-07 | changwang ma | cmd/go/internal/lockedfile: fix function name in error... | commit | commitdiff | tree | 
| 2024-11-07 | Cherry Mui | runtime/cgo: use pthread_getattr_np on Android | commit | commitdiff | tree | 
| 2024-11-07 | Felix Geisendörfer | runtime/pprof: add label benchmark | commit | commitdiff | tree | 
| 2024-11-07 | Russ Cox | cmd/internal/objabi, cmd/link: introduce SymKind helper... | commit | commitdiff | tree | 
| 2024-11-07 | Russ Cox | cmd/internal/objabi, cmd/link: add FIPS symbol kinds | commit | commitdiff | tree | 
| 2024-11-07 | benbaker76 | debug/elf: add SHT_GNU_VERDEF section parsing | commit | commitdiff | tree | 
| 2024-11-07 | Keith Randall | runtime/race: treat map concurrent access detection... | commit | commitdiff | tree | 
| 2024-11-07 | Russ Cox | cmd/link: remove dummy argument from ld.Errorf | commit | commitdiff | tree | 
| 2024-11-07 | Russ Cox | cmd/internal/obj: replace obj.Addrel func with LSym... | commit | commitdiff | tree | 
| 2024-11-07 | Guoqi Chen | cmd/internal/obj/loong64: add {V,XV}SEQ.{B,H,W,D} instr... | commit | commitdiff | tree | 
| 2024-11-07 | Guoqi Chen | cmd/internal/obj/loong64: add {V,XV}LD/{V,XV}LDX/{V... | commit | commitdiff | tree | 
| 2024-11-07 | Guoqi Chen | cmd/compiler,internal/runtime/atomic: optimize Store... | commit | commitdiff | tree | 
| 2024-11-06 | Nigel Tao | image/jpeg: initialize dct_test constants at compile... | commit | commitdiff | tree | 
| 2024-11-06 | Srinivas Pokala | cmd/objdump: add s390x plan9 disasm support | commit | commitdiff | tree | 
| 2024-11-06 | Damien Neil | net/http: 308 redirects should use the previous hop... | commit | commitdiff | tree | 
| 2024-11-06 | Filippo Valsorda | crypto/internal/fips: fix Avo generators | commit | commitdiff | tree | 
| 2024-11-06 | Russ Cox | context: listen on localhost in example | commit | commitdiff | tree | 
| 2024-11-06 | Russ Cox | cmd/link/internal/ld: fix sort comparison | commit | commitdiff | tree | 
| 2024-11-06 | qmuntal | syscall: mark SyscallN as noescape | commit | commitdiff | tree | 
| 2024-11-06 | Damien Neil | net/http: handle new HTTP/2 error for 1xx limit exceeded | commit | commitdiff | tree | 
| 2024-11-06 | Xiaolin Zhao | cmd/compile: wire up Bswap/ReverseBytes intrinsics... | commit | commitdiff | tree | 
| 2024-11-06 | Xiaolin Zhao | cmd/compile: wire up math/bits.Len intrinsics for loong64 | commit | commitdiff | tree | 
| 2024-11-05 | Dmitri Shuralyov | all: update golang.org/x/sys [generated] | commit | commitdiff | tree | 
| 2024-11-05 | Damien Neil | net/http: add Protocols field to Server and Transport | commit | commitdiff | tree | 
| 2024-11-05 | Sam Thanawalla | cmd/go: add built in git mode for GOAUTH | commit | commitdiff | tree | 
| 2024-11-05 | Oleksandr Redko | io: simplify tests by removing redundant statements | commit | commitdiff | tree | 
| 2024-11-05 | Russ Cox | cmd/compile: fix an internal crash in embed | commit | commitdiff | tree | 
| 2024-11-05 | Ian Lance Taylor | io/fs: clarify that "." may only be used for root | commit | commitdiff | tree | 
| 2024-11-05 | Markus | net/internal/cgotest: don't try to use cgo with netgo... | commit | commitdiff | tree | 
| 2024-11-05 | Kristóf Havasi | internal/platform: fix 'reportsr' typo in comment | commit | commitdiff | tree | 
| 2024-11-05 | cuishuang | time: add examples for Since, Until, Abs and fix some... | commit | commitdiff | tree | 
| 2024-11-05 | Youlin Feng | cmd/compile: init limit for newly created value in... | commit | commitdiff | tree | 
| 2024-11-05 | qiulaidongfeng | cmd/go: fix typo in ExtraEnvVarsCostly | commit | commitdiff | tree | 
| 2024-11-05 | Youlin Feng | cmd/compile: optimize Ctz64 on 386 | commit | commitdiff | tree | 
| 2024-11-05 | Dmitri Shuralyov | time: accept "+01" in TestLoadFixed on OpenBSD | commit | commitdiff | tree | 
| 2024-11-05 | Xiaolin Zhao | cmd/compile: add loong64-specific inlining for runtime... | commit | commitdiff | tree | 
| 2024-11-05 | Xiaolin Zhao | hash/crc32: optimize the loong64 crc32 implementation | commit | commitdiff | tree | 
| 2024-11-04 | Robert Griesemer | go/types, types2: better error message when selecting... | commit | commitdiff | tree | 
| 2024-11-04 | Michael Matloob | cmd/go/internal/web: split interceptor into separate... | commit | commitdiff | tree | 
| 2024-11-04 | Nick Ripley | runtime/pprof: relax TestProfilerStackDepth | commit | commitdiff | tree | 
| 2024-11-04 | Cuong Manh Le | cmd/compile: fix mis-compilation with labeled fallthrough | commit | commitdiff | tree | 
| 2024-11-04 | Cuong Manh Le | cmd/compile: fix inlining name mangling for blank label | commit | commitdiff | tree | 
| 2024-11-04 | Youlin Feng | go/types, types2: print variadic argument in dotdotdot... | commit | commitdiff | tree | 
| 2024-11-04 | Alan Donovan | go/parser: set File{Start,End} correctly in all cases | commit | commitdiff | tree | 
| 2024-11-03 | Nigel Tao | image/jpeg: add more theHuffmanSpec comments | commit | commitdiff | tree | 
| 2024-11-02 | Meng Zhuo | slice, sort: correct triple of xorshift RNG | commit | commitdiff | tree | 
| 2024-11-02 | Ian Lance Taylor | cmd/dist, internal/syslist: update UnixOS comments | commit | commitdiff | tree | 
| 2024-11-02 | Xiaolin Zhao | cmd/asm: add support for loong64 FMA instructions | commit | commitdiff | tree | 
| 2024-11-01 | Ian Lance Taylor | cmd/go: permit linker flag -Wl,--push-state,--as-needed | commit | commitdiff | tree | 
| 2024-11-01 | changwang ma | runtime: fix out-of-date comment doc | commit | commitdiff | tree | 
| 2024-11-01 | cuishuang | bufio: add example for ReadFrom and remove unused code | commit | commitdiff | tree | 
| 2024-11-01 | Xiaolin Zhao | all: update golang.org/x/text to v0.19.0 | commit | commitdiff | tree | 
| next |