2022-05-12 |
Cherry Mui | cmd/link: remove name expansion logic |
commit | commitdiff | tree |
2022-05-12 |
Yasuhiro Matsumoto | all.bat,clean.bat,race.bat,run.bat: call some.bat with... |
commit | commitdiff | tree |
2022-05-12 |
Yasuhiro Matsumoto | make.bat: call env.bat with .\env.bat |
commit | commitdiff | tree |
2022-05-12 |
Tobias Klauser | net/netip: skip some TestAddrStringAllocs tests on... |
commit | commitdiff | tree |
2022-05-12 |
Robert Griesemer | spec: state that variable names must be unique in short... |
commit | commitdiff | tree |
2022-05-12 |
Robert Griesemer | spec: clarify "continue" statement |
commit | commitdiff | tree |
2022-05-12 |
Robert Griesemer | spec: correct assignment rules with respect to type... |
commit | commitdiff | tree |
2022-05-12 |
Robert Griesemer | spec: adjust scope of function/method type parameters |
commit | commitdiff | tree |
2022-05-12 |
Xiaodong Liu | cmd/compile/internal/ssagen: enable intrinsic operation... |
commit | commitdiff | tree |
2022-05-12 |
Xiaodong Liu | cmd/compile/internal/ssa: config functions used in... |
commit | commitdiff | tree |
2022-05-12 |
Xiaodong Liu | cmd/compile/internal/ssa: add support on loong64 for... |
commit | commitdiff | tree |
2022-05-11 |
Xiaodong Liu | cmd/compile/internal/ssa: inline memmove with known... |
commit | commitdiff | tree |
2022-05-11 |
Alexander Yastrebov | Revert "net/http: close accepted connection" |
commit | commitdiff | tree |
2022-05-11 |
Xiaodong Liu | cmd/compile/internal/ssa{,/gen}: define rules and opera... |
commit | commitdiff | tree |
2022-05-11 |
Tobias Klauser | net/netip: reduce allocations in Addr.String for v4... |
commit | commitdiff | tree |
2022-05-11 |
Xiaodong Liu | cmd/compile/internal/ssa: increase the bit width of... |
commit | commitdiff | tree |
2022-05-11 |
Cherry Mui | cmd/asm: require -p flag |
commit | commitdiff | tree |
2022-05-11 |
Cherry Mui | cmd/internal/obj: add a flag to not write referenced... |
commit | commitdiff | tree |
2022-05-11 |
Xiaodong Liu | cmd/internal/obj{,/loong64}: instructions and registers... |
commit | commitdiff | tree |
2022-05-11 |
David Chase | cmd/compile: convert merge to use appl. bal. trees... |
commit | commitdiff | tree |
2022-05-11 |
Bryan C. Mills | cmd/go: add timestamps to script test output |
commit | commitdiff | tree |
2022-05-11 |
Ian Lance Taylor | compress/flate: remove compressor.hash field |
commit | commitdiff | tree |
2022-05-11 |
Keith Randall | Revert "testing: document -race goroutine limits" |
commit | commitdiff | tree |
2022-05-11 |
Charlie Vieth | go/build: replace ioutil.ReadDir with os.ReadDir |
commit | commitdiff | tree |
2022-05-11 |
Axel Busch | runtime: enable vDSO support for s390x architecture |
commit | commitdiff | tree |
2022-05-11 |
Cuong Manh Le | cmd/compile: fix bad order of evaluation for multi... |
commit | commitdiff | tree |
2022-05-11 |
Keith Randall | doc: mention jump tables and tsan upgrades in 1.19... |
commit | commitdiff | tree |
2022-05-11 |
Cuong Manh Le | runtime: use unsafe.Slice in getStackMap |
commit | commitdiff | tree |
2022-05-11 |
Cuong Manh Le | cmd/compile,runtime: open code unsafe.Slice |
commit | commitdiff | tree |
2022-05-11 |
Matthew Dempsky | runtime: change maxSearchAddr into a helper function |
commit | commitdiff | tree |
2022-05-10 |
Jonathan Amsterdam | go/doc: remove unused top-level declarations from playa... |
commit | commitdiff | tree |
2022-05-10 |
Bryan C. Mills | os/exec: eliminate some arbitrary short timeouts |
commit | commitdiff | tree |
2022-05-10 |
Ian Lance Taylor | cmd/vendor: update to current x/tools revision |
commit | commitdiff | tree |
2022-05-10 |
Ian Lance Taylor | syscall: update broken links |
commit | commitdiff | tree |
2022-05-10 |
nimelehin | runtime: store pointer-size words in memclr |
commit | commitdiff | tree |
2022-05-10 |
Cherry Mui | runtime: not mark save_g NOFRAME on ARM |
commit | commitdiff | tree |
2022-05-10 |
Lynn Boger | crypto/aes: add BE support to gcm |
commit | commitdiff | tree |
2022-05-10 |
Paul E. Murphy | internal/cpu: report CPU if known on PPC64 |
commit | commitdiff | tree |
2022-05-10 |
Paul E. Murphy | cmd/compile: lower Add64/Sub64 into ssa on PPC64 |
commit | commitdiff | tree |
2022-05-10 |
Wayne Zuo | test: add test case for #51840 |
commit | commitdiff | tree |
2022-05-10 |
Daniel Martà | go/printer: align expression list elements containing... |
commit | commitdiff | tree |
2022-05-10 |
David Chase | cmd/compile: be sure to export types mentioned in f... |
commit | commitdiff | tree |
2022-05-10 |
Cherry Mui | cmd/link: more cleanups for visibility hidden symbol... |
commit | commitdiff | tree |
2022-05-10 |
Bryan C. Mills | cmd/go/internal/modfetch: simplify handling of weird... |
commit | commitdiff | tree |
2022-05-10 |
Matthew Dempsky | cmd/compile: update README.md |
commit | commitdiff | tree |
2022-05-10 |
Ian Lance Taylor | archive/zip: error if using io/fs on zip with duplicate... |
commit | commitdiff | tree |
2022-05-10 |
Russ Cox | os/exec: return clear error for missing cmd.Path |
commit | commitdiff | tree |
2022-05-10 |
Cherry Mui | cmd/compile: fix boolean comparison on PPC64 |
commit | commitdiff | tree |
2022-05-10 |
Michael Anthony... | runtime: add lock partial order edge for trace and... |
commit | commitdiff | tree |
2022-05-10 |
Jonathan Amsterdam | go/doc: move code from playExample to a separate function |
commit | commitdiff | tree |
2022-05-10 |
Jonathan Amsterdam | go/doc: move example tests into files |
commit | commitdiff | tree |
2022-05-10 |
Michael Anthony... | runtime: profile finalizer G more carefully in goroutin... |
commit | commitdiff | tree |
2022-05-10 |
Jonathan Amsterdam | go/doc: remove brackets from receiver in example identifier |
commit | commitdiff | tree |
2022-05-10 |
Jonathan Amsterdam | go/doc: group play example imports |
commit | commitdiff | tree |
2022-05-09 |
Alexander Yastrebov | net/http: close accepted connection |
commit | commitdiff | tree |
2022-05-09 |
Ian Lance Taylor | go/doc/comment: don't crash if there are no words to... |
commit | commitdiff | tree |
2022-05-09 |
Ian Lance Taylor | cmd/go: don't fail in ToSymbolFunc when using -n |
commit | commitdiff | tree |
2022-05-09 |
Robert Findley | go/types, types2: use a type lookup by identity in... |
commit | commitdiff | tree |
2022-05-09 |
Cuong Manh Le | cmd/compile/internal/typecheck: remove some un-used... |
commit | commitdiff | tree |
2022-05-09 |
Bryan C. Mills | net: avoid racing on port reuse in TestListenConfigControl |
commit | commitdiff | tree |
2022-05-09 |
Dmitri Shuralyov | os, syscall: don't consider stderr output as part of... |
commit | commitdiff | tree |
2022-05-09 |
nimelehin | runtime: use ERMS in memclr_amd64 |
commit | commitdiff | tree |
2022-05-09 |
Cuong Manh Le | cmd/compile: update comment/message that mention betypeinit |
commit | commitdiff | tree |
2022-05-09 |
Cherry Mui | cmd/compile: more fix on boolean ops on ARM64 |
commit | commitdiff | tree |
2022-05-09 |
Keith Randall | runtime: make racereadrange ABIinternal |
commit | commitdiff | tree |
2022-05-09 |
Cherry Mui | cmd/compile: fix If lowering on ARM64 |
commit | commitdiff | tree |
2022-05-09 |
Meng Zhuo | internal/abi, internal/buildcfg: enable regabi on riscv... |
commit | commitdiff | tree |
2022-05-09 |
miller | path/filepath: simplify EvalSymlinks for plan9 |
commit | commitdiff | tree |
2022-05-09 |
Than McIntosh | internal/cpu: revise test to make it work properly... |
commit | commitdiff | tree |
2022-05-09 |
Archana R | internal/bytealg: optimize index function for ppc64le... |
commit | commitdiff | tree |
2022-05-08 |
Paul E. Murphy | cmd/compile: schedule carry chain arithmetic disjointly |
commit | commitdiff | tree |
2022-05-08 |
Wayne Zuo | cmd/compile: teach prove about and operation |
commit | commitdiff | tree |
2022-05-08 |
Robert Griesemer | cmd/compile: don't crash in size computation for invali... |
commit | commitdiff | tree |
2022-05-08 |
Jinzhu | A+C: add Jinzhu Zhang |
commit | commitdiff | tree |
2022-05-08 |
Ryan Leung | all: fix some lint issues |
commit | commitdiff | tree |
2022-05-08 |
Ian Lance Taylor | archive/zip: permit zip files to have prefixes |
commit | commitdiff | tree |
2022-05-08 |
Jason7602 | sync: remove the redundant logic on sync.(*Pool).Put |
commit | commitdiff | tree |
2022-05-08 |
rlanhellas | time: return ENOENT instead of ERROR_PATH_NOT_FOUND... |
commit | commitdiff | tree |
2022-05-08 |
Patrick Pokatilo | cmd/cgo: add line info for return statements |
commit | commitdiff | tree |
2022-05-08 |
Nathan VanBenschoten | math/big: don't force second arg to Jacobi and Int... |
commit | commitdiff | tree |
2022-05-08 |
Heisenberg | compress/flate: cancel redundant operations |
commit | commitdiff | tree |
2022-05-08 |
Keith Randall | cmd/compile: trying to linkname a method is not an... |
commit | commitdiff | tree |
2022-05-07 |
Paul E. Murphy | crypto/aes: enable asm block ciphers for ppc64 |
commit | commitdiff | tree |
2022-05-07 |
michael | net: improve error handling in dnsclient_unix.go |
commit | commitdiff | tree |
2022-05-06 |
Bryan C. Mills | os/exec: refactor goroutine communication in Wait |
commit | commitdiff | tree |
2022-05-06 |
tenkoh | cmd/go: mod tidy returns proper error with /tmp/go.mod |
commit | commitdiff | tree |
2022-05-06 |
Wayne Zuo | cmd/compile: allow exporting `.rcvr` ident |
commit | commitdiff | tree |
2022-05-06 |
Cherry Mui | cmd/link: resolve relocations to .TOC. symbol |
commit | commitdiff | tree |
2022-05-06 |
David Taylor | crypto/tls: avoid extra allocations in steady-state... |
commit | commitdiff | tree |
2022-05-06 |
Than McIntosh | debug/pe: rework reading of aux symbols to fix endianit... |
commit | commitdiff | tree |
2022-05-06 |
Paul E. Murphy | crypto/aes: rewrite ppc64le block crypting |
commit | commitdiff | tree |
2022-05-06 |
Paul E. Murphy | cmd/link: generate PPC64 ABI register save/restore... |
commit | commitdiff | tree |
2022-05-06 |
Paul E. Murphy | cmd/compile,cmd/asm: fix ppc64 usage of BI argument... |
commit | commitdiff | tree |
2022-05-06 |
Jason A. Donenfeld | crypto/rand: fix race on r.used |
commit | commitdiff | tree |
2022-05-06 |
Cherry Mui | cmd/link: fix handling of visibility hidden symbols |
commit | commitdiff | tree |
2022-05-06 |
Ian Lance Taylor | test: add test that crashed gofrontend |
commit | commitdiff | tree |
2022-05-06 |
Roland Shoemaker | crypto/x509: fix EKU nesting enforcement |
commit | commitdiff | tree |
2022-05-06 |
Robert Griesemer | go/printer: fix printing for possibly ambiguous type... |
commit | commitdiff | tree |
2022-05-06 |
Robert Griesemer | cmd/compile/internal/syntax: fix printing of ambiguous... |
commit | commitdiff | tree |
2022-05-06 |
Tobias Klauser | runtime/cgo: remove memset in _cgo_sys_thread_start... |
commit | commitdiff | tree |
next |