2021-04-16 |
Austin Clements | internal/buildcfg: make regabi an alias for regabi... |
commit | commitdiff | tree |
2021-04-16 |
Leonard Wang | runtime: remove useless nFlushCacheRoots |
commit | commitdiff | tree |
2021-04-16 |
Austin Clements | cmd/link: fix defaultGOROOT package |
commit | commitdiff | tree |
2021-04-16 |
Russ Cox | cmd/dist: defend self against misc/reboot test |
commit | commitdiff | tree |
2021-04-16 |
Rob Findley | go/parser: add a SkipObjectResolution mode to bypass... |
commit | commitdiff | tree |
2021-04-16 |
Rob Findley | go/scanner: fix a typo in scanner_test.go |
commit | commitdiff | tree |
2021-04-16 |
Rob Findley | go/parser: move type params in scope for the function... |
commit | commitdiff | tree |
2021-04-16 |
Michael Pratt | runtime: clarify which work needs spinning coordination |
commit | commitdiff | tree |
2021-04-16 |
Michael Pratt | runtime: remove redudant tryWakeP component |
commit | commitdiff | tree |
2021-04-16 |
Michael Pratt | runtime: move findrunnable timer delay computation... |
commit | commitdiff | tree |
2021-04-16 |
Cherry Zhang | cmd/compile: in clobberdead mode, don't clobber slots... |
commit | commitdiff | tree |
2021-04-16 |
Cherry Zhang | reflect: preserve ctxt across moveMakeFuncArgPtrs |
commit | commitdiff | tree |
2021-04-16 |
David Chase | cmd/compile: spill all the parameters around morestack |
commit | commitdiff | tree |
2021-04-16 |
Hilko Bengen | net/http/fcgi: eliminate race, keep request id until... |
commit | commitdiff | tree |
2021-04-16 |
Johan Brandhorst | crypto/tls: fix flaky handshake cancellation tests |
commit | commitdiff | tree |
2021-04-16 |
Russ Cox | cmd/go, go/build: add ToolTags to build.Default |
commit | commitdiff | tree |
2021-04-16 |
Russ Cox | internal/buildcfg: move build configuration out of... |
commit | commitdiff | tree |
2021-04-16 |
Bryan C. Mills | cmd/go/internal/modload: when outside a module, set... |
commit | commitdiff | tree |
2021-04-16 |
HowJMay | net/http/cgi: Remove hard-coded ServeHTTP timeout |
commit | commitdiff | tree |
2021-04-16 |
Jay Conrod | cmd/go: fix mod_install_pkg_version |
commit | commitdiff | tree |
2021-04-16 |
Austin Clements | cmd/link: fix file-local checks in xcoff |
commit | commitdiff | tree |
2021-04-16 |
ian woolf | net/http: make ReadRequest return an error when request... |
commit | commitdiff | tree |
2021-04-16 |
Peng Gao | net/http: using errors.Is in fs error detection |
commit | commitdiff | tree |
2021-04-16 |
Cherry Zhang | cmd/compile: don't insert VarDef for already-initialize... |
commit | commitdiff | tree |
2021-04-16 |
Jay Conrod | cmd/go: support 'go run cmd@version' |
commit | commitdiff | tree |
2021-04-16 |
Austin Clements | runtime: mark stdcallN functions cgo_unsafe_args |
commit | commitdiff | tree |
2021-04-16 |
Jay Conrod | cmd/go: move 'go install cmd@version' code into interna... |
commit | commitdiff | tree |
2021-04-16 |
Jay Conrod | cmd/go/internal/load: convert two global flags to an... |
commit | commitdiff | tree |
2021-04-16 |
Jay Conrod | doc: add release note for module deprecation |
commit | commitdiff | tree |
2021-04-16 |
David Chase | test/abi: reenable test on windows |
commit | commitdiff | tree |
2021-04-16 |
Tobias Klauser | cmd/link/internal/ld: re-enable tests on darwin |
commit | commitdiff | tree |
2021-04-16 |
Tobias Klauser | cmd/link/internal/ld: fix GOARCH in TestAbstractOriginS... |
commit | commitdiff | tree |
2021-04-16 |
Austin Clements | cmd/internal/objabi,test: use correct GOEXPERIMENT... |
commit | commitdiff | tree |
2021-04-16 |
Austin Clements | internal/goexperiment: move baseline configuration... |
commit | commitdiff | tree |
2021-04-16 |
Joshua Harshman | net/http: add to deadlines only when positive |
commit | commitdiff | tree |
2021-04-16 |
Austin Clements | runtime: improve synchronization in TestFinalizerRegist... |
commit | commitdiff | tree |
2021-04-15 |
Paul E. Murphy | cmd/compile: fix ANDI/SRWI merge on ppc64 |
commit | commitdiff | tree |
2021-04-15 |
Aofei Sheng | cmd/go/internal/modconv: involve GOPROXY in ConvertLega... |
commit | commitdiff | tree |
2021-04-15 |
Robert Griesemer | cmd/compile/internal/types2: add sizeof test |
commit | commitdiff | tree |
2021-04-15 |
Robert Griesemer | cmd/compile/internal/syntax: fix error message for... |
commit | commitdiff | tree |
2021-04-15 |
Paul E. Murphy | cmd/internal/obj: consolidate AMOVW and AMOVWZ optab... |
commit | commitdiff | tree |
2021-04-15 |
Lynn Boger | bytes: add asm implementation for index on ppc64x |
commit | commitdiff | tree |
2021-04-15 |
Michael Fraenkel | net/http: allow multiple dials in TestTransportMaxConns... |
commit | commitdiff | tree |
2021-04-15 |
Austin Clements | math: avoid assembly stubs |
commit | commitdiff | tree |
2021-04-15 |
Paul E. Murphy | cmd/link: issue error if elf header overruns |
commit | commitdiff | tree |
2021-04-15 |
Austin Clements | runtime: unify C->Go ABI transitions |
commit | commitdiff | tree |
2021-04-15 |
Austin Clements | runtime,runtime/cgo: save all necessary registers on... |
commit | commitdiff | tree |
2021-04-15 |
Austin Clements | runtime: minor refactoring of _rt0_amd64_lib |
commit | commitdiff | tree |
2021-04-15 |
Tobias Klauser | mime: keep builtinTypesLower sorted alphabetically |
commit | commitdiff | tree |
2021-04-15 |
Rémy Oudompheng | strconv: Implement Ryū algorithm for ftoa shortest... |
commit | commitdiff | tree |
2021-04-15 |
Rémy Oudompheng | strconv: implement Ryū-like algorithm for fixed precisi... |
commit | commitdiff | tree |
2021-04-15 |
Austin Clements | internal/bytealg: port more performance-critical functi... |
commit | commitdiff | tree |
2021-04-15 |
eric fang | cmd/internal/obj/arm64: fix the wrong sp dst register... |
commit | commitdiff | tree |
2021-04-15 |
Damien Neil | time: add missing "os" import to zoneinfo_test.go |
commit | commitdiff | tree |
2021-04-15 |
Keith Randall | cmd/compile: propagate pragmas from generic function... |
commit | commitdiff | tree |
2021-04-15 |
Dan Scales | cmd/compile: look for function in instantiations in... |
commit | commitdiff | tree |
2021-04-14 |
Amit Kumar | mime: add mime type for avif image file format |
commit | commitdiff | tree |
2021-04-14 |
Manlio Perillo | go/build: replace os.Setenv with T.Setenv |
commit | commitdiff | tree |
2021-04-14 |
Manlio Perillo | time: replace os.Setenv with T.Setenv |
commit | commitdiff | tree |
2021-04-14 |
ian woolf | net/http/httptest: panic on non-3 digit (XXX) status... |
commit | commitdiff | tree |
2021-04-14 |
Bryan C. Mills | cmd/go: add a Go source file in TestScript/mod_sumdb |
commit | commitdiff | tree |
2021-04-14 |
Cherry Zhang | cmd/compile: rework/reduce partially lived argument... |
commit | commitdiff | tree |
2021-04-14 |
Than McIntosh | runtime: fix data race in abi finalizer test |
commit | commitdiff | tree |
2021-04-14 |
Michael Anthony... | runtime: update debug call protocol for register ABI |
commit | commitdiff | tree |
2021-04-14 |
Manlio Perillo | go/internal/gccgoimporter: replace os.MkdirTemp with... |
commit | commitdiff | tree |
2021-04-14 |
Martin Sucha | time: move slim test tzdata to testdata directory |
commit | commitdiff | tree |
2021-04-14 |
Manlio Perillo | go/build: replace os.MkdirTemp with T.TempDir |
commit | commitdiff | tree |
2021-04-14 |
Robert Griesemer | cmd/compile/internal/types2: add Named.SetTParams and... |
commit | commitdiff | tree |
2021-04-14 |
Rob Findley | cmd/dist: add tests using the typeparams build tag |
commit | commitdiff | tree |
2021-04-14 |
Rob Findley | go/ast: fix broken build with typeparams build constraint |
commit | commitdiff | tree |
2021-04-14 |
Manlio Perillo | os/exec: replace os.Setenv with T.Setenv |
commit | commitdiff | tree |
2021-04-14 |
David Chase | cmd/compile: rescue stmt boundaries from OpArgXXXReg... |
commit | commitdiff | tree |
2021-04-14 |
Than McIntosh | cmd/internal/obj: don't emit args_stackmap for ABIInter... |
commit | commitdiff | tree |
2021-04-14 |
Than McIntosh | cmd/asm: require NOSPLIT for ABIInternal asm functions |
commit | commitdiff | tree |
2021-04-14 |
Cherry Zhang | reflect: keep pointer register results alive in callMethod |
commit | commitdiff | tree |
2021-04-14 |
Austin Clements | cmd/go: clarify comment on HashSeed |
commit | commitdiff | tree |
2021-04-14 |
Bryan C. Mills | cmd/go/internal/modload: fix truncated error message... |
commit | commitdiff | tree |
2021-04-14 |
Josh Bleecher... | runtime: incorporate hbits advancement in scanobject... |
commit | commitdiff | tree |
2021-04-14 |
Michael Anthony... | runtime: make gcEffectiveGrowthRatio a method on gcCont... |
commit | commitdiff | tree |
2021-04-14 |
Michael Anthony... | runtime: pass work.userForced to gcController.endCycle... |
commit | commitdiff | tree |
2021-04-14 |
Michael Anthony... | runtime: move next_gc and last_next_gc into gcControlle... |
commit | commitdiff | tree |
2021-04-14 |
Leonard Wang | runtime: fix formatting of gcMark |
commit | commitdiff | tree |
2021-04-14 |
Ruslan Andreev | runtime: move roots' bases calculation to gcMarkRootPrepare |
commit | commitdiff | tree |
2021-04-14 |
El Mostafa... | runtime: increase maxargs to avoid syscall18 crash... |
commit | commitdiff | tree |
2021-04-14 |
Tobias Klauser | syscall: don't defer close raw Socketpair fds in tests |
commit | commitdiff | tree |
2021-04-14 |
Keith Randall | cmd/compile: fix importing of method expressions |
commit | commitdiff | tree |
2021-04-14 |
Michael Anthony... | runtime: create setGCPercent method for gcControllerState |
commit | commitdiff | tree |
2021-04-14 |
Michael Anthony... | runtime: create initializer for gcControllerState |
commit | commitdiff | tree |
2021-04-14 |
Michael Anthony... | runtime: move gcPercent and heapMinimum into gcControll... |
commit | commitdiff | tree |
2021-04-14 |
Michael Anthony... | runtime: make gcSetTriggerRatio a method of gcControlle... |
commit | commitdiff | tree |
2021-04-14 |
Dan Scales | cmd/compile: set types properly for imported funcs... |
commit | commitdiff | tree |
2021-04-14 |
Robert Griesemer | cmd/compile/internal/types2: use a global atomic counte... |
commit | commitdiff | tree |
2021-04-13 |
David Chase | runtime, cgo/test: improve debugging output |
commit | commitdiff | tree |
2021-04-13 |
Michael Anthony... | runtime: move internal GC statistics from memstats... |
commit | commitdiff | tree |
2021-04-13 |
Cherry Zhang | cmd/compile: always zero the temporary in mapKeyTemp |
commit | commitdiff | tree |
2021-04-13 |
David Chase | cmd/compile: don't modify underlying type when creating... |
commit | commitdiff | tree |
2021-04-13 |
Rob Findley | go/*,cmd/gofmt: guard AST changes with the typeparams... |
commit | commitdiff | tree |
2021-04-13 |
Michael Anthony... | runtime: rename gcpercent, readgogc, and heapminimum... |
commit | commitdiff | tree |
2021-04-13 |
Michael Anthony... | runtime: break out GC pacer into its own file |
commit | commitdiff | tree |
2021-04-13 |
Cherry Zhang | cmd/compile: make map functions ABI insensitive |
commit | commitdiff | tree |
next |