2023-10-25 |
Tobias Klauser | cmd/compile/internal/typecheck: use strings.Contains |
commit | commitdiff | tree |
2023-10-25 |
Michael Stapelberg | Revert "crypto/internal/boring: use noescape and nocall... |
commit | commitdiff | tree |
2023-10-24 |
qiulaidongfeng | runtime: use max/min func |
commit | commitdiff | tree |
2023-10-24 |
Keith Randall | cmd/compile: use new runtime type mechanism for type... |
commit | commitdiff | tree |
2023-10-24 |
Keith Randall | cmd/compile: reorganize compiler type descriptor generation |
commit | commitdiff | tree |
2023-10-24 |
Michael Pratt | cmd/compile/internal/ir: update CallExpr comment reference |
commit | commitdiff | tree |
2023-10-24 |
Mauri de Souza... | runtime/internal/atomic: add memory barrier for mips... |
commit | commitdiff | tree |
2023-10-24 |
Nakul Bajaj | testing/slogtest: test no source key with empty PC... |
commit | commitdiff | tree |
2023-10-24 |
Alan Donovan | go/types: fix (*T)(nil)-to-interface conversion bug |
commit | commitdiff | tree |
2023-10-23 |
cui fliter | log: add available godoc link |
commit | commitdiff | tree |
2023-10-23 |
Keiichi Hirobe | net/http: remove outdated comment about a support of... |
commit | commitdiff | tree |
2023-10-23 |
qmuntal | crypto/internal/boring: use noescape and nocallback... |
commit | commitdiff | tree |
2023-10-23 |
Andy Pan | net,internal/poll: mark it as handled even if sendfile... |
commit | commitdiff | tree |
2023-10-23 |
Cuong Manh Le | runtime: allow for 10 more threads in TestWindowsStackM... |
commit | commitdiff | tree |
2023-10-23 |
Andy Pan | runtime: ignore ETIMEDOUT for kevent conservatively |
commit | commitdiff | tree |
2023-10-23 |
favonia | bufio: allow terminating Scanner early cleanly without... |
commit | commitdiff | tree |
2023-10-23 |
Olivier Mengué | database/sql: add godoc links |
commit | commitdiff | tree |
2023-10-23 |
Mateusz Poliwczak | net: set IsNotFound on windows and plan9 DNS queries |
commit | commitdiff | tree |
2023-10-21 |
Roland Shoemaker | doc: add missing space in godebug.md |
commit | commitdiff | tree |
2023-10-20 |
Paul E. Murphy | cmd/internal/obj/ppc64: refactor maskgen |
commit | commitdiff | tree |
2023-10-20 |
Roland Shoemaker | crypto/rand,runtime: switch RtlGenRandom for ProcessPrng |
commit | commitdiff | tree |
2023-10-20 |
F Y | syscall: stop counting trailing NUL for abstract addres... |
commit | commitdiff | tree |
2023-10-20 |
Quan Tong | cmd/go/internal/work: set Incomplete to true if there... |
commit | commitdiff | tree |
2023-10-20 |
Ian Lance Taylor | test: add tests that gofrontend failed |
commit | commitdiff | tree |
2023-10-20 |
Guoqi Chen | cmd/compile: improve the implementation of Lowered... |
commit | commitdiff | tree |
2023-10-19 |
Dmitri Shuralyov | all: update vendored dependencies |
commit | commitdiff | tree |
2023-10-19 |
Dmitri Shuralyov | misc: drop old +build lines |
commit | commitdiff | tree |
2023-10-19 |
Dmitri Shuralyov | all: drop old +build lines |
commit | commitdiff | tree |
2023-10-19 |
Dmitri Shuralyov | test: migrate remaining files to go:build syntax |
commit | commitdiff | tree |
2023-10-19 |
Austin Clements | cmd/go: move all Shell methods to shell.go |
commit | commitdiff | tree |
2023-10-19 |
Austin Clements | cmd/go: add Shell.RemoveAll |
commit | commitdiff | tree |
2023-10-19 |
Austin Clements | cmd/go: introduce Shell abstraction |
commit | commitdiff | tree |
2023-10-19 |
Austin Clements | cmd/go: serialize access to scriptDir with output |
commit | commitdiff | tree |
2023-10-19 |
Austin Clements | cmd/go: clean up adding import path to command error |
commit | commitdiff | tree |
2023-10-19 |
cui fliter | image: add available godoc link |
commit | commitdiff | tree |
2023-10-19 |
cui fliter | go: add available godoc link |
commit | commitdiff | tree |
2023-10-19 |
cui fliter | math: add available godoc link |
commit | commitdiff | tree |
2023-10-19 |
flaxinger | internal/nettrace: fix comment typo |
commit | commitdiff | tree |
2023-10-19 |
Cuong Manh Le | cmd/compile: report mismatched version set by //go... |
commit | commitdiff | tree |
2023-10-19 |
Andy Pan | internal/poll: add SPLICE_F_NONBLOCK flag for splice... |
commit | commitdiff | tree |
2023-10-19 |
go101 | slices: avoid an unnecessary check in Replace |
commit | commitdiff | tree |
2023-10-19 |
Paul E. Murphy | test/codegen: fix PPC64 AddLargeConst test |
commit | commitdiff | tree |
2023-10-18 |
Austin Clements | cmd/go: work around race in fmtCmd |
commit | commitdiff | tree |
2023-10-18 |
andig | encoding/json: use reflect.Value.IsZero |
commit | commitdiff | tree |
2023-10-18 |
cui fliter | database: add available godoc link |
commit | commitdiff | tree |
2023-10-18 |
cui fliter | embed: add available godoc link |
commit | commitdiff | tree |
2023-10-18 |
cui fliter | flag: add available godoc link |
commit | commitdiff | tree |
2023-10-18 |
cui fliter | io: add available godoc link |
commit | commitdiff | tree |
2023-10-18 |
cui fliter | debug: add available godoc link |
commit | commitdiff | tree |
2023-10-18 |
Quan Tong | cmd/go/internal/modcmd: do not copy test embed files... |
commit | commitdiff | tree |
2023-10-18 |
Paul E. Murphy | cmd/internal/obj/ppc64: refactor maskgen64 usage |
commit | commitdiff | tree |
2023-10-18 |
Paul E. Murphy | cmd/compile/internal/ssa: on PPC64, generate large... |
commit | commitdiff | tree |
2023-10-18 |
Jayanth Krishnamurthy | cmd/compile: update to rules on PPC64 folding bit rever... |
commit | commitdiff | tree |
2023-10-18 |
cui fliter | cmd/internal/obj/arm64: replace the migrated url address |
commit | commitdiff | tree |
2023-10-18 |
Cuong Manh Le | runtime: speed up readvarintUnsafe |
commit | commitdiff | tree |
2023-10-18 |
Cuong Manh Le | cmd/compile: move ssagen.dvarint to objw.Uvarint |
commit | commitdiff | tree |
2023-10-18 |
Cuong Manh Le | cmd/compile: fix funcdata encode for functions with... |
commit | commitdiff | tree |
2023-10-18 |
Lynn Boger | cmd/compile: avoid ANDCCconst on PPC64 if condition... |
commit | commitdiff | tree |
2023-10-18 |
Austin Clements | cmd/go: make pkg-config check less picky |
commit | commitdiff | tree |
2023-10-18 |
Austin Clements | cmd/go: drop unnecessary Package argument to reportCmd |
commit | commitdiff | tree |
2023-10-18 |
Austin Clements | cmd/go: drop unnecessary Package arguments |
commit | commitdiff | tree |
2023-10-18 |
Austin Clements | cmd/go: move fmtcmd's side effect to Showcmd |
commit | commitdiff | tree |
2023-10-18 |
Austin Clements | cmd/go: use Builder.writeFile more extensively |
commit | commitdiff | tree |
2023-10-18 |
Austin Clements | cmd/go: delete showOutput, formatOutput, and processOutput |
commit | commitdiff | tree |
2023-10-18 |
Austin Clements | cmd/go: replace formatOutput/showOutput with reportCmd |
commit | commitdiff | tree |
2023-10-18 |
Austin Clements | cmd/go: consolidate showOutput, formatOutput, and proce... |
commit | commitdiff | tree |
2023-10-18 |
Cuong Manh Le | cmd/cgo/internal/testfortran: relax test output |
commit | commitdiff | tree |
2023-10-18 |
bestgopher | runtime: fix comments for itab |
commit | commitdiff | tree |
2023-10-17 |
qmuntal | runtime: use cgo_import_dynamic for QueryPerformanceCounter |
commit | commitdiff | tree |
2023-10-17 |
qmuntal | runtime: unconditionally load AddVectoredContinueHandle... |
commit | commitdiff | tree |
2023-10-17 |
Mauri de Souza... | go/printer: fix invalid output for empty decls |
commit | commitdiff | tree |
2023-10-17 |
Cuong Manh Le | cmd/internal/testdir: accept build go1.x build tag |
commit | commitdiff | tree |
2023-10-17 |
Austin Clements | cmd/go: rename ld, ldShared "out" argument to "targetPath" |
commit | commitdiff | tree |
2023-10-17 |
Robert Griesemer | spec: explain eval order of binary operator examples... |
commit | commitdiff | tree |
2023-10-16 |
Roland Shoemaker | html/template: track brace depth for each nested expression |
commit | commitdiff | tree |
2023-10-14 |
cui fliter | all: fix function names |
commit | commitdiff | tree |
2023-10-14 |
Ian Lance Taylor | bufio: link "too large to fit" to Scanner.Buffer |
commit | commitdiff | tree |
2023-10-14 |
Ian Lance Taylor | runtime: use real type size in map keys and values... |
commit | commitdiff | tree |
2023-10-13 |
cui fliter | compress: some minor corrections or adjustments for... |
commit | commitdiff | tree |
2023-10-13 |
Joe Tsai | strconv: add example for QuotedPrefix |
commit | commitdiff | tree |
2023-10-13 |
cui fliter | expvar: add available godoc link |
commit | commitdiff | tree |
2023-10-13 |
cui fliter | hash: add available godoc link |
commit | commitdiff | tree |
2023-10-13 |
cui fliter | index/suffixarray: add available godoc link |
commit | commitdiff | tree |
2023-10-13 |
cui fliter | archive: add available godoc link |
commit | commitdiff | tree |
2023-10-13 |
cui fliter | bytes,strings: add available godoc link |
commit | commitdiff | tree |
2023-10-13 |
cui fliter | crypto: add available godoc link |
commit | commitdiff | tree |
2023-10-13 |
Michael Pratt | cmd/compile/internal/pgo: readability refactor |
commit | commitdiff | tree |
2023-10-13 |
Michael Pratt | cmd/compile: lookup indirect callees from export data... |
commit | commitdiff | tree |
2023-10-13 |
Michael Pratt | cmd/internal/objabi: add inverse of PathToPrefix |
commit | commitdiff | tree |
2023-10-13 |
Joel Sing | cmd/link/internal/ld: assign temporary addresses to... |
commit | commitdiff | tree |
2023-10-12 |
apocelipes | encoding/xml: use reflect.Value.IsZero |
commit | commitdiff | tree |
2023-10-12 |
Cherry Mui | runtime: don't print "unexpected SPWRITE" when printing... |
commit | commitdiff | tree |
2023-10-12 |
Michael Pratt | cmd/compile: synchronize inlinability logic between... |
commit | commitdiff | tree |
2023-10-12 |
Keith Randall | cmd/compile: when combining stores, use line number... |
commit | commitdiff | tree |
2023-10-12 |
cui fliter | compress: add available godoc link |
commit | commitdiff | tree |
2023-10-12 |
cui fliter | container/heap: add available godoc link |
commit | commitdiff | tree |
2023-10-12 |
cui fliter | bufio: add available godoc link |
commit | commitdiff | tree |
2023-10-12 |
Ian Lance Taylor | runtime: don't use atomic store in noteclear on AIX |
commit | commitdiff | tree |
2023-10-12 |
David Chase | cmd/compiler: make decompose shortcuts apply for PtrSha... |
commit | commitdiff | tree |
2023-10-12 |
Cherry Mui | runtime/cgo: avoid taking the address of crosscall2... |
commit | commitdiff | tree |
next |