2021-04-27 |
Rob Findley | go/types: walk all imports when determining package... |
commit | commitdiff | tree |
2021-04-27 |
Cuong Manh Le | cmd/compile: fix wrong package path for unsafe.Pointer |
commit | commitdiff | tree |
2021-04-26 |
Tobias Klauser | syscall: on linux use accept4 in Accept, fall back... |
commit | commitdiff | tree |
2021-04-26 |
Robert Griesemer | cmd/compile/internal/types2: respect IgnoreFuncBodies... |
commit | commitdiff | tree |
2021-04-26 |
Matthew Dempsky | cmd/compile: workaround inlining of closures with type... |
commit | commitdiff | tree |
2021-04-26 |
Bryan C. Mills | cmd/go/internal/modload: use (*loadPkg).mod only to... |
commit | commitdiff | tree |
2021-04-26 |
Bryan C. Mills | Revert "sync: improve sync.Pool object stealing" |
commit | commitdiff | tree |
2021-04-26 |
Cherry Zhang | runtime: use abi.FuncPCABI0 for libc syscall wrappers |
commit | commitdiff | tree |
2021-04-26 |
Cherry Zhang | runtime: fix offset in comment |
commit | commitdiff | tree |
2021-04-26 |
Michael Anthony... | runtime: fix scavenge min fraction constant floor division |
commit | commitdiff | tree |
2021-04-26 |
Ian Lance Taylor | cmd/go: don't add generated SWIG C++ files to CompiledG... |
commit | commitdiff | tree |
2021-04-26 |
Ruslan Andreev | sync: improve sync.Pool object stealing |
commit | commitdiff | tree |
2021-04-26 |
Cherry Zhang | syscall, etc.: use abi.FuncPCABI0 for libc syscall... |
commit | commitdiff | tree |
2021-04-26 |
Than McIntosh | cmd/compile: spos handling fixes to improve prolog... |
commit | commitdiff | tree |
2021-04-24 |
David Chase | cmd/compile: extend GOSSAFUNC match to well-formed... |
commit | commitdiff | tree |
2021-04-23 |
Michael Anthony... | runtime: simplify TestSelectStackAdjust |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | cmd/dist: enable cgo on windows/arm64 |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | misc/cgo/testso, misc/cgo/testsovar: fix for Windows |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | all: do not test internal linking on windows/arm64 |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | cmd/link: implement windows/arm64 external linking |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | runtime/testdata: fix testprogcgo for windows/arm64 |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | runtime: fix windows/arm64 callbackasm1 for frame point... |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | runtime: add windows/arm64 cgo-linking code |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | cmd/link: force external link for windows/arm64 cgo... |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | cmd/link: expand PE constants and fix doc URL |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | cmd/link: fix PE emitRelocations for >4GB base address |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | cmd/link: make Loader.SymName not crash |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | cmd/link: count relocations better |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | cmd/link: deal with no constructors |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | cmd/link: sort the pclntab relocations |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | cmd/link: fix PE section attributes for windows/arm64 |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | debug/dwarf: skip over zero-length compilation units |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | cmd/asm, cmd/link: use full objabi header |
commit | commitdiff | tree |
2021-04-23 |
Russ Cox | misc/cgo/test: do not redeclare exported Go functions |
commit | commitdiff | tree |
2021-04-23 |
Cherry Zhang | cmd/compile, internal/abi: add FuncPCABIxxx intrinsics |
commit | commitdiff | tree |
2021-04-23 |
Matthew Dempsky | cmd/compile: generalize fix for lvalue-init evaluation |
commit | commitdiff | tree |
2021-04-23 |
Bryan C. Mills | cmd/go/internal/modload: remove the addedModuleFor map |
commit | commitdiff | tree |
2021-04-23 |
Sean Liao | cmd/go: use builtin version and reexec for env |
commit | commitdiff | tree |
2021-04-23 |
Filippo Valsorda | math/rand: make the security warning clearer and more... |
commit | commitdiff | tree |
2021-04-23 |
Cuong Manh Le | cmd/compile: make sure ascompatee walk lhs init statements |
commit | commitdiff | tree |
2021-04-23 |
David Chase | cmd/go: make build cache tag sensitive to GOSSADIR... |
commit | commitdiff | tree |
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 |
next |