| 2021-10-01 | 
Dan Scales | cmd/compile: remove typeparam subscripts, use func...  | 
commit | commitdiff | tree | 
| 2021-10-01 | 
Bryan C. Mills | bufio: reject UnreadByte or UnreadRune after a Discard...  | 
commit | commitdiff | tree | 
| 2021-10-01 | 
Robert Griesemer | cmd/compile/internal/types2: mark implicit interfaces...  | 
commit | commitdiff | tree | 
| 2021-10-01 | 
Robert Griesemer | cmd/compile: accept constraint literals with elided...  | 
commit | commitdiff | tree | 
| 2021-10-01 | 
Robert Griesemer | cmd/compile/internal/types2: accept constraint literals...  | 
commit | commitdiff | tree | 
| 2021-10-01 | 
Robert Griesemer | cmd/compile/internal/syntax: allow eliding interface...  | 
commit | commitdiff | tree | 
| 2021-10-01 | 
jiahua wang | go/types: remove Environment type | 
commit | commitdiff | tree | 
| 2021-10-01 | 
Cherry Mui | cmd/link: correct type..importpath symbol handling | 
commit | commitdiff | tree | 
| 2021-10-01 | 
Cherry Mui | cmd/link: set alignment for string symbols in symtab...  | 
commit | commitdiff | tree | 
| 2021-10-01 | 
Cherry Mui | cmd/link: reduce alignment for some funcdata symbols | 
commit | commitdiff | tree | 
| 2021-10-01 | 
Robert Griesemer | cmd/compile/internal/types2: removed deprecated API...  | 
commit | commitdiff | tree | 
| 2021-10-01 | 
Robert Griesemer | go/types: switch uses of NewSignature to NewSignatureTy...  | 
commit | commitdiff | tree | 
| 2021-09-30 | 
Ian Lance Taylor | go/internal/gccgoimporter: change all .gox files to...  | 
commit | commitdiff | tree | 
| 2021-09-30 | 
Bryan C. Mills | cmd/dist: consistently set PWD when executing a command...  | 
commit | commitdiff | tree | 
| 2021-09-30 | 
wangyuntao | cmd/compile: correct comment: walkSwitch -> walkSelect | 
commit | commitdiff | tree | 
| 2021-09-30 | 
Sean Liao | .github: update IRC server | 
commit | commitdiff | tree | 
| 2021-09-30 | 
Cherry Mui | cmd/link: use "CC --print-prog-name" to locate tools | 
commit | commitdiff | tree | 
| 2021-09-30 | 
Changkun Ou | runtime: avoid run TestSyscallN in parallel | 
commit | commitdiff | tree | 
| 2021-09-30 | 
Cherry Mui | cmd/link: add runtime.text.N symbols to Mach-O symbol...  | 
commit | commitdiff | tree | 
| 2021-09-30 | 
Cherry Mui | debug/gosym: run TestPCLine on Linux/AMD64 in short...  | 
commit | commitdiff | tree | 
| 2021-09-30 | 
Cherry Mui | debug/gosym: fix version check in file table access | 
commit | commitdiff | tree | 
| 2021-09-30 | 
Filippo Valsorda | crypto: document the extended key interfaces | 
commit | commitdiff | tree | 
| 2021-09-30 | 
Leigh McCulloch | time: add doc comment about tzdata package | 
commit | commitdiff | tree | 
| 2021-09-30 | 
180909 | README.md: update contribute URL | 
commit | commitdiff | tree | 
| 2021-09-30 | 
fanzha02 | cmd/asm: add error check for move constant instructions...  | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Josh Bleecher...  | cmd/link: make funcSize a constant | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Josh Bleecher...  | cmd/link, runtime: use offset for _func.entry | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Josh Bleecher...  | runtime: extract text address calculation into a separa...  | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Josh Bleecher...  | debug/gosym: refactor handling of funcdata | 
commit | commitdiff | tree | 
| 2021-09-29 | 
citizen233 | cmd/go/internal/modcmd: fix "go mod editwork" error...  | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Josh Bleecher...  | debug/gosym: add benchmark | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Katie Hockman | internal/fuzz: disconnect stdout and stderr from the...  | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Ian Lance Taylor | text/template: check final value for short-circuit...  | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Robert Findley | cmd/compile: rename some types2.Context variables from...  | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Josh Bleecher...  | runtime: use unsafe.Slice in getStackMap | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Lynn Boger | test: update test/codegen/noextend.go to work with...  | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Katie Hockman | cmd/go: prevent necessary GCFlag from being removed | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Robert Findley | go/types, types2: rename Environment to Context | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Archana R | cmd/compile: add PPC64-specific inlining for runtime...  | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Josh Bleecher...  | debug/gosym: adjust go12* method comments | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Josh Bleecher...  | debug/gosym: add hook to disable recovers | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Dan Scales | cmd/compile: make sure shapes have proper indexes for...  | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Michael Pratt | runtime: drop nowritebarrier from gcParkAssist | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Robert Griesemer | go/types: avoid infinite recursion in unification | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Cherry Mui | cmd/internal/goobj, cmd/link: remove funcdataoff | 
commit | commitdiff | tree | 
| 2021-09-29 | 
Cherry Mui | cmd/link: access pcdata via aux symbols | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Robert Griesemer | cmd/compile/internal/types2: avoid infinite recursion...  | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Lynn Boger | internal/bytealg: port bytealg functions to reg ABI...  | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Lynn Boger | runtime: port memmove, memclr to register ABI on ppc64x | 
commit | commitdiff | tree | 
| 2021-09-28 | 
jiahua wang | compress/gzip: add missing license | 
commit | commitdiff | tree | 
| 2021-09-28 | 
jiahua wang | io: add examples for (*SectionReader) Read/Size | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Lynn Boger | reflect,runtime: add reflect support for regabi on...  | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Leonard Wang | runtime: add mp parameter for getMCache | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Robert Griesemer | cmd/compile/internal/types2: add Interface.IsMethodSet...  | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Jay Conrod | cmd/go: add release note for 'go get' changes | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Jay Conrod | cmd/go: change 'go get -d' to 'go get' in tests | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Jay Conrod | cmd/go: make 'go get' fail with an error when outside...  | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Jay Conrod | cmd/go: 'go get' no longer builds or installs packages | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Bryan C. Mills | io: update ByteScanner and RuneScanner docs to match...  | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Robert Griesemer | cmd/compile/internal/types2: add a NewSignatureType...  | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Robert Griesemer | cmd/compile/internal/types2: record all instances,...  | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Cherry Mui | cmd/internal/objfile: use aux symbol for pcdata references | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Cherry Mui | cmd/internal/obj: index pcdata symbols in NumberSyms | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Robert Findley | go/types: add the Interface.IsMethodSet method | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Robert Findley | go/types: add a NewSignatureType constructor accepting...  | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Josh Bleecher...  | cmd/internal/obj: refactor code to separate content...  | 
commit | commitdiff | tree | 
| 2021-09-28 | 
Cherry Mui | cmd/internal/goobj: remove Pcdata from object file | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Ian Lance Taylor | io: avoid integer overflow in NewSectionReader | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Josh Bleecher...  | runtime: fix and simplify printing on bad ftab | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Josh Bleecher...  | cmd/link: put type descriptor method arginfo in the...  | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Josh Bleecher...  | debug/gosym: add pcHeader parsing helpers | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Cherry Mui | runtime/pprof: skip TestTimeVDSO on Android | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Fabio Falzoi | reflect: add Value.{CanInt, CanUint, CanFloat, CanComplex} | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Josh Bleecher...  | runtime, cmd/link: minor cleanup | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Josh Bleecher...  | runtime: move entry method from _func to funcInfo | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Josh Bleecher...  | runtime: convert _func.entry to a method | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Josh Bleecher...  | runtime: change funcinl sentinel value from 0 to ^0 | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Josh Bleecher...  | runtime: look up funcInfo by func pointer | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Josh Bleecher...  | runtime: add Func method benchmarks | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Keith Randall | runtime: make slice growth formula a bit smoother | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Keith Randall | cmd/compile: keep methods on generic types from being...  | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Dan Scales | cmd/compile: allow methods on shape types (but no bodies) | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Zvonimir Pavlinovic | cmd/go/testdata/script: fix incorrect comments | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Keith Randall | cmd/compile: leave dictionary argument out of traceback...  | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Keith Randall | runtime: elide instantiated types in tracebacks | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Rhys Hiltner | runtime: use per-thread profiler for SetCgoTraceback...  | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Rhys Hiltner | runtime: move sigprofNonGo | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Rhys Hiltner | runtime: profile with per-thread timers on Linux | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Rhys Hiltner | runtime: allow per-OS changes to unix profiler | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Rhys Hiltner | runtime: add timer_create syscalls for Linux | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Robert Griesemer | go/types, types2: factor out some code, fix/add comment...  | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Lynn Boger | runtime: mark race functions as ABIInternal | 
commit | commitdiff | tree | 
| 2021-09-27 | 
nimelehin | cmd/compile: clean up remnants of amd64p32 in OnesCount | 
commit | commitdiff | tree | 
| 2021-09-27 | 
jiahua wang | encoding/base32: Add examples for Encode/Decode | 
commit | commitdiff | tree | 
| 2021-09-27 | 
DQNEO | cmd/internal/obj: fix wording in a comment | 
commit | commitdiff | tree | 
| 2021-09-27 | 
jiahua wang | bytes: add example for (*Buffer).Next | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Muhammad Falak...  | cmd/go: remove references to 'go help fuzz' | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Paul E. Murphy | cmd/internal/obj/ppc64: add a test for long branch...  | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Lynn Boger | runtime: add runtime changes for register ABI on ppc64x | 
commit | commitdiff | tree | 
| 2021-09-27 | 
Nigel Tao | image/draw: add RGBA64Image fast path for RGBA dst | 
commit | commitdiff | tree | 
| next |