]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-10-12 Cyrill Schumachernet/http: optimize internal cookie functions
2016-10-12 Alan Donovango/types: expose Default function, which converts untyp...
2016-10-12 Alan Donovantest: add test for issue 17039
2016-10-12 Emmanuel Odekeruntime: update mkduff legacy comments
2016-10-12 Jean-Nicolas... os: add examples of environment functions
2016-10-12 Hiroshi Iokapath/filepath: add a test case for EvalSymlinks error
2016-10-12 Dave Cheneycmd/compile/internal/gc: add runtime/trace support
2016-10-12 Joshua Boelterruntime: check for errors returned by windows sema...
2016-10-12 David du Colombiercmd/link: use HEADR to define FlagTextAddr (cosmetic...
2016-10-12 Mikio Haranet: update doc for unimplemented feature on Plan 9
2016-10-12 David du Colombiercmd/link: fix build on plan9/amd64
2016-10-12 Ian Lance Taylorsyscall: unify NsecToTime{spec,val}, fix for times...
2016-10-12 Chris McGeenet: implement network interface API for Plan 9
2016-10-12 Sina Siadatos: add example for IsNotExist
2016-10-12 Shawn Walker... cmd/link: non-executable stack support for Solaris
2016-10-12 Gyu-Ho Leeruntime/pprof: preallocate slice in pprof.go
2016-10-12 Alex Brainmanos: add new tests for symbolic links and directory...
2016-10-12 Tristan Ooohrycmd/go: added verbose error from matchGoImport
2016-10-12 Xuyang Kangencoding/base64: This change modifies Go to take strict...
2016-10-12 Gustav Westlingcmd/gofmt: simplify map key literals
2016-10-12 Keith Randallcmd/compile: update ssa html help text
2016-10-12 Dmitri Shuralyovpath/filepath: remove unneeded doc statement for SplitList
2016-10-12 Gleb Stepanovruntime: fix typo in comments
2016-10-12 Michael Mundayruntime: remove canBackTrace variable from TestGdbPython
2016-10-12 Michael Prattcmd/pprof: instruction-level granularity in callgrind...
2016-10-12 Filippo Valsordacmd/trace: add option to output pprof files
2016-10-11 Ian Lance Taylorsyscall: unify TimespecToNsec and TimevalToNsec
2016-10-11 James Clarkedebug/elf: add sparc64 relocations
2016-10-11 Joe Tsaiarchive/zip: only use Extended Timestamp on non-zero...
2016-10-11 Matthew Dempskycmd/compile, runtime: stop padding stackmaps to 4 bytes
2016-10-11 Matthew Dempskycmd/compile: refactor stackmap dumping code
2016-10-11 Michael Mundaycmd/compile: make link register allocatable in non...
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...
next