2024-07-26 |
Robert Griesemer | go/types, types2: fix test name (for debugging) |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: report type name in comp. literal... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: remove superfluous if statement ... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: factor out method receiver validation |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: slightly reorganize method receiver... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | cmd/compile/internal/types2: use syntax.EndPos instead... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: use ":" as start of implicit type... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: cleanup of code handling type switch... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | go/types, types2: factor out list substitution code... |
commit | commitdiff | tree |
2024-07-26 |
Austin Clements | runtime: allow experimental trace batches to be reused |
commit | commitdiff | tree |
2024-07-26 |
Cuong Manh Le | runtime: remove darwin-amd64-10_14 builder check |
commit | commitdiff | tree |
2024-07-26 |
Dmitri Shuralyov | net: unskip TestUDPZeroBytePayload on Darwin |
commit | commitdiff | tree |
2024-07-26 |
Cuong Manh Le | cmd/compile, reflect: treat abi.NoEscape as cheap call |
commit | commitdiff | tree |
2024-07-26 |
Cuong Manh Le | go/internal/gcimporter: cleanup test code pre Unified IR |
commit | commitdiff | tree |
2024-07-26 |
Cuong Manh Le | cmd/compile: cleanup test code pre Unified IR |
commit | commitdiff | tree |
2024-07-26 |
Cuong Manh Le | types2, go/types: fix instantiation of named type with... |
commit | commitdiff | tree |
2024-07-25 |
HeGaoYuan | cmd/compile/internal/types: fix typo in comment |
commit | commitdiff | tree |
2024-07-25 |
Chen Su | encoding/gob: fix package doc typo for wireType |
commit | commitdiff | tree |
2024-07-25 |
Michael Anthony... | runtime: allow the tracer to be reentrant |
commit | commitdiff | tree |
2024-07-25 |
apocelipes | archive: use slices and maps to clean up tests |
commit | commitdiff | tree |
2024-07-25 |
apocelipes | encoding: use slices and maps to clean up tests |
commit | commitdiff | tree |
2024-07-25 |
apocelipes | os,path/filepath,testing: use slices to clean up tests |
commit | commitdiff | tree |
2024-07-25 |
apocelipes | runtime: use slices and maps to clean up tests |
commit | commitdiff | tree |
2024-07-25 |
apocelipes | go,internal,io,mime: use slices and maps to clean tests |
commit | commitdiff | tree |
2024-07-25 |
apocelipes | net: use slices and maps to clean up tests |
commit | commitdiff | tree |
2024-07-24 |
Dmitri Shuralyov | doc/next: use relative link to Go issue |
commit | commitdiff | tree |
2024-07-24 |
Roland Shoemaker | internal/cpu: add DIT detection on arm64 |
commit | commitdiff | tree |
2024-07-24 |
Roland Shoemaker | cmd/internal/obj/arm64: support MSR DIT |
commit | commitdiff | tree |
2024-07-24 |
apocelipes | bytes,strings,unicode/utf16: use slices to clean up... |
commit | commitdiff | tree |
2024-07-24 |
Damien Neil | os: document CopyFS behavior for symlinks in destination |
commit | commitdiff | tree |
2024-07-24 |
apocelipes | crypto/x509,embed: use slices to clean up tests |
commit | commitdiff | tree |
2024-07-24 |
guoguangwu | cmd/compile: fix typo in comment |
commit | commitdiff | tree |
2024-07-24 |
Koichi Shiraishi | internal/trace/event: fix typo in comment |
commit | commitdiff | tree |
2024-07-24 |
Bryan Boreham | regexp: allow patterns with no alternates to be one... |
commit | commitdiff | tree |
2024-07-24 |
Ian Lance Taylor | encoding/json: rewrite interface{} to any |
commit | commitdiff | tree |
2024-07-24 |
Cuong Manh Le | test: add test cases for local not-in-heap types |
commit | commitdiff | tree |
2024-07-24 |
Cuong Manh Le | test: re-enabled fixedbugs/notinheap.go test |
commit | commitdiff | tree |
2024-07-24 |
Cuong Manh Le | cmd/compile: restore not-in-heap check for map/channel... |
commit | commitdiff | tree |
2024-07-23 |
Cuong Manh Le | cmd/compile: run checkbce after fuseLate pass |
commit | commitdiff | tree |
2024-07-23 |
Cuong Manh Le | cmd/compile: prevent un-necessary wrapping in switch... |
commit | commitdiff | tree |
2024-07-23 |
Dmitri Shuralyov | cmd/pprof: update vendored github.com/google/pprof |
commit | commitdiff | tree |
2024-07-23 |
Dmitri Shuralyov | cmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH... |
commit | commitdiff | tree |
2024-07-23 |
Keith Randall | cmd/compile: make sync/atomic AND/OR operations intrins... |
commit | commitdiff | tree |
2024-07-23 |
Keith Randall | cmd/compile: fix typing of atomic logical operations |
commit | commitdiff | tree |
2024-07-23 |
Keith Randall | cmd/cgo: error on multiple incompatible function declar... |
commit | commitdiff | tree |
2024-07-23 |
Keith Randall | cmd/compile: don't treat an InlMark as a read during... |
commit | commitdiff | tree |
2024-07-23 |
Keith Randall | cmd/compile: store constant floats using integer constants |
commit | commitdiff | tree |
2024-07-23 |
Dmitri Shuralyov | all: update vendored dependencies |
commit | commitdiff | tree |
2024-07-23 |
Martin Garton | encoding/binary: add missing test helper calls |
commit | commitdiff | tree |
2024-07-23 |
David Chase | runtime,internal: move runtime/internal/sys to internal... |
commit | commitdiff | tree |
2024-07-23 |
David Chase | runtime,internal: move runtime/internal/math to interna... |
commit | commitdiff | tree |
2024-07-23 |
Cuong Manh Le | runtime: remove VZEROUPPER in asyncPreempt on darwin... |
commit | commitdiff | tree |
2024-07-23 |
Jakob Gillich | cmd/link: raise pe export cap to 65535 |
commit | commitdiff | tree |
2024-07-23 |
Michael Anthony... | cmd/trace: merge testdata debugging tools into the... |
commit | commitdiff | tree |
2024-07-22 |
rhysd | os: check relative paths in UserConfigDir and UserCacheDir |
commit | commitdiff | tree |
2024-07-22 |
guoguangwu | cmd/compile: use raw strings to avoid double escapes |
commit | commitdiff | tree |
2024-07-22 |
Cuong Manh Le | cmd/compile: simplify outerfn check in closureName |
commit | commitdiff | tree |
2024-07-22 |
Cuong Manh Le | cmd/compile: retire "IsHiddenClosure" and "IsDeadcodeCl... |
commit | commitdiff | tree |
2024-07-22 |
Ian Lance Taylor | make.bash: drop GNU/kFreeBSD handling |
commit | commitdiff | tree |
2024-07-22 |
Rhys Hiltner | internal/trace: make Reader output deterministic |
commit | commitdiff | tree |
2024-07-22 |
TangYang | runtime: add ERMS-based memmove support for modern... |
commit | commitdiff | tree |
2024-07-22 |
Diego Augusto... | unicode/utf8: AppendRune and EncodeRune performance... |
commit | commitdiff | tree |
2024-07-22 |
Keith Randall | cmd/compile: give function position on function-too... |
commit | commitdiff | tree |
2024-07-22 |
Will Faught | text/template: fix doc spacing |
commit | commitdiff | tree |
2024-07-22 |
Darren | flag: handle nil os.Args when setting CommandLine at... |
commit | commitdiff | tree |
2024-07-22 |
Yossef Hisham | strconv: document that Unquote("''") returns an empty... |
commit | commitdiff | tree |
2024-07-22 |
Olivier Mengué | net: add godoc links on UDP related symbols |
commit | commitdiff | tree |
2024-07-22 |
Dmitri Shuralyov | doc: initialize next directory for Go 1.24 |
commit | commitdiff | tree |
2024-07-22 |
Dmitri Shuralyov | internal/goversion: update Version to 1.24 |
commit | commitdiff | tree |
2024-07-22 |
Will Faught | README: fix CC BY license name |
commit | commitdiff | tree |
2024-07-22 |
Sean Liao | slices: explicitly document nil and empty slice equality |
commit | commitdiff | tree |
2024-07-22 |
Cherry Mui | cmd/compile: don't inline runtime functions in -d=check... |
commit | commitdiff | tree |
2024-07-19 |
Cuong Manh Le | runtime: mark lockWithRankMayAcquire as nosplit |
commit | commitdiff | tree |
2024-07-17 |
Sean Liao | maps: document handling of non-reflexive keys |
commit | commitdiff | tree |
2024-07-17 |
Rob Findley | cmd: vendor golang.org/x/telemetry@0b706e1 |
commit | commitdiff | tree |
2024-07-17 |
Ian Lance Taylor | os: don't try to signal PID -1 on Unix |
commit | commitdiff | tree |
2024-07-17 |
Nick Ripley | runtime: avoid multiple records with identical stacks... |
commit | commitdiff | tree |
2024-07-17 |
Cherry Mui | cmd/cgo/internal/testcarchive: remove 1-minute timeout |
commit | commitdiff | tree |
2024-07-17 |
withsky | math/big: fix comment typo in natdiv.go |
commit | commitdiff | tree |
2024-07-17 |
Zxilly | internal/bytealg: extend memchr result correctly on... |
commit | commitdiff | tree |
2024-07-16 |
Than McIntosh | cmd/internal/cov: close counter data files eagerly |
commit | commitdiff | tree |
2024-07-16 |
Kir Kolyshkin | regexp: more cross-references in docstrings |
commit | commitdiff | tree |
2024-07-16 |
Kir Kolyshkin | bytes: more cross-references in docstrings |
commit | commitdiff | tree |
2024-07-16 |
Kir Kolyshkin | math/big: use lists in docstrings |
commit | commitdiff | tree |
2024-07-16 |
Kir Kolyshkin | math/big: more cross-references in docstrings |
commit | commitdiff | tree |
2024-07-16 |
Kir Kolyshkin | encoding/binary: use list format in docstrings |
commit | commitdiff | tree |
2024-07-16 |
Kir Kolyshkin | strings,bytes,regexp: use lists in Split* docstrings |
commit | commitdiff | tree |
2024-07-16 |
Clide Stefani | crypto/tls: add exclude tls flags to bogo_shim_test |
commit | commitdiff | tree |
2024-07-16 |
Sean Liao | encoding/json: document compact json output in Encoder... |
commit | commitdiff | tree |
2024-07-16 |
Sean Liao | net: document ParseIP always returns IPv6 addresses |
commit | commitdiff | tree |
2024-07-16 |
Sean Liao | archive/zip: document handling of duplicate names in... |
commit | commitdiff | tree |
2024-07-16 |
cui fliter | sort: add example for Find |
commit | commitdiff | tree |
2024-07-16 |
Cuong Manh Le | cmd/compile: fix recursive generic interface instantiation |
commit | commitdiff | tree |
2024-07-15 |
Miki Tebeka | flag: add FlagSet example |
commit | commitdiff | tree |
2024-07-15 |
Cherry Mui | Revert "runtime: avoid multiple records with identical... |
commit | commitdiff | tree |
2024-07-15 |
Cuong Manh Le | strings: re-introduce noescape wrapper |
commit | commitdiff | tree |
2024-07-15 |
Sean Liao | net/http: document io.Seeker requirement for fs.FS... |
commit | commitdiff | tree |
2024-07-12 |
Rob Findley | cmd: vendor golang.org/x/telemetry@268b4a8ec2d7 |
commit | commitdiff | tree |
2024-07-12 |
Tim King | go/types: fix assertion failure when range over int... |
commit | commitdiff | tree |
2024-07-12 |
Joel Sing | os: clean up after TestIssue60181 |
commit | commitdiff | tree |
next |