2023-08-21 |
qmuntal | os: avoid allocating a string for ReadDir skipped entri... |
commit | commitdiff | tree |
2023-08-20 |
Austin Clements | runtime: add self-check mode to cache in pcvalue |
commit | commitdiff | tree |
2023-08-20 |
Matthew Dempsky | cmd/compile/internal/typecheck: add selector helpers |
commit | commitdiff | tree |
2023-08-20 |
Matthew Dempsky | cmd/compile/internal/typecheck: simplify NewMethodExpr |
commit | commitdiff | tree |
2023-08-20 |
Matthew Dempsky | cmd/compile/internal/typecheck: add NewMethodExpr helper |
commit | commitdiff | tree |
2023-08-20 |
Matthew Dempsky | cmd/compile/internal/typecheck: refactor and simplify... |
commit | commitdiff | tree |
2023-08-20 |
Brad Fitzpatrick | slices: simplify Clone a bit |
commit | commitdiff | tree |
2023-08-19 |
Mateusz Poliwczak | net: return "cannot unmarshal" error while parsing... |
commit | commitdiff | tree |
2023-08-19 |
Dmitri Shuralyov | cmd/compile/internal/gc: remove unused reflectdata... |
commit | commitdiff | tree |
2023-08-19 |
Joe Tsai | expvar: emit valid JSON strings |
commit | commitdiff | tree |
2023-08-19 |
Ian Lance Taylor | encoding/csv: correct Column docs |
commit | commitdiff | tree |
2023-08-19 |
Andy Pan | encoding/gob: prevent panic from index out of range... |
commit | commitdiff | tree |
2023-08-19 |
Matthew Dempsky | cmd/compile/internal/typecheck: remove NeedRuntimeType |
commit | commitdiff | tree |
2023-08-19 |
Joe Tsai | encoding: optimize growth behavior in Encoding.AppendDecode |
commit | commitdiff | tree |
2023-08-19 |
Matthew Dempsky | Revert "cmd/compile/internal/gc: steps towards work... |
commit | commitdiff | tree |
2023-08-18 |
Joe Tsai | time: make Duration.String inlineable |
commit | commitdiff | tree |
2023-08-18 |
j178 | errors: optimize Is and As by reusing reflection of... |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile: construct more IR nodes as typed |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile/internal/gc: steps towards work-queue |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile/internal/ir: remove AsNode |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile/internal/typecheck: remove DeclContext |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile/internal/ir: remove Ntype |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile/internal/ir: remove OFUNCINST and InstExpr |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile/internal/typecheck: prune some useless... |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile: remove some uses of ir.CurFunc |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile/internal/typecheck: replace Temp calls... |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile/internal/reflectdata: remove special case... |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile: prune some deadcode around ODCLFUNC |
commit | commitdiff | tree |
2023-08-18 |
Andy Pan | encoding/json: use base64.Encoding.AppendEncode |
commit | commitdiff | tree |
2023-08-18 |
Ian Lance Taylor | spec: correct type parameter name used in example |
commit | commitdiff | tree |
2023-08-18 |
Chris O'Hara | runtime/internal/wasitest: skip racy TCP echo test |
commit | commitdiff | tree |
2023-08-18 |
Michael Anthony... | runtime/pprof: increase contention upper bound in TestM... |
commit | commitdiff | tree |
2023-08-18 |
Cherry Mui | cmd/link: don't mangle string symbol names |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile: enable -d=zerocopy by default |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile: restore zero-copy string->[]byte optimization |
commit | commitdiff | tree |
2023-08-18 |
Joe Tsai | encoding: require unique alphabet for base32 and base64 |
commit | commitdiff | tree |
2023-08-17 |
Robert Griesemer | go/types, types2: disable interface inference for versi... |
commit | commitdiff | tree |
2023-08-17 |
Robert Griesemer | Revert "go/types, types2: remove internal constant... |
commit | commitdiff | tree |
2023-08-17 |
Robert Griesemer | spec: fix unification rule for inexact interface unific... |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile/internal/ssagen: fix race added in CL 510539 |
commit | commitdiff | tree |
2023-08-17 |
Guoqi Chen | internal/sysinfo: print cpu type from cpuinfo when... |
commit | commitdiff | tree |
2023-08-17 |
Artem Teleshev | log/slog: rename receiver name for the Value struct... |
commit | commitdiff | tree |
2023-08-17 |
Ian Lance Taylor | cmd/internal/buildid: don't crash on 0 phdr.p_align... |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | Revert "cmd/compile: enable zero-copy string->[]byte... |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile/internal/pkginit: use typecheck.LookupRunti... |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile: enable zero-copy string->[]byte conversions |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile/internal/escape: cleanup go/defer normaliza... |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile/internal/typecheck: push ONEW into go/defer... |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile/internal/typecheck: normalize go/defer... |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile/internal/noder: remove inlined closure... |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile: cleanup Func construction |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile: always construct typechecked closures |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile/internal/ir: add typ parameter to NewNameAt |
commit | commitdiff | tree |
2023-08-17 |
Joe Tsai | log/slog: simplify and optimize RFC3339 handling |
commit | commitdiff | tree |
2023-08-17 |
chanxuehong | math/big, math/rand: use the built-in max function |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile/internal/ir: remove ODCLCONST and ODCLTYPE |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile/internal/escape: optimize indirect closure... |
commit | commitdiff | tree |
2023-08-17 |
Jes Cok | fmt: amend comment for getField |
commit | commitdiff | tree |
2023-08-17 |
Tobias Klauser | syscall: don't check non-existent return code in GetSta... |
commit | commitdiff | tree |
2023-08-17 |
Joe Tsai | encoding: reject negative runes in Encoding.WithPadding |
commit | commitdiff | tree |
2023-08-17 |
Joe Tsai | io: reduce allocations in Pipe constructor |
commit | commitdiff | tree |
2023-08-17 |
Joe Tsai | encoding: add AppendEncode and AppendDecode |
commit | commitdiff | tree |
2023-08-17 |
ch3nnn | fmt: fix receiver names are different |
commit | commitdiff | tree |
2023-08-17 |
Cuong Manh Le | cmd: go get golang.org/x/tools@74c255b and revendor |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile/internal/escape: change escapes and persist... |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile/internal/escape: flip transient to !persists |
commit | commitdiff | tree |
2023-08-17 |
Matthew Dempsky | cmd/compile/internal/escape: mark blankLoc as transient |
commit | commitdiff | tree |
2023-08-17 |
Joe Tsai | strconv: rely on utf8.AppendRune |
commit | commitdiff | tree |
2023-08-17 |
Russ Cox | runtime: change mutex profile to count every blocked... |
commit | commitdiff | tree |
2023-08-16 |
Cuong Manh Le | cmd/compile: use types2.Sizes instead of compiler own... |
commit | commitdiff | tree |
2023-08-16 |
Cuong Manh Le | go/types, types2: add Sizes computation to match gc... |
commit | commitdiff | tree |
2023-08-16 |
Bryan C. Mills | os: skip Chown tests for auxiliary groups that fail... |
commit | commitdiff | tree |
2023-08-16 |
Jes Cok | log/slog: remove redundant dot in doc |
commit | commitdiff | tree |
2023-08-16 |
Ian Lance Taylor | syscall: remove deprecation notice |
commit | commitdiff | tree |
2023-08-16 |
Cherry Mui | cmd/link: suppress -bind_at_load deprecation warning... |
commit | commitdiff | tree |
2023-08-16 |
David Chase | runtime: guard against runtime/sema* ops on Darwin... |
commit | commitdiff | tree |
2023-08-16 |
Robert Griesemer | go/types: update generate_test.go (cleanup) |
commit | commitdiff | tree |
2023-08-16 |
Russ Cox | runtime: add support for range-over-func |
commit | commitdiff | tree |
2023-08-16 |
Bryan C. Mills | runtime/testdata/testprog: use testenv.SyscallIsNotSupp... |
commit | commitdiff | tree |
2023-08-16 |
Bryan C. Mills | cmd/go: skip gccgo_link_c when cross-compiling |
commit | commitdiff | tree |
2023-08-16 |
Russ Cox | cmd/compile, runtime: make room for rangefunc defers |
commit | commitdiff | tree |
2023-08-16 |
Russ Cox | cmd/compile: trim range typechecking |
commit | commitdiff | tree |
2023-08-16 |
Russ Cox | runtime/internal/math: add Add64 |
commit | commitdiff | tree |
2023-08-16 |
Russ Cox | regexp/syntax: use more compact Regexp.String output |
commit | commitdiff | tree |
2023-08-16 |
Russ Cox | cmd/api: rename api.go to main_test.go |
commit | commitdiff | tree |
2023-08-16 |
Russ Cox | cmd/go: clean internal/vcs slightly |
commit | commitdiff | tree |
2023-08-16 |
David Chase | cmd/compile: in expandCalls, move all arg marshalling... |
commit | commitdiff | tree |
2023-08-16 |
qiulaidongfeng | sync: document why copyChecker checks the condition... |
commit | commitdiff | tree |
2023-08-16 |
qmuntal | os: support file systems without file IDs when reading... |
commit | commitdiff | tree |
2023-08-16 |
Russ Cox | cmd/go: remove conversion of legacy pre-module dependen... |
commit | commitdiff | tree |
2023-08-16 |
Russ Cox | cmd/go: delete GOPATH-mode get |
commit | commitdiff | tree |
2023-08-16 |
cui fliter | errors: add a colon after Output to make the Example... |
commit | commitdiff | tree |
2023-08-16 |
qiulaidongfeng | bufio: clarify the maximum token size |
commit | commitdiff | tree |
2023-08-16 |
Inada Naoki | doc/go1.22: mention new sql.Null[T] |
commit | commitdiff | tree |
2023-08-15 |
Robert Griesemer | go/types, types2: don't verify infer result if no Confi... |
commit | commitdiff | tree |
2023-08-15 |
Robert Griesemer | go/types, types2: use correct parameter list when check... |
commit | commitdiff | tree |
2023-08-15 |
Matthew Dempsky | cmd/compile: improve ir.StaticValue and extract ir... |
commit | commitdiff | tree |
2023-08-15 |
Robert Griesemer | go/types, types2: move emode computation closer to... |
commit | commitdiff | tree |
2023-08-15 |
Robert Griesemer | go/types, types2: use exact unification when comparing... |
commit | commitdiff | tree |
2023-08-15 |
sivchari | internal/syscall/unix: fix gofmt |
commit | commitdiff | tree |
next |