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 |
2023-05-17 |
Cherry Mui | cmd/compile: don't inline from norace packages in race... |
commit | commitdiff | tree |
2023-05-17 |
Filippo Valsorda | crypto/ed25519,crypto/rsa: make Equal methods constant... |
commit | commitdiff | tree |
2023-05-17 |
Michael Anthony... | runtime: capture per-p trace state in a type |
commit | commitdiff | tree |
2023-05-17 |
Michael Anthony... | runtime: capture per-m trace state in a type |
commit | commitdiff | tree |
2023-05-17 |
Michael Anthony... | runtime: capture per-g trace state in a type |
commit | commitdiff | tree |
2023-05-17 |
Keith Randall | hash/maphash: weaken avalanche test a bit |
commit | commitdiff | tree |
2023-05-17 |
Michael Anthony... | runtime: factor our oneNewExtraM trace code |
commit | commitdiff | tree |
2023-05-17 |
Ian Lance Taylor | internal/abi: update type name in comment |
commit | commitdiff | tree |
2023-05-17 |
Bryan C. Mills | cmd/go: prune more dependencies in 'go get' |
commit | commitdiff | tree |
2023-05-17 |
Bryan C. Mills | cmd/go: add a test that reproduces the root cause of... |
commit | commitdiff | tree |
2023-05-17 |
Filippo Valsorda | crypto/rsa: use BoringCrypto for 4096 bit keys |
commit | commitdiff | tree |
2023-05-17 |
Ian Lance Taylor | runtime: consistently define fcntl |
commit | commitdiff | tree |
2023-05-16 |
Keith Randall | slices: for Insert and Replace, grow slices like append... |
commit | commitdiff | tree |
2023-05-16 |
Keith Randall | slices: handle aliasing cases in Insert/Replace |
commit | commitdiff | tree |
2023-05-16 |
Robert Griesemer | go/types, types2: permit partially instantiated functio... |
commit | commitdiff | tree |
2023-05-16 |
Robert Griesemer | go/types, types2: remove superfluous argument test... |
commit | commitdiff | tree |
2023-05-16 |
Jakub Ciolek | cmd/compile: call phiElimValue from removePhiArg |
commit | commitdiff | tree |
2023-05-16 |
Cherry Mui | doc/go1.21: document reflect.Value escape improvements |
commit | commitdiff | tree |
next |