]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-10-28 Martin Möhrmannruntime: support GODEBUGCPU for more Unix-like operatin...
2018-10-28 Josh Bleecher... cmd/compile: expand large stack frame error messages
2018-10-28 hearotmath/big: fix a formula used as documentation
2018-10-28 Martin Möhrmanninternal/cpu: replace arch dependent with generic minim...
2018-10-27 Filippo Valsordacrypto/tls: bump test timeouts from 1s to 1m for slow...
2018-10-27 Matthew Dempskycmd/compile/internal/gc: remove toolstash hacks
2018-10-27 Matthew Dempskycmd/compile/internal/gc: represent labels as bare Syms
2018-10-27 Matthew Dempskycmd/compile: remove -f flag
2018-10-27 Ian Gudgernet: remove TODO for DNS cache
2018-10-27 Keith Randallcmd/compile: fix rule for combining loads with compares
2018-10-27 Matthew Dempskycmd/compile/internal/gc: fix ONAME documentation
2018-10-26 Raghavendra... container/list: combining insert and remove operations...
2018-10-26 Clément Chigotruntime: remove instruction linked with AIX new stack...
2018-10-26 Bryan C. Millscmd/go/internal/mvs: document that BuildList is sorted
2018-10-26 Bryan C. Millscmd/go/internal/modload: use vendorMap in findModule
2018-10-26 Bryan C. Millscmd/go/internal/modload: skip fetches of replaced modul...
2018-10-26 Bryan C. Millscmd/go: test that 'go mod tidy' uses transitive require...
2018-10-26 Robert Griesemergo/types: automatically ignore $GOROOT/test files that...
2018-10-26 Larry Clappsyscall/js: add the Value.Truthy method
2018-10-26 Clément Chigotcmd/compile/internal/ssa: fix TestStmtLines for AIX
2018-10-26 Clément Chigotos: fix tests for AIX
2018-10-26 Than McIntoshcmd/cgo: handle new-style gccgo packagepath mangling
2018-10-25 Mark Rushakoffcmd/go: fix typo in output of "go help get"
2018-10-25 Andrew Poydencelog: add Logger.Writer method
2018-10-25 Keith Randallcmd/compile: fix Mul->Mul64 intrinsic alias
2018-10-25 Richard Musiolmisc/wasm: improve detection of Node.js
2018-10-25 Keith Randallcmd/compile: intrinsify math/bits.Sub on amd64
2018-10-25 Keith Randallcmd/compile: intrinsify math/bits.Add on amd64
2018-10-25 Filippo Valsordacrypto/tls: replace custom equal implementations with...
2018-10-25 Filippo Valsordacrypto/tls: add timeouts to recorded tests
2018-10-25 Clément Chigotsyscall: fix TestForeground for AIX
2018-10-25 Yury Smolskycmd/compile: reduce the size of header in ssa.html
2018-10-25 Russ Coxcmd/go, cmd/link: silence bogus Apple Xcode warning
2018-10-25 Tobias Klauserhash/crc64: use t.Fatalf in TestGolden
2018-10-25 Eugene Kalininnet: make cgo resolver work more accurately with networ...
2018-10-25 Brad Fitzpatricknet/http: fix comment change omitted between versions...
2018-10-24 Brad Fitzpatrickcrypto/tls, net/http: reject HTTP requests to HTTPS...
2018-10-24 yuuji.yaginumacmd/go: fix command name in error messages
2018-10-24 Aurélien Rainonepath/filepath: add example for Match
2018-10-24 Robert Griesemergo/types: untyped shifted constants must fit their...
2018-10-24 Robert Griesemercmd/compile: better errors for structs with conflicting...
2018-10-24 Denys Smirnovsyscall/js: add Wrapper interface to support external...
2018-10-24 Robert Griesemercmd/compile: better error for embedded field referring...
2018-10-24 Yuval Pavel... syscall: swap src, dest arguments in convertFromDirents...
2018-10-24 Agniva De Sarkertime: return correct zone info on js/wasm
2018-10-24 Elias Naurmisc/ios: remove note from output of detect.go
2018-10-24 Elias Naurinternal/traceparser: skip test on iOS
2018-10-24 Brian Kesslermath/bits: correct BenchmarkSub64
2018-10-24 Clément Chigotcmd/link: add AIX operating system
2018-10-24 Tobias Klauserinternal/syscall/unix: omit unnecessary randomTrap...
2018-10-24 Clément Chigotcmd: add DWARF64 support for aix port
2018-10-24 Daniel Martícmd/go: use os.UserCacheDir for the default GOCACHE
2018-10-24 Filippo Valsordacrypto/tls: replace custom *block with standard buffers
2018-10-24 Daniel Martítext/template: recover panics during function calls
2018-10-24 Martin Möhrmanninternal/cpu: add options and warnings for required...
2018-10-23 Robert Griesemerspec: refer to "run-time panic" rather than "exception...
2018-10-23 David Chasecmd/compile: schedule OpArg earlier in blocks for bette...
2018-10-23 Lynn Bogercmd/asm/internal,cmd/internal/obj/ppc64: add alignment...
2018-10-23 Lynn Bogerruntime: use unsigned load for iscgo variable in ppc64x...
2018-10-23 Lynn Bogerinternal/bytealg: improve asm for memequal on ppc64x
2018-10-23 Carlos Eduardo Seocmd/compile, runtime: add new lightweight atomics for...
2018-10-23 Martin Möhrmanncmd/compile: avoid appends and allocate full slice...
2018-10-23 Martin Möhrmannruntime: remove unused maxSliceCap function and maxElem...
2018-10-23 Martin Möhrmannruntime: use multiplication with overflow check for...
2018-10-23 Martin Möhrmannruntime: use multiplication with overflow check for...
2018-10-23 Alberto Donizetticmd/compile: preallocate in, out arrays in methodfunc
2018-10-23 Clément Chigotnet: fix TestInterfaceMulticastAddrs for AIX
2018-10-23 diplozooncmd/go: remove unnecessary else conditions
2018-10-23 Hana Kimcmd/go/internal/modload: fix use of //go:linkname
2018-10-23 Clément Chigotcmd/link: add new loading package for XCOFF files
2018-10-23 Peter Weinbergerinternal/traceparser: provide parser that uses less...
2018-10-23 Iskander Sharipovcmd/compile/internal/gc: remove dead code from stringto...
2018-10-23 Martin Möhrmannruntime: use multiplication with overflow check for...
2018-10-23 Martin Möhrmannruntime: use multiplication with overflow check for...
2018-10-23 Martin Möhrmannruntime: use multiplication with overflow check for...
2018-10-23 Clément Chigotinternal/syscall/unix, net: improve interface_aix.go
2018-10-23 ChrisALilescmd/compile: use proved bounds to remove signed divisio...
2018-10-23 Ian Lance Taylorcmd/dist: copy cmd/internal/xcoff to bootstrap directory
2018-10-23 Alexandre Maaritext/template: removed truncation of context in error...
2018-10-22 Ian Lance Taylorcmd/go: update private copy of goosList
2018-10-22 Clément Chigotcmd/cgo: add AIX operating system
2018-10-22 Rob Pikeencoding/gob: delete out of memory test
2018-10-22 Robert Griesemergo/types: report error for invalid use of ... in parame...
2018-10-22 Clément Chigotcmd/go: add AIX operating system
2018-10-22 Genevieve Luytdoc: use the new log functions
2018-10-22 Robert Griesemercmd/compile: s/eqtype/types.Identical/ (fix build)
2018-10-22 Robert Griesemergo/types: copy embedded methods unchanged when completi...
2018-10-22 Alessandro... cmd/compile,cmd/link: remove statictmp variables from...
2018-10-22 Keith Randallcmd/compile: in append(f()), type convert appended...
2018-10-22 fanzha02cmd/internal/obj/arm64: reclassify 32-bit/64-bit constants
2018-10-22 Carlos Eduardo Seocmd/compile: intrinsify math/big.mulWW on ppc64x
2018-10-22 Rob Pikeencoding/gob: increase "tooBig" from 1GB to 8GB on...
2018-10-22 Rob Pikedoc: tweak example in Effective Go
2018-10-21 Tobias Klausercmd/internal/xcoff: don't use io.SeekCurrent for go1...
2018-10-20 Andrew Bonventredoc: update docs.html with new tour import path
2018-10-20 Nick Craig... misc/wasm: fix panic on os.Stdout.Sync() in the browser
2018-10-19 Robert Griesemergo/types: temporarily disable a verification in Stdlib...
2018-10-19 Josh Bleecher... cmd/compile: move argument stack construction to SSA...
2018-10-19 Denys Smirnovcmd/compile: in wasm, allocate approximately right...
2018-10-19 Robert Griesemergo/types: accept recv base type that is alias to a...
next