2022-11-19 |
Filippo Valsorda | crypto/rsa: precompute moduli |
commit | commitdiff | tree |
2022-11-19 |
Filippo Valsorda | crypto/rsa: deprecate and de-optimize multi-prime RSA |
commit | commitdiff | tree |
2022-11-19 |
Lúcás Meier | crypto/rsa: replace big.Int for encryption and decryption |
commit | commitdiff | tree |
2022-11-19 |
Filippo Valsorda | crypto/ecdsa,crypto/x509: add encoding paths for NIST... |
commit | commitdiff | tree |
2022-11-19 |
Joel Sing | runtime: change tfork behaviour to unbreak openbsd... |
commit | commitdiff | tree |
2022-11-19 |
Damien Neil | net/http: deflake TestIssue4191_InfiniteGetTimeout |
commit | commitdiff | tree |
2022-11-19 |
Damien Neil | net/http: direct server logs to test output in tests |
commit | commitdiff | tree |
2022-11-18 |
Dmitri Shuralyov | net/http: regenerate h2_bundle.go |
commit | commitdiff | tree |
2022-11-18 |
Roland Shoemaker | crypto/x509: implement SetFallbackRoots |
commit | commitdiff | tree |
2022-11-18 |
Filippo Valsorda | all: update golang.org/x/crypto to 2c476679df9a |
commit | commitdiff | tree |
2022-11-18 |
David Chase | cmd/compile: package-annotate structs when error would... |
commit | commitdiff | tree |
2022-11-18 |
Michael Matloob | cmd/go: don't report non-go files in CompiledGoFiles |
commit | commitdiff | tree |
2022-11-18 |
Michael Matloob | cmd/go/internal/script: check lack of error for non... |
commit | commitdiff | tree |
2022-11-18 |
Damien Neil | doc/go1.20: add release notes for net package |
commit | commitdiff | tree |
2022-11-18 |
Damien Neil | net: fix typo in ControlContext parameter names |
commit | commitdiff | tree |
2022-11-18 |
Gabor Tanz | crypto/tls: add CertificateVerificationError to tls... |
commit | commitdiff | tree |
2022-11-18 |
Michael Matloob | cmd/go: replace 'directory .' with 'current directory... |
commit | commitdiff | tree |
2022-11-18 |
cui fliter | all: add missing periods in comments |
commit | commitdiff | tree |
2022-11-18 |
Keith Randall | runtime,cmd/link: increase stack guard space when build... |
commit | commitdiff | tree |
2022-11-18 |
Joel Sing | runtime: optimise memmove on riscv64 |
commit | commitdiff | tree |
2022-11-18 |
Tobias Klauser | io/fs: clean up test helper functions |
commit | commitdiff | tree |
2022-11-18 |
Paul E. Murphy | cmd/link/internal/ppc64: fix trampoline reuse distance... |
commit | commitdiff | tree |
2022-11-18 |
Tobias Klauser | cmd/compile/internal/base, cmd/internal/bio: use syscal... |
commit | commitdiff | tree |
2022-11-18 |
Wayne Zuo | cmd/compile: fix wrong optimization for eliding Not... |
commit | commitdiff | tree |
2022-11-18 |
eric fang | cmd/internal/obj/arm64: tidy literal pool |
commit | commitdiff | tree |
2022-11-18 |
Michael Knyszek | runtime: add page tracer |
commit | commitdiff | tree |
2022-11-18 |
eric fang | cmd/internal/obj/arm64: mark branch instructions in... |
commit | commitdiff | tree |
2022-11-18 |
Robert Findley | go/types, types2: ensure signatures are instantiated... |
commit | commitdiff | tree |
2022-11-18 |
Robert Griesemer | go/types, types2: replace some Errorf calls with Error... |
commit | commitdiff | tree |
2022-11-18 |
Robert Griesemer | go/types, types2: replace (internal) writePackage with... |
commit | commitdiff | tree |
2022-11-18 |
Filippo Valsorda | crypto/ecdsa: improve benchmarks |
commit | commitdiff | tree |
2022-11-17 |
Keith Randall | runtime: fix conflict between lfstack and checkptr |
commit | commitdiff | tree |
2022-11-17 |
Mateusz Poliwczak | net: return errNoSuchHost when no entry found in /etc... |
commit | commitdiff | tree |
2022-11-17 |
Russ Cox | runtime: work around Apple libc bugs to make exec stop... |
commit | commitdiff | tree |
2022-11-17 |
Cherry Mui | cmd/compile/internal/pgo: count only the last two frame... |
commit | commitdiff | tree |
2022-11-17 |
Cherry Mui | cmd/compile: simplify PGO hot caller/callee computation |
commit | commitdiff | tree |
2022-11-17 |
Cuong Manh Le | cmd/compile: fix broken IR for iface -> eface |
commit | commitdiff | tree |
2022-11-17 |
Keith Randall | sync/atomic: hint users of old API to use new type... |
commit | commitdiff | tree |
2022-11-17 |
Damien Neil | net/http: deflake TestResponseControllerSetFutureWriteD... |
commit | commitdiff | tree |
2022-11-17 |
Keith Randall | cmd/compile: teach regalloc about temporary registers |
commit | commitdiff | tree |
2022-11-17 |
Cuong Manh Le | cmd/compile: fix static init for inlined calls |
commit | commitdiff | tree |
2022-11-17 |
Damien Neil | path/filepath: detect Windows CONIN$ and CONOUT$ paths... |
commit | commitdiff | tree |
2022-11-17 |
Roland Shoemaker | crypto/x509: reduce boring test key size |
commit | commitdiff | tree |
2022-11-17 |
Robert Griesemer | go/types, types2: implement type checking of "clear... |
commit | commitdiff | tree |
2022-11-17 |
cia-rana | go/parser: allow trailing commas in embedded instantiat... |
commit | commitdiff | tree |
2022-11-17 |
cui fliter | os: use testenv.Command instead of exec.Command in... |
commit | commitdiff | tree |
2022-11-17 |
Tobias Klauser | internal/profile: remove unused encodeStringOpt |
commit | commitdiff | tree |
2022-11-17 |
Cuong Manh Le | test: remove optimizationOff |
commit | commitdiff | tree |
2022-11-17 |
Zeke Lu | time: avoid creating a parse error from the next chunk... |
commit | commitdiff | tree |
2022-11-17 |
Russ Cox | cmd/compile: handle integer conversions in static init... |
commit | commitdiff | tree |
2022-11-17 |
Alan Donovan | go/types: mention FakeImportC in Package.Import doc... |
commit | commitdiff | tree |
2022-11-17 |
Austin Clements | cmd/dist: skip non-race tests |
commit | commitdiff | tree |
2022-11-17 |
Bryan C. Mills | cmd/fix: allow cgo commands in tests to fail if 'go... |
commit | commitdiff | tree |
2022-11-17 |
Damien Neil | path/filepath: remove IsLocal tests dependent on Window... |
commit | commitdiff | tree |
2022-11-17 |
Bryan C. Mills | cmd/go: disable cgo by default if DefaultCC is absolute... |
commit | commitdiff | tree |
2022-11-17 |
Ian Lance Taylor | net: change resolverConfig.dnsConfig to an atomic.Pointer |
commit | commitdiff | tree |
2022-11-16 |
Damien Neil | archive/tar, archive/zip: return ErrInsecurePath for... |
commit | commitdiff | tree |
2022-11-16 |
Damien Neil | path/filepath: add IsLocal |
commit | commitdiff | tree |
2022-11-16 |
Jakub Ciolek | cmd/compile: elide unnecessary Not in Phi block controls |
commit | commitdiff | tree |
2022-11-16 |
Cherry Mui | cmd/go: add PGO auto mode |
commit | commitdiff | tree |
2022-11-16 |
Bryan C. Mills | cmd/fix: disallow cgo errors in tests |
commit | commitdiff | tree |
2022-11-16 |
Russ Cox | cmd/go: automatically disable cgo on systems with no... |
commit | commitdiff | tree |
2022-11-16 |
Russ Cox | runtime/race: do not use cgo on macOS |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: simplify old code |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: convert host tests to use goTest |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: convert most remaining tests to use goTest |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: restructure cgo_test |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: make registerTest take a goTest |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: use goTest for manual go test invocations |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: introduce "go test" abstraction |
commit | commitdiff | tree |
2022-11-16 |
Russ Cox | math/rand: deprecate Seed |
commit | commitdiff | tree |
2022-11-16 |
Paul E. Murphy | cmd/internal/obj/ppc64: add ISA 3.1B opcodes |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/go: make testterminal18153 a normal test |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | internal/testpty: move from os/signal/internal/pty |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: eliminate "time" special case |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: eliminate registerSeqTest |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: add doc comments to some functions |
commit | commitdiff | tree |
2022-11-16 |
Bryan C. Mills | testing: in TestRacyOutput, ensure that the Run calls... |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: add curiously missing GOOS/GOARCH combinations |
commit | commitdiff | tree |
2022-11-16 |
Mateusz Poliwczak | net: remove unused goLookupHost method |
commit | commitdiff | tree |
2022-11-16 |
Robert Findley | go/types, types2: ensure invalid generic types are... |
commit | commitdiff | tree |
2022-11-16 |
Changkun Ou | testing: reject calls to Run within Cleanup callbacks |
commit | commitdiff | tree |
2022-11-16 |
Tobias Klauser | internal/goroot: report PkgfileMap error on invalid... |
commit | commitdiff | tree |
2022-11-16 |
Filippo Valsorda | crypto/x509: add support for PKCS8/PKIX X25519 key... |
commit | commitdiff | tree |
2022-11-16 |
Filippo Valsorda | crypto/ecdh: move ECDH method to PrivateKey |
commit | commitdiff | tree |
2022-11-16 |
Russ Cox | test: fix noinit on noopt builder |
commit | commitdiff | tree |
2022-11-16 |
Russ Cox | cmd/compile: handle simple inlined calls in staticinit |
commit | commitdiff | tree |
2022-11-16 |
Russ Cox | cmd/compile: do not emit a few more basic types from... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | doc/go1.20: document new sync.Map methods |
commit | commitdiff | tree |
2022-11-15 |
Keith Randall | cmd/compile: be more careful about pointer incrementing... |
commit | commitdiff | tree |
2022-11-15 |
Roland Shoemaker | crypto/rsa: return err when key too small to compute... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/addr2line: use the test binary as 'addr2line' inste... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/addr2line: use testenv.Command instead of exec... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/vet: use testenv.Command instead of exec.Command... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/vet: use the test binary as 'vet' instead of rebuil... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/pprof: use testenv.Command instead of exec.Command... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/pprof: use the test binary as 'pprof' instead of... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/pack: use testenv.Command instead of exec.Command... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/pack: use the test binary as 'pack' instead of... |
commit | commitdiff | tree |
2022-11-15 |
Matthew Dempsky | go/internal/gcimporter: backport flattenImports optimiz... |
commit | commitdiff | tree |
next |