]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2018-11-02 Dmitri Shuralyov.github: don't render author-facing text in ISSUE_TEMPLATE
2018-11-02 Martin Möhrmannruntime: only check the existence of variables in gdb...
2018-11-02 Alan Donovancmd/link: don't link sections not named .o
2018-11-01 Ian Lance Taylorcmd/cgo: rewrite pointer checking to use more function...
2018-11-01 Andrew Bonventredoc/go1.12: initial add of release notes for Go 1.12
2018-11-01 Tobias Klauseros: add support for long path names on freebsd RemoveAll
2018-11-01 Brad Fitzpatricknet: enable RFC 6555 Fast Fallback by default
2018-11-01 Carlos Eduardo Seocrypto/cipher: add VSX implementation of xorBytes for...
2018-11-01 Travis Bischelnet/textproto: do not buffer a line if we know the...
2018-11-01 tkivisikdoc: improve language in contribute
2018-11-01 Austin Clementscmd/compile: document Sym flags
2018-11-01 Ian Lance Tayloros: don't create files in local directory
2018-11-01 Austin Clementscmd/compile: gofmt
2018-10-31 Keith Randallruntime: exit early when scanning map buckets
2018-10-31 Ian Lance Taylorcmd/go: don't pass empty string to ar when using -compi...
2018-10-31 Agniva De Sarkerdoc: replace command line usages of godoc with go doc
2018-10-31 Robert Griesemercmd/compile/internal/gc: more direct noder.nod implemen...
2018-10-31 Tobias Klauseros: add support for long path names on solaris RemoveAll
2018-10-31 Yury Smolskytime: display results in examples rather soon
2018-10-31 Clément Chigotinternal/cpu, runtime: add CPU feature detection suppor...
2018-10-31 Ian Lance Taylorgo/build, cmd/go: add "hurd" as a GOOS value
2018-10-31 Darien Raymondcrypto/tls: cache Leaf certificate during BuildNameToCe...
2018-10-31 Oliver Stenbomos: add support for long path names on unix RemoveAll
2018-10-31 Clément Chigotcmd: add XCOFF objfile and adapt cmd/nm tests
2018-10-31 Alex Brainmanos: use Stat instead of Lstat in Symlink
2018-10-31 Robert Griesemercmd/compile: better documentation around checkwidth
2018-10-31 Rob Pikecmd/doc: allow -all to apply to individual items
2018-10-31 Clément Chigotcmd: allow build with gccgo on AIX
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
next