2021-04-23 |
Michael Pratt | runtime,runtime/metrics: add metric to track scheduling... |
commit | commitdiff | tree |
2021-04-23 |
Egon Elbre | os: skip TestExecutableDeleted on aix |
commit | commitdiff | tree |
2021-04-23 |
Cuong Manh Le | cmd/vendor: get golang.org/x/tools@f946a157eef |
commit | commitdiff | tree |
2021-04-23 |
Cuong Manh Le | cmd/compile: set correct Defn for inlined vars |
commit | commitdiff | tree |
2021-04-23 |
Cherry Zhang | cmd/compile: escape "go" wrapper closure everywhere |
commit | commitdiff | tree |
2021-04-23 |
Than McIntosh | cmd/compile: fix bug in defer wrapping |
commit | commitdiff | tree |
2021-04-23 |
Matthew Dempsky | cmd/compile/internal/types2: add unsafe.Add and unsafe... |
commit | commitdiff | tree |
2021-04-23 |
Matthew Dempsky | go/types: implement unsafe.Add and unsafe.Slice |
commit | commitdiff | tree |
2021-04-22 |
Matthew Dempsky | spec: add unsafe.Add and unsafe.Slice |
commit | commitdiff | tree |
2021-04-22 |
Matthew Dempsky | go/types: suppress index-out-of-bounds error on Unknown... |
commit | commitdiff | tree |
2021-04-22 |
Matthew Dempsky | go/types: cleanup and fix Checker.index |
commit | commitdiff | tree |
2021-04-22 |
Egon Elbre | os: depend on Readlink only when necessary |
commit | commitdiff | tree |
2021-04-22 |
Michael Pratt | runtime: skip work recheck for non-spinning Ms |
commit | commitdiff | tree |
2021-04-22 |
Cherry Zhang | cmd/link: support more load commands on Mach-O |
commit | commitdiff | tree |
2021-04-22 |
Bryan C. Mills | cmd/go/internal/modload: migrate editBuildList to use... |
commit | commitdiff | tree |
2021-04-22 |
Bryan C. Mills | cmd/go: add a source file in the multiple-paths module... |
commit | commitdiff | tree |
2021-04-22 |
Cherry Zhang | cmd/compile, runtime: add metadata for argument printin... |
commit | commitdiff | tree |
2021-04-22 |
Paul E. Murphy | cmd/asm: fix RLDCR const1,reg,const2,reg on ppc64 |
commit | commitdiff | tree |
2021-04-22 |
Cherry Zhang | cmd/compile: keep call's args in elim dead auto pass |
commit | commitdiff | tree |
2021-04-22 |
Cherry Zhang | runtime: call cgocallbackg indirectly |
commit | commitdiff | tree |
2021-04-22 |
Cherry Zhang | cmd/link: emit LC_BUILD_VERSION on Mach-O |
commit | commitdiff | tree |
2021-04-22 |
Cherry Zhang | cmd/link: update machoPlatform selection |
commit | commitdiff | tree |
2021-04-22 |
Aofei Sheng | cmd/go: update TestScript/mod_convert |
commit | commitdiff | tree |
2021-04-22 |
Robert Griesemer | cmd/compile/internal/types2: move a handful of tests |
commit | commitdiff | tree |
2021-04-22 |
Robert Griesemer | cmd/compile/internal/types2: review fixedbugs tests |
commit | commitdiff | tree |
2021-04-22 |
Robert Griesemer | cmd/compile/internal/types2: better errors for invalid... |
commit | commitdiff | tree |
2021-04-22 |
Robert Griesemer | cmd/compile/internal/types2: avoid follow-on errors... |
commit | commitdiff | tree |
2021-04-22 |
Rob Findley | go/types: re-enable a commented out test |
commit | commitdiff | tree |
2021-04-22 |
Rob Findley | go/types: combine two loops (cleanup of TODO) |
commit | commitdiff | tree |
2021-04-22 |
eric fang | cmd/internal/obj/arm64: fix the wrong ROR operator... |
commit | commitdiff | tree |
2021-04-22 |
fanzha02 | cmd/compile: add restrictions on the shift amount range... |
commit | commitdiff | tree |
2021-04-22 |
Ian Lance Taylor | runtime: don't run TestCrashDumpsAllThreads in parallel |
commit | commitdiff | tree |
2021-04-21 |
Rob Findley | go/types: combine all type inference in a single function |
commit | commitdiff | tree |
2021-04-21 |
Michael Anthony... | runtime: call nanotimeQPC from nanotime1 normally |
commit | commitdiff | tree |
2021-04-21 |
Andrew G. Morgan | syscall: syscall.AllThreadsSyscall signal handling... |
commit | commitdiff | tree |
2021-04-21 |
Lynn Boger | internal/bytealg: add power9 version of bytes index |
commit | commitdiff | tree |
2021-04-21 |
Rob Findley | go/types: simplify Checker.Call |
commit | commitdiff | tree |
2021-04-21 |
Tobias Klauser | net: don't check nil err twice in interfaceMessages... |
commit | commitdiff | tree |
2021-04-21 |
Rob Findley | go/types: simplify Checker.funcInst |
commit | commitdiff | tree |
2021-04-21 |
Rob Findley | go/types: add sizeof test |
commit | commitdiff | tree |
2021-04-21 |
Keith Randall | test: add a field tracking test |
commit | commitdiff | tree |
2021-04-21 |
Ian Lance Taylor | io/fs: document that caller can modify slice returned... |
commit | commitdiff | tree |
2021-04-21 |
Robert Griesemer | cmd/compile/internal/types2: fix incorrect result type... |
commit | commitdiff | tree |
2021-04-21 |
Tobias Klauser | syscall: use libc in Exec on openbsd/arm64 |
commit | commitdiff | tree |
2021-04-21 |
Cherry Zhang | cmd/compile: reenable name preservation on copies in... |
commit | commitdiff | tree |
2021-04-21 |
Cherry Zhang | cmd/compile: don't accumulate duplicated named slots |
commit | commitdiff | tree |
2021-04-21 |
Michael Pratt | runtime: move timer recheck after GC recheck |
commit | commitdiff | tree |
2021-04-21 |
Bryan C. Mills | cmd/go/internal/modload: use updateRequirements instead... |
commit | commitdiff | tree |
2021-04-21 |
Cuong Manh Le | cmd/compile: allow export/import OSLICE2ARRPTR |
commit | commitdiff | tree |
2021-04-21 |
Cuong Manh Le | cmd/compile: remove ir.OSTMTEXPR op |
commit | commitdiff | tree |
2021-04-21 |
Cuong Manh Le | cmd/compile: update ir.Node ops comments |
commit | commitdiff | tree |
2021-04-21 |
Bryan C. Mills | cmd/go/internal/modload: in newRequirements, verify... |
commit | commitdiff | tree |
2021-04-21 |
Bryan C. Mills | cmd/go/internal/modload: split updateRoots into separat... |
commit | commitdiff | tree |
2021-04-21 |
Bryan C. Mills | cmd/go: make Tidy an option in PackageOpts rather than... |
commit | commitdiff | tree |
2021-04-21 |
Ian Lance Taylor | runtime: don't test sig.inuse in sigsend |
commit | commitdiff | tree |
2021-04-21 |
Robert Griesemer | cmd/compile/internal/types2: fix type inference |
commit | commitdiff | tree |
2021-04-21 |
Josh Bleecher... | reflect: allow conversion from slice to array ptr |
commit | commitdiff | tree |
2021-04-21 |
Josh Bleecher... | go/types: allow conversion from slice to array ptr |
commit | commitdiff | tree |
2021-04-21 |
Josh Bleecher... | cmd/compile: allow conversion from slice to array ptr |
commit | commitdiff | tree |
2021-04-20 |
Josh Bleecher... | spec: allow conversion from slice to array ptr |
commit | commitdiff | tree |
2021-04-20 |
Keith Randall | cmd/compile: separate out parameter and field export... |
commit | commitdiff | tree |
2021-04-20 |
Ian Lance Taylor | Revert "runtime: implement runqdrain() for GC mark... |
commit | commitdiff | tree |
2021-04-20 |
Keith Randall | cmd/compile: pass struct field note information along... |
commit | commitdiff | tree |
2021-04-20 |
Cherry Zhang | cmd/compile: use f.Nname.Type() in makeABIWrapper |
commit | commitdiff | tree |
2021-04-20 |
Tobias Klauser | net: pass MSG_CMSG_CLOEXEC in ReadMsgUnix on dragonfly... |
commit | commitdiff | tree |
2021-04-20 |
Tobias Klauser | internal/poll, net: fix comments regarding accept and... |
commit | commitdiff | tree |
2021-04-20 |
Michael Pratt | runtime: refactor findrunnable spinning recheck |
commit | commitdiff | tree |
2021-04-20 |
Jinzhu | reflect: fix stack overflow panic when using haveIdenti... |
commit | commitdiff | tree |
2021-04-20 |
Andy Pan | runtime: implement runqdrain() for GC mark worker gorou... |
commit | commitdiff | tree |
2021-04-20 |
Cherry Zhang | cmd/compile: guard partially live arg spilling with... |
commit | commitdiff | tree |
2021-04-20 |
Cherry Zhang | cmd/compile: disable name preservation on copies in... |
commit | commitdiff | tree |
2021-04-20 |
Michael Pratt | runtime: refactor work stealing to dedicated function |
commit | commitdiff | tree |
2021-04-20 |
Austin Clements | internal/buildcfg: enable regabiargs by default |
commit | commitdiff | tree |
2021-04-20 |
Rob Findley | cmd/compile/internal/types2: fix some typos in rawLooku... |
commit | commitdiff | tree |
2021-04-20 |
Rob Findley | go/types: support type parameters in NewMethodSet |
commit | commitdiff | tree |
2021-04-20 |
Austin Clements | internal/buildcfg: enable regabidefer by default |
commit | commitdiff | tree |
2021-04-20 |
Cherry Zhang | cmd/compile: preserve pointerness when creating map... |
commit | commitdiff | tree |
2021-04-20 |
Ian Lance Taylor | net: use syscall.fcntl on libc systems |
commit | commitdiff | tree |
2021-04-20 |
Cherry Zhang | runtime: crash the GC when clobberdead pointer is seen |
commit | commitdiff | tree |
2021-04-20 |
Yury Smolsky | all: remove redundant spaces before . and , |
commit | commitdiff | tree |
2021-04-20 |
Rob Findley | go/types: fix panic when using multiple type arguments |
commit | commitdiff | tree |
2021-04-19 |
Cherry Zhang | cmd/compile: do not clobber arguments for reflect.callR... |
commit | commitdiff | tree |
2021-04-19 |
Rob Findley | go/types: remove the concept of finals |
commit | commitdiff | tree |
2021-04-19 |
Rob Findley | go/types: remove stale commented-out testdata |
commit | commitdiff | tree |
2021-04-19 |
Michael Hudson... | cmd/link: convert -I foo to -Wl,--dynamic-linker,foo... |
commit | commitdiff | tree |
2021-04-19 |
Austin Clements | internal/buildcfg: enable regabireflect by default |
commit | commitdiff | tree |
2021-04-19 |
Michael Fraenkel | testing: remove data races so that parallel benchmarks... |
commit | commitdiff | tree |
2021-04-19 |
HowJMay | net: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnix |
commit | commitdiff | tree |
2021-04-19 |
Austin Clements | internal/buildcfg: enable regabig by default |
commit | commitdiff | tree |
2021-04-19 |
Cherry Zhang | runtime: open up space for callee's arg spill slot... |
commit | commitdiff | tree |
2021-04-19 |
Ariel Mashraki | text/template/parse: add a mode to skip func-check... |
commit | commitdiff | tree |
2021-04-19 |
Cherry Zhang | cmd/compile: reduce redundant register moves for regabi... |
commit | commitdiff | tree |
2021-04-19 |
Cherry Zhang | test: add test for CL 310589 |
commit | commitdiff | tree |
2021-04-19 |
Cherry Zhang | test: add liveness test for regabi |
commit | commitdiff | tree |
2021-04-19 |
Cuong Manh Le | cmd/compile: skip "_" function in reflectdata.MarkUsedI... |
commit | commitdiff | tree |
2021-04-19 |
Austin Clements | cmd/go: drop GOEXPERIMENT in script tests |
commit | commitdiff | tree |
2021-04-18 |
Paschalis Tsilias | archive/zip: fix imports block of biggestZipBytes generator |
commit | commitdiff | tree |
2021-04-17 |
Austin Clements | internal/buildcfg: enable regabiwrappers by default |
commit | commitdiff | tree |
2021-04-16 |
Austin Clements | internal/buildcfg: make regabi enable regabiargs |
commit | commitdiff | tree |
2021-04-16 |
Austin Clements | runtime: update stale comment |
commit | commitdiff | tree |
next |