2023-05-03 |
Austin Clements | misc/android: improve exit code workaround |
commit | commitdiff | tree |
2023-05-03 |
Bryan C. Mills | cmd/api: move support checks into individual tests |
commit | commitdiff | tree |
2023-05-03 |
Bryan C. Mills | runtime: add test skips for ios |
commit | commitdiff | tree |
2023-05-03 |
Felix Geisendörfer | runtime: remove systemstack logic from adjustframe |
commit | commitdiff | tree |
2023-05-03 |
Felix Geisendörfer | runtime: add test for systemstack frame pointer adjustment |
commit | commitdiff | tree |
2023-05-02 |
Roland Shoemaker | html/template: emit filterFailsafe for empty unquoted... |
commit | commitdiff | tree |
2023-05-02 |
Roland Shoemaker | html/template: handle all JS whitespace characters |
commit | commitdiff | tree |
2023-05-02 |
Roland Shoemaker | html/template: disallow angle brackets in CSS values |
commit | commitdiff | tree |
2023-05-02 |
Ian Lance Taylor | io/fs: add FormatFileInfo and FormatDirEntry functions |
commit | commitdiff | tree |
2023-05-02 |
Cherry Mui | cmd/link: remove allocation in decoding type name |
commit | commitdiff | tree |
2023-05-02 |
Bryan C. Mills | cmd/go/internal/script: log the stop message instead... |
commit | commitdiff | tree |
2023-05-02 |
Nick Ripley | runtime/trace: enable frame pointer unwinding by defaul... |
commit | commitdiff | tree |
2023-05-02 |
Michael Fraenkel | net/http: avoid leaking the writing goroutine |
commit | commitdiff | tree |
2023-05-02 |
Alan Donovan | cmd/cgo: reject attempts to declare methods on C types |
commit | commitdiff | tree |
2023-05-02 |
Cherry Mui | cmd/link: work around dsymutils not cleaning temp file |
commit | commitdiff | tree |
2023-05-02 |
Cherry Mui | cmd/compile: don't generate DWARF info for static vars |
commit | commitdiff | tree |
2023-05-02 |
qmuntal | cmd/link: generate .xdata PE section |
commit | commitdiff | tree |
2023-05-02 |
qmuntal | cmd/link: generate .pdata PE section |
commit | commitdiff | tree |
2023-05-02 |
Johan Brandhorst... | internal/testenv: probe for symlink on wasip1 |
commit | commitdiff | tree |
2023-05-02 |
Cherry Mui | cmd/link, cmd/internal/obj: use aux symbol for global... |
commit | commitdiff | tree |
2023-05-02 |
Ian Lance Taylor | net: don't recheck goosPrefersCgo in hostLookupOrder |
commit | commitdiff | tree |
2023-05-02 |
cui fliter | runtime: fix comment typo in page allocator |
commit | commitdiff | tree |
2023-05-01 |
Robert Griesemer | go/types, types2: isParameterized must be able to handl... |
commit | commitdiff | tree |
2023-05-01 |
Michael Pratt | cmd/compile: drop unused arg to mkinlcall |
commit | commitdiff | tree |
2023-05-01 |
Will Faught | text/template: reword uncover to unwrap |
commit | commitdiff | tree |
2023-05-01 |
Bryan C. Mills | misc/android: copy entire modules in module mode |
commit | commitdiff | tree |
2023-05-01 |
qmuntal | runtime/cgo: use atomic.Uintptr instead of atomic.AddUi... |
commit | commitdiff | tree |
2023-05-01 |
Austin Clements | misc/android: rename to misc/go_android_exec, make... |
commit | commitdiff | tree |
2023-05-01 |
Ian Lance Taylor | debug/pe: return error on reading from section with... |
commit | commitdiff | tree |
2023-04-30 |
Felix Geisendörfer | runtime: fix systemstack frame pointer adjustment |
commit | commitdiff | tree |
2023-04-30 |
Achille Roussel | syscall: fix opening of directories on wasip1 |
commit | commitdiff | tree |
2023-04-28 |
Ian Lance Taylor | cmd/distpack: remove internal/platform/zosarch.go |
commit | commitdiff | tree |
2023-04-28 |
Paul E. Murphy | cmd/link: load external ELF PPC64 objects which set... |
commit | commitdiff | tree |
2023-04-28 |
Nick Ripley | runtime/trace: avoid frame pointer unwinding for events... |
commit | commitdiff | tree |
2023-04-28 |
Michael Pratt | cmd/compile: escape package path for PGO symbol matching |
commit | commitdiff | tree |
2023-04-28 |
Joel Sing | cmd/internal/obj/arm64: pass obj.As to oaddi rather... |
commit | commitdiff | tree |
2023-04-28 |
Cherry Mui | cmd/link: put zero-sized data symbols at same address... |
commit | commitdiff | tree |
2023-04-28 |
Joel Sing | cmd/internal/obj/arm64: use appropriate return type... |
commit | commitdiff | tree |
2023-04-28 |
Robert Griesemer | go/types, types2: remove parse (we only need mustParse... |
commit | commitdiff | tree |
2023-04-28 |
Robert Griesemer | go/types, types2: extract package name from test source... |
commit | commitdiff | tree |
2023-04-28 |
Takeshi Yoneda | os: fix TestChdirAndGetwd/ReaddirnamesOneAtATime on... |
commit | commitdiff | tree |
2023-04-28 |
Robert Griesemer | go/types, types2: call mustParse when using mustTypecheck |
commit | commitdiff | tree |
2023-04-28 |
Cherry Mui | cmd/link: write buildid to plugin |
commit | commitdiff | tree |
2023-04-28 |
Lucien Coffe | runtime: resolve checkdead panic by refining `startm... |
commit | commitdiff | tree |
2023-04-28 |
Ian Lance Taylor | net: re check conf.goos even if it equals runtime.GOOS |
commit | commitdiff | tree |
2023-04-28 |
Chressie Himpel | Revert "cmd/compile: constant-fold loads from constant... |
commit | commitdiff | tree |
2023-04-28 |
Bryan C. Mills | internal/testenv: allow 'go build' on android when... |
commit | commitdiff | tree |
2023-04-28 |
Bryan C. Mills | misc/android: rework GOROOT installation |
commit | commitdiff | tree |
2023-04-28 |
Achille Roussel | syscall: remove wasip1 O_DIRECTORY workaround |
commit | commitdiff | tree |
2023-04-27 |
Ian Lance Taylor | net: rewrite and simplify resolver configuration |
commit | commitdiff | tree |
2023-04-27 |
Keith Randall | cmd/compile: constant-fold loads from constant dictiona... |
commit | commitdiff | tree |
2023-04-27 |
Guoqi Chen | cmd/dist,internal: enable buildmode=c-archive for linux... |
commit | commitdiff | tree |
2023-04-27 |
Bryan C. Mills | cmd/go: skip the 'git' part of get_insecure_redirect... |
commit | commitdiff | tree |
2023-04-27 |
cui fliter | all: remove repeated definite articles |
commit | commitdiff | tree |
2023-04-27 |
Dmitri Shuralyov | cmd/api: remove unused functionality |
commit | commitdiff | tree |
2023-04-27 |
Dmitri Shuralyov | cmd/api: make api/next/* entries required, not optional |
commit | commitdiff | tree |
2023-04-27 |
cui fliter | crypto: use t.Parallel() to increase speed |
commit | commitdiff | tree |
2023-04-26 |
Bryan C. Mills | misc/wasm: default to /tmp if TMPDIR is unset |
commit | commitdiff | tree |
2023-04-26 |
Bryan C. Mills | net/http/cgi: propagate LD_LIBRARY_PATH on Android |
commit | commitdiff | tree |
2023-04-26 |
Brad Fitzpatrick | cmd/go: simplify code that still assumed the build... |
commit | commitdiff | tree |
2023-04-26 |
Michael Pratt | runtime/cgo: store M for C-created thread in pthread key |
commit | commitdiff | tree |
2023-04-26 |
Paul E. Murphy | cmd/link/internal/loadelf: set AttrExternal on text... |
commit | commitdiff | tree |
2023-04-26 |
Than McIntosh | coverage: fix count vs emit discrepancy in coverage... |
commit | commitdiff | tree |
2023-04-26 |
Than McIntosh | internal/coverage/slicewriter: fix off-by-1 error in... |
commit | commitdiff | tree |
2023-04-26 |
ioworker0 | runtime: add a alignment check |
commit | commitdiff | tree |
2023-04-25 |
Ian Lance Taylor | crypto/sha512: add WriteString and WriteByte method |
commit | commitdiff | tree |
2023-04-25 |
Ian Lance Taylor | crypto/sha1: add WriteString and WriteByte method |
commit | commitdiff | tree |
2023-04-25 |
Ian Lance Taylor | crypto/sha256: add WriteString and WriteByte method |
commit | commitdiff | tree |
2023-04-25 |
Austin Clements | cmd/dist: actually only compile tests with -compile... |
commit | commitdiff | tree |
2023-04-25 |
qmuntal | runtime: fallback to TEB arbitrary pointer when TLS... |
commit | commitdiff | tree |
2023-04-25 |
Nayef Ghattas | runtime/metrics: specify that bucket counts increase... |
commit | commitdiff | tree |
2023-04-25 |
fanzha02 | internal/cpu: add a detection for Neoverse(N2, V2)... |
commit | commitdiff | tree |
2023-04-25 |
Alan Donovan | go/ast: add IsGenerated(*File) predicate |
commit | commitdiff | tree |
2023-04-25 |
cui fliter | html/template: fix unavailable url |
commit | commitdiff | tree |
2023-04-24 |
Ian Lance Taylor | runtime: add raceFiniLock to lock ranking |
commit | commitdiff | tree |
2023-04-24 |
Bryan C. Mills | internal/testenv: actually try to exec on ios and wasm |
commit | commitdiff | tree |
2023-04-24 |
Roland Shoemaker | archive/zip: reject overflowing directorySize & directo... |
commit | commitdiff | tree |
2023-04-24 |
Sameer Ajmani | doc: fix typo in Go 1.21 release notes |
commit | commitdiff | tree |
2023-04-24 |
Bryan C. Mills | runtime: fix CgoRaceprof and CgoRaceSignal build failures |
commit | commitdiff | tree |
2023-04-24 |
Jonathan Amsterdam | testing/slogtest: tests for slog handlers |
commit | commitdiff | tree |
2023-04-24 |
Cherry Mui | cmd/link: don't sort data symbols by name |
commit | commitdiff | tree |
2023-04-24 |
Cherry Mui | cmd/link: use uint32 as symbol index |
commit | commitdiff | tree |
2023-04-24 |
Bryan C. Mills | cmd/go: declare net hosts in script tests |
commit | commitdiff | tree |
2023-04-24 |
Nayef Ghattas | runtime/metrics: set /sched/latencies:seconds as cumulative |
commit | commitdiff | tree |
2023-04-24 |
Cherry Mui | cmd/link: use slice and bitmap for some attributes |
commit | commitdiff | tree |
2023-04-24 |
Tero Saarni | crypto/tls: fix PSK binder calculation |
commit | commitdiff | tree |
2023-04-24 |
Ian Lance Taylor | runtime: call _exit, not exit, on AIX and Solaris |
commit | commitdiff | tree |
2023-04-24 |
Ian Lance Taylor | runtime: use platform.RaceDetectorSupported for -race... |
commit | commitdiff | tree |
2023-04-22 |
Bryan C. Mills | internal/testenv: in HasExec, try to actually exec... |
commit | commitdiff | tree |
2023-04-21 |
Xiaodong Liu | cmd/compile: support -buildmode=c-shared on linux/mips6... |
commit | commitdiff | tree |
2023-04-21 |
Keith Randall | flag: panic if a flag is defined after being set |
commit | commitdiff | tree |
2023-04-21 |
Johan Brandhorst... | misc/wasm: support wasmtime in wasip1 |
commit | commitdiff | tree |
2023-04-21 |
Ian Lance Taylor | runtime: in __tsan_fini tell scheduler we are entering... |
commit | commitdiff | tree |
2023-04-21 |
Keith Randall | cmd/compile: introduce separate memory op combining... |
commit | commitdiff | tree |
2023-04-21 |
Bryan C. Mills | runtime: skip TestG0StackOverflow on ios |
commit | commitdiff | tree |
2023-04-21 |
Lucien Coffe | runtime: prevent double lock in checkdead by unlocking... |
commit | commitdiff | tree |
2023-04-21 |
Bryan C. Mills | log: avoid leaking goroutines in TestOutputRace |
commit | commitdiff | tree |
2023-04-21 |
Austin Clements | runtime: tidy _Stack* constant naming |
commit | commitdiff | tree |
2023-04-21 |
Austin Clements | runtime, cmd: rationalize StackLimit and StackGuard |
commit | commitdiff | tree |
2023-04-21 |
Austin Clements | internal/abi, runtime, cmd: merge StackSmall, StackBig... |
commit | commitdiff | tree |
next |