2022-09-13 |
cui fliter | strings: add a test case of growLen is negative |
commit | commitdiff | tree |
2022-09-13 |
Joel Sing | cmd/link: generate an error if the entry symbol cannot... |
commit | commitdiff | tree |
2022-09-13 |
Joe Tsai | time: optimize Parse for RFC3339 and RFC3339Nano |
commit | commitdiff | tree |
2022-09-13 |
Cuong Manh Le | runtime: replace stringStruct with unsafe.String where... |
commit | commitdiff | tree |
2022-09-13 |
Tobias Klauser | cmd/link/internal/ld, syscall: use libc based msync... |
commit | commitdiff | tree |
2022-09-13 |
Tobias Klauser | cmd/link/internal/ld: drop Go 1.12 compatibility on... |
commit | commitdiff | tree |
2022-09-13 |
Robert Griesemer | go/types, types2: don't print function parameter names... |
commit | commitdiff | tree |
2022-09-13 |
Robert Griesemer | go/types, types2: consistently use _UnsupportedFeature... |
commit | commitdiff | tree |
2022-09-13 |
Robert Griesemer | types2: provide error codes to error reporting |
commit | commitdiff | tree |
2022-09-09 |
Cuong Manh Le | internal/syscall/windows: simplify unsafe.Slice usage |
commit | commitdiff | tree |
2022-09-09 |
cuiweixie | cmd/go: record the -buildmode flag in debug.BuildInfo |
commit | commitdiff | tree |
2022-09-09 |
cui fliter | net/http: convert allowQuerySemicolonsInUse to atomic... |
commit | commitdiff | tree |
2022-09-09 |
Cuong Manh Le | sync: convert RWMutex.{readerCount,readerWait} to atomi... |
commit | commitdiff | tree |
2022-09-09 |
Cuong Manh Le | sync/atomic: reduce inlining cost for atomic types... |
commit | commitdiff | tree |
2022-09-09 |
Tobias Klauser | internal/poll, syscall: convert writev to direct libc... |
commit | commitdiff | tree |
2022-09-09 |
Tobias Klauser | runtime/race: also unmap memory if TestNonGoMemory... |
commit | commitdiff | tree |
2022-09-09 |
cui fliter | go/ast: use strings.Builder |
commit | commitdiff | tree |
2022-09-09 |
Andy Pan | internal/poll: drop redundant ENOSYS in CopyFileRange |
commit | commitdiff | tree |
2022-09-09 |
Andy Pan | os: add a test case of copying a file itself via io... |
commit | commitdiff | tree |
2022-09-09 |
Kir Kolyshkin | syscall: add CgroupFD support for ForkExec on Linux |
commit | commitdiff | tree |
2022-09-09 |
Tobias Klauser | syscall: use unsafe.Slice instead of unsafeheader package |
commit | commitdiff | tree |
2022-09-09 |
Abirdcfly | cmd/go/internal/modload: use atomic.Pointer for Require... |
commit | commitdiff | tree |
2022-09-09 |
Daniel Martí | go/printer: reduce allocations to improve performance |
commit | commitdiff | tree |
2022-09-09 |
Tobias Klauser | internal/syscall/windows: use unsafe.Slice instead... |
commit | commitdiff | tree |
2022-09-09 |
hopehook | all: transfer reflect.{SliceHeader, StringHeader} to... |
commit | commitdiff | tree |
2022-09-09 |
hopehook | reflect: deprecate SliceHeader and StringHeader |
commit | commitdiff | tree |
2022-09-09 |
Ian Lance Taylor | cmd/asm/internal/asm: don't set testOut in testErrors |
commit | commitdiff | tree |
2022-09-09 |
cui fliter | strconv: remove redundant type conversion |
commit | commitdiff | tree |
2022-09-08 |
Kir Kolyshkin | os: fix wrong error msg from TestDoubleCloseError |
commit | commitdiff | tree |
2022-09-08 |
Tobias Klauser | os: use unsafe.{Slice,StringData} instead of unsafehead... |
commit | commitdiff | tree |
2022-09-08 |
Joe Tsai | time: optimize FixedZone by caching unnamed zones by... |
commit | commitdiff | tree |
2022-09-08 |
hopehook | all: use unsafe.{Slice, SliceData, String, StringData... |
commit | commitdiff | tree |
2022-09-08 |
Robert Griesemer | spec: describe slice-to-array conversions |
commit | commitdiff | tree |
2022-09-08 |
Michael Anthony... | runtime: remove unused scanSize parameter to gcmarknewo... |
commit | commitdiff | tree |
2022-09-08 |
Michael Anthony... | runtime: use searchIdx in scavengeOne |
commit | commitdiff | tree |
2022-09-08 |
Michael Anthony... | runtime: make mheap.pagesInUse an atomic.Uintptr |
commit | commitdiff | tree |
2022-09-08 |
Michael Anthony... | runtime: remove alignment padding in mheap and pageAlloc |
commit | commitdiff | tree |
2022-09-08 |
Michael Anthony... | runtime: remove atomic store requirement on pageAlloc... |
commit | commitdiff | tree |
2022-09-08 |
Robert Griesemer | go/types, types2: implement slice-to-array conversions |
commit | commitdiff | tree |
2022-09-08 |
cuiweixie | database: convert Tx.done to atomic type |
commit | commitdiff | tree |
2022-09-08 |
Michael Anthony... | runtime: use atomic types in mspanset.go for alignment... |
commit | commitdiff | tree |
2022-09-08 |
Lynn Boger | cmd/compile/internal: merge rules in PPC64.rules |
commit | commitdiff | tree |
2022-09-08 |
cuiweixie | runtime/pprof: use strings.Builder |
commit | commitdiff | tree |
2022-09-08 |
cuiweixie | cmd/trace: use strings.Builder |
commit | commitdiff | tree |
2022-09-08 |
cuiweixie | cmd/pack: use strings.Builder |
commit | commitdiff | tree |
2022-09-08 |
cuiweixie | cmd/link: use strings.Builder |
commit | commitdiff | tree |
2022-09-08 |
cuiweixie | cmd/fix: use strings.Builder |
commit | commitdiff | tree |
2022-09-08 |
cuiweixie | cmd/dist: use strings.Builder |
commit | commitdiff | tree |
2022-09-08 |
cuiweixie | cmd/cover: use strings.Builder |
commit | commitdiff | tree |
2022-09-08 |
cuiweixie | cmd/cgo: use strings.Builder |
commit | commitdiff | tree |
2022-09-08 |
cuiweixie | cmd/asm: use strings.Builder |
commit | commitdiff | tree |
2022-09-08 |
cuiweixie | cmd/api: use strings.Builder |
commit | commitdiff | tree |
2022-09-08 |
Paul E. Murphy | debug/elf: define additional PPC64 ELFv2 relocations |
commit | commitdiff | tree |
2022-09-08 |
cuiweixie | runtime/race: use strings.Builder |
commit | commitdiff | tree |
2022-09-08 |
cuiweixie | text/template: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
cui fliter | internal: convert calls to atomic type |
commit | commitdiff | tree |
2022-09-07 |
Paul E. Murphy | cmd/asm: improve argument to obj.Prog assignment on... |
commit | commitdiff | tree |
2022-09-07 |
Paul E. Murphy | cmd/asm,cmd/internal/obj/ppc64: recognize ppc64 ISA... |
commit | commitdiff | tree |
2022-09-07 |
ruinan | cmd/compile: Add shiftIsBounded check for logic shifts... |
commit | commitdiff | tree |
2022-09-07 |
Kir Kolyshkin | os/exec: skip TestFindExecutableVsNoexec if mount failed |
commit | commitdiff | tree |
2022-09-07 |
Matthew Dempsky | cmd/compile/internal/noder: fix type switch case vars... |
commit | commitdiff | tree |
2022-09-07 |
Matthew Dempsky | test: add failing test case for inlined type switches |
commit | commitdiff | tree |
2022-09-07 |
Matthew Dempsky | test: fix typo in escape_unsafe.go |
commit | commitdiff | tree |
2022-09-07 |
Joe Tsai | reflect: fix stale Value.kind documentation |
commit | commitdiff | tree |
2022-09-07 |
Michael Pratt | debug/gosym: rename nameoff to nameOff to match runtime |
commit | commitdiff | tree |
2022-09-07 |
Michael Pratt | cmd/link/internal/ld: update _func names to match runtime |
commit | commitdiff | tree |
2022-09-07 |
Sean Liao | .github: update issue label for pkgsite-removal |
commit | commitdiff | tree |
2022-09-07 |
Michael Pratt | runtime: rename _func.entryoff to entryOff |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | cmd/vet: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
Michael Pratt | runtime: rename _func.nameoff and friends to nameOff |
commit | commitdiff | tree |
2022-09-07 |
Michael Pratt | runtime: rename inlinedCall.func_ to inlinedCall.nameOff |
commit | commitdiff | tree |
2022-09-07 |
Jinzhu | database/sql: simplify retry logic when the connection... |
commit | commitdiff | tree |
2022-09-07 |
Kir Kolyshkin | os: fix wrong error msg from TestReadClosed |
commit | commitdiff | tree |
2022-09-07 |
Cuong Manh Le | test: add regression test for issue 54911 |
commit | commitdiff | tree |
2022-09-07 |
cui fliter | go/parser: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | reflect: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | net/textproto: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
Ian Lance Taylor | Revert "sync: convert Once.done to atomic type" |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | testing: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | runtime: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | os: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | net/smtp: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | unicode/utf8: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
Joel Sing | cmd/compile: remove redundant SEQZ/SNEZ on riscv64 |
commit | commitdiff | tree |
2022-09-07 |
Joel Sing | cmd/compile: avoid zero extension after properly typed... |
commit | commitdiff | tree |
2022-09-07 |
Joel Sing | cmd/compile: improve Slicemask on riscv64 |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | syscall: simplify code using unsafe.Slice |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | runtime: simplify code using unsafe.{Slice,String} |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | strings: simplify code using unsafe.StringData |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | internal/fuzz: simplify code using unsafe.{SliceData... |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | bytes: simplify code using unsafe.SliceData |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | cmd/compile/internal/ssagen: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | cmd/compile/internal/ssa: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | cmd/compile/internal/pkginit: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | cmd/compile/internal/ir: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | crypto/x509/internal/macos: simplify code using unsafe... |
commit | commitdiff | tree |
2022-09-07 |
Andy Pan | net: fix a typo in BenchmarkSendFile |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | net/rpc/jsonrpc: use strings.Builder |
commit | commitdiff | tree |
2022-09-07 |
Kir Kolyshkin | os/exec: LookPath: use eaccess for exec check on linux |
commit | commitdiff | tree |
2022-09-07 |
cuiweixie | net/http: use strings.Builder |
commit | commitdiff | tree |
next |