]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-10-30 Keith Randallcmd/compile: implement some moves using non-overlapping...
2018-10-30 Keith Randallstrings: declare IndexByte as noescape
2018-10-30 Keith Randallcmd/compile: when comparing 0-size types, make sure...
2018-10-30 templexxxcrypto/cipher: use SIMD for xor on amd64
2018-10-30 Katie HockmanRevert "os: add support for long path names on unix...
2018-10-30 Peter Weinbergercmd/trace: use new traceparser to parse the raw trace...
2018-10-30 Yury Smolskycrypto/cipher: make stream examples runnable in the...
2018-10-30 Michael Anthony... runtime: add physical memory scavenging test
2018-10-30 Michael Anthony... runtime: scavenge large spans before heap growth
2018-10-30 Michael Anthony... runtime: sysUsed spans after trimming
2018-10-30 Michael Anthony... runtime: extend ReadMemStatsSlow to re-compute HeapReleased
2018-10-30 Michael Anthony... runtime: remove npreleased in favor of boolean
2018-10-30 Michael Anthony... runtime: separate scavenged spans
2018-10-30 Michael Anthony... runtime: add successor method to treap
2018-10-30 Michael Anthony... runtime: add predecessor method to treap
2018-10-30 Oliver Stenbomos: add support for long path names on unix RemoveAll
2018-10-30 Pontus Leitzlercrypto/tls: clarify documentation on tls.Config.NextProtos
2018-10-30 Ben Shitest/codegen: improve arithmetic tests
2018-10-30 Alan Donovanbufio: suggest io.ReadFull at (*Reader).Read
2018-10-30 Ian Lance Taylorcmd/compile: add -lang flag to specify language version
2018-10-30 Tim Coopercrypto/tls: remove unneeded calls to bytes.NewReader
2018-10-30 BigMikesnet/http: in Transport, don't error on non-chunked...
2018-10-30 Ben Shicmd/compile: optimize amd64's ADDQconstmodify/ADDLconst...
2018-10-29 Tim Cooperbytes, strings: fix Reader.UnreadRune returning without...
2018-10-29 Robert Griesemercmd/compile: revert "typecheck types and funcs before...
2018-10-29 Martin Möhrmanninternal/cpu: remove unused and not required ppc64...
2018-10-29 Martin Möhrmanncmd/compile: move slice construction to callers of...
2018-10-29 Robert Griesemermath/big: shallow copies of Int/Rat/Float are not suppo...
2018-10-29 Daniel Martícmd/compile: typecheck types and funcs before consts
2018-10-29 Bryan C. Millscmd/go: support background processes in TestScript
2018-10-29 Filippo Valsordacrypto/tls: rewrite some messages with golang.org/x...
2018-10-29 Daniel Theophanesdatabase/sql: prefer to return Rows.lasterr rather...
2018-10-29 Daniel Martítext/template/parse: simplify Tree.pipeline
2018-10-29 bill_ofarrellcmd/asm: add s390x VMSLG instruction variants
2018-10-29 Alex Brainmanos: remove sleep in windows Process.Wait
2018-10-28 Daniel Martítext/template/parse: error on bad range variables
2018-10-28 Diogo Pinelaos: ensure tests pass even if GOROOT is read-only
2018-10-28 hearotencoding/json: add example to Valid
2018-10-28 Josh Bleecher... cmd/compile: make fmt available in rewrite rules
2018-10-28 Josh Bleecher... cmd/compile: convert arguments as needed
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
next