2024-02-13 |
Ian Lance Taylor | internal/safefilepath: use bytealg to search for zero... |
commit | commitdiff | tree |
2024-02-13 |
Rob Pike | time: fix typo in ExampleParseDuration |
commit | commitdiff | tree |
2024-02-13 |
Rob Pike | fmt: clear width and precision when recovering formatti... |
commit | commitdiff | tree |
2024-02-13 |
Rob Pike | fmt: document how %#g handles infinities and NaNs |
commit | commitdiff | tree |
2024-02-12 |
Michael Pratt | runtime/cgo: add note about default stack bounds |
commit | commitdiff | tree |
2024-02-12 |
Alan Donovan | runtime: skip failing traceback test on Android |
commit | commitdiff | tree |
2024-02-12 |
Jes Cok | internal/xcoff: change zeroReaderAt to nobitsSectionRea... |
commit | commitdiff | tree |
2024-02-12 |
Joe Tsai | reflect: optimize TypeFor for non-interface types |
commit | commitdiff | tree |
2024-02-12 |
codesoap | net/http: remove superfluous newline on redirects |
commit | commitdiff | tree |
2024-02-12 |
qmuntal | os: add os.ModeSocket support to os.Stat on windows |
commit | commitdiff | tree |
2024-02-10 |
Mauri de Souza... | runtime/cgo: ignore -Watomic-alignment in gcc_libinit.c |
commit | commitdiff | tree |
2024-02-10 |
Andy Pan | io/fs: set ErrInvalid for FS.Open from SubFS when it... |
commit | commitdiff | tree |
2024-02-10 |
Andy Pan | net: skip BenchmarkSendFile on Windows |
commit | commitdiff | tree |
2024-02-10 |
Nicolas Hillegeer | runtime: call traceAdvance before exiting |
commit | commitdiff | tree |
2024-02-09 |
Antonio Ojea | net: don't retry truncated TCP responses |
commit | commitdiff | tree |
2024-02-09 |
Paul E. Murphy | cmd/internal/obj/ppc64: add new constant optab classifi... |
commit | commitdiff | tree |
2024-02-09 |
Michael Pratt | internal/trace: run children in race mode during race... |
commit | commitdiff | tree |
2024-02-09 |
Michael Pratt | internal/trace: fix race condition in gc-stress |
commit | commitdiff | tree |
2024-02-09 |
Michael Pratt | runtime: don't call traceReadCPU on the system stack |
commit | commitdiff | tree |
2024-02-09 |
Michael Pratt | cmd/compile: fail noder.LookupFunc gracefully if functi... |
commit | commitdiff | tree |
2024-02-09 |
Michael Anthony... | cmd/cgo/internal/testsanitizers: disable location check... |
commit | commitdiff | tree |
2024-02-09 |
Matthew Dempsky | cmd/compile: separate inline cost analysis from applyin... |
commit | commitdiff | tree |
2024-02-09 |
Nick Ripley | cmd/trace/v2,internal/trace: use correct frame for... |
commit | commitdiff | tree |
2024-02-09 |
Joe Tsai | context: improve valueCtx.String |
commit | commitdiff | tree |
2024-02-08 |
Jorropo | time: fix FuzzFormatRFC3339 nano comparison |
commit | commitdiff | tree |
2024-02-08 |
Tobias Klauser | sort: use math/rand/v2 in tests and benchmarks |
commit | commitdiff | tree |
2024-02-08 |
Alan Donovan | runtime: traceback: include pc=0x%x for inline frames |
commit | commitdiff | tree |
2024-02-08 |
Matthew Dempsky | cmd/compile: accept -lang=go1 as -lang=go1.0 |
commit | commitdiff | tree |
2024-02-08 |
Michael Matloob | cmd/go: add telemetry counters for flag names and subco... |
commit | commitdiff | tree |
2024-02-08 |
Michael Matloob | cmd: update golang.org/x/telemetry and its dependencies |
commit | commitdiff | tree |
2024-02-08 |
Michael Matloob | all: update golang.org/x/sys and vendor it |
commit | commitdiff | tree |
2024-02-08 |
Jes Cok | encoding/xml: rewrite func procInst |
commit | commitdiff | tree |
2024-02-08 |
Robert Griesemer | go/types, types2: factor out hasDots to check for ... |
commit | commitdiff | tree |
2024-02-08 |
Robert Griesemer | go/types, types2: consistently use ast/syntax.Unparen... |
commit | commitdiff | tree |
2024-02-08 |
Michael Matloob | internal/goroot: in IsStandardPackage check for go... |
commit | commitdiff | tree |
2024-02-08 |
qiulaidongfeng | internal/pprof: remove unused code |
commit | commitdiff | tree |
2024-02-08 |
Sam Thanawalla | cmd: vendor version error message changes from x/mod |
commit | commitdiff | tree |
2024-02-08 |
Robert Griesemer | go/types, types2: document deterministic method index... |
commit | commitdiff | tree |
2024-02-08 |
Meng Zhuo | test/codegen: add float max/min codegen test |
commit | commitdiff | tree |
2024-02-08 |
Keith Randall | cmd/link: use symbolic offset for ITab.Type |
commit | commitdiff | tree |
2024-02-08 |
Keith Randall | cmd/compile: generate itabs using rttype mechanism |
commit | commitdiff | tree |
2024-02-08 |
Keith Randall | cmd/compile: move runtime.itab to internal/abi.ITab |
commit | commitdiff | tree |
2024-02-07 |
Ian Lance Taylor | slices: document that BinarySearch[Func] return earlies... |
commit | commitdiff | tree |
2024-02-07 |
Ian Lance Taylor | net: don't return errno from _C_res_nsearch |
commit | commitdiff | tree |
2024-02-07 |
Dominik Honnef | internal/trace/v2: store stacks as PCs, not frames |
commit | commitdiff | tree |
2024-02-07 |
Paul E. Murphy | cmd/internal/obj/ppc64: combine C_SBRA and C_LBRA optab... |
commit | commitdiff | tree |
2024-02-07 |
Nasfame | doc/next: add release note for sync/Map.Clear |
commit | commitdiff | tree |
2024-02-07 |
qmuntal | runtime,internal/syscall/windows: remove long path... |
commit | commitdiff | tree |
2024-02-07 |
qmuntal | os: support Stat and LStat for CON device on Windows |
commit | commitdiff | tree |
2024-02-07 |
Andy Pan | net: support benchmark testing for sendfile on various... |
commit | commitdiff | tree |
2024-02-07 |
Quim Muntal | Revert "runtime: make netpollBreak entries identifiable... |
commit | commitdiff | tree |
2024-02-07 |
David Chase | doc: move Go 1.22 release notes to x/website |
commit | commitdiff | tree |
2024-02-07 |
Robert Griesemer | spec: fix typo in year (it's 2024 now) |
commit | commitdiff | tree |
2024-02-07 |
Robert Griesemer | go/types, types2: optimize Named type method lookup |
commit | commitdiff | tree |
2024-02-07 |
Robert Griesemer | go/types, types2: better errors for non-existing fields... |
commit | commitdiff | tree |
2024-02-06 |
Bryan C. Mills | cmd/go: avoid copying a binary to be exec'd in TestScri... |
commit | commitdiff | tree |
2024-02-06 |
Michael Pratt | cmd/compile: add missing colon in debug log |
commit | commitdiff | tree |
2024-02-06 |
Than McIntosh | dog/go1.22: tweak coverage testing notes |
commit | commitdiff | tree |
2024-02-06 |
Jonathan Amsterdam | archive/zip: reduce memory held by Writer.Copy |
commit | commitdiff | tree |
2024-02-05 |
Jun10ng | cmd/compile: delete unused code and fix typo in comment |
commit | commitdiff | tree |
2024-02-05 |
Jonathan Amsterdam | doc/next: add release note file for api/next file |
commit | commitdiff | tree |
2024-02-05 |
Robert Griesemer | go/types, types2: bail early if we want a type but... |
commit | commitdiff | tree |
2024-02-05 |
Rob Findley | go/types, types2: ensure that Alias.actual is set in... |
commit | commitdiff | tree |
2024-02-05 |
Michael Pratt | cmd/compile: consistently use s.pp in genssa |
commit | commitdiff | tree |
2024-02-05 |
Jonathan Amsterdam | cmd/relnote: fix API relnote check |
commit | commitdiff | tree |
2024-02-05 |
Mauri de Souza... | runtime/internal/atomic: add loong64 operators for... |
commit | commitdiff | tree |
2024-02-05 |
Bryan C. Mills | cmd/go: fix tests that fail when running a cross-compil... |
commit | commitdiff | tree |
2024-02-02 |
Ian Lance Taylor | go/internal/gccgoimporter: recognize "any" as a builtin... |
commit | commitdiff | tree |
2024-02-02 |
Michael Pratt | cmd/compile: avoid reading entire PGO profile just... |
commit | commitdiff | tree |
2024-02-02 |
Michael Pratt | runtime: initialize crashFD to -1 |
commit | commitdiff | tree |
2024-02-02 |
Dmitri Shuralyov | lib/time: update to 2024a/2024a |
commit | commitdiff | tree |
2024-02-02 |
Alan Donovan | runtime/debug: add Example of SetCrashOutput in a crash... |
commit | commitdiff | tree |
2024-02-02 |
cui fliter | cmd/compile/internal: fix function names |
commit | commitdiff | tree |
2024-02-02 |
cui fliter | cmd/link/internal/dwtest: fix inconsistent receiver... |
commit | commitdiff | tree |
2024-02-02 |
Quim Muntal | Revert "cmd/go: add telemetry counters for flag names... |
commit | commitdiff | tree |
2024-02-01 |
Michael Matloob | cmd/go: add telemetry counters for flag names and subco... |
commit | commitdiff | tree |
2024-02-01 |
Michael Matloob | cmd: update golang.org/x/telemetry to 1cb064e and vendor it |
commit | commitdiff | tree |
2024-02-01 |
Ehden Sinai | cmd/go: fix build config before creating actions for... |
commit | commitdiff | tree |
2024-02-01 |
Michael Anthony... | runtime: traceAcquire and traceRelease across all P... |
commit | commitdiff | tree |
2024-02-01 |
Michael Anthony... | runtime: clear trace map without write barriers |
commit | commitdiff | tree |
2024-02-01 |
Michael Anthony... | runtime: model wakeableSleep.lock in the race detector |
commit | commitdiff | tree |
2024-02-01 |
Michael Anthony... | runtime: fix trace EvGoStop Gosched reason to match... |
commit | commitdiff | tree |
2024-02-01 |
Bryan C. Mills | cmd/go: limit GOMAXPROCS in TestScript/test_fuzz_.* |
commit | commitdiff | tree |
2024-02-01 |
Jes Cok | sync: update doc for Map.Clear |
commit | commitdiff | tree |
2024-02-01 |
qmuntal | runtime: make netpollBreak entries identifiable on... |
commit | commitdiff | tree |
2024-02-01 |
Michael Pratt | Revert "runtime: preempt more aggressively when panicking" |
commit | commitdiff | tree |
2024-02-01 |
Hiro | sync: add Map.Clear |
commit | commitdiff | tree |
2024-01-31 |
Michael Pratt | internal/profile: remove legacy profile support |
commit | commitdiff | tree |
2024-01-31 |
Jin Lin | cmd/preprofile: Implement a tool to preprocess the... |
commit | commitdiff | tree |
2024-01-31 |
Dmitri Shuralyov | doc/go1.22: move go/version package mention into a... |
commit | commitdiff | tree |
2024-01-31 |
codesoap | container/heap: remove confusing claim of memory leak |
commit | commitdiff | tree |
2024-01-31 |
Robert Griesemer | go/token: correct out-of-bounds token offsets and positions |
commit | commitdiff | tree |
2024-01-31 |
Russ Cox | go/version: fix package to accept go1.21.0-bigcorp |
commit | commitdiff | tree |
2024-01-31 |
Jonathan Amsterdam | api/README: refer to doc/README.md |
commit | commitdiff | tree |
2024-01-31 |
Alan Donovan | runtime/debug: SetCrashOutput sets the FD for fatal... |
commit | commitdiff | tree |
2024-01-31 |
Cherry Mui | runtime: preempt more aggressively when panicking |
commit | commitdiff | tree |
2024-01-31 |
Russ Cox | fmt: update docs for %03s |
commit | commitdiff | tree |
2024-01-31 |
Russ Cox | fmt: revert "don't pad strings with zeros" |
commit | commitdiff | tree |
2024-01-30 |
Andy Pan | net/textproto: reject HTTP requests with empty header... |
commit | commitdiff | tree |
2024-01-30 |
Robert Griesemer | spec: clarify iteration variable type for range over... |
commit | commitdiff | tree |
next |