2023-08-07 |
Mauri de Souza... | net/http: add ServeFileFS, FileServerFS, NewFileTransportFS |
commit | commitdiff | tree |
2023-08-07 |
Andy Pan | log/slog: restore the original log setting before test... |
commit | commitdiff | tree |
2023-08-07 |
Matthew Dempsky | runtime, cmd/compile: prune unused _defer fields |
commit | commitdiff | tree |
2023-08-07 |
Robert Griesemer | go/types: use file start position as key for Info.FileV... |
commit | commitdiff | tree |
2023-08-07 |
Jonathan Amsterdam | log/slog: don't panic on aliased Record |
commit | commitdiff | tree |
2023-08-07 |
Inada Naoki | database/sql: add Null[T] |
commit | commitdiff | tree |
2023-08-07 |
qmuntal | time: amend time resolution docs |
commit | commitdiff | tree |
2023-08-07 |
Alan Donovan | go/ast: deprecate Object |
commit | commitdiff | tree |
2023-08-07 |
qiulaidongfeng | os: fix test failure when Workstation service is not... |
commit | commitdiff | tree |
2023-08-07 |
Daniel Martí | all: add a few more godoc links |
commit | commitdiff | tree |
2023-08-07 |
Cuong Manh Le | cmd/compile: fix missing init nodes for len(string... |
commit | commitdiff | tree |
2023-08-07 |
Matthew Dempsky | cmd/compile/internal/ssagen: sort locals by alignment... |
commit | commitdiff | tree |
2023-08-07 |
Matthew Dempsky | cmd/compile/internal/ir: remove unused Name.{Offset... |
commit | commitdiff | tree |
2023-08-07 |
Jes Cok | os: replace "used to used" with "used to use" in descri... |
commit | commitdiff | tree |
2023-08-07 |
Maya Rashish | crypto/rand, internal/syscall/unix: use simpler random... |
commit | commitdiff | tree |
2023-08-07 |
korzhao | encoding/base32: optimize Encode |
commit | commitdiff | tree |
2023-08-07 |
cui fliter | cmd/fix: use reflect.TypeFor for known types |
commit | commitdiff | tree |
2023-08-07 |
qiulaidongfeng | archive/tar: add FileInfoNames interface |
commit | commitdiff | tree |
2023-08-07 |
apocelipes | encoding/xml, image/jpeg, image/png: use the builtin... |
commit | commitdiff | tree |
2023-08-07 |
Jes Cok | os: use t.Fatalf instead of t.Errorf in TestErrProcessDone |
commit | commitdiff | tree |
2023-08-07 |
Eduard Bondarenko | regexp: improve Regexp.ReplaceAll documentation and... |
commit | commitdiff | tree |
2023-08-07 |
cui fliter | cmd/compile/internal/base: optimize the readImportCfg... |
commit | commitdiff | tree |
2023-08-07 |
adetunjii | arm64: replace "PCALGIN with PCALIGN" in package docume... |
commit | commitdiff | tree |
2023-08-07 |
Mauri de Souza... | internal/bytealg: optimize Index/IndexString in amd64 |
commit | commitdiff | tree |
2023-08-05 |
Jorropo | io: remove manual SectionReader.Size in SectionReader... |
commit | commitdiff | tree |
2023-08-05 |
Joel Sing | runtime,syscall: invert openbsd architecture tests |
commit | commitdiff | tree |
2023-08-05 |
Jes Cok | internal/testenv: replace “go run.” with “go run”.... |
commit | commitdiff | tree |
2023-08-04 |
Cherry Mui | runtime/pprof: correct field alignment in machVMRegionB... |
commit | commitdiff | tree |
2023-08-04 |
David Chase | doc: move Go 1.21 release notes to x/website |
commit | commitdiff | tree |
2023-08-04 |
Filippo Valsorda | doc/go1.21: update crypto release notes |
commit | commitdiff | tree |
2023-08-04 |
Keith Randall | cmd/compile: don't use BTS when OR works, add direct... |
commit | commitdiff | tree |
2023-08-04 |
Matthew Dempsky | runtime: add deferreturn fast path for linked defers |
commit | commitdiff | tree |
2023-08-04 |
Klaus Post | crypto/md5: optimize amd64 assembly |
commit | commitdiff | tree |
2023-08-04 |
Cherry Mui | cmd/go: default to PIE linking on darwin/amd64 |
commit | commitdiff | tree |
2023-08-04 |
Mateusz Poliwczak | net: use fake DNS dialer for /etc/hosts aliases tests |
commit | commitdiff | tree |
2023-08-03 |
Andy Pan | log/slog: catch panics during formatting |
commit | commitdiff | tree |
2023-08-03 |
miller | encoding/gob: skip TestLargeSlice on machines with... |
commit | commitdiff | tree |
2023-08-03 |
Robert Griesemer | spec: remove unnecessary sentence |
commit | commitdiff | tree |
2023-08-03 |
Robert Griesemer | go/types, types2: collect per-file Go version in Info... |
commit | commitdiff | tree |
2023-08-03 |
Robert Findley | go/types, types2: don't panic during interface completion |
commit | commitdiff | tree |
2023-08-03 |
Joel Sing | cmd/internal/obj/arm64: move register encoding into... |
commit | commitdiff | tree |
2023-08-03 |
Joel Sing | cmd/asm,cmd/internal/obj/riscv,cmd/link: improve TLS... |
commit | commitdiff | tree |
2023-08-03 |
Cosmos Nicolaou | runtime,runtime/pprof: get memory mappings on darwin. |
commit | commitdiff | tree |
2023-08-03 |
qmuntal | cmd/cgo/internal/testerrors: unskip TestPointerChecks... |
commit | commitdiff | tree |
2023-08-03 |
Jes Cok | text/template: use "IsValid" instead of "!= zero" to... |
commit | commitdiff | tree |
2023-08-03 |
Johan Brandhorst... | runtime/internal: switch GOWASIRUNTIME default |
commit | commitdiff | tree |
2023-08-03 |
Ian Lance Taylor | net/rpc: use reflect.TypeFor for known types |
commit | commitdiff | tree |
2023-08-03 |
qiulaidongfeng | archive: use predeclared function min |
commit | commitdiff | tree |
2023-08-03 |
Hiro | image/jpeg, image/png: replace Fatal with Error in... |
commit | commitdiff | tree |
2023-08-03 |
Mateusz Poliwczak | net: use the extended RCode from EDNS(0) OPT resources |
commit | commitdiff | tree |
2023-08-03 |
Anit Gandhi | doc/go1.21: document changes in crypto/tls related... |
commit | commitdiff | tree |
2023-08-03 |
cui fliter | doc: fix html tags |
commit | commitdiff | tree |
2023-08-03 |
Tobias Klauser | doc/go1.21: consistently use spaces for indentation |
commit | commitdiff | tree |
2023-08-03 |
Junxian Zhu | cmd/internal/obj/mips: add WSBH/DSBH/DSHD instructions |
commit | commitdiff | tree |
2023-08-02 |
Matthew Dempsky | doc/go1.21: finish last TODO for go/types.Package.GoVersion |
commit | commitdiff | tree |
2023-08-02 |
Srinivas Pokala | cmd/asm: add s390x crypto related instructions |
commit | commitdiff | tree |
2023-08-02 |
Than McIntosh | internal/goexperiment: add "NewInliner" experiment |
commit | commitdiff | tree |
2023-08-02 |
Robert Griesemer | go/types, types2: move posVers field into group of... |
commit | commitdiff | tree |
2023-08-02 |
Damien Neil | crypto/tls: change SendSessionTicket to take an options... |
commit | commitdiff | tree |
2023-08-02 |
qmuntal | runtime: cpu profiler to use high resolution timers... |
commit | commitdiff | tree |
2023-08-02 |
qiulaidongfeng | reflect: update Type.FieldByName documentation |
commit | commitdiff | tree |
2023-08-02 |
Jes Cok | encoding/json: adjust comment to keep the same style... |
commit | commitdiff | tree |
2023-08-02 |
Mauri de Souza... | cmd/go: missing name in failed command error |
commit | commitdiff | tree |
2023-08-02 |
Roland Shoemaker | crypto/tls: restrict RSA keys in certificates to <... |
commit | commitdiff | tree |
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 |
next |