]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-08-02 Damien Neilcrypto/tls: change SendSessionTicket to take an options...
2023-08-02 qmuntalruntime: cpu profiler to use high resolution timers...
2023-08-02 qiulaidongfengreflect: update Type.FieldByName documentation
2023-08-02 Jes Cokencoding/json: adjust comment to keep the same style...
2023-08-02 Mauri de Souza... cmd/go: missing name in failed command error
2023-08-02 Roland Shoemakercrypto/tls: restrict RSA keys in certificates to <...
2023-08-01 Dmitri Shuralyovcmd/distpack: test for .DS_Store files in all directories
2023-08-01 Dmitri Shuralyovcmd/dist: tolerate macOS writing .DS_Store to GOROOT/bin
2023-08-01 Jes Cokencoding/json: replace "between or" with "between and...
2023-08-01 Keith Randallcmd/compile: implement float min/max in hardware for...
2023-08-01 Keith Randallreflect: make linkable cross-references in documentation
2023-08-01 rootruntime: handle SIGPE exception for p256 crypto package...
2023-08-01 Rob Findleygo/types, types2: instantiated interfaces must be concu...
2023-08-01 Robert Griesemergo/types, types2: remove internal constant enableInterf...
2023-08-01 Junxian Zhucmd/compile/internal/mips: use hardware NOP instruction...
2023-08-01 Ian Lance Taylortext/template, html/template: use reflect.TypeFor for...
2023-08-01 Ian Lance Taylorencoding/json: use reflect.TypeFor for known types
2023-08-01 Ian Lance Taylorencoding/xml: use reflect.TypeFor for known types
2023-08-01 apocelipesos/exec: Use the built-in function min instead of minInt
2023-08-01 Jes Cokarchive/tar: narrow trim range for formatter'formatString
2023-08-01 Ian Lance Taylorencoding/gob: use reflect.TypeFor for known types
2023-08-01 qmuntaltime: mention time resolution in docs
2023-07-31 Ian Lance Taylorsync: panic rather than throw on nil *Pool
2023-07-31 Eduard Bondarenkonet/http: fix doc comment on FormValue function
2023-07-31 Mauri de Souza... regexp/syntax: accept (?<name>...) syntax as valid...
2023-07-31 Russ Coxdoc/go_mem: explain arrays, structs, and complex numbers
2023-07-31 Jes Cokerrors: optimize *joinError's Error method for less...
2023-07-31 Alexander Yastrebovdebug/buildinfo: read full data segment to lookup build...
2023-07-31 korzhaoencoding/json: optimize Unmarshal for maps
2023-07-31 Jorropocmd/compile: try to rewrite loops to count down
2023-07-31 Sean Liao.github: fix templates with multiple labels
2023-07-31 Tolya Korniltsevdebug/elf: don't use reflection in File.Symbols
2023-07-31 Mauri de Souza... archive/zip: add AddFS method to zip Writer
2023-07-31 Joel Singcmd/internal/obj/mips: use more appropriate register...
2023-07-31 Joel Singcmd/internal/obj/mips: use more appropriate register...
2023-07-31 Joel Singcmd/internal/obj/mips: use more appropriate register...
2023-07-31 Joel Singcmd/internal/obj/mips: use obj.REG_NONE rather than 0
2023-07-31 Russ Coxcmd/go: make go list -m -u all not complain about missi...
2023-07-31 Cherry Muicmd/link: fix up more zero-sized local symbols on darwi...
2023-07-31 Hirogo/types: add test cases for generic constraints, types...
2023-07-31 Cherry Muicmd/link: always use symbol-targeted relocations on...
2023-07-31 Cherry Muicmd/link: use symbol-targeted relocation for initialize...
2023-07-31 Matthew Dempskyruntime: refactor defer processing
2023-07-31 Joel Singcmd/internal/obj/arm64: improve splitting of 24 bit...
2023-07-31 Robert Griesemerspec: add Appendix with detailed type unification rules
2023-07-31 Joel Singcmd/internal/obj/arm64: avoid unnecessary literal pool...
2023-07-31 Joel Singcmd/internal/obj/arm64: improve classification of loads...
2023-07-31 Srinivas Pokalamath: enable huge argument tests on s390x
2023-07-31 Carl Johnsonreflect: add TypeFor
2023-07-31 korzhaoreflect: optimize DeepEqual() for maps
2023-07-31 Meng Zhuonet: ignore blackhole route in TestDialCancel
2023-07-31 Srinivas Pokalamath: huge argument handling for sin/cos in s390x
2023-07-31 Junxian Zhucmd/compile: intrinsify Sub64 on mips64
2023-07-31 Junxian Zhucmd/compile: intrinsify Add64 on mips64
2023-07-29 korzhaoencoding/json: replace dead link in appendString
2023-07-28 Dmitri Shuralyovcmd/dist: update isUnsupportedVMASize test skip
2023-07-28 Dmitri Shuralyovcmd/dist: handle -json flag in runPending (clean up)
2023-07-28 Dmitri Shuralyovsyscall, cmd/cgo: skip tests that shouldn't run under...
2023-07-28 Mauri de Souza... cmd/asm: add PCALIGN support on 386/amd64
2023-07-28 Dmitri Shuralyovsyscall: skip TestUnshare if there's nothing more to...
2023-07-28 Jes Cokcmd/internal/goobj: use unsafe.String in toString func
2023-07-28 Dmitri Shuralyovcmd/dist: handle -json flag in runPending (minimal)
2023-07-28 Dmitri Shuralyovnet/http: perform streaming body feature detection...
2023-07-27 rootmath: support to handle huge arguments in tan function...
2023-07-27 qiulaidongfengreflect: deprecate PtrTo
2023-07-27 Ian Lance Taylorruntime: call miniterrno on m0 on AIX and Solaris
2023-07-27 Dmitri Shuralyovnet: make mustHaveExternalNetwork work as usual on...
2023-07-27 Jes Cokall: use built-in clear to clear maps
2023-07-27 Cherry Muicmd/link: sort HOSTOBJ and UNDEFEXT symbols with undefi...
2023-07-27 Cherry Muicmd/cgo/internal/test: don't pass -lm on darwin
2023-07-27 Cherry Muicmd/link: don't generate DYSYMTAB when external linking...
2023-07-27 Jes Cokcmd/asm/internal/asm: fix comment grammar
2023-07-27 Dmitri Shuralyovsrc/buildall.bash: mention no longer being used by...
2023-07-27 Dmitri Shuralyovcmd/dist: skip testing packages without tests in short...
2023-07-27 Dmitri Shuralyovcmd/dist: test all 'std cmd' packages, even ones withou...
2023-07-27 erifan01cmd/asm: add the fifth argument of the instruction...
2023-07-26 Ian Lance Taylormaps: remove Keys and Values
2023-07-26 Russ Coxcmd/distpack: sort files in standard walk order
2023-07-26 Keith Randallcmd/compile: update README for unified IR
2023-07-26 Keith Randallcmd/compile: add indexed SET* opcodes for amd64
2023-07-26 Keith Randallcmd/compile: get rid of special case in scheduler for...
2023-07-26 Keith Randallcmd/compile: simplify uninterruptable range check for...
2023-07-26 Keith Randallcmd/compile: optimize s==s for strings
2023-07-26 qmuntalos: remove 5ms sleep on Windows in (*Process).Wait
2023-07-26 Johan Brandhorst... misc/wasm: switch default WASI runtime
2023-07-26 Joel Singcmd/internal/obj/arm64: factor out splitting of 24...
2023-07-26 Joel Singcmd/internal/obj/arm64: simplify buildop
2023-07-26 chanxuehongencoding/base32: reduce overflow risk when calc encode...
2023-07-26 qiulaidongfengos/exec: avoid calling LookPath in cmd.Start for resolv...
2023-07-26 Robert Griesemerspec: update section on type unification for Go 1.21
2023-07-25 Ian Lance Taylorruntime2: don't check fcntl errno in checkfds on AIX...
2023-07-25 Dmitri Shuralyovcmd/dist: fix broken link in README
2023-07-25 Jes Cokcmd/compile/internal/base: add comma in comment for...
2023-07-25 Roland Shoemakerruntime: enforce standard file descriptors open on...
2023-07-25 Ian Lance Taylorsort: add gen_sort_variants support for x/exp/slices
2023-07-25 Bryan C. Millsos: mark the share created by TestNetworkSymbolicLink...
2023-07-25 Jabar Asadios: ReadFile: don't check for re-allocation in the...
2023-07-24 Damien NeilRevert "net/http: use Copy in ServeContent if CopyN...
2023-07-24 Michael Matloobcmd/go: add support for vendoring in workspace mode
2023-07-24 Russ Coxmake.bash,bat,rc: use Go 1.20.6 instead of Go 1.17.13
next