2021-10-13 |
Mark Hansen | cmd/pprof: update vendored github.com/google/pprof |
commit | commitdiff | tree |
2021-10-13 |
zhouguangyuan | cmd/link: disable weak reference in itab if build with... |
commit | commitdiff | tree |
2021-10-13 |
helbing | embed: add example |
commit | commitdiff | tree |
2021-10-13 |
nicksherron | all: fix spelling mistakes |
commit | commitdiff | tree |
2021-10-13 |
Dan Scales | cmd/compile: allow spaces in types.(*Type).LinkString() |
commit | commitdiff | tree |
2021-10-12 |
Robert Findley | cmd/api: use placeholder names for type parameters |
commit | commitdiff | tree |
2021-10-12 |
Jake Ciolek | cmd/compile: use ANDL for small immediates |
commit | commitdiff | tree |
2021-10-12 |
Tamir Duberstein | os: Simplify size using io.Discard. |
commit | commitdiff | tree |
2021-10-12 |
Katie Hockman | internal/fuzz: fix -fuzzminimizetime with 'x' bug |
commit | commitdiff | tree |
2021-10-12 |
Bryan C. Mills | cmd/dist: run a checkNotStale on the builders before... |
commit | commitdiff | tree |
2021-10-12 |
Dan Scales | [dev.typeparams] cmd/compile: add test for number of... |
commit | commitdiff | tree |
2021-10-12 |
Jay Conrod | testing: don't create unique subtest names while fuzzing |
commit | commitdiff | tree |
2021-10-12 |
Dan Scales | cmd/compile: some fixes in type substituter for Instantiate |
commit | commitdiff | tree |
2021-10-12 |
Robert Findley | go/types: export TypeParam.Index and remove TypeParam... |
commit | commitdiff | tree |
2021-10-12 |
Jay Conrod | cmd/go: adjust documentation mentioning 'go get' |
commit | commitdiff | tree |
2021-10-12 |
Cherry Mui | cmd/compile: do not reuse dead value in expand_calls... |
commit | commitdiff | tree |
2021-10-12 |
Katie Hockman | testing: fix -run behavior with fuzz tests |
commit | commitdiff | tree |
2021-10-12 |
Paul E. Murphy | cmd/internal/obj/ppc64: support alignment of prefixed... |
commit | commitdiff | tree |
2021-10-12 |
Nigel Tao | compress/lzw: output a Clear code first, per GIF spec |
commit | commitdiff | tree |
2021-10-12 |
Tobias Klauser | cmd/link/internal/ld: use libc based fcntl for (*OutBuf... |
commit | commitdiff | tree |
2021-10-12 |
Ian Lance Taylor | cmd/api: support type parameters |
commit | commitdiff | tree |
2021-10-11 |
Robert Findley | cmd/compile/internal/types2: avoid duplicate errors... |
commit | commitdiff | tree |
2021-10-11 |
Robert Findley | go/types: mark implicit interfaces as such |
commit | commitdiff | tree |
2021-10-11 |
Robert Findley | go/internal/gcimporter: enable importing typeparam... |
commit | commitdiff | tree |
2021-10-11 |
Robert Findley | go/types: accept constraint literals with elided interfaces |
commit | commitdiff | tree |
2021-10-11 |
Robert Findley | go/parser: allow eliding interface in constraint literals |
commit | commitdiff | tree |
2021-10-11 |
Daniel Martí | encoding/gob: follow documented io.EOF semantics |
commit | commitdiff | tree |
2021-10-11 |
Dan Scales | cmd/compile: adjust debug/gosym to deal with instantiat... |
commit | commitdiff | tree |
2021-10-11 |
Bryan C. Mills | cmd/go: insert goroot to the hash of build cache when... |
commit | commitdiff | tree |
2021-10-11 |
Dan Scales | cmd/compile: deal with TODO related to generic wrappers... |
commit | commitdiff | tree |
2021-10-11 |
Robert Findley | all: update vendored golang.org/x/tools |
commit | commitdiff | tree |
2021-10-11 |
Paul E. Murphy | cmd/internal/obj/ppc64: fix mtocrf, cleanup other CR ops |
commit | commitdiff | tree |
2021-10-11 |
Cherry Mui | cmd/link: do not mark holes in functab |
commit | commitdiff | tree |
2021-10-11 |
Cherry Mui | runtime: simplify multiple text section handling in... |
commit | commitdiff | tree |
2021-10-11 |
Yuval Pavel... | doc/go1.18: document FreeBSD 11.x will no longer be... |
commit | commitdiff | tree |
2021-10-11 |
Russ Cox | regexp: document and implement that invalid UTF-8 bytes... |
commit | commitdiff | tree |
2021-10-11 |
Robert Findley | go/parser: clean up unnecessary arguments and replace... |
commit | commitdiff | tree |
2021-10-11 |
Paul E. Murphy | cmd/internal/obj/ppc64: remove unused REG_DCR types |
commit | commitdiff | tree |
2021-10-10 |
Keith Randall | cmd/compile: used TESTL instead of TESTQ for cpu featur... |
commit | commitdiff | tree |
2021-10-09 |
Jake Ciolek | cmd/compile: use the shorter version of XOR for breakin... |
commit | commitdiff | tree |
2021-10-09 |
Jake Ciolek | cmd/compile: mark NOT as an op that doesn't clobber... |
commit | commitdiff | tree |
2021-10-09 |
Sean Liao | sync: use example.com for url in ExampleWaitGroup |
commit | commitdiff | tree |
2021-10-09 |
Alejandro García... | cmd/compile: eliminate successive swaps |
commit | commitdiff | tree |
2021-10-08 |
Matthew Dempsky | cmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE... |
commit | commitdiff | tree |
2021-10-08 |
Bryan C. Mills | cmd/go: do not expect a specific timing in test_fuzz_mi... |
commit | commitdiff | tree |
2021-10-08 |
Tobias Klauser | go/build, internal/goarch: sort goarchList alphabetically |
commit | commitdiff | tree |
2021-10-08 |
Matthew Dempsky | cmd/cgo: use "!compiler_bootstrap" tag instead of ... |
commit | commitdiff | tree |
2021-10-08 |
Cherry Mui | cmd/link: put gcprog symbols along with gcbits |
commit | commitdiff | tree |
2021-10-08 |
Keith Randall | runtime: fix uint64->float32 conversion for softfloat |
commit | commitdiff | tree |
2021-10-08 |
Robert Griesemer | go/types: rename rparamMap to recvTParamMap to match... |
commit | commitdiff | tree |
2021-10-08 |
Robert Griesemer | cmd/compile/internal/types2: use an identifier map... |
commit | commitdiff | tree |
2021-10-08 |
Dan Scales | cmd/compile: allow delaying of transformCompLit, new... |
commit | commitdiff | tree |
2021-10-08 |
Robert Findley | go/ast, go/types: remove some stale TODOs |
commit | commitdiff | tree |
2021-10-08 |
Bryan C. Mills | misc/cgo/testshared: pass the testing.T to goCmd when... |
commit | commitdiff | tree |
2021-10-08 |
Meng Zhuo | time: allow minimum int64 in ParseDuration |
commit | commitdiff | tree |
2021-10-08 |
Robert Findley | go/types: use an identifier map rather than isubst... |
commit | commitdiff | tree |
2021-10-08 |
Nigel Tao | image/png: fix interlaced palette out-of-bounds |
commit | commitdiff | tree |
2021-10-08 |
Robert Griesemer | go/types: partial revert of incorrect unification ... |
commit | commitdiff | tree |
2021-10-08 |
Robert Griesemer | cmd/compile/internal/types2: partial revert of incorrec... |
commit | commitdiff | tree |
2021-10-08 |
Pedro Lopez... | unicode: use IsSpace not IsUpper in IsSpace example... |
commit | commitdiff | tree |
2021-10-07 |
Cherry Mui | cmd/link: mark holes in functab with end PC-1 |
commit | commitdiff | tree |
2021-10-07 |
Cherry Mui | runtime: handle end PC in textAddr |
commit | commitdiff | tree |
2021-10-07 |
Caleb Spare | testing: with -benchtime=1x, run the benchmark loop... |
commit | commitdiff | tree |
2021-10-07 |
Dan Scales | cmd/compile: improving printing of type names in func... |
commit | commitdiff | tree |
2021-10-07 |
Katie Hockman | internal/fuzz: log that minimization is occurring |
commit | commitdiff | tree |
2021-10-07 |
Tobias Klauser | os: don't use wait6 on netbsd |
commit | commitdiff | tree |
2021-10-07 |
Jinwen Wo | cmd/go/internal/web: improve IP check testing on ipv6 env |
commit | commitdiff | tree |
2021-10-07 |
Bryan C. Mills | test/fixedbugs: fix issue48784.go to pass with -G=0 |
commit | commitdiff | tree |
2021-10-07 |
Cherry Mui | misc/wasm, cmd/link: do not let command line args overw... |
commit | commitdiff | tree |
2021-10-07 |
Keith Randall | cmd/compile,runtime: implement uint64->float32 correctl... |
commit | commitdiff | tree |
2021-10-07 |
Pedro Lopez... | math: add Remainder example |
commit | commitdiff | tree |
2021-10-07 |
Matthew Dempsky | cmd/cgo: update to handle ast.IndexListExpr |
commit | commitdiff | tree |
2021-10-07 |
Leonard Wang | cmd/compile: fix the index variable is shadowed in... |
commit | commitdiff | tree |
2021-10-07 |
Cuong Manh Le | go/types: better error message for invalid untyped... |
commit | commitdiff | tree |
2021-10-07 |
Cuong Manh Le | cmd/compile: better error message for invalid untyped... |
commit | commitdiff | tree |
2021-10-07 |
Meng Zhuo | runtime,sync: using fastrandn instead of modulo reduction |
commit | commitdiff | tree |
2021-10-07 |
Robert Griesemer | go/types: implement copy for generic argument types |
commit | commitdiff | tree |
2021-10-07 |
Robert Griesemer | cmd/compile/internal/types2: implement copy for generic... |
commit | commitdiff | tree |
2021-10-07 |
Josh Bleecher... | test: skip endian inlining test on noopt builder |
commit | commitdiff | tree |
2021-10-06 |
John Kelly | net/http: add Cookie.Valid method |
commit | commitdiff | tree |
2021-10-06 |
Dan Scales | cmd/compile: fix -W=3 output after the # line |
commit | commitdiff | tree |
2021-10-06 |
Pedro Lopez... | unicode: add examples for the Is functions |
commit | commitdiff | tree |
2021-10-06 |
Damien Neil | time: fallback to slower TestTicker test after one... |
commit | commitdiff | tree |
2021-10-06 |
Carlo Alberto... | strings,bytes: avoid allocations in Trim/TrimLeft/TrimRight |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | cmd/compile: simplify code in walkPrint |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | go/build: ignore package main files in TestDependencies |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | cmd/compile: add runtime.funcspdelta to intended inlini... |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | runtime: streamline moduledata.textAddr |
commit | commitdiff | tree |
2021-10-06 |
Damien Neil | all: update go.mod for golang.org/x/net |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | cmd/compile: make encoding/binary loads/stores cheaper... |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | cmd/link,runtime: make textsectmap fields more convenie... |
commit | commitdiff | tree |
2021-10-06 |
Katie Hockman | cmd/go/testdata/script: move test from test_fuzz to... |
commit | commitdiff | tree |
2021-10-06 |
Alexander Yastrebov | time: truncate fractional seconds longer than 9 digits |
commit | commitdiff | tree |
2021-10-06 |
Robert Griesemer | go/types: break cycles in invalid types |
commit | commitdiff | tree |
2021-10-06 |
Robert Griesemer | cmd/compile/internal/types2: break cycles in invalid... |
commit | commitdiff | tree |
2021-10-06 |
Robert Griesemer | cmd/compile/internal/syntax, types2: remove ability... |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | cmd/link: remove unnecessary int conversions |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | cmd/internal/obj: allow more gcbits content addressability |
commit | commitdiff | tree |
2021-10-06 |
Martin Möhrmann | internal/cpu: remove option to mark cpu features required |
commit | commitdiff | tree |
2021-10-06 |
Cherry Mui | cmd/link: keep go.buildid alive on AIX external linking |
commit | commitdiff | tree |
next |