2021-11-05 |
zhouguangyuan | time: fix looking for zone offset when date is close... |
commit | commitdiff | tree |
2021-11-05 |
jiahua wang | time: add some examples |
commit | commitdiff | tree |
2021-11-05 |
smasher164 | strings, bytes: deprecate Title |
commit | commitdiff | tree |
2021-11-05 |
Dan Kortschak | debug/plan9obj: export ErrNoSymbols |
commit | commitdiff | tree |
2021-11-05 |
jiahua wang | bytes: add example with (*Buffer).Cap, (*Buffer).Read... |
commit | commitdiff | tree |
2021-11-05 |
Charlie Getzen | net/http: distinguish between timeouts and client hangu... |
commit | commitdiff | tree |
2021-11-05 |
zhouguangyuan | time: make Ticker.Reset(0) panic |
commit | commitdiff | tree |
2021-11-05 |
Keiichi Hirobe | net/http: fix comment of writeRequest |
commit | commitdiff | tree |
2021-11-05 |
Austin Clements | runtime: fix racy stackForceMove check |
commit | commitdiff | tree |
2021-11-05 |
Bryan C. Mills | cmd/go: don't assume case-insensitivity in TestScript... |
commit | commitdiff | tree |
2021-11-05 |
Lynn Boger | crypt/aes: update formatting of ppc64le asm comments |
commit | commitdiff | tree |
2021-11-05 |
Paul E. Murphy | cmd/link: enable internal linking of PIE binaries on... |
commit | commitdiff | tree |
2021-11-05 |
Filippo Valsorda | crypto/elliptic: port P-224 and P-384 to fiat-crypto |
commit | commitdiff | tree |
2021-11-05 |
Bryan C. Mills | runtime: skip TestNoShrinkStackWhileParking on netbsd... |
commit | commitdiff | tree |
2021-11-05 |
Michael Anthony... | runtime: make consistentHeapStats acquire/release nosplit |
commit | commitdiff | tree |
2021-11-05 |
Michael Anthony... | runtime: pace the scavenger according to 1% of overall... |
commit | commitdiff | tree |
2021-11-05 |
Michael Anthony... | runtime: use a controller to control the scavenge rate |
commit | commitdiff | tree |
2021-11-05 |
Michael Anthony... | runtime: add harddecommit GODEBUG flag |
commit | commitdiff | tree |
2021-11-05 |
Michael Anthony... | runtime: don't hold the heap lock while scavenging |
commit | commitdiff | tree |
2021-11-05 |
Tobias Klauser | syscall: fix mkall.sh for openbsd/386 |
commit | commitdiff | tree |
2021-11-05 |
Josh Bleecher... | net/netip: optimize As4 and As16 |
commit | commitdiff | tree |
2021-11-05 |
Dan Scales | runtime: fix a lock rank ordering and some edges. |
commit | commitdiff | tree |
2021-11-05 |
Brad Fitzpatrick | net/netip: don't accept ParseAddr with leading zeros |
commit | commitdiff | tree |
2021-11-05 |
Cherry Mui | runtime: mark TestTracebackArgs test functions nosplit |
commit | commitdiff | tree |
2021-11-05 |
Cuong Manh Le | cmd/compile: only update source type when processing... |
commit | commitdiff | tree |
2021-11-05 |
Brad Fitzpatrick | net: skip new alloc test on some builders |
commit | commitdiff | tree |
2021-11-05 |
Matthew Dempsky | cmd/compile: gracefully fallback when inline bodies... |
commit | commitdiff | tree |
2021-11-05 |
Andy Pan | internal/poll: fix the wrong function names in comments |
commit | commitdiff | tree |
2021-11-05 |
lgbgbl | bufio: fix typo in comment |
commit | commitdiff | tree |
2021-11-05 |
Filippo Valsorda | crypto/ecdsa: draw a fixed amount of entropy while... |
commit | commitdiff | tree |
2021-11-05 |
Austin Clements | runtime: add a maymorestack hook that moves the stack |
commit | commitdiff | tree |
2021-11-05 |
Austin Clements | runtime: add always-preempt maymorestack hook |
commit | commitdiff | tree |
2021-11-05 |
Austin Clements | cmd/{asm,compile,internal/obj}: add "maymorestack"... |
commit | commitdiff | tree |
2021-11-05 |
Austin Clements | cmd/compile,cmd/internal/objabi: move -d flag parser... |
commit | commitdiff | tree |
2021-11-04 |
Jason A. Donenfeld | runtime: use correct constant when computing nsec remainder |
commit | commitdiff | tree |
2021-11-04 |
Michael Anthony... | sync/atomic: disable GC during TestHammerStoreLoad |
commit | commitdiff | tree |
2021-11-04 |
Josh Bleecher... | net: add UDP allocs test |
commit | commitdiff | tree |
2021-11-04 |
Josh Bleecher... | internal/poll: re-use RawSockaddrAny buffers across... |
commit | commitdiff | tree |
2021-11-04 |
Josh Bleecher... | net: pass around pointers to SockaddrInetN |
commit | commitdiff | tree |
2021-11-04 |
Josh Bleecher... | net: remove the alloc from ReadMsgUDPAddrPort |
commit | commitdiff | tree |
2021-11-04 |
Josh Bleecher... | net: remove the alloc from WriteMsgUDPAddrPort |
commit | commitdiff | tree |
2021-11-04 |
Michael Anthony... | runtime: fix hard goal calculation |
commit | commitdiff | tree |
2021-11-04 |
Matthias Dötsch | cmd/go: clarify errors for pseudo-version commit length |
commit | commitdiff | tree |
2021-11-04 |
Bryan C. Mills | cmd/go: ensure that 'go test' prints the FAIL line... |
commit | commitdiff | tree |
2021-11-04 |
Simon Law | test: fix indentation for -shuffle help text |
commit | commitdiff | tree |
2021-11-04 |
Bryan C. Mills | cmd/go: download fewer dependencies in 'go mod download' |
commit | commitdiff | tree |
2021-11-04 |
Filippo Valsorda | crypto/elliptic: tolerate large inputs to IsOnCurve... |
commit | commitdiff | tree |
2021-11-04 |
Dan Scales | cmd/compile: fix TypeDefn to deal with node with no... |
commit | commitdiff | tree |
2021-11-04 |
Michael Anthony... | runtime: set and clear only the relevant bits in allocT... |
commit | commitdiff | tree |
2021-11-04 |
Michael Anthony... | runtime: update and access scavengeGoal atomically |
commit | commitdiff | tree |
2021-11-04 |
Katie Hockman | internal/fuzz: fix internal error handling |
commit | commitdiff | tree |
2021-11-04 |
Michael Anthony... | internal/buildcfg: enable the pacer redesign by default |
commit | commitdiff | tree |
2021-11-04 |
Michael Anthony... | runtime: implement GC pacer redesign |
commit | commitdiff | tree |
2021-11-04 |
Cherry Mui | cmd/link: don't use label symbol for absolute address... |
commit | commitdiff | tree |
2021-11-04 |
Katie Hockman | internal/fuzz: improve minimizing message |
commit | commitdiff | tree |
2021-11-04 |
jiahua wang | net/netip: fix various typos in comment |
commit | commitdiff | tree |
2021-11-04 |
Michael Pratt | runtime: clear upper half of sec in ARM walltime |
commit | commitdiff | tree |
2021-11-04 |
Dmitri Shuralyov | cmd/pprof: update vendored github.com/google/pprof |
commit | commitdiff | tree |
2021-11-04 |
Robert Griesemer | cmd/compile/internal/types2: check non-generic conversi... |
commit | commitdiff | tree |
2021-11-04 |
Dan Scales | cmd/compile: don't inline fn with no shape params,... |
commit | commitdiff | tree |
2021-11-04 |
Robert Findley | cmd/doc, go/doc: add basic support for generic code |
commit | commitdiff | tree |
2021-11-04 |
Jason A. Donenfeld | runtime: allow builtin write function to be redirected... |
commit | commitdiff | tree |
2021-11-04 |
Bryan C. Mills | net/http: reduce TestClientTimeout_h{1,2} latency |
commit | commitdiff | tree |
2021-11-04 |
Alex Brainman | runtime: do not generate crash dump on Windows 7 |
commit | commitdiff | tree |
2021-11-04 |
Robert Griesemer | cmd/compile/internal/types2: implement compiler helper... |
commit | commitdiff | tree |
2021-11-04 |
Robert Griesemer | cmd/compile/internal/types2: minor cleanups in predicat... |
commit | commitdiff | tree |
2021-11-04 |
Robert Griesemer | cmd/compile/internal/types2: rename is_X predicates... |
commit | commitdiff | tree |
2021-11-04 |
Robert Griesemer | cmd/compile/internal/types2: rename isX predicates... |
commit | commitdiff | tree |
2021-11-04 |
Robert Griesemer | cmd/compile/internal/types2: remove qualification from... |
commit | commitdiff | tree |
2021-11-04 |
Cuong Manh Le | cmd/compile: fix missing update source type in storeArg... |
commit | commitdiff | tree |
2021-11-04 |
Michael Anthony... | syscall: fix and document uses of RegEnumKeyEx |
commit | commitdiff | tree |
2021-11-04 |
Dan Scales | cmd/compile: add extra test for the non-mono pass |
commit | commitdiff | tree |
2021-11-04 |
Robert Findley | go/types: remove qualification from type parameter... |
commit | commitdiff | tree |
2021-11-04 |
Zvonimir Pavlinovic | cmd/trace: use fmt.Print for newline-ending fixed string |
commit | commitdiff | tree |
2021-11-04 |
Robert Griesemer | cmd/compile/internal/syntax: better error message when... |
commit | commitdiff | tree |
2021-11-04 |
Zvonimir Pavlinovic | cmd/cover: use fmt.Print for newline-ending fixed string |
commit | commitdiff | tree |
2021-11-04 |
Josh Bleecher... | syscall: unify unix Recvmsg epilogues |
commit | commitdiff | tree |
2021-11-04 |
Josh Bleecher... | syscall: unify unix Sendmsg prologues |
commit | commitdiff | tree |
2021-11-04 |
Josh Bleecher... | internal/poll: remove alloc sending IPv6 UDP on Windows |
commit | commitdiff | tree |
2021-11-03 |
Jason A. Donenfeld | net/netip: fix various typos in comments |
commit | commitdiff | tree |
2021-11-03 |
Mostafa Solati | database/sql: fix tx.Prepare documentation |
commit | commitdiff | tree |
2021-11-03 |
Daniel Theophanes | database/sql: use errors.Is when checking ErrBadConn |
commit | commitdiff | tree |
2021-11-03 |
Josh Bleecher... | syscall: migrate new UDP send/recv API to internal... |
commit | commitdiff | tree |
2021-11-03 |
Keith Randall | cmd/compile: fix up shape type package |
commit | commitdiff | tree |
2021-11-03 |
Steven Hartland | database/sql: Fix idle connection reuse |
commit | commitdiff | tree |
2021-11-03 |
Jason A. Donenfeld | runtime: on windows, read nanotime with one instruction... |
commit | commitdiff | tree |
2021-11-03 |
Keith Randall | cmd/compile: make pointers to arrays their own shape |
commit | commitdiff | tree |
2021-11-03 |
Katie Hockman | internal/fuzz: improve error for mismatched types |
commit | commitdiff | tree |
2021-11-03 |
Rhys Hiltner | runtime/pprof: disable GC during calibration test |
commit | commitdiff | tree |
2021-11-03 |
Dan Scales | test/typeparam: add test for indexing on typeparams... |
commit | commitdiff | tree |
2021-11-03 |
Joel Sing | all: add support for c-archive and c-shared on linux... |
commit | commitdiff | tree |
2021-11-03 |
Joel Sing | cmd/asm,cmd/compile,runtime: stop using X3 (aka GP... |
commit | commitdiff | tree |
2021-11-03 |
Matthew Dempsky | cmd/compile/internal/types2: port nomono check from... |
commit | commitdiff | tree |
2021-11-03 |
Ian Lance Taylor | runtime: install sigPreempt signal handler for c-archiv... |
commit | commitdiff | tree |
2021-11-03 |
Robert Griesemer | cmd/compile/internal/types2: report cause for failing... |
commit | commitdiff | tree |
2021-11-03 |
Robert Findley | go/types: report cause for failing const conversions |
commit | commitdiff | tree |
2021-11-03 |
Robert Findley | go/types: fix indexing of generic types |
commit | commitdiff | tree |
2021-11-03 |
Robert Findley | go/types: adjust printing of type parameter in error |
commit | commitdiff | tree |
2021-11-03 |
Robert Findley | go/types: fix conversions of constants to type parameter |
commit | commitdiff | tree |
2021-11-02 |
Ian Lance Taylor | runtime/asan: declare asan reporting functions in C |
commit | commitdiff | tree |
next |