| 2022-09-01 | 
Daniel Martà | cmd/go: support long commands in asm and cgo | 
commit | commitdiff | tree | 
| 2022-09-01 | 
Cuong Manh Le | go/types,types2: exclude tests that need cgo.Incomplete | 
commit | commitdiff | tree | 
| 2022-09-01 | 
Joe Tsai | reflect: fix Value.SetIterXXX to check for the read...  | 
commit | commitdiff | tree | 
| 2022-09-01 | 
Cuong Manh Le | test: use cgo.Incomplete instead of go:notinheap for...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Matthew Dempsky | cmd/compile: reject not-in-heap types as type arguments | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Matthew Dempsky | cmd/compile: use HaveInlineBody for unified IR | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Keith Randall | cmd/compile: combine multiple rotate instructions | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Keith Randall | cmd/compile: redo mknode.go | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Keith Randall | cmd/compile: use better splitting condition for string...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Keith Randall | cmd/compile: tighten bounds for induction variables...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
cuiweixie | runtime: convert consistentHeapStats.gen to atomic...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Cuong Manh Le | cmd/dist: disable cgo when testing internal linking...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Wayne Zuo | cmd/compile: simplify bounded shift on riscv64 | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Joel Sing | cmd/compile: remove NEG when used with SEQZ/SNEZ on...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Joel Sing | cmd/compile: avoid extending floating point comparision...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Joel Sing | cmd/compile: avoid extending when already sufficiently...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
cuiweixie | runtime: convert rwmutex.{readerCount,readerWait} to...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
cuiweixie | cmd/compile: add support for unsafe.{String,StringData...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
cuiweixie | runtime: convert worldIsStopped to atomic type | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Tobias Klauser | internal/poll, internal/syscall/unix, net, runtime...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Archana R | cmd/asm: fix condition check to work on ppc64 | 
commit | commitdiff | tree | 
| 2022-08-31 | 
eric fang | cmd/internal/obj/arm64: allow transition from $0 to...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
bqyang | runtime: fix comment typo in mpagealloc.go | 
commit | commitdiff | tree | 
| 2022-08-31 | 
cuiweixie | runtime: convert semaRoot.nwait to atomic type | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Andy Pan | runtime: convert p.numTimers and p.deletedTimers to...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
cuiweixie | runtime: convert sig.{state,delivering} to atomic type | 
commit | commitdiff | tree | 
| 2022-08-31 | 
cuiweixie | runtime: convert mcache.flushGen to atomic type | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Andy Pan | runtime: convert mOS.profileTimerValid to internal...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Andy Pan | runtime: convert workType.cycles to internal atomic...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Andy Pan | runtime: convert extram and extraMWaiters to internal...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Sean Liao | net/http/pprof: link docs to runtime/pprof | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Wayne Zuo | cmd/compile: teach prove about bitwise OR operation | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Wayne Zuo | cmd/compile: derive relation between x+delta and x...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Khaled Yakdan | cmd/compile: avoid excessive libfuzzer instrumentation...  | 
commit | commitdiff | tree | 
| 2022-08-31 | 
shaoliming | cmd/compile/internal/noder: reuse package scope's names | 
commit | commitdiff | tree | 
| 2022-08-31 | 
Cuong Manh Le | reflect: use cgo.Incomplete instead of go:notinheap...  | 
commit | commitdiff | tree | 
| 2022-08-30 | 
Keith Randall | cmd/compile: regenerate node_gen.go | 
commit | commitdiff | tree | 
| 2022-08-30 | 
cuiweixie | testing: increment tempDirSeq non-atomically | 
commit | commitdiff | tree | 
| 2022-08-30 | 
Zeke Lu | cmd/go/internal/imports: recognize "unix" build tag | 
commit | commitdiff | tree | 
| 2022-08-30 | 
Cuong Manh Le | cmd/compile: only inline method wrapper if method don...  | 
commit | commitdiff | tree | 
| 2022-08-30 | 
Cuong Manh Le | cmd/compile: fix unified IR shapifying recursive instan...  | 
commit | commitdiff | tree | 
| 2022-08-30 | 
cuiweixie | cmd/go: go clean should not accept flags like -modcache...  | 
commit | commitdiff | tree | 
| 2022-08-30 | 
Archana R | cmd/asm: add new classification for index memory operan...  | 
commit | commitdiff | tree | 
| 2022-08-30 | 
Meng Zhuo | crypto/sha512: optimize ARM64 sha512 implemention | 
commit | commitdiff | tree | 
| 2022-08-30 | 
Wayne Zuo | cmd/compile: intrinsify RotateLeft{32,64} on loong64 | 
commit | commitdiff | tree | 
| 2022-08-30 | 
Wayne Zuo | cmd/internal/obj/loong64: add ROTR, ROTRV instructions...  | 
commit | commitdiff | tree | 
| 2022-08-30 | 
Cuong Manh Le | cmd/compile: fix wrong position when rewriting to OpArg...  | 
commit | commitdiff | tree | 
| 2022-08-30 | 
Cuong Manh Le | reflect: clarify Value.Equal behavior for non-comparabl...  | 
commit | commitdiff | tree | 
| 2022-08-29 | 
Bryan C. Mills | cmd/go: skip gccgo cgo tests in TestScript/build_overlay | 
commit | commitdiff | tree | 
| 2022-08-29 | 
Bryan C. Mills | cmd/go/internal/modfetch: distinguish "unsupported...  | 
commit | commitdiff | tree | 
| 2022-08-29 | 
cuiweixie | context: convert goroutines to atomic type | 
commit | commitdiff | tree | 
| 2022-08-29 | 
cuiweixie | testing: convert common.hasSub to atomic type | 
commit | commitdiff | tree | 
| 2022-08-29 | 
Joe Tsai | sync: switch Map to use atomic.Pointer | 
commit | commitdiff | tree | 
| 2022-08-29 | 
Dan Kortschak | debug/macho: use saferio to allocate Load and Symbol...  | 
commit | commitdiff | tree | 
| 2022-08-29 | 
byarbrough | testing: explain using a _test package | 
commit | commitdiff | tree | 
| 2022-08-29 | 
Andy Pan | internal/poll: use sync.Once instead to guard CopyFileR...  | 
commit | commitdiff | tree | 
| 2022-08-29 | 
Tobias Klauser | time: use internal/itoa | 
commit | commitdiff | tree | 
| 2022-08-29 | 
Dan Kortschak | debug/elf: validate offset and file size ranges | 
commit | commitdiff | tree | 
| 2022-08-29 | 
Andy Pan | net: add the missing OS Darwin in the comment of sendFile | 
commit | commitdiff | tree | 
| 2022-08-29 | 
Zeke Lu | cmd/go/internal/modfetch: report error on failing to...  | 
commit | commitdiff | tree | 
| 2022-08-29 | 
Joe Tsai | time: add fuzz test for Time.appendFormatRFC3339 | 
commit | commitdiff | tree | 
| 2022-08-29 | 
Ikko Ashimine | internal/trace: fix typo in goroutines.go | 
commit | commitdiff | tree | 
| 2022-08-29 | 
Pascal S. de...  | net/http: FileServer method check + minimal OPTIONS...  | 
commit | commitdiff | tree | 
| 2022-08-29 | 
eric fang | cmd/compile/obj/arm64: fix encoding error of FMOVD...  | 
commit | commitdiff | tree | 
| 2022-08-29 | 
Cuong Manh Le | reflect: simplify array value comparable check | 
commit | commitdiff | tree | 
| 2022-08-29 | 
Nigel Tao | image/png: allow both PLTE and tRNS chunks for TrueColor | 
commit | commitdiff | tree | 
| 2022-08-29 | 
cuiweixie | testing: convert numFailed to atomic type | 
commit | commitdiff | tree | 
| 2022-08-29 | 
ianwoolf | cmd/go/internal/modload: return error when duplicate...  | 
commit | commitdiff | tree | 
| 2022-08-29 | 
David Chase | debug/pe: check size in uint64 to avoid overflow | 
commit | commitdiff | tree | 
| 2022-08-28 | 
Cuong Manh Le | cmd/cgo: add and use runtime/cgo.Incomplete instead...  | 
commit | commitdiff | tree | 
| 2022-08-27 | 
Wayne Zuo | cmd/compile: intrinsify Sub64 on riscv64 | 
commit | commitdiff | tree | 
| 2022-08-27 | 
Wayne Zuo | cmd/compile: intrinsify Add64 on riscv64 | 
commit | commitdiff | tree | 
| 2022-08-27 | 
Jianwei Mao | net: add FlagRunning to exactly reflect the states...  | 
commit | commitdiff | tree | 
| 2022-08-27 | 
Paul E. Murphy | debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DS | 
commit | commitdiff | tree | 
| 2022-08-26 | 
ianwoolf | net: Resolver.LookupIP return error for empty string | 
commit | commitdiff | tree | 
| 2022-08-26 | 
cuiweixie | reflect: add Value.{Comparable,Equal} | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Lynn Boger | cmd/compile: fix score for Select{0,1} with type flags | 
commit | commitdiff | tree | 
| 2022-08-26 | 
cuiweixie | net/http: don't panic on very large MaxBytesReaderLimit | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Archana R | runtime: add address sanitizer support for ppc64le | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Lynn Boger | cmd/compile: remove branch in atomicCas{32,64} sequence...  | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Alex Studer | net/http: mention io.Seeker requirement in FS documentation | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Akshay Shah | net/http: add errors.As support for x/net/http2.StreamError | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Cuong Manh Le | runtime: drop padding alignment field for timeHistogram | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Paschalis Tsilias | mime: allow duplicate media type parameters with equiva...  | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Andy Pan | runtime: mark all methods of atomic types with go:nosplit | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Andy Pan | internal/poll: optimize the maximum amount of bytes...  | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Cuong Manh Le | runtime: remove gcCPULimiterState padding for atomic...  | 
commit | commitdiff | tree | 
| 2022-08-26 | 
hopehook | cmd/go/internal/modload: convert atomicLoadPkgFlags...  | 
commit | commitdiff | tree | 
| 2022-08-26 | 
hopehook | cmd/go/internal/trace: convert traceStarted to atomic...  | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Dan Kortschak | debug/macho: use saferio to read segment and section...  | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Zeke Lu | cmd/go/internal/imports: include ToolTags in the Tags map | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Ludi Rehak | cmd/go/internal/par: change cacheEntry.done type to...  | 
commit | commitdiff | tree | 
| 2022-08-26 | 
ianwoolf | cmd/test2json: add signal handler | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Joe Tsai | reflect: add Value.SetZero | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Andy Pan | runtime: convert forcegcstate.idle to internal atomic...  | 
commit | commitdiff | tree | 
| 2022-08-26 | 
hopehook | runtime: convert g.selectDone to atomic type | 
commit | commitdiff | tree | 
| 2022-08-26 | 
hopehook | runtime: convert notifyList.wait to atomic type | 
commit | commitdiff | tree | 
| 2022-08-26 | 
hopehook | runtime: convert dlogger.owned to atomic type | 
commit | commitdiff | tree | 
| 2022-08-26 | 
hopehook | runtime: convert p.statsSeq to internal atomic type | 
commit | commitdiff | tree | 
| 2022-08-26 | 
Cherry Mui | cmd/compile: align stack offset to alignment larger...  | 
commit | commitdiff | tree | 
| next |