2022-09-06 |
cuiweixie | io: use strings.Builder |
commit | commitdiff | tree |
2022-09-06 |
cuiweixie | image/jpeg: use strings.Builder |
commit | commitdiff | tree |
2022-09-06 |
cuiweixie | html/template: use strings.Builder |
commit | commitdiff | tree |
2022-09-06 |
cuiweixie | flag: use strings.Builder |
commit | commitdiff | tree |
2022-09-06 |
cuiweixie | encoding: use strings.Builder |
commit | commitdiff | tree |
2022-09-06 |
cuiweixie | debug: use strings.Builder |
commit | commitdiff | tree |
2022-09-06 |
cuiweixie | bufio: use strings.Builder |
commit | commitdiff | tree |
2022-09-06 |
cuiweixie | archive: use strings.Builder |
commit | commitdiff | tree |
2022-09-06 |
cuiweixie | misc: use strings.Builder |
commit | commitdiff | tree |
2022-09-06 |
Daniel Martà | Revert "runtime: convert local var stop,ready at TestDe... |
commit | commitdiff | tree |
2022-09-06 |
cuiweixie | internal/trace: use strings.Builder |
commit | commitdiff | tree |
2022-09-06 |
Daniel Martà | Revert "internal/poll: drop redundant ENOSYS and EXDEV... |
commit | commitdiff | tree |
2022-09-05 |
Kir Kolyshkin | internal/syscall/unix: KernelVersion nitpicks |
commit | commitdiff | tree |
2022-09-05 |
Kir Kolyshkin | internal/syscall/unix: simplify KernelVersion |
commit | commitdiff | tree |
2022-09-05 |
Leonard Wang | runtime: refactor finalizer goroutine status |
commit | commitdiff | tree |
2022-09-05 |
cuiweixie | go/ast: add Range token.Pos to RangeStmt |
commit | commitdiff | tree |
2022-09-05 |
Andy Pan | internal/poll: drop redundant ENOSYS and EXDEV error... |
commit | commitdiff | tree |
2022-09-05 |
cuiweixie | runtime: convert local var stop at TestAfterStress... |
commit | commitdiff | tree |
2022-09-05 |
cuiweixie | runtime: convert local var started,progress at TestStac... |
commit | commitdiff | tree |
2022-09-05 |
cuiweixie | runtime: convert local var cunlock at doTestParallelRea... |
commit | commitdiff | tree |
2022-09-05 |
cuiweixie | runtime: convert local var ready at TestMemmoveAtomicit... |
commit | commitdiff | tree |
2022-09-05 |
cuiweixie | runtime: convert local var stop,ready at TestDebugCallU... |
commit | commitdiff | tree |
2022-09-05 |
Eliza Weisman | net/http: don't time out idle server connections after... |
commit | commitdiff | tree |
2022-09-05 |
Tomasz Jezierski | net: precompute rfc6724policyTable in addrselect |
commit | commitdiff | tree |
2022-09-05 |
Andy Pan | runtime: convert g.atomicstatus to internal atomic... |
commit | commitdiff | tree |
2022-09-05 |
Cuong Manh Le | cmd/go: make cfg.BuildContext.ToolTags same order with... |
commit | commitdiff | tree |
2022-09-04 |
Yuval Pavel... | runtime: fast clock_gettime on FreeBSD, use physical... |
commit | commitdiff | tree |
2022-09-03 |
Kir Kolyshkin | internal/syscall/unix: consolidate kernelVersion implem... |
commit | commitdiff | tree |
2022-09-03 |
Robert Griesemer | go/types, types2: use strings.Builder instead of bytes... |
commit | commitdiff | tree |
2022-09-03 |
Sasha Melentyev | all: use strings.Builder instead of bytes.Buffer |
commit | commitdiff | tree |
2022-09-03 |
Kir Kolyshkin | syscall: fix skipping some tests on Linux |
commit | commitdiff | tree |
2022-09-03 |
Bryan C. Mills | net: skip TestLookupPTR when LookupAddr fails with... |
commit | commitdiff | tree |
2022-09-03 |
Carlo Alberto... | fmt: recycle printers with large buffers |
commit | commitdiff | tree |
2022-09-03 |
Matthew Dempsky | cmd/compile/internal/noder: optimize itabs section... |
commit | commitdiff | tree |
2022-09-02 |
Joel Sing | cmd/compile: optimise subtraction with const on riscv64 |
commit | commitdiff | tree |
2022-09-02 |
Joel Sing | cmd/compile: negate comparision with FNES/FNED on riscv64 |
commit | commitdiff | tree |
2022-09-02 |
Julie Qiu | .github: add quotations around label |
commit | commitdiff | tree |
2022-09-02 |
Michael Pratt | runtime: document implicit fields at the end of _func |
commit | commitdiff | tree |
2022-09-02 |
Julie Qiu | .github: change label for vulndb and vulndb issues |
commit | commitdiff | tree |
2022-09-02 |
Wayne Zuo | cmd/internal/obj/riscv: fix comment typo |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | go/types, types2: consistently write "x | y" rather... |
commit | commitdiff | tree |
2022-09-02 |
Austin Clements | runtime: simplify stkframe.argMapInternal |
commit | commitdiff | tree |
2022-09-02 |
Austin Clements | runtime: consolidate stkframe and its methods into... |
commit | commitdiff | tree |
2022-09-02 |
Austin Clements | runtime: make getStackMap a method of stkframe |
commit | commitdiff | tree |
2022-09-02 |
Austin Clements | runtime: replace stkframe.arglen/argmap with methods |
commit | commitdiff | tree |
2022-09-02 |
Austin Clements | runtime: switch gp when jumping stacks during traceback |
commit | commitdiff | tree |
2022-09-02 |
Austin Clements | runtime: document stkframe |
commit | commitdiff | tree |
2022-09-02 |
Austin Clements | runtime: drop redundant argument to getArgInfo |
commit | commitdiff | tree |
2022-09-02 |
Austin Clements | runtime: drop function context from traceback |
commit | commitdiff | tree |
2022-09-02 |
Mateusz Poliwczak | net: rfc number typo |
commit | commitdiff | tree |
2022-09-02 |
Keith Randall | cmd/compile: rewrite >>c<<c to &^(1<<c-1) |
commit | commitdiff | tree |
2022-09-02 |
Matthew Dempsky | cmd/compile/internal/noder: allow OCONVNOP for identica... |
commit | commitdiff | tree |
2022-09-02 |
Matthew Dempsky | cmd/compile/internal/noder: refactor exprConvert code |
commit | commitdiff | tree |
2022-09-02 |
Cuong Manh Le | cmd/compile: remove go:notinheap pragma |
commit | commitdiff | tree |
2022-09-02 |
Cuong Manh Le | cmd/compile: make runtime/internal/sys.NotInHeap intrinsic |
commit | commitdiff | tree |
2022-09-02 |
Cuong Manh Le | cmd/compile/internal/abt: use strings.Builder |
commit | commitdiff | tree |
2022-09-02 |
Tobias Klauser | debug/macho: use saferio to allocate load command slice |
commit | commitdiff | tree |
2022-09-02 |
Derek Parker | cmd/compile: new inline heuristic for struct compares |
commit | commitdiff | tree |
2022-09-02 |
Tobias Klauser | runtime: support MADV_DONTNEED on the BSDs and Solaris... |
commit | commitdiff | tree |
2022-09-02 |
ruinan | cmd/compile: optimize RotateLeft8/16 on arm64 |
commit | commitdiff | tree |
2022-09-02 |
Cuong Manh Le | go/types,types2: move notinheap tests to fixedbugs... |
commit | commitdiff | tree |
2022-09-02 |
Tobias Klauser | cmd/compile/internal/base: use runtime.KeepAlive in... |
commit | commitdiff | tree |
2022-09-02 |
ruinan | cmd/compile: optimize shift ops on arm64 when the shift... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | go/types: use function name position for init errors |
commit | commitdiff | tree |
2022-09-02 |
Cherry Mui | cmd/link: only add dummy XCOFF reference if the symbol... |
commit | commitdiff | tree |
2022-09-02 |
RenKanai | encoding/asn1: fix doc for BitString.At's return value |
commit | commitdiff | tree |
2022-09-02 |
Cuong Manh Le | cmd/compile: restrict //go:notinheap to runtime/interna... |
commit | commitdiff | tree |
2022-09-02 |
cuiweixie | hash: convert haveCastagnoli to atomic type |
commit | commitdiff | tree |
2022-09-02 |
Jonathan FOng | math/rand: document that Source returned by NewSource... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | internal/types: add a test for empty string import... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | go/types, types2: move shared tests into internal/types... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | go/types: test shifts that are disabled in shared test... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | go/types, types2: establish type-checker specific local... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | cmd/compile/internal/types2: use go/types/testdata... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | go/types, types2: consolidate testdata/fixedbugs test... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | cmd/compile/internal/syntax: more strict parsing of... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | go/types, types2: consolidate testdata/fixedbugs/issue4... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | go/parser: match syntax parser error for unnamed type... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | go/parser: more tolerant parsing of import declarations |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | cmd/compile/internal/syntax: more tolerant parsing... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | go/parser: parse import specs the same way as the synta... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | go/types, types2: consolidate a test file with differen... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | cmd/compile/internal/types2: match go/types error for... |
commit | commitdiff | tree |
2022-09-02 |
Robert Griesemer | go/types: use singular in version error messages |
commit | commitdiff | tree |
2022-09-02 |
hopehook | types2: use strings.Builder in infer.go |
commit | commitdiff | tree |
2022-09-01 |
hopehook | types2: use strings.Builder in errors.go |
commit | commitdiff | tree |
2022-09-01 |
Robert Griesemer | go/parser: leave checking of LHS in short var decls... |
commit | commitdiff | tree |
2022-09-01 |
Robert Griesemer | go/parser: check that go/defer expressions are not... |
commit | commitdiff | tree |
2022-09-01 |
Robert Griesemer | cmd/compile: avoid "not used" errors due to bad go... |
commit | commitdiff | tree |
2022-09-01 |
Robert Griesemer | cmd/compile/internal/types2: use go/types/testdata... |
commit | commitdiff | tree |
2022-09-01 |
Robert Griesemer | go/types, types2: consolidate testdata/check test files |
commit | commitdiff | tree |
2022-09-01 |
Robert Griesemer | go/parser: adjustments to error messages |
commit | commitdiff | tree |
2022-09-01 |
Robert Griesemer | cmd/compile/internal/syntax: use BadExpr instead of... |
commit | commitdiff | tree |
2022-09-01 |
Robert Griesemer | go/parser: remove validation of expression syntax,... |
commit | commitdiff | tree |
2022-09-01 |
Kir Kolyshkin | syscall: Faccessat: use faccessat2 on linux |
commit | commitdiff | tree |
2022-09-01 |
Kir Kolyshkin | syscall: make mkall.sh accept file list |
commit | commitdiff | tree |
2022-09-01 |
Keith Randall | cmd/compile,runtime: redo growslice calling convention |
commit | commitdiff | tree |
2022-09-01 |
hopehook | cmd/compile: use (*strings.Reader).Reset |
commit | commitdiff | tree |
2022-09-01 |
hopehook | cmd/internal/pkgpath: use strings.Builder |
commit | commitdiff | tree |
2022-09-01 |
hopehook | cmd/internal/objabi: use strings.Builder |
commit | commitdiff | tree |
next |