2022-03-30 |
David Chase | cmd: make go and moddeps tests insensitive to presence... |
commit | commitdiff | tree |
2022-03-30 |
Bryan C. Mills | cmd/go: remove arbitrary sleep in TestScript/test_chatt... |
commit | commitdiff | tree |
2022-03-30 |
Dmitri Shuralyov | cmd/dist: delete special case for release branches... |
commit | commitdiff | tree |
2022-03-30 |
Filippo Valsorda | crypto/x509/internal/macos: return errors when CFRef... |
commit | commitdiff | tree |
2022-03-30 |
Robert Griesemer | cmd/compile/internal/syntax: remove code dealing with... |
commit | commitdiff | tree |
2022-03-30 |
Robert Griesemer | cmd/compile/internal/syntax: remove generic-specific... |
commit | commitdiff | tree |
2022-03-30 |
Robert Griesemer | cmd/compile/internal/syntax: use .go suffix for test... |
commit | commitdiff | tree |
2022-03-30 |
Robert Findley | go/types, types2: add commentary on (non-)guarantees... |
commit | commitdiff | tree |
2022-03-30 |
Robert Findley | go/types: clarify that contexts do not guarantee dedupl... |
commit | commitdiff | tree |
2022-03-30 |
Cuong Manh Le | cmd/compile/internal/walk: fix wrong soleComponent... |
commit | commitdiff | tree |
2022-03-30 |
Cuong Manh Le | cmd/compile/internal/typecheck: simplify checkassign |
commit | commitdiff | tree |
2022-03-30 |
Nigel Tao | compress/zlib: tighten header CINFO check |
commit | commitdiff | tree |
2022-03-30 |
eric fang | runtime: unify C->Go ABI transitions on arm64 |
commit | commitdiff | tree |
2022-03-30 |
Meng Zhuo | cmd/link: zero elf addr for debug sections |
commit | commitdiff | tree |
2022-03-30 |
Meng Zhuo | runtime: add runtime changes for register ABI on riscv64 |
commit | commitdiff | tree |
2022-03-29 |
Robert Griesemer | go/types, types2: better error message for some invalid... |
commit | commitdiff | tree |
2022-03-29 |
Paul E. Murphy | cmd/compile: add PPC64 ssa ops to support carry chain... |
commit | commitdiff | tree |
2022-03-29 |
Paul E. Murphy | runtime: avoid potential hang in TestGdbAutotmpTypes |
commit | commitdiff | tree |
2022-03-29 |
Paul E. Murphy | cmd/compile: make XER allocatable register on PPC64 |
commit | commitdiff | tree |
2022-03-29 |
Robert Griesemer | go/types, types2: better error message for blank interf... |
commit | commitdiff | tree |
2022-03-29 |
Robert Griesemer | go/types, types2: better index-out-of-bounds error... |
commit | commitdiff | tree |
2022-03-29 |
Ian Lance Taylor | all: use new "unix" build tag where appropriate |
commit | commitdiff | tree |
2022-03-29 |
Matt Layher | net/netip: return an error from ParsePrefix with IPv6... |
commit | commitdiff | tree |
2022-03-29 |
Robert Findley | go/types, types2: preserve parent scope when substituti... |
commit | commitdiff | tree |
2022-03-29 |
Ian Lance Taylor | doc/go1.19: mention new unix build constraint |
commit | commitdiff | tree |
2022-03-29 |
Ben Shi | cmd/internal/obj/riscv: add two-operand form to more... |
commit | commitdiff | tree |
2022-03-29 |
Matthew Dempsky | cmd/compile/internal/importer: support final unified... |
commit | commitdiff | tree |
2022-03-28 |
Ian Lance Taylor | go/build: recognize "unix" build tag |
commit | commitdiff | tree |
2022-03-28 |
Ian Lance Taylor | bytes: restore old Trim/TrimLeft behavior for nil |
commit | commitdiff | tree |
2022-03-28 |
Ian Lance Taylor | io/fs, path/filepath: honor SkipDir on second WalkDirFu... |
commit | commitdiff | tree |
2022-03-28 |
Ian Lance Taylor | net/mail: accept UT as a timezone |
commit | commitdiff | tree |
2022-03-28 |
Matthew Dempsky | internal/pkgbits: add fingerprints to unified IR export... |
commit | commitdiff | tree |
2022-03-28 |
Cherry Mui | cmd/internal/obj: sort relocations |
commit | commitdiff | tree |
2022-03-28 |
Paul E. Murphy | cmd/compile: reallocate FPR31 to XER for PPC64 regalloc |
commit | commitdiff | tree |
2022-03-28 |
Paul E. Murphy | cmd/compile: make F0,F27-F31 allocatable on PPC64 |
commit | commitdiff | tree |
2022-03-28 |
Cherry Mui | all: delete PPC64 non-register ABI fallback path |
commit | commitdiff | tree |
2022-03-28 |
Matthew Dempsky | cmd/compile/internal/syntax: fix scanner.{op,prec}... |
commit | commitdiff | tree |
2022-03-28 |
Kir Kolyshkin | syscall: optimize Byte{Ptr,Slice}FromString |
commit | commitdiff | tree |
2022-03-28 |
Dmitry Vyukov | runtime/race: update runtime (v3) |
commit | commitdiff | tree |
2022-03-28 |
Jeff Widman | io/ioutil: add deprecation markers to ioutil |
commit | commitdiff | tree |
2022-03-28 |
Cuong Manh Le | cmd/compile/internal/ir: remove un-used code for const |
commit | commitdiff | tree |
2022-03-28 |
Ian Lance Taylor | os: use syscall.Timespec.Unix |
commit | commitdiff | tree |
2022-03-28 |
mzh | Revert "reflect, runtime: add reflect support for regab... |
commit | commitdiff | tree |
2022-03-27 |
Patrick Gundlach | encoding/xml: expose decoder line and column |
commit | commitdiff | tree |
2022-03-27 |
zhangjian | go/build: remove unused code in TestDependencies |
commit | commitdiff | tree |
2022-03-27 |
Carl Johnson | time: add Duration.Abs |
commit | commitdiff | tree |
2022-03-27 |
Andy Pan | regexp: use input.step() to advance one rune in Regexp... |
commit | commitdiff | tree |
2022-03-27 |
Keith Randall | test: fix inline test on noopt builder |
commit | commitdiff | tree |
2022-03-27 |
Keith Randall | cmd/compile: upgrade prove pass to know results of... |
commit | commitdiff | tree |
2022-03-27 |
Keith Randall | cmd/compile: optimize BSRQ with nonzero input |
commit | commitdiff | tree |
2022-03-27 |
Meng Zhuo | reflect, runtime: add reflect support for regabi on... |
commit | commitdiff | tree |
2022-03-27 |
Baokun Lee | cmd/go/internal/modfetch: remove unused FileRev struct |
commit | commitdiff | tree |
2022-03-26 |
hopehook | os: document DirFS implements fs.StatFS |
commit | commitdiff | tree |
2022-03-26 |
Keith Randall | Revert "cmd/compile: stop interface conversions for... |
commit | commitdiff | tree |
2022-03-26 |
Keith Randall | cmd/compile: use method expression closures to implemen... |
commit | commitdiff | tree |
2022-03-26 |
Keith Randall | cmd/compile: implement generic method expressions with... |
commit | commitdiff | tree |
2022-03-26 |
Meng Zhuo | internal/abi: define riscv64 register ABI constants |
commit | commitdiff | tree |
2022-03-25 |
Wayne Zuo | cmd/compile: enable inlining SELECT |
commit | commitdiff | tree |
2022-03-25 |
Matthew Dempsky | cmd/compile: simplify fingerprint logic |
commit | commitdiff | tree |
2022-03-25 |
Adam Pritchard | net/netip: fix uses of "IPv4-mapped IPv6" in doc comments |
commit | commitdiff | tree |
2022-03-25 |
Russ Cox | net/mail: improve detection of charset errors |
commit | commitdiff | tree |
2022-03-25 |
Cuong Manh Le | cmd/compile/internal/ir: remove NewClosureExpr |
commit | commitdiff | tree |
2022-03-25 |
Maisem Ali | net/http/httptest: fix race in Server.Close |
commit | commitdiff | tree |
2022-03-25 |
Cuong Manh Le | cmd/compile: handle sole component for 1-byte type... |
commit | commitdiff | tree |
2022-03-25 |
fanzha02 | cmd/compile: merge ANDconst and UBFX into UBFX on arm64 |
commit | commitdiff | tree |
2022-03-24 |
Damien Neil | net/http/httputil: ignore CloseNotify when a non-backgr... |
commit | commitdiff | tree |
2022-03-24 |
Robert Findley | go/types, types2: clean up a few typos, and an unused... |
commit | commitdiff | tree |
2022-03-24 |
Matthew Dempsky | test: compile source files as if from "test" module |
commit | commitdiff | tree |
2022-03-24 |
Romanos Skiadas | runtime: update framepointer_enabled doc |
commit | commitdiff | tree |
2022-03-24 |
Cherry Mui | cmd/link: do not add label symbols for DWARF on Windows... |
commit | commitdiff | tree |
2022-03-24 |
Daniel Martà | cmd/gofmt: return a proper error for empty Go files |
commit | commitdiff | tree |
2022-03-24 |
Robert Griesemer | cmd/compile: clarify help message for -L flag |
commit | commitdiff | tree |
2022-03-24 |
Cuong Manh Le | cmd/compile: refactor walkIndexMap |
commit | commitdiff | tree |
2022-03-24 |
Matthew Dempsky | test: remove unused oldescape_linkname.dir directory |
commit | commitdiff | tree |
2022-03-24 |
Matthew Dempsky | test: remove obsolete test case that misuses -p |
commit | commitdiff | tree |
2022-03-24 |
Matthew Dempsky | test: use dot-relative imports where appropriate |
commit | commitdiff | tree |
2022-03-24 |
Meng Zhuo | cmd/compile: update riscv64 CALL* ops |
commit | commitdiff | tree |
2022-03-23 |
Cuong Manh Le | cmd/compile/internal/types: simplify AllowsGoVersion |
commit | commitdiff | tree |
2022-03-23 |
Cuong Manh Le | cmd/compile: remove types.Field.{Broken,SetBroken} |
commit | commitdiff | tree |
2022-03-23 |
Cuong Manh Le | cmd/compile/internal/types: remove anyBroke |
commit | commitdiff | tree |
2022-03-23 |
Cuong Manh Le | cmd/compile: remove AllowsGoVersion checks in old typec... |
commit | commitdiff | tree |
2022-03-23 |
Cuong Manh Le | cmd/compile: remove typecheck.FuncBody |
commit | commitdiff | tree |
2022-03-23 |
Cuong Manh Le | cmd/compile: remove ir.Node.SetDiag |
commit | commitdiff | tree |
2022-03-23 |
Cuong Manh Le | cmd/compile: remove types.Type.SetBroken |
commit | commitdiff | tree |
2022-03-23 |
Cuong Manh Le | cmd/compile: remove reportTypeLoop |
commit | commitdiff | tree |
2022-03-23 |
Robert Griesemer | go/types, types2: report struct type for literals with... |
commit | commitdiff | tree |
2022-03-23 |
Cherry Mui | debug/gosym: skip non-real functions in LineToPC lookup |
commit | commitdiff | tree |
2022-03-23 |
Cherry Mui | cmd/compile: don't mark non-generic defined type symbol... |
commit | commitdiff | tree |
2022-03-23 |
Cherry Mui | cmd/compile: default to -p=main for main package |
commit | commitdiff | tree |
2022-03-22 |
Robert Griesemer | go/types, types2: remove uses of "type list" and "opera... |
commit | commitdiff | tree |
2022-03-22 |
Robert Findley | cmd/compile/internal/importer: key tparams by Package... |
commit | commitdiff | tree |
2022-03-22 |
Rhys Hiltner | runtime/pprof: rerun magnitude test on failure |
commit | commitdiff | tree |
2022-03-22 |
Cherry Mui | cmd/link: write output in temp dir in TestUnlinkableObj |
commit | commitdiff | tree |
2022-03-22 |
Paul E. Murphy | runtime: make static/dynamic startup detection work... |
commit | commitdiff | tree |
2022-03-22 |
eric fang | runtime: delete useless TPIDR macro on arm64 |
commit | commitdiff | tree |
2022-03-22 |
Cherry Mui | cmd/link: simplify content hashed symbol handling |
commit | commitdiff | tree |
2022-03-22 |
Cherry Mui | cmd/compile, cmd/link: produce unlinkable object when... |
commit | commitdiff | tree |
2022-03-22 |
Austin Clements | cmd/compile: add short self-link to ABI spec |
commit | commitdiff | tree |
2022-03-22 |
Ben Shi | A+C: change email of Ben Shi (individual CLA) |
commit | commitdiff | tree |
2022-03-22 |
hopehook | net/http: fix nil body causing ParseMultipartForm to... |
commit | commitdiff | tree |
next |