2023-08-01 |
Dmitri Shuralyov | cmd/distpack: test for .DS_Store files in all directories |
commit | commitdiff | tree |
2023-08-01 |
Dmitri Shuralyov | cmd/dist: tolerate macOS writing .DS_Store to GOROOT/bin |
commit | commitdiff | tree |
2023-08-01 |
Jes Cok | encoding/json: replace "between or" with "between and... |
commit | commitdiff | tree |
2023-08-01 |
Keith Randall | cmd/compile: implement float min/max in hardware for... |
commit | commitdiff | tree |
2023-08-01 |
Keith Randall | reflect: make linkable cross-references in documentation |
commit | commitdiff | tree |
2023-08-01 |
root | runtime: handle SIGPE exception for p256 crypto package... |
commit | commitdiff | tree |
2023-08-01 |
Rob Findley | go/types, types2: instantiated interfaces must be concu... |
commit | commitdiff | tree |
2023-08-01 |
Robert Griesemer | go/types, types2: remove internal constant enableInterf... |
commit | commitdiff | tree |
2023-08-01 |
Junxian Zhu | cmd/compile/internal/mips: use hardware NOP instruction... |
commit | commitdiff | tree |
2023-08-01 |
Ian Lance Taylor | text/template, html/template: use reflect.TypeFor for... |
commit | commitdiff | tree |
2023-08-01 |
Ian Lance Taylor | encoding/json: use reflect.TypeFor for known types |
commit | commitdiff | tree |
2023-08-01 |
Ian Lance Taylor | encoding/xml: use reflect.TypeFor for known types |
commit | commitdiff | tree |
2023-08-01 |
apocelipes | os/exec: Use the built-in function min instead of minInt |
commit | commitdiff | tree |
2023-08-01 |
Jes Cok | archive/tar: narrow trim range for formatter'formatString |
commit | commitdiff | tree |
2023-08-01 |
Ian Lance Taylor | encoding/gob: use reflect.TypeFor for known types |
commit | commitdiff | tree |
2023-08-01 |
qmuntal | time: mention time resolution in docs |
commit | commitdiff | tree |
2023-07-31 |
Ian Lance Taylor | sync: panic rather than throw on nil *Pool |
commit | commitdiff | tree |
2023-07-31 |
Eduard Bondarenko | net/http: fix doc comment on FormValue function |
commit | commitdiff | tree |
2023-07-31 |
Mauri de Souza... | regexp/syntax: accept (?<name>...) syntax as valid... |
commit | commitdiff | tree |
2023-07-31 |
Russ Cox | doc/go_mem: explain arrays, structs, and complex numbers |
commit | commitdiff | tree |
2023-07-31 |
Jes Cok | errors: optimize *joinError's Error method for less... |
commit | commitdiff | tree |
2023-07-31 |
Alexander Yastrebov | debug/buildinfo: read full data segment to lookup build... |
commit | commitdiff | tree |
2023-07-31 |
korzhao | encoding/json: optimize Unmarshal for maps |
commit | commitdiff | tree |
2023-07-31 |
Jorropo | cmd/compile: try to rewrite loops to count down |
commit | commitdiff | tree |
2023-07-31 |
Sean Liao | .github: fix templates with multiple labels |
commit | commitdiff | tree |
2023-07-31 |
Tolya Korniltsev | debug/elf: don't use reflection in File.Symbols |
commit | commitdiff | tree |
2023-07-31 |
Mauri de Souza... | archive/zip: add AddFS method to zip Writer |
commit | commitdiff | tree |
2023-07-31 |
Joel Sing | cmd/internal/obj/mips: use more appropriate register... |
commit | commitdiff | tree |
2023-07-31 |
Joel Sing | cmd/internal/obj/mips: use more appropriate register... |
commit | commitdiff | tree |
2023-07-31 |
Joel Sing | cmd/internal/obj/mips: use more appropriate register... |
commit | commitdiff | tree |
2023-07-31 |
Joel Sing | cmd/internal/obj/mips: use obj.REG_NONE rather than 0 |
commit | commitdiff | tree |
2023-07-31 |
Russ Cox | cmd/go: make go list -m -u all not complain about missi... |
commit | commitdiff | tree |
2023-07-31 |
Cherry Mui | cmd/link: fix up more zero-sized local symbols on darwi... |
commit | commitdiff | tree |
2023-07-31 |
Hiro | go/types: add test cases for generic constraints, types... |
commit | commitdiff | tree |
2023-07-31 |
Cherry Mui | cmd/link: always use symbol-targeted relocations on... |
commit | commitdiff | tree |
2023-07-31 |
Cherry Mui | cmd/link: use symbol-targeted relocation for initialize... |
commit | commitdiff | tree |
2023-07-31 |
Matthew Dempsky | runtime: refactor defer processing |
commit | commitdiff | tree |
2023-07-31 |
Joel Sing | cmd/internal/obj/arm64: improve splitting of 24 bit... |
commit | commitdiff | tree |
2023-07-31 |
Robert Griesemer | spec: add Appendix with detailed type unification rules |
commit | commitdiff | tree |
2023-07-31 |
Joel Sing | cmd/internal/obj/arm64: avoid unnecessary literal pool... |
commit | commitdiff | tree |
2023-07-31 |
Joel Sing | cmd/internal/obj/arm64: improve classification of loads... |
commit | commitdiff | tree |
2023-07-31 |
Srinivas Pokala | math: enable huge argument tests on s390x |
commit | commitdiff | tree |
2023-07-31 |
Carl Johnson | reflect: add TypeFor |
commit | commitdiff | tree |
2023-07-31 |
korzhao | reflect: optimize DeepEqual() for maps |
commit | commitdiff | tree |
2023-07-31 |
Meng Zhuo | net: ignore blackhole route in TestDialCancel |
commit | commitdiff | tree |
2023-07-31 |
Srinivas Pokala | math: huge argument handling for sin/cos in s390x |
commit | commitdiff | tree |
2023-07-31 |
Junxian Zhu | cmd/compile: intrinsify Sub64 on mips64 |
commit | commitdiff | tree |
2023-07-31 |
Junxian Zhu | cmd/compile: intrinsify Add64 on mips64 |
commit | commitdiff | tree |
2023-07-29 |
korzhao | encoding/json: replace dead link in appendString |
commit | commitdiff | tree |
2023-07-28 |
Dmitri Shuralyov | cmd/dist: update isUnsupportedVMASize test skip |
commit | commitdiff | tree |
2023-07-28 |
Dmitri Shuralyov | cmd/dist: handle -json flag in runPending (clean up) |
commit | commitdiff | tree |
2023-07-28 |
Dmitri Shuralyov | syscall, cmd/cgo: skip tests that shouldn't run under... |
commit | commitdiff | tree |
2023-07-28 |
Mauri de Souza... | cmd/asm: add PCALIGN support on 386/amd64 |
commit | commitdiff | tree |
2023-07-28 |
Dmitri Shuralyov | syscall: skip TestUnshare if there's nothing more to... |
commit | commitdiff | tree |
2023-07-28 |
Jes Cok | cmd/internal/goobj: use unsafe.String in toString func |
commit | commitdiff | tree |
2023-07-28 |
Dmitri Shuralyov | cmd/dist: handle -json flag in runPending (minimal) |
commit | commitdiff | tree |
2023-07-28 |
Dmitri Shuralyov | net/http: perform streaming body feature detection... |
commit | commitdiff | tree |
2023-07-27 |
root | math: support to handle huge arguments in tan function... |
commit | commitdiff | tree |
2023-07-27 |
qiulaidongfeng | reflect: deprecate PtrTo |
commit | commitdiff | tree |
2023-07-27 |
Ian Lance Taylor | runtime: call miniterrno on m0 on AIX and Solaris |
commit | commitdiff | tree |
2023-07-27 |
Dmitri Shuralyov | net: make mustHaveExternalNetwork work as usual on... |
commit | commitdiff | tree |
2023-07-27 |
Jes Cok | all: use built-in clear to clear maps |
commit | commitdiff | tree |
2023-07-27 |
Cherry Mui | cmd/link: sort HOSTOBJ and UNDEFEXT symbols with undefi... |
commit | commitdiff | tree |
2023-07-27 |
Cherry Mui | cmd/cgo/internal/test: don't pass -lm on darwin |
commit | commitdiff | tree |
2023-07-27 |
Cherry Mui | cmd/link: don't generate DYSYMTAB when external linking... |
commit | commitdiff | tree |
2023-07-27 |
Jes Cok | cmd/asm/internal/asm: fix comment grammar |
commit | commitdiff | tree |
2023-07-27 |
Dmitri Shuralyov | src/buildall.bash: mention no longer being used by... |
commit | commitdiff | tree |
2023-07-27 |
Dmitri Shuralyov | cmd/dist: skip testing packages without tests in short... |
commit | commitdiff | tree |
2023-07-27 |
Dmitri Shuralyov | cmd/dist: test all 'std cmd' packages, even ones withou... |
commit | commitdiff | tree |
2023-07-27 |
erifan01 | cmd/asm: add the fifth argument of the instruction... |
commit | commitdiff | tree |
2023-07-26 |
Ian Lance Taylor | maps: remove Keys and Values |
commit | commitdiff | tree |
2023-07-26 |
Russ Cox | cmd/distpack: sort files in standard walk order |
commit | commitdiff | tree |
2023-07-26 |
Keith Randall | cmd/compile: update README for unified IR |
commit | commitdiff | tree |
2023-07-26 |
Keith Randall | cmd/compile: add indexed SET* opcodes for amd64 |
commit | commitdiff | tree |
2023-07-26 |
Keith Randall | cmd/compile: get rid of special case in scheduler for... |
commit | commitdiff | tree |
2023-07-26 |
Keith Randall | cmd/compile: simplify uninterruptable range check for... |
commit | commitdiff | tree |
2023-07-26 |
Keith Randall | cmd/compile: optimize s==s for strings |
commit | commitdiff | tree |
2023-07-26 |
qmuntal | os: remove 5ms sleep on Windows in (*Process).Wait |
commit | commitdiff | tree |
2023-07-26 |
Johan Brandhorst... | misc/wasm: switch default WASI runtime |
commit | commitdiff | tree |
2023-07-26 |
Joel Sing | cmd/internal/obj/arm64: factor out splitting of 24... |
commit | commitdiff | tree |
2023-07-26 |
Joel Sing | cmd/internal/obj/arm64: simplify buildop |
commit | commitdiff | tree |
2023-07-26 |
chanxuehong | encoding/base32: reduce overflow risk when calc encode... |
commit | commitdiff | tree |
2023-07-26 |
qiulaidongfeng | os/exec: avoid calling LookPath in cmd.Start for resolv... |
commit | commitdiff | tree |
2023-07-26 |
Robert Griesemer | spec: update section on type unification for Go 1.21 |
commit | commitdiff | tree |
2023-07-25 |
Ian Lance Taylor | runtime2: don't check fcntl errno in checkfds on AIX... |
commit | commitdiff | tree |
2023-07-25 |
Dmitri Shuralyov | cmd/dist: fix broken link in README |
commit | commitdiff | tree |
2023-07-25 |
Jes Cok | cmd/compile/internal/base: add comma in comment for... |
commit | commitdiff | tree |
2023-07-25 |
Roland Shoemaker | runtime: enforce standard file descriptors open on... |
commit | commitdiff | tree |
2023-07-25 |
Ian Lance Taylor | sort: add gen_sort_variants support for x/exp/slices |
commit | commitdiff | tree |
2023-07-25 |
Bryan C. Mills | os: mark the share created by TestNetworkSymbolicLink... |
commit | commitdiff | tree |
2023-07-25 |
Jabar Asadi | os: ReadFile: don't check for re-allocation in the... |
commit | commitdiff | tree |
2023-07-24 |
Damien Neil | Revert "net/http: use Copy in ServeContent if CopyN... |
commit | commitdiff | tree |
2023-07-24 |
Michael Matloob | cmd/go: add support for vendoring in workspace mode |
commit | commitdiff | tree |
2023-07-24 |
Russ Cox | make.bash,bat,rc: use Go 1.20.6 instead of Go 1.17.13 |
commit | commitdiff | tree |
2023-07-24 |
erifan01 | cmd/asm: initialize assembler before running error... |
commit | commitdiff | tree |
2023-07-24 |
eric fang | cmd/asm: Fix encoding error of register offset shifted... |
commit | commitdiff | tree |
2023-07-21 |
Mauri de Souza... | testing: enforce -skip in example tests |
commit | commitdiff | tree |
2023-07-21 |
Keith Randall | cmd/compile: memcombine if values being stored are... |
commit | commitdiff | tree |
2023-07-21 |
Ian Lance Taylor | runtime: consider core PID in gdb test |
commit | commitdiff | tree |
2023-07-21 |
Robert Griesemer | spec: fix a couple of minor mistakes in type inference... |
commit | commitdiff | tree |
next |