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 |
2023-07-21 |
Cherry Mui | cmd/link: allow enabling DWARF with -s |
commit | commitdiff | tree |
2023-07-21 |
Cherry Mui | cmd/link: test the -s flag |
commit | commitdiff | tree |
2023-07-21 |
Cherry Mui | cmd/link: print dsymutil and strip commands in -v mode |
commit | commitdiff | tree |
2023-07-21 |
Cherry Mui | cmd/link: rationalize -s and -w flags with Mach-O exter... |
commit | commitdiff | tree |
2023-07-21 |
Cherry Mui | cmd/link: suppress symbol table on Mach-O when -s |
commit | commitdiff | tree |
2023-07-21 |
Cherry Mui | cmd/cgo/internal/testshared: skip in short mode and... |
commit | commitdiff | tree |
2023-07-21 |
chanxuehong | encoding/base64: reduce the overflow risk when computin... |
commit | commitdiff | tree |
2023-07-21 |
zikaeroh | log/slog: fix comment above log levels |
commit | commitdiff | tree |
2023-07-21 |
Dmitri Shuralyov | cmd/dist: apply timeout scale even if timeout isn't... |
commit | commitdiff | tree |
2023-07-21 |
Eli Bendersky | sort: forward fixed-type slice sorting to slices package |
commit | commitdiff | tree |
2023-07-21 |
Rob Findley | go/types, types2: update documentation for GoVersion |
commit | commitdiff | tree |
2023-07-21 |
Mauri de Souza... | reflect: panic on recv channel close |
commit | commitdiff | tree |
2023-07-21 |
Cuong Manh Le | runtime/cgo: reduce runtime init done check using atomic |
commit | commitdiff | tree |
2023-07-21 |
Cuong Manh Le | cmd/compile/internal/walk: remove un-used func/var |
commit | commitdiff | tree |
2023-07-21 |
Cuong Manh Le | cmd/compile/internal/typecheck: cleanup code |
commit | commitdiff | tree |
2023-07-21 |
Cuong Manh Le | cmd/compile: use "pw" as receiver name consistently |
commit | commitdiff | tree |
2023-07-21 |
Cuong Manh Le | cmd/compile/internal/noder: remove un-used funcs/vars |
commit | commitdiff | tree |
2023-07-21 |
Robert Griesemer | go/types, types2: a min/max value argument must not... |
commit | commitdiff | tree |
2023-07-21 |
Michael Anthony... | runtime: fix debug non-concurrent sweep mode after... |
commit | commitdiff | tree |
2023-07-20 |
Ian Lance Taylor | time: document that AfterFunc Timer's C field is nil |
commit | commitdiff | tree |
2023-07-20 |
Robert Griesemer | spec: update section on type inference for Go 1.21 |
commit | commitdiff | tree |
2023-07-20 |
Matthew Dempsky | all: update build tags to require/assume Go 1.20 |
commit | commitdiff | tree |
2023-07-20 |
Michael Pratt | runtime: print debuglog before sighandler crash |
commit | commitdiff | tree |
2023-07-20 |
Michael Pratt | runtime: call wakep in gosched |
commit | commitdiff | tree |
2023-07-20 |
Michael Pratt | runtime: check global runq during "delicate dance" |
commit | commitdiff | tree |
2023-07-20 |
Bryan C. Mills | go/internal/gcimporter: propagate errors from FindPkg |
commit | commitdiff | tree |
2023-07-20 |
Robert Griesemer | go/types, types2: make sure info recording is executed... |
commit | commitdiff | tree |
2023-07-20 |
Cherry Mui | cmd/link: pass flags to external linker in deterministi... |
commit | commitdiff | tree |
2023-07-20 |
Alan Donovan | go/ast: add Unparen(Expr) helper |
commit | commitdiff | tree |
2023-07-20 |
Cherry Mui | cmd/go: attach PGO profile for test dependencies |
commit | commitdiff | tree |
2023-07-20 |
Cherry Mui | cmd/internal/obj: print relocation type by name in... |
commit | commitdiff | tree |
2023-07-20 |
Cherry Mui | cmd/link: clean up some relocation handling |
commit | commitdiff | tree |
2023-07-20 |
Cherry Mui | cmd/link: handle dynamic import variables on Darwin |
commit | commitdiff | tree |
2023-07-20 |
Bryan C. Mills | runtime/pprof: use testenv.Command in tests instead... |
commit | commitdiff | tree |
2023-07-20 |
qmuntal | net: remove sysSocket fallback for Windows 7 |
commit | commitdiff | tree |
2023-07-20 |
qmuntal | internal/fuzz: pass handle to temporary file instead... |
commit | commitdiff | tree |
2023-07-20 |
Ian Lance Taylor | cmd/go: don't collect package CGOLDFLAGS when using... |
commit | commitdiff | tree |
2023-07-20 |
ryomak | image/draw: replace deprecated image.ZP and image.ZR... |
commit | commitdiff | tree |
2023-07-20 |
Jes Cok | cmp.bash: fix comment grammar |
commit | commitdiff | tree |
2023-07-20 |
Ian Lance Taylor | runtime: use unsafe.{String,StringData} in arena test |
commit | commitdiff | tree |
2023-07-20 |
Roger Peppe | strings: add benchmark for Builder.WriteString |
commit | commitdiff | tree |
2023-07-20 |
amdahliu | slices: refactor DeleteFunc to improve code readability |
commit | commitdiff | tree |
2023-07-20 |
Tobias Klauser | os: remove unused containsAny |
commit | commitdiff | tree |
2023-07-20 |
qmuntal | crypto/internal/boring,crypto/sha1: remove cmd_go_boots... |
commit | commitdiff | tree |
2023-07-20 |
Rami | os: remove executable bits from os.OpenFile example |
commit | commitdiff | tree |
2023-07-20 |
Philip Silva | internal/bytealg: use generic IndexByte on plan9/amd64 |
commit | commitdiff | tree |
2023-07-20 |
Damien Neil | net/url: document requirements for IPv6 addresses in... |
commit | commitdiff | tree |
2023-07-20 |
Daniel Martà | net: remove unused error result from newRawConn |
commit | commitdiff | tree |
2023-07-20 |
Jes Cok | net/http: declare publicErr as a constant |
commit | commitdiff | tree |
2023-07-20 |
Ian Lance Taylor | runtime: adjust netpollWaiters after goroutines are... |
commit | commitdiff | tree |
2023-07-20 |
Meng Zhuo | cmd/asm, cmd/internal/obj: generate proper atomic ops... |
commit | commitdiff | tree |
2023-07-19 |
qmuntal | runtime: ensure stack is aligned in _rt0_amd64_windows_lib |
commit | commitdiff | tree |
2023-07-19 |
Guoqi Chen | doc/go1.21: add release notes for linux/loong64 |
commit | commitdiff | tree |
2023-07-18 |
Heschi Kreinick | net: tolerate permission errors in interface tests |
commit | commitdiff | tree |
2023-07-18 |
Robert Griesemer | spec: clarify prose in rule for clear built-in |
commit | commitdiff | tree |
2023-07-18 |
Heschi Kreinick | all: update go.mod go version to 1.22 |
commit | commitdiff | tree |
2023-07-18 |
Heschi Kreinick | doc: start draft Go 1.22 release notes |
commit | commitdiff | tree |
2023-07-18 |
Jes Cok | all: fix typos |
commit | commitdiff | tree |
2023-07-18 |
Ian Lance Taylor | runtime/coverage: use unsafe.Slice, not reflect.SliceHeader |
commit | commitdiff | tree |
2023-07-18 |
Ian Lance Taylor | runtime: decrement netpollWaiters in netpollunblock |
commit | commitdiff | tree |
2023-07-18 |
Heschi Kreinick | internal/goversion: update Version to 1.22 |
commit | commitdiff | tree |
2023-07-18 |
Carlos Amedee | doc: run relnotes again |
commit | commitdiff | tree |
2023-07-18 |
darkfeline | net/rpc: use conventional `err` in example |
commit | commitdiff | tree |
2023-07-17 |
Rob Findley | go/types, types2: remove unnecessary assert on pointer... |
commit | commitdiff | tree |
next |