2023-05-22 |
Bryan C. Mills | net: skip TestFileFdBlocks if the "unix" network is... |
commit | commitdiff | tree |
2023-05-22 |
Michael Pratt | cmd/compile: replace -d=pgoinline with -d=pgodebug |
commit | commitdiff | tree |
2023-05-22 |
Michael Pratt | cmd/compile/internal/typecheck: export Implements |
commit | commitdiff | tree |
2023-05-22 |
Michael Pratt | cmd/compile/internal/typecheck: remove base.Errorf... |
commit | commitdiff | tree |
2023-05-22 |
qmuntal | runtime: fix TestSehUnwind |
commit | commitdiff | tree |
2023-05-22 |
Felix Geisendörfer | runtime: rename getcallerfp to getfp |
commit | commitdiff | tree |
2023-05-22 |
Ruinan | cmd/asm: encode instructions like SHA1SU0 with a separa... |
commit | commitdiff | tree |
2023-05-22 |
Jonathan Amsterdam | doc: add slog to release notes |
commit | commitdiff | tree |
2023-05-20 |
Ian Lance Taylor | net, os: net.Conn.File.Fd should return a blocking... |
commit | commitdiff | tree |
2023-05-20 |
Ian Lance Taylor | net: ignore more errors in TestDialCancel |
commit | commitdiff | tree |
2023-05-20 |
Ian Lance Taylor | runtime: consolidate on a single closeonexec definition |
commit | commitdiff | tree |
2023-05-20 |
Sean Liao | cmd/go: update help for empty environment variables |
commit | commitdiff | tree |
2023-05-20 |
Ian Lance Taylor | runtime: change fcntl to return two values |
commit | commitdiff | tree |
2023-05-20 |
Russ Cox | cmd/go: implement GOTOOLCHAIN=auto |
commit | commitdiff | tree |
2023-05-20 |
Jabar Asadi | io: prevent seeking to position prior to offsetwrite... |
commit | commitdiff | tree |
2023-05-20 |
Sean Liao | net/http/pprof: document query params |
commit | commitdiff | tree |
2023-05-19 |
Sven Anderson | runtime: improve Pinner with gcBits |
commit | commitdiff | tree |
2023-05-19 |
Dmitri Shuralyov | cmd/dist: use "pkg[:variant]" as dist test name |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/dist: remove unused functionality |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/dist: delete moved_goroot test |
commit | commitdiff | tree |
2023-05-19 |
Paul E. Murphy | all: generate NOTOC shared code on power10/PPC64/linux |
commit | commitdiff | tree |
2023-05-19 |
David Chase | cmd/compile: tweaks to loopvar logging |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: make trace.lock not reentrant |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: replace raw traceEv with traceBlockReason... |
commit | commitdiff | tree |
2023-05-19 |
qmuntal | net: make Dial fail faster on Windows closed loopback... |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/dist: flush incomplete lines in -json mode |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: make traceClockNow nosplit |
commit | commitdiff | tree |
2023-05-19 |
cuiweixie | maps: enhance the robustness of the tests |
commit | commitdiff | tree |
2023-05-19 |
cuiweixie | maps: delete unused var |
commit | commitdiff | tree |
2023-05-19 |
Keith Randall | cmd/compile: constant-fold loads from constant dictiona... |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: formalize the trace clock |
commit | commitdiff | tree |
2023-05-19 |
Ian Lance Taylor | cmp: new package |
commit | commitdiff | tree |
2023-05-19 |
miller | internal/poll: handle SetDeadline to time.Now() in... |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: emit STW events for all pauses, not just those... |
commit | commitdiff | tree |
2023-05-19 |
cuiweixie | html/template: expose ErrJSTemplate |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: flush idle time to sched.idleTime on limiter... |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: fix lockrank ordering for pinner implementation |
commit | commitdiff | tree |
2023-05-19 |
cuiweixie | maps,runtime: improve maps.Keys |
commit | commitdiff | tree |
2023-05-19 |
Sven Anderson | runtime: implement Pinner API for object pinning |
commit | commitdiff | tree |
2023-05-19 |
Oleksandr Redko | go/types: fix typos in comments |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: make the memory limit heap goal headroom propo... |
commit | commitdiff | tree |
2023-05-19 |
Tobias Klauser | runtime: report correct fcntl syscall error in checkClo... |
commit | commitdiff | tree |
2023-05-19 |
Robert Griesemer | go/types, types2: fix comments in unify.go |
commit | commitdiff | tree |
2023-05-19 |
Robert Griesemer | go/types, types2: type-check built-ins even if there... |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: add eager scavenging details to GODEBUG=scavtr... |
commit | commitdiff | tree |
2023-05-19 |
Alessandro... | cmd/link: add ReflectMethod flag to -dumpdep output |
commit | commitdiff | tree |
2023-05-19 |
Bryan C. Mills | cmd/go: add a GODEBUG to limit the number of concurrent... |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/cgo/internal/testcarchive: fix nocgo and no-c-archi... |
commit | commitdiff | tree |
2023-05-19 |
Robert Griesemer | cmd/compile: use more lenient type inference for untype... |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/cgo/internal/testsovar: merge into testso |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/cgo/internal/testtls: cleanup and support more... |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/dist: drop remaining conditions on default cgo... |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/cgo/internal/testnocgo: always run in default confi... |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/cgo/internal/testtls: build and run everywhere |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/dist: don't pass -linkmode=auto |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/dist: let several cgo tests run as regular cmd... |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/dist: refine test conditions and enable more cgo... |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/dist: enable more cgo tests if GO_GCFLAGS != "" |
commit | commitdiff | tree |
2023-05-19 |
Russ Cox | cmd/api: skip TestIssue21181 |
commit | commitdiff | tree |
2023-05-19 |
Alan Donovan | slices: add in-place Reverse function |
commit | commitdiff | tree |
2023-05-19 |
Oleksandr Redko | os: remove unnecessary return after t.Fatal |
commit | commitdiff | tree |
2023-05-18 |
Heschi Kreinick | doc: add TODOs to go1.21 |
commit | commitdiff | tree |
2023-05-18 |
Robert Griesemer | go/types, types2: remove unnecessary assignment (minor... |
commit | commitdiff | tree |
2023-05-18 |
Austin Clements | cmd/dist: tweaks to -json mode |
commit | commitdiff | tree |
2023-05-18 |
Robert Griesemer | go/types, types2: implement min/max builtins |
commit | commitdiff | tree |
2023-05-18 |
Bryan C. Mills | cmd/go/internal/modfetch: avoid creating unused temp... |
commit | commitdiff | tree |
2023-05-18 |
Bryan C. Mills | cmd/go/internal/modload: fix sanity check in rawGoModSu... |
commit | commitdiff | tree |
2023-05-18 |
Bryan C. Mills | cmd/go: log more information about leaked temp files |
commit | commitdiff | tree |
2023-05-18 |
Bryan C. Mills | cmd/go: make TestScript/gotoolchain more realistic |
commit | commitdiff | tree |
2023-05-18 |
Bryan C. Mills | cmd/go: propagate Context arguments through modfetch... |
commit | commitdiff | tree |
2023-05-18 |
Robert Griesemer | go/types, types2: factor out type matching in binary... |
commit | commitdiff | tree |
2023-05-18 |
Robert Griesemer | go/types, types2: reduce differences between go/types... |
commit | commitdiff | tree |
2023-05-18 |
Robert Griesemer | go/types, types2: assert that builtin reports valid... |
commit | commitdiff | tree |
2023-05-18 |
Robert Griesemer | go/types, types2: remove argument "getter" use from... |
commit | commitdiff | tree |
2023-05-18 |
Michael Pratt | Revert "cmd/compile: build compiler with PGO" |
commit | commitdiff | tree |
2023-05-18 |
Austin Clements | cmd/cgo/internal/test: fix TestThreadLock |
commit | commitdiff | tree |
2023-05-18 |
Cherry Mui | doc/go1.21: fix HTML formatting |
commit | commitdiff | tree |
2023-05-18 |
Bryan C. Mills | cmd/gofmt: fix a data race in TestPermissions |
commit | commitdiff | tree |
2023-05-18 |
Junxian Zhu | cmd/compile: intrinsify runtime/internal/atomic.{And... |
commit | commitdiff | tree |
2023-05-18 |
Tobias Klauser | os: set File.appendMode in NewFile if file was opened... |
commit | commitdiff | tree |
2023-05-18 |
Tobias Klauser | internal/poll, internal/syscall/unix, net: move and... |
commit | commitdiff | tree |
2023-05-18 |
erifan01 | cmd/asm: remove unsupported opcodes MOVNP and STLP... |
commit | commitdiff | tree |
2023-05-18 |
Robert Griesemer | cmd/compile: enable more lenient type inference for... |
commit | commitdiff | tree |
2023-05-17 |
Cherry Mui | doc/go1.21: document that -pgo=auto enabled by default |
commit | commitdiff | tree |
2023-05-17 |
Cherry Mui | runtime/cgo: store M for C-created thread in pthread key |
commit | commitdiff | tree |
2023-05-17 |
Ian Lance Taylor | cmd/gofmt: try to write original data on rewrite failure |
commit | commitdiff | tree |
2023-05-17 |
Cherry Mui | cmd/compile: build compiler with PGO |
commit | commitdiff | tree |
2023-05-17 |
Ian Lance Taylor | os: if descriptor is non-blocking, retain that in Fd... |
commit | commitdiff | tree |
2023-05-17 |
Patryk Chelmecki | crypto/x509: fix certificate validation with FQDN on... |
commit | commitdiff | tree |
2023-05-17 |
Ian Lance Taylor | runtime: publish netpoll info after incrementing fdseq |
commit | commitdiff | tree |
2023-05-17 |
David Chase | cmd/link, internal/abi: minor follow-up cleanups |
commit | commitdiff | tree |
2023-05-17 |
Austin Clements | cmd/dist: add -json flag |
commit | commitdiff | tree |
2023-05-17 |
Austin Clements | cmd/dist: refactor rtPreFunc to print skips in only... |
commit | commitdiff | tree |
2023-05-17 |
Austin Clements | cmd/dist: make it possible to filter output of backgrou... |
commit | commitdiff | tree |
2023-05-17 |
Austin Clements | cmd/dist: simplify work list functions |
commit | commitdiff | tree |
2023-05-17 |
Dmitri Shuralyov | cmd: update vendored golang.org/x/mod |
commit | commitdiff | tree |
2023-05-17 |
Cherry Mui | doc/go1.21: document wasip1 port |
commit | commitdiff | tree |
2023-05-17 |
Thuy Linh Luu | encoding/xml: wrap charsetReader errors |
commit | commitdiff | tree |
2023-05-17 |
Michael Anthony... | runtime: replace sysBlockTraced with tracedSyscallEnter |
commit | commitdiff | tree |
2023-05-17 |
Michael Anthony... | runtime: hide sysExitTicks a little better |
commit | commitdiff | tree |
next |