]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-10-11 Adam Langleycrypto/x509: parse all names in an RDN.
2016-10-11 Hajime Hoshicmd/compile: remove redundant function idom
2016-10-11 David Chasecmd/compile: escape analysis needs to run "flood" to...
2016-10-11 Russ Coxmath/big: move ProbablyPrime into its own source file
2016-10-11 Russ Coxmath/big: test and optimize Exp(2, y, n) for large...
2016-10-11 Russ Coxmath/big: move exhaustive tests behind -long flag
2016-10-11 Cherry Zhangcmd/compile: intrinsify math/big.mulWW, divWW on AMD64
2016-10-11 Cherry Zhangcmd/link: insert trampolines for too-far jumps on ARM
2016-10-11 Ian Lance Taylorruntime: record current PC for SIGPROF on non-Go thread
2016-10-11 Hyang-Ah (Hana... cmd/trace: fix a runnable goroutine count bug
2016-10-11 Alex Brainmanruntime/cgo: do not explicitly link msvcrt.dll
2016-10-11 John Dethridgecmd/link: more efficient encoding of DWARF line number...
2016-10-10 Russ Coxmath/big: make division faster
2016-10-10 Cherry Zhangcmd/compile: remove some write barriers for stack writes
2016-10-10 David Chasecmd/compile: PPC64, elide unnecessary sign extension
2016-10-10 Tal Shprechercmd/compile: avoid leak of dottype expression on double...
2016-10-10 Emmanuel Odekenet/http: fix typo in server commont
2016-10-09 Anmol Sethiio: simplified a small part of copyBuffer
2016-10-09 Quentin Renardnet/http: Add missing tests for parsePostForm
2016-10-09 Michael Mundaycmd/internal/obj/s390x: remove support for stores of...
2016-10-09 Emmanuel Odekecrypto/x509: check that the issuer name matches the...
2016-10-09 Wedson Almeida... cmd/internal/obj/x86: On amd64, relocation type for...
2016-10-09 Brad Fitzpatrickdoc: update go1.8.txt using new tool
2016-10-09 Emmanuel Odekecompress/gzip: document Reader.Read
2016-10-08 Mikio Haravendor: update vendored lif
2016-10-08 Mikio Haravendor: update vendored route
2016-10-07 Michael Mundaycmd/{asm,compile}: replace TESTB op with CMPWconst...
2016-10-07 Keith Randallcmd/compile: use standard dom tree in nilcheckelim
2016-10-07 Andrew Pogrebnoycmd/compile: fix choice of phi building algorithm
2016-10-07 Austin Clementscmd/trace: label mark termination spans as such
2016-10-07 Austin Clementscmd/trace: move process-wide GC events to their own row
2016-10-07 Austin Clementsruntime: make next_gc ^0 when GC is disabled
2016-10-07 Keith Randalltest: re-enable live2 test on amd64
2016-10-07 Keith Randallcmd/compile: do regalloc check only when checkEnabled
2016-10-07 Russ Coxfmt: document and adjust Scanf space handling to elimin...
2016-10-07 Russ Coxfmt: add tests showing current Scanf space handling
2016-10-07 Matthew Dempskycmd/compile: cache pointer and slice types
2016-10-06 Ian Lance Taylorruntime: fix sigset type for ppc64 big-endian GNU/Linux
2016-10-06 Robert Griesemerspec: clarify acceptable indices in array/slice composi...
2016-10-06 Robert Griesemermath/big: Rat.SetString to report error if input is...
2016-10-06 Brad Fitzpatrickruntime: skip gdb tests on linux/ppc64 for now
2016-10-06 Alexander Döringmath/cmplx: add examples for Abs, Exp, Polar
2016-10-06 Brad Fitzpatricktime: document that calendrical calculations are with...
2016-10-06 Yasuhiro Matsumotoarchive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra...
2016-10-06 Michael Mundaycmd/compile: fold extensions into constants on s390x
2016-10-06 Simon Rawettime: fix AddDate with nil location
2016-10-06 David Chasetest: delete sliceopt.go
2016-10-06 Hajime Hoshicmd/compile/internal/gc: unexport global variable Pc
2016-10-06 Robert Griesemergo/importer: better error messages when export data...
2016-10-06 Cherry Zhangcmd/compile: intrinsify math.Sqrt when compiling "math...
2016-10-06 Russ Coxmath: fix Gamma(-171.5) on all platforms
2016-10-06 Richard Gibsonencoding/json: explicitly document and test "-" key tag
2016-10-06 Michael Mundaycmd/asm, cmd/internal/obj/s390x: delete unused instructions
2016-10-06 Denis Nagorny runtime: improve memmove for amd64
2016-10-06 Michael Mundaycmd/{asm,compile}: add ANDW, ORW and XORW instructions...
2016-10-06 Keith Randallcmd/compile: don't shuffle rematerializeable values...
2016-10-06 Ian Lance Taylorruntime: add threadprof tag for test that starts busy...
2016-10-06 Larz Conwellgo/doc: hide methods on locally-declared predeclared...
2016-10-06 Jaana Burcu... cmd/go: note when some Go files were ignored on no...
2016-10-05 Dmitriy Dudkincmd/go: fix go get -u wildcard corner case
2016-10-05 Lynn Bogerruntime: memclr perf improvements on ppc64x
2016-10-05 Quentin Smithcrypto/x509: support RHEL 7 cert bundle
2016-10-05 Robert Griesemercmd/compile: untyped arrays bounds representable as...
2016-10-05 Joe TsaiRevert "net/http: improve performance for parsePostForm"
2016-10-05 Alexander Döringos/exec: add example for CommandContext
2016-10-05 Jirka Daněkencoding/json: add struct and field name to UnmarshalTy...
2016-10-05 Quentin Smithsyscall: relax TestUnshare
2016-10-05 Russ Coxencoding/json: use standard ES6 formatting for numbers...
2016-10-05 Cherry Zhangcmd/compile: use CBZ/CBNZ instrunctions on ARM64
2016-10-05 Cherry Zhangruntime, cmd/internal/obj: get rid of rewindmorestack
2016-10-05 Yasuhiro Matsumotocmd/asm: close file before remove
2016-10-05 Lynn Bogercmd/compile: Improve const shifts in PPC64.rules
2016-10-05 Matthew Dempskycmd/compile, cmd/cgo: align complex{64,128} like GCC
2016-10-05 Keith Randallcmd/compile: make CSE faster
2016-10-05 Justin Nußencoding/csv: avoid allocations when reading records
2016-10-05 Matthew Dempskycmd/compile/internal/gc: change bvfoo functions into...
2016-10-05 Michael Fraenkelnet/http: multipart ReadForm close file after copy
2016-10-05 Russ Coxcontext: make DeadlineExceeded implement net.Error
2016-10-05 Michael Mundaycrypto/{aes,cipher}: add optimized implementation of...
2016-10-05 Michael Mundayruntime/testdata/testprogcgo: add explicit return value...
2016-10-05 Brad Fitzpatricksort: fix a slice benchmark not using the stable varian...
2016-10-05 Aliaksandr... cmd/vet: skip printf check for non-constant format...
2016-10-05 Ian Lance Taylorruntime: don't call cgocallback from signal handler
2016-10-05 Ian Lance Taylorruntime: avoid endless loop if printing the panic value...
2016-10-05 Brad Fitzpatrickencoding/csv: update and add CSV reading benchmarks
2016-10-05 Jeff R. Allenimage/gif: check handling of truncated GIF files
2016-10-05 Russ Coxmath: fix Gamma(x) for x < -170.5 and other corner...
2016-10-05 Russ Coxmath: use portable Exp instead of 387 instructions...
2016-10-05 Joe Tsaicmd/doc: ensure summaries truly are only one line
2016-10-04 Kevin Burkecmd/cover: fix typo
2016-10-04 Robert Griesemergo/types: minimal support for alias declarations: don...
2016-10-04 Robert Griesemergo/printer: support for printing alias declarations
2016-10-04 Robert Griesemergo/ast, go/parser: parse alias declarations
2016-10-04 Robert Griesemergo/scanner, go/token: recognize => (ALIAS) token
2016-10-04 Carl Mastrangeloruntime: make append only clear uncopied memory
2016-10-04 Matthew Dempskycmd/compile/internal/ssa: update BlockKind documentation
2016-10-04 Oleg Vakhetafmt: add tests for parsenum
2016-10-04 Matthew Dempskycmd/compile/internal/ssa: add Op.UsesScratch method
2016-10-04 Quentin Renardnet/http: improve performance for parsePostForm
2016-10-04 Keith Randallcmd/compile: lower cse comparison depth
next