2021-04-27 |
Rob Findley | go/types: factor out index/slice expr handling |
commit | commitdiff | tree |
2021-04-27 |
Julien Tant | testing: document that TestMain can be used with benchmarks |
commit | commitdiff | tree |
2021-04-27 |
SataQiu | cmd/go/internal/modload: treat \ as a path separator... |
commit | commitdiff | tree |
2021-04-27 |
cuiweixie | cmd/compile/internal/walk: merge operations |
commit | commitdiff | tree |
2021-04-27 |
Ian Lance Taylor | time: increase slop for TestTicker |
commit | commitdiff | tree |
2021-04-27 |
Keith Randall | cmd/compile: fix nongeneric closures in generic functions |
commit | commitdiff | tree |
2021-04-27 |
Bryan C. Mills | cmd/go: use a real Go version in the go.mod files in... |
commit | commitdiff | tree |
2021-04-27 |
Ian Lance Taylor | syscall: move TestForegroundSignal create call out... |
commit | commitdiff | tree |
2021-04-27 |
kumakichi | go: various minor cleanups with the help of Goland |
commit | commitdiff | tree |
2021-04-27 |
Felix Geisendörfer | runtime/pprof: fix block profile bias |
commit | commitdiff | tree |
2021-04-27 |
Bryan C. Mills | cmd/go/internal/load: treat packages with errors as... |
commit | commitdiff | tree |
2021-04-27 |
Ray Wu | cmd/go: show warnings about symlinks only for patterns... |
commit | commitdiff | tree |
2021-04-27 |
Cherry Zhang | syscall: restore nosplit for ptrace1 on Darwin |
commit | commitdiff | tree |
2021-04-27 |
Rob Findley | go/scanner: optimize scanIdentifier |
commit | commitdiff | tree |
2021-04-27 |
Rémy Oudompheng | strconv: remove unused extfloat (Grisu3) ftoa code |
commit | commitdiff | tree |
2021-04-27 |
Dan Scales | cmd/compile: fix handling of ir.CurFunc during stenciling |
commit | commitdiff | tree |
2021-04-27 |
yangwenmai | bits: use same expression with system bit size |
commit | commitdiff | tree |
2021-04-27 |
Rob Findley | go/scanner: improve variety in benchmarks for file... |
commit | commitdiff | tree |
2021-04-27 |
Rob Findley | go/parser: add benchmarks for syntax-only parsing and... |
commit | commitdiff | tree |
2021-04-27 |
Tobias Klauser | os: don't check non-nil err twice in Symlink on windows |
commit | commitdiff | tree |
2021-04-27 |
Michael Anthony... | runtime/metrics: add tiny allocs metric |
commit | commitdiff | tree |
2021-04-27 |
Ian Lance Taylor | syscall: restore signal mask after setting foreground... |
commit | commitdiff | tree |
2021-04-27 |
Rob Findley | go/types: don't panic when checking a ListExpr in exprI... |
commit | commitdiff | tree |
2021-04-27 |
Paul E. Murphy | cmd/link: enforce larger alignment on split ppc64 text... |
commit | commitdiff | tree |
2021-04-27 |
Paul E. Murphy | cmd/internal/obj: refactor ppc64 address relocation... |
commit | commitdiff | tree |
2021-04-27 |
Alex Brainman | runtime: replace --buildmode with -buildmode in tests |
commit | commitdiff | tree |
2021-04-27 |
Alex Brainman | runtime: add missing import "C" in TestLibraryCtrlHandler |
commit | commitdiff | tree |
2021-04-27 |
Matthew Dempsky | cmd/compile: tighten exportWriter.qualifiedIdent signature |
commit | commitdiff | tree |
2021-04-27 |
lixianyang | doc: change <a/> to </a> in spec |
commit | commitdiff | tree |
2021-04-27 |
Bryan C. Mills | cmd/go/internal/modload: clean up error reporting |
commit | commitdiff | tree |
2021-04-27 |
Bryan C. Mills | cmd/go: add tests for convergence in 'go mod tidy' |
commit | commitdiff | tree |
2021-04-27 |
Cuong Manh Le | cmd/compile: add more doc for Name.Defn |
commit | commitdiff | tree |
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 |
next |