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 |
2021-09-27 |
korzhao | cmd/compile: fix stencil call expression |
commit | commitdiff | tree |
2021-09-27 |
Leonard Wang | cmd/compile: print expression for invalid operation... |
commit | commitdiff | tree |
2021-09-25 |
korzhao | test/typeparam: add a test case for issue48617 |
commit | commitdiff | tree |
2021-09-25 |
korzhao | cmd/compile: add required CONVIFACE nodes when translat... |
commit | commitdiff | tree |
2021-09-25 |
Dan Scales | cmd/compile: deal with blank nodes with typeparam type... |
commit | commitdiff | tree |
2021-09-24 |
Jay Conrod | testing: address feedback for dev.fuzz merge |
commit | commitdiff | tree |
2021-09-24 |
Daniel Martí | cmd/gofmt: format files in parallel |
commit | commitdiff | tree |
2021-09-24 |
Jay Conrod | cmd/go: make 'go mod why -m' work in inconsistent,... |
commit | commitdiff | tree |
2021-09-24 |
Cuong Manh Le | cmd/compile: fix delayTransform condition |
commit | commitdiff | tree |
2021-09-24 |
Cuong Manh Le | cmd/compile: move all usage of delayTransform out of... |
commit | commitdiff | tree |
2021-09-24 |
Dan Scales | cmd/compile: fix crawler for unexported fields with... |
commit | commitdiff | tree |
2021-09-24 |
Dan Scales | cmd/compile: fix case in dictPass where OMETHVALUE... |
commit | commitdiff | tree |
2021-09-24 |
Jay Conrod | cmd/go: refactor {Allow,Disallow}WriteGoMod to Explicit... |
commit | commitdiff | tree |
2021-09-24 |
Jay Conrod | cmd/go: test that graph, verify, and why don't write... |
commit | commitdiff | tree |
2021-09-24 |
Jay Conrod | cmd/go: adjust comments on why fuzzing instrumentation... |
commit | commitdiff | tree |
2021-09-24 |
Cherry Mui | runtime: set vdsoSP to caller's SP consistently |
commit | commitdiff | tree |
2021-09-24 |
Joel Sing | cmd/compile: optimise immediate operands with constants... |
commit | commitdiff | tree |
2021-09-24 |
Joel Sing | test/codegen: add shift tests for RISCV64 |
commit | commitdiff | tree |
2021-09-24 |
Robert Griesemer | cmd/compile/internal/types2: assume generic code for... |
commit | commitdiff | tree |
2021-09-24 |
Cuong Manh Le | cmd/go: move gc concurrency level computation near... |
commit | commitdiff | tree |
2021-09-24 |
Robert Griesemer | cmd/compile/internal/syntax: assume generic code for... |
commit | commitdiff | tree |
2021-09-24 |
Meng Zhuo | runtime: using wyrand for fastrand |
commit | commitdiff | tree |
2021-09-24 |
Robert Griesemer | go/types: delay union element checks |
commit | commitdiff | tree |
2021-09-24 |
Ian Lance Taylor | constraints: new package |
commit | commitdiff | tree |
2021-09-24 |
Robert Griesemer | cmd/compile/internal/types2: delay union element checks |
commit | commitdiff | tree |
2021-09-23 |
Daniel Martí | cmd/go: refer to the right package in a test |
commit | commitdiff | tree |
2021-09-23 |
Bryan C. Mills | cmd/compile/internal/ssa: remove workarounds for #43938 |
commit | commitdiff | tree |
2021-09-23 |
Robert Griesemer | test/fixedbugs: adjust test case (fix longtest builders) |
commit | commitdiff | tree |
2021-09-23 |
Robert Griesemer | cmd/compile/internal/types2: avoid "declared but not... |
commit | commitdiff | tree |
2021-09-23 |
Robert Griesemer | go/types: avoid "declared but not used errors" for... |
commit | commitdiff | tree |
2021-09-23 |
Robert Griesemer | cmd/compile: restore original assignment error messages |
commit | commitdiff | tree |
2021-09-23 |
Cuong Manh Le | Revert "cmd/go: insert goroot to the hash of build... |
commit | commitdiff | tree |
2021-09-23 |
Robert Findley | go/types,types2: disallow illegal cycles through Unions |
commit | commitdiff | tree |
2021-09-23 |
Joe Tsai | crypto: avoid escaping Hash.Sum on generic architectures |
commit | commitdiff | tree |
2021-09-23 |
Daniel Martí | cmd/go: fix indentation of -workfile help text |
commit | commitdiff | tree |
next |