]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2023-07-24 erifan01cmd/asm: initialize assembler before running error...
2023-07-24 eric fangcmd/asm: Fix encoding error of register offset shifted...
2023-07-21 Mauri de Souza... testing: enforce -skip in example tests
2023-07-21 Keith Randallcmd/compile: memcombine if values being stored are...
2023-07-21 Ian Lance Taylorruntime: consider core PID in gdb test
2023-07-21 Robert Griesemerspec: fix a couple of minor mistakes in type inference...
2023-07-21 Cherry Muicmd/link: allow enabling DWARF with -s
2023-07-21 Cherry Muicmd/link: test the -s flag
2023-07-21 Cherry Muicmd/link: print dsymutil and strip commands in -v mode
2023-07-21 Cherry Muicmd/link: rationalize -s and -w flags with Mach-O exter...
2023-07-21 Cherry Muicmd/link: suppress symbol table on Mach-O when -s
2023-07-21 Cherry Muicmd/cgo/internal/testshared: skip in short mode and...
2023-07-21 chanxuehongencoding/base64: reduce the overflow risk when computin...
2023-07-21 zikaerohlog/slog: fix comment above log levels
2023-07-21 Dmitri Shuralyovcmd/dist: apply timeout scale even if timeout isn't...
2023-07-21 Eli Benderskysort: forward fixed-type slice sorting to slices package
2023-07-21 Rob Findleygo/types, types2: update documentation for GoVersion
2023-07-21 Mauri de Souza... reflect: panic on recv channel close
2023-07-21 Cuong Manh Leruntime/cgo: reduce runtime init done check using atomic
2023-07-21 Cuong Manh Lecmd/compile/internal/walk: remove un-used func/var
2023-07-21 Cuong Manh Lecmd/compile/internal/typecheck: cleanup code
2023-07-21 Cuong Manh Lecmd/compile: use "pw" as receiver name consistently
2023-07-21 Cuong Manh Lecmd/compile/internal/noder: remove un-used funcs/vars
2023-07-21 Robert Griesemergo/types, types2: a min/max value argument must not...
2023-07-21 Michael Anthony... runtime: fix debug non-concurrent sweep mode after...
2023-07-20 Ian Lance Taylortime: document that AfterFunc Timer's C field is nil
2023-07-20 Robert Griesemerspec: update section on type inference for Go 1.21
2023-07-20 Matthew Dempskyall: update build tags to require/assume Go 1.20
2023-07-20 Michael Prattruntime: print debuglog before sighandler crash
2023-07-20 Michael Prattruntime: call wakep in gosched
2023-07-20 Michael Prattruntime: check global runq during "delicate dance"
2023-07-20 Bryan C. Millsgo/internal/gcimporter: propagate errors from FindPkg
2023-07-20 Robert Griesemergo/types, types2: make sure info recording is executed...
2023-07-20 Cherry Muicmd/link: pass flags to external linker in deterministi...
2023-07-20 Alan Donovango/ast: add Unparen(Expr) helper
2023-07-20 Cherry Muicmd/go: attach PGO profile for test dependencies
2023-07-20 Cherry Muicmd/internal/obj: print relocation type by name in...
2023-07-20 Cherry Muicmd/link: clean up some relocation handling
2023-07-20 Cherry Muicmd/link: handle dynamic import variables on Darwin
2023-07-20 Bryan C. Millsruntime/pprof: use testenv.Command in tests instead...
2023-07-20 qmuntalnet: remove sysSocket fallback for Windows 7
2023-07-20 qmuntalinternal/fuzz: pass handle to temporary file instead...
2023-07-20 Ian Lance Taylorcmd/go: don't collect package CGOLDFLAGS when using...
2023-07-20 ryomakimage/draw: replace deprecated image.ZP and image.ZR...
next