]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2022-11-19 Than McIntoshmisc/cgo/testcshared: handle unsuffixed dlltool path
2022-11-19 Than McIntoshcmd/link: add capturehostobjs debugging flag
2022-11-19 Than McIntoshcmd/link: improved host archive debug trace output
2022-11-19 Filippo Valsordacrypto/rsa: allocate nats on the stack for RSA 2048
2022-11-19 Filippo Valsordacrypto/rsa: use R*R multiplication to get into the...
2022-11-19 Filippo Valsordacrypto/rsa: precompute moduli
2022-11-19 Filippo Valsordacrypto/rsa: deprecate and de-optimize multi-prime RSA
2022-11-19 Lúcás Meiercrypto/rsa: replace big.Int for encryption and decryption
2022-11-19 Filippo Valsordacrypto/ecdsa,crypto/x509: add encoding paths for NIST...
2022-11-19 Joel Singruntime: change tfork behaviour to unbreak openbsd...
2022-11-19 Damien Neilnet/http: deflake TestIssue4191_InfiniteGetTimeout
2022-11-19 Damien Neilnet/http: direct server logs to test output in tests
2022-11-18 Dmitri Shuralyovnet/http: regenerate h2_bundle.go
2022-11-18 Roland Shoemakercrypto/x509: implement SetFallbackRoots
2022-11-18 Filippo Valsordaall: update golang.org/x/crypto to 2c476679df9a
2022-11-18 David Chasecmd/compile: package-annotate structs when error would...
2022-11-18 Michael Matloobcmd/go: don't report non-go files in CompiledGoFiles
2022-11-18 Michael Matloobcmd/go/internal/script: check lack of error for non...
2022-11-18 Damien Neildoc/go1.20: add release notes for net package
2022-11-18 Damien Neilnet: fix typo in ControlContext parameter names
2022-11-18 Gabor Tanzcrypto/tls: add CertificateVerificationError to tls...
2022-11-18 Michael Matloobcmd/go: replace 'directory .' with 'current directory...
2022-11-18 cui fliterall: add missing periods in comments
2022-11-18 Keith Randallruntime,cmd/link: increase stack guard space when build...
2022-11-18 Joel Singruntime: optimise memmove on riscv64
2022-11-18 Tobias Klauserio/fs: clean up test helper functions
2022-11-18 Paul E. Murphycmd/link/internal/ppc64: fix trampoline reuse distance...
2022-11-18 Tobias Klausercmd/compile/internal/base, cmd/internal/bio: use syscal...
2022-11-18 Wayne Zuocmd/compile: fix wrong optimization for eliding Not...
2022-11-18 eric fangcmd/internal/obj/arm64: tidy literal pool
2022-11-18 Michael Knyszekruntime: add page tracer
2022-11-18 eric fangcmd/internal/obj/arm64: mark branch instructions in...
2022-11-18 Robert Findleygo/types, types2: ensure signatures are instantiated...
2022-11-18 Robert Griesemergo/types, types2: replace some Errorf calls with Error...
2022-11-18 Robert Griesemergo/types, types2: replace (internal) writePackage with...
2022-11-18 Filippo Valsordacrypto/ecdsa: improve benchmarks
2022-11-17 Keith Randallruntime: fix conflict between lfstack and checkptr
2022-11-17 Mateusz Poliwczaknet: return errNoSuchHost when no entry found in /etc...
2022-11-17 Russ Coxruntime: work around Apple libc bugs to make exec stop...
2022-11-17 Cherry Muicmd/compile/internal/pgo: count only the last two frame...
2022-11-17 Cherry Muicmd/compile: simplify PGO hot caller/callee computation
2022-11-17 Cuong Manh Lecmd/compile: fix broken IR for iface -> eface
2022-11-17 Keith Randallsync/atomic: hint users of old API to use new type...
2022-11-17 Damien Neilnet/http: deflake TestResponseControllerSetFutureWriteD...
2022-11-17 Keith Randallcmd/compile: teach regalloc about temporary registers
2022-11-17 Cuong Manh Lecmd/compile: fix static init for inlined calls
2022-11-17 Damien Neilpath/filepath: detect Windows CONIN$ and CONOUT$ paths...
2022-11-17 Roland Shoemakercrypto/x509: reduce boring test key size
2022-11-17 Robert Griesemergo/types, types2: implement type checking of "clear...
2022-11-17 cia-ranago/parser: allow trailing commas in embedded instantiat...
2022-11-17 cui fliteros: use testenv.Command instead of exec.Command in...
2022-11-17 Tobias Klauserinternal/profile: remove unused encodeStringOpt
2022-11-17 Cuong Manh Letest: remove optimizationOff
2022-11-17 Zeke Lutime: avoid creating a parse error from the next chunk...
2022-11-17 Russ Coxcmd/compile: handle integer conversions in static init...
2022-11-17 Alan Donovango/types: mention FakeImportC in Package.Import doc...
2022-11-17 Austin Clementscmd/dist: skip non-race tests
2022-11-17 Bryan C. Millscmd/fix: allow cgo commands in tests to fail if 'go...
2022-11-17 Damien Neilpath/filepath: remove IsLocal tests dependent on Window...
2022-11-17 Bryan C. Millscmd/go: disable cgo by default if DefaultCC is absolute...
2022-11-17 Ian Lance Taylornet: change resolverConfig.dnsConfig to an atomic.Pointer
2022-11-16 Damien Neilarchive/tar, archive/zip: return ErrInsecurePath for...
2022-11-16 Damien Neilpath/filepath: add IsLocal
2022-11-16 Jakub Ciolekcmd/compile: elide unnecessary Not in Phi block controls
2022-11-16 Cherry Muicmd/go: add PGO auto mode
2022-11-16 Bryan C. Millscmd/fix: disallow cgo errors in tests
2022-11-16 Russ Coxcmd/go: automatically disable cgo on systems with no...
2022-11-16 Russ Coxruntime/race: do not use cgo on macOS
2022-11-16 Austin Clementscmd/dist: simplify old code
2022-11-16 Austin Clementscmd/dist: convert host tests to use goTest
2022-11-16 Austin Clementscmd/dist: convert most remaining tests to use goTest
2022-11-16 Austin Clementscmd/dist: restructure cgo_test
2022-11-16 Austin Clementscmd/dist: make registerTest take a goTest
2022-11-16 Austin Clementscmd/dist: use goTest for manual go test invocations
2022-11-16 Austin Clementscmd/dist: introduce "go test" abstraction
2022-11-16 Russ Coxmath/rand: deprecate Seed
2022-11-16 Paul E. Murphycmd/internal/obj/ppc64: add ISA 3.1B opcodes
2022-11-16 Austin Clementscmd/go: make testterminal18153 a normal test
2022-11-16 Austin Clementsinternal/testpty: move from os/signal/internal/pty
2022-11-16 Austin Clementscmd/dist: eliminate "time" special case
2022-11-16 Austin Clementscmd/dist: eliminate registerSeqTest
2022-11-16 Austin Clementscmd/dist: add doc comments to some functions
2022-11-16 Bryan C. Millstesting: in TestRacyOutput, ensure that the Run calls...
2022-11-16 Austin Clementscmd/dist: add curiously missing GOOS/GOARCH combinations
2022-11-16 Mateusz Poliwczaknet: remove unused goLookupHost method
2022-11-16 Robert Findleygo/types, types2: ensure invalid generic types are...
2022-11-16 Changkun Outesting: reject calls to Run within Cleanup callbacks
2022-11-16 Tobias Klauserinternal/goroot: report PkgfileMap error on invalid...
2022-11-16 Filippo Valsordacrypto/x509: add support for PKCS8/PKIX X25519 key...
2022-11-16 Filippo Valsordacrypto/ecdh: move ECDH method to PrivateKey
2022-11-16 Russ Coxtest: fix noinit on noopt builder
2022-11-16 Russ Coxcmd/compile: handle simple inlined calls in staticinit
2022-11-16 Russ Coxcmd/compile: do not emit a few more basic types from...
2022-11-15 Bryan C. Millsdoc/go1.20: document new sync.Map methods
2022-11-15 Keith Randallcmd/compile: be more careful about pointer incrementing...
2022-11-15 Roland Shoemakercrypto/rsa: return err when key too small to compute...
2022-11-15 Bryan C. Millscmd/addr2line: use the test binary as 'addr2line' inste...
2022-11-15 Bryan C. Millscmd/addr2line: use testenv.Command instead of exec...
2022-11-15 Bryan C. Millscmd/vet: use testenv.Command instead of exec.Command...
2022-11-15 Bryan C. Millscmd/vet: use the test binary as 'vet' instead of rebuil...
next