2022-09-15 |
Cherry Mui | cmd/link: stop passing -pagezero_size to darwin linker |
commit | commitdiff | tree |
2022-09-15 |
Keith Randall | runtime/race: introduce subarch versioning of race... |
commit | commitdiff | tree |
2022-09-15 |
Tobias Klauser | cmd, syscall: use syscall.Mmap on solaris for Go ≥... |
commit | commitdiff | tree |
2022-09-14 |
Kévin Dunglas | net/http/httputil: forward 1xx responses in ReverseProxy |
commit | commitdiff | tree |
2022-09-14 |
Emmanuel T... | all: remove unnecessary allocations from w.WriteString... |
commit | commitdiff | tree |
2022-09-14 |
Ali Yousefi... | go/types, types2: improve readability of _InvalidUntype... |
commit | commitdiff | tree |
2022-09-14 |
Anuraag Agrawal | strings: reuse the input string for Repeat count of 1 |
commit | commitdiff | tree |
2022-09-14 |
Ian Lance Taylor | go/build: remove unnecessary copies of package variables |
commit | commitdiff | tree |
2022-09-14 |
Bryan C. Mills | cmd/go/testdata/script: remove reference to fixed issue |
commit | commitdiff | tree |
2022-09-14 |
Ian Lance Taylor | path/filepath: document that WalkDir uses OS paths |
commit | commitdiff | tree |
2022-09-14 |
Tobias Klauser | all: move //go:build lines below copyright notice |
commit | commitdiff | tree |
2022-09-14 |
jiepeng | cmd/go/internal/vcs: replace [A-Za-z0-9_] with \w in... |
commit | commitdiff | tree |
2022-09-13 |
Cherry Mui | cmd/compile: don't use R25 as input for LoweredMove... |
commit | commitdiff | tree |
2022-09-13 |
cui fliter | runtime: convert timer.status to atomic type |
commit | commitdiff | tree |
2022-09-13 |
Vladimir Varankin | net/http: make DefaultTransport docs about HTTP proxy... |
commit | commitdiff | tree |
2022-09-13 |
Cuong Manh Le | reflect: move benchmarks to its own file |
commit | commitdiff | tree |
2022-09-13 |
Leonard Wang | runtime: set userForced while holding gcsema |
commit | commitdiff | tree |
2022-09-13 |
Cuong Manh Le | syscall: simplify unsafe.Slice usage |
commit | commitdiff | tree |
2022-09-13 |
Joel Sing | cmd/internal/objabi: declare HeadType String on a non... |
commit | commitdiff | tree |
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 |
next |