2022-05-19 |
Xiaodong Liu | runtime: support vdso for linux/loong64 |
commit | commitdiff | tree |
2022-05-19 |
Xiaodong Liu | runtime: implement signal for linux/loong64 |
commit | commitdiff | tree |
2022-05-19 |
Xiaodong Liu | runtime: implement syscalls for runtime bootstrap on... |
commit | commitdiff | tree |
2022-05-19 |
Xiaodong Liu | runtime: implement duffzero/duffcopy for linux/loong64 |
commit | commitdiff | tree |
2022-05-19 |
Xiaodong Liu | runtime: support memclr/memmove for linux/loong64 |
commit | commitdiff | tree |
2022-05-19 |
Russ Cox | all: gofmt main repo |
commit | commitdiff | tree |
2022-05-19 |
Bryan C. Mills | misc/cgo/testplugin: set the package name in TestIssue19534 |
commit | commitdiff | tree |
2022-05-19 |
Russ Cox | syscall: make //sys lines not doc comments |
commit | commitdiff | tree |
2022-05-19 |
Bryan C. Mills | misc/cgo: invoke "go" from $GOROOT/bin instead of ... |
commit | commitdiff | tree |
2022-05-19 |
Michael Anthony... | runtime: use osyield in runqgrab on netbsd |
commit | commitdiff | tree |
2022-05-19 |
Joel Sing | cmd/compile: regenerate ssa |
commit | commitdiff | tree |
2022-05-19 |
Xiaodong Liu | runtime: implement asyncPreempt for linux/loong64 |
commit | commitdiff | tree |
2022-05-18 |
Cherry Mui | runtime: relax the threshold for TestPingPongHog |
commit | commitdiff | tree |
2022-05-18 |
Tatiana Bradley | crypto/tls: randomly generate ticket_age_add |
commit | commitdiff | tree |
2022-05-18 |
Cherry Mui | cmd/compile: do not use special literal assignment... |
commit | commitdiff | tree |
2022-05-18 |
Volker dobler | net/http/cookiejar: allow cookies with an IP address... |
commit | commitdiff | tree |
2022-05-18 |
Cherry Mui | cmd/compile/internal/test: make TestIntendedInlining... |
commit | commitdiff | tree |
2022-05-18 |
Leonard Wang | runtime: remove useless constant definition in malloc.go |
commit | commitdiff | tree |
2022-05-18 |
Silke Hofstra | os: look up hostname from PATH in test |
commit | commitdiff | tree |
2022-05-18 |
Carlo Alberto... | reflect: deprecate (Slice|String)Header |
commit | commitdiff | tree |
2022-05-18 |
Dmitri Shuralyov | all: tidy std module |
commit | commitdiff | tree |
2022-05-18 |
John Bampton | all: fix spelling |
commit | commitdiff | tree |
2022-05-18 |
Ian Lance Taylor | test: add test that caused a gofrontend crash |
commit | commitdiff | tree |
2022-05-17 |
Cherry Mui | runtime: deflake TestCgoPprofThread |
commit | commitdiff | tree |
2022-05-17 |
Tobias Klauser | net/netip: fix type name in z0, z4, z6noz comment |
commit | commitdiff | tree |
2022-05-17 |
Matthew Dempsky | cmd/compile/internal/noder: remove TODO about position... |
commit | commitdiff | tree |
2022-05-17 |
pooja shyamsundar | crypto/internal/nistec: re-enable s390x asm for P-256 |
commit | commitdiff | tree |
2022-05-17 |
John Bampton | all: fix spelling |
commit | commitdiff | tree |
2022-05-17 |
Robert Findley | go/types, types2: set an origin object for vars and... |
commit | commitdiff | tree |
2022-05-17 |
Bryan C. Mills | vendor: revert stray edit from CL 406835 |
commit | commitdiff | tree |
2022-05-17 |
Kévin Dunglas | net/http: unskip TestEarlyHintsRequest_h2 |
commit | commitdiff | tree |
2022-05-17 |
Xiaodong Liu | runtime: load/save TLS variable g on loong64 |
commit | commitdiff | tree |
2022-05-17 |
John Bampton | runtime: fix code span element |
commit | commitdiff | tree |
2022-05-17 |
Xiaodong Liu | internal/syscall/unix: loong64 use generic syscall |
commit | commitdiff | tree |
2022-05-17 |
Xiaodong Liu | internal/bytealg: support basic byte operation on loong64 |
commit | commitdiff | tree |
2022-05-17 |
John Bampton | all: fix spelling |
commit | commitdiff | tree |
2022-05-17 |
Tobias Klauser | compress/flate: remove var newH |
commit | commitdiff | tree |
2022-05-17 |
Xiaodong Liu | internal/{cpu, goarch}: add constant definition for... |
commit | commitdiff | tree |
2022-05-17 |
Keith Randall | doc: update jump table performance release note |
commit | commitdiff | tree |
2022-05-17 |
Rob Pike | fmt: add Append, Appendln, Appendf |
commit | commitdiff | tree |
2022-05-17 |
Xiaodong Liu | cmd/nm, cmd/objdump, cmd/pprof: disassembly is not... |
commit | commitdiff | tree |
2022-05-17 |
Cuong Manh Le | test,misc: fix builders that do not support plugin |
commit | commitdiff | tree |
2022-05-17 |
Xiaodong Liu | cmd/link: support linker for linux/loong64 |
commit | commitdiff | tree |
2022-05-17 |
Kévin Dunglas | net/http: allow sending 1xx responses |
commit | commitdiff | tree |
2022-05-17 |
Dmitri Shuralyov | cmd/pprof: update vendored github.com/google/pprof |
commit | commitdiff | tree |
2022-05-17 |
hopehook | time: add Time.ZoneBounds |
commit | commitdiff | tree |
2022-05-17 |
Damien Neil | io/fs: document requirement that ReadDir return an... |
commit | commitdiff | tree |
2022-05-17 |
Cuong Manh Le | cmd/compile: tighten the condition for inlining shape... |
commit | commitdiff | tree |
2022-05-17 |
Matthew Dempsky | cmd/compile: skip exporting generic functions for ... |
commit | commitdiff | tree |
2022-05-16 |
Matthew Dempsky | cmd/compile/internal/types: use Type.LinkString in... |
commit | commitdiff | tree |
2022-05-16 |
Dmitri Shuralyov | all: update vendored golang.org/x dependencies for... |
commit | commitdiff | tree |
2022-05-16 |
Dmitri Shuralyov | all: update vendored golang.org/x/{arch,sys,term} for... |
commit | commitdiff | tree |
2022-05-16 |
Rob Pike | text/template/parse: make atTerminator more efficient |
commit | commitdiff | tree |
2022-05-16 |
Matthew Dempsky | cmd/compile/internal/typecheck: remove "name" handling... |
commit | commitdiff | tree |
2022-05-16 |
Matthew Dempsky | cmd/compile: remove base.Ctxt.Pkgpath fallback paths |
commit | commitdiff | tree |
2022-05-16 |
Matthew Dempsky | test: fix issue20014 for noopt builder |
commit | commitdiff | tree |
2022-05-16 |
Rhys Hiltner | runtime/pprof: slow new goroutine launches in test |
commit | commitdiff | tree |
2022-05-16 |
Matthew Dempsky | cmd/compile: set LocalPkg.Path to -p flag |
commit | commitdiff | tree |
2022-05-16 |
Bryan C. Mills | runtime/pprof: eliminate arbitrary deadline in testCPUP... |
commit | commitdiff | tree |
2022-05-16 |
Matthew Dempsky | cmd/compile/internal/ir: more idiomatic DynamicType... |
commit | commitdiff | tree |
2022-05-16 |
Matthew Dempsky | go/importer: disable TestForCompiler/LookupCustom for... |
commit | commitdiff | tree |
2022-05-16 |
Matthew Dempsky | runtime: mark panicshift and panicdivide as //go:yeswri... |
commit | commitdiff | tree |
2022-05-16 |
Matthew Dempsky | cmd/compile/internal/test: don't initialize LocalPkg... |
commit | commitdiff | tree |
2022-05-16 |
Meng Zhuo | runtime: add address sanitizer support for riscv64 |
commit | commitdiff | tree |
2022-05-14 |
Xiaodong Liu | cmd/asm/internal: assembler end-to-end test for loong64 |
commit | commitdiff | tree |
2022-05-14 |
Cuong Manh Le | cmd/compile: fix inlining function has shape in type |
commit | commitdiff | tree |
2022-05-14 |
hopehook | encoding/csv: add Reader.InputOffset method |
commit | commitdiff | tree |
2022-05-14 |
Cuong Manh Le | cmd/compile: don't inline fn with shape params, but... |
commit | commitdiff | tree |
2022-05-14 |
Jinzhu | database/sql: follow convention for field naming |
commit | commitdiff | tree |
2022-05-13 |
Michael Anthony... | runtime: account for idle mark time in the GC CPU limiter |
commit | commitdiff | tree |
2022-05-13 |
Xiaodong Liu | cmd/compile/internal: fix test error on loong64 |
commit | commitdiff | tree |
2022-05-13 |
Daniel Martí | cmd/compile: tidy up noder's unified IR docs |
commit | commitdiff | tree |
2022-05-13 |
Matthew Dempsky | cmd/compile/internal/ir: remove PkgFuncName assumption... |
commit | commitdiff | tree |
2022-05-13 |
Matthew Dempsky | cmd/compile/internal/types: remove Type.sym and rename... |
commit | commitdiff | tree |
2022-05-13 |
Matthew Dempsky | cmd/compile/internal/types: change structuraltype_test... |
commit | commitdiff | tree |
2022-05-13 |
Matthew Dempsky | cmd/compile/internal/types: change NewTypeParam to... |
commit | commitdiff | tree |
2022-05-13 |
Cuong Manh Le | cmd/compile/internal/ir: remove NilExpr.Sym_ |
commit | commitdiff | tree |
2022-05-13 |
Matthew Dempsky | cmd/compile/internal/staticdata: remove use of `""... |
commit | commitdiff | tree |
2022-05-13 |
Matthew Dempsky | cmd/compile/internal/typecheck: remove iexport assumpti... |
commit | commitdiff | tree |
2022-05-13 |
Matthew Dempsky | cmd/compile/internal/noder: remove unified IR assumptio... |
commit | commitdiff | tree |
2022-05-13 |
Matthew Dempsky | cmd/compile/internal/gc: parse command-line flags earlier |
commit | commitdiff | tree |
2022-05-13 |
Ian Lance Taylor | time: clarify that monotonic clock is not returned... |
commit | commitdiff | tree |
2022-05-13 |
Ville Skyttä | mime: skip globs2 entries that are not simple file... |
commit | commitdiff | tree |
2022-05-13 |
penglei | cmd/go/internal/mvs: Delete redundant searching for... |
commit | commitdiff | tree |
2022-05-13 |
Michael Anthony... | runtime/metrics: add the last GC cycle that had the... |
commit | commitdiff | tree |
2022-05-13 |
Michael Anthony... | runtime/metrics: add the number of Go-to-C calls |
commit | commitdiff | tree |
2022-05-13 |
David Chase | runtime: tweak js and plan9 to avoid/disable write... |
commit | commitdiff | tree |
2022-05-13 |
Cherry Mui | cmd/compile: use jump table on ARM64 |
commit | commitdiff | tree |
2022-05-13 |
Rhys Hiltner | runtime/pprof: fix allFrames cache |
commit | commitdiff | tree |
2022-05-13 |
David Chase | runtime: add go:yeswritebarrierrec to panic functions |
commit | commitdiff | tree |
2022-05-13 |
David Chase | buildcfg: disable regabiwrappers along with regabiargs |
commit | commitdiff | tree |
2022-05-13 |
Xiaodong Liu | cmd/asm/internal: configure assembler for loong64 |
commit | commitdiff | tree |
2022-05-13 |
Xiaodong Liu | cmd/compile: register Init function for loong64 |
commit | commitdiff | tree |
2022-05-13 |
David Chase | cmd/compile: sort named types before unnamed in reflect |
commit | commitdiff | tree |
2022-05-13 |
Roland Shoemaker | cmd/go: don't assume decimal in test_fuzz_mutate_crash |
commit | commitdiff | tree |
2022-05-13 |
Michael Anthony... | runtime/metrics: add gomaxprocs metric |
commit | commitdiff | tree |
2022-05-13 |
Michael Anthony... | runtime/internal/atomic: align 64-bit types to 8 bytes... |
commit | commitdiff | tree |
2022-05-13 |
Michael Anthony... | runtime: make CPU limiter assist time much less error... |
commit | commitdiff | tree |
2022-05-13 |
Roland Shoemaker | cmd/go: make TestScript/test_fuzz_minimize_dirty_cov... |
commit | commitdiff | tree |
2022-05-13 |
Paul E. Murphy | crypto/aes: simplify key load+store on PPC64 |
commit | commitdiff | tree |
next |