]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-04-04 Lubomir I.... os/user: obtain a user GID on Windows
2018-04-04 Josh Bleecher... runtime: improve StackCopy benchmarks
2018-04-03 Dhruvdutt JadhavREADME: update number of contributors
2018-04-03 Robert Griesemercmd/compile/internal/syntax: better error message for...
2018-04-03 Robert Griesemercmd/compile/internal/syntax: update a couple of comments
2018-04-03 Giovanni Bajocmd/compile: in prove, complete support for OpIsInBound...
2018-04-03 Giovanni Bajocmd/compile: in prove, make addRestrictions more generic
2018-04-03 isharipomath/big: remove "else" from if with block that ends...
2018-04-03 Alberto Donizetticmd/compile: stack-allocate values worklist in schedule
2018-04-03 Filippo Valsordacrypto/tls: simplify the Handshake locking strategy
2018-04-03 Michael Mundaycmd/asm, math: add s390x floating point test instructions
2018-04-03 Javier Kohenregexp: use sync.Pool to cache regexp.machine objects
2018-04-03 Pascal S. de... crypto/rsa: add PublicKey.Size accessor
2018-04-03 Tobias Klauserruntime: parse auxv for page size and executable name...
2018-04-03 Fangming.Fangcmd/asm: add essential instructions for AES-GCM on...
2018-04-03 isharipocmd/compile: make DCE remove nodes after terminating if
2018-04-03 Daniel Martícmd/compile: introduce gc.Node.copy method
2018-04-03 Giovanni Bajocmd/compile: in prove, simplify logic of branch pushing
2018-04-03 Matthew Dempskycmd/compile: improve declaration position precision
2018-04-03 Robert Griesemercmd/compile: better handling of incorrect type switches
2018-04-03 Brad Fitzpatrickstrings: fix flaky TestBuilderGrow test
2018-04-02 quasilytecmd/link/internal/ld: make Thearch unexported
2018-04-02 Matthew Dempskycmd/compile: simplify exportsym debug message
2018-04-02 Matthew Dempskycmd/compile: simplify exportsym flags and logic
2018-04-02 Matthew Dempskycmd/compile: cleanup Order.cleanTempNoPop slightly
2018-04-02 Matthew Dempskycmd/compile: simplify reexport logic
2018-04-02 Ilya Tocarstrings: speed-up replace for byteStringReplacer case
2018-04-02 Matthew Dempskycmd/compile: disable instrumentation for no-race packag...
2018-04-02 Giovanni Bajogo/types: fix column reporting of invalid selector...
2018-04-02 Travis Bischelcompress/gzip: do not count header bytes written in...
2018-04-02 isharipotest/fixedbugs: fix bug248 and bug345
2018-04-02 Matthew Dempskycmd/compile: use newfuncname in dclfunc
2018-04-02 Meng Zhuocrypto/md5: add assembly implementation on arm64
2018-04-02 Daniel Martícmd: remove some unused parameters
2018-04-02 Matthew Dempskycmd/compile: refactor constant rewriting
2018-04-01 jimmyfrascheflag: correct zero values when printing defaults
2018-04-01 Brad FitzpatrickRevert "net: mark tests with retry as parallel"
2018-04-01 adrienpetelnet: mark tests with retry as parallel
2018-04-01 Zhou Pengsrc/run.bash: remove some trailing whitespace
2018-04-01 Matthew Dempskycmd/compile: refactor constant node constructors
2018-03-31 Mikio Haranet: improve test coverage for syscall.RawConn
2018-03-31 Gregory Mannet/http: strip password from error message
2018-03-31 Bryan Chancmd/compile/internal/ssa: handle symbol address compari...
2018-03-31 Daniel Martícmd/compile/internal/ssa: add initial README
2018-03-31 Meng Zhuointernal/cpu: update arm64 cpu features
2018-03-30 Samuel Tanhtml/template: fix one more lint naming error
2018-03-30 ajnirptesting: fix testing flags link
2018-03-30 Josh Bleecher... cmd/compile: compile all functions concurrently
2018-03-30 Filippo Valsordasyscall: remove double Unlock from Dup2 on nacl
2018-03-30 Richard Musiolcmd/compile: add SSA config options useAvg and useHmul
2018-03-30 Richard Musiolgo/build, go/types, cmd/dist: add js/wasm architecture
2018-03-30 Kunpei Sakainet/http: add function name to the beginning of comment
2018-03-30 Josh Bleecher... cmd/compile: consider full number of struct components...
2018-03-30 adrienpetelnet: deflake TestLookupCNAME
2018-03-30 Alberto Donizettitest/codegen: port stack-related tests to codegen
2018-03-30 Richard Musiolmisc/wasm: add scripts for running WebAssembly binaries
2018-03-30 Joe Tsaiapi: add exception for os.ModeType value
2018-03-30 mewmewfmt: document the behaviour of %p on slices
2018-03-29 Ben Burkertnet: map context errors from aborted dial to internal...
2018-03-29 Joe Tsaios: add ModeIrregular flag
2018-03-29 Wèi Cōngruìmath: fix Ldexp when result is below ldexp(2, -1075)
2018-03-29 Ian Lance Taylorregexp/syntax: update perl script to preserve \s behavior
2018-03-29 Matthew Dempskycmd/compile: refactor memory op constructors in SSA...
2018-03-29 Alberto Donizettitest/codegen: match 387 ops too for GOARCH=386
2018-03-29 Alberto Donizettitest: avoid touching GOOS/GOARCH in codegen driver
2018-03-29 Josh Bleecher... cmd/compile: prefer to evict a rematerializable register
2018-03-29 Paul Jollycmd/go: make generate pass correct GOPACKAGE to XTest...
2018-03-29 Hana Kimcmd/trace: make span tables pretty
2018-03-29 Ian Lance Taylorcmd/go: don't try to initialize cover profile for go...
2018-03-29 Samuel Tanhtml/template: fix lint errors
2018-03-29 Tobias Klauserruntime: parse auxv for page size on dragonfly
2018-03-29 Alberto Donizettitest: update list of escape reasons
2018-03-29 Wèi Cōngruìmath: handle denormals in AMD64 Exp
2018-03-29 Eric Lagergrentesting: document -race goroutine limits
2018-03-29 Andrew Bonventredoc: update 1.9.5 release notes to include net/http...
2018-03-29 Andrew Bonventredoc: update release notes for Go 1.9.5
2018-03-28 Ian Lance Taylorcmd/go: reject relative tmpdir
2018-03-28 Ian Lance Taylorbufio: document ReadFrom/WriteTo calls to underlying...
2018-03-28 Andrew Bonventredoc: document Go 1.9.5
2018-03-28 Andrew Bonventredoc: document Go 1.10.1
2018-03-28 Andrew Bonventrenet/http/pprof: harden handler responses
2018-03-28 Ian Lance Taylorflag: document use of FlagSet name parameter
2018-03-28 Hana Kiminternal/trace: fix double counting in span analysis
2018-03-28 Josh Bleecher... cmd/compile: prefer rematerialization to copying
2018-03-28 Josh Bleecher... cmd/compile: strength reduce more x86 constant multipli...
2018-03-28 Agniva De Sarkeros: keep the $ if a variable is not detected
2018-03-28 Josh Bleecher... cmd/compile/internal/gc: speed up arith const tests
2018-03-28 Alberto Donizetticmd/compile: print accurate escape reason for non-const...
2018-03-28 Ilya Tocarinternal/bytealg: remove dependency on runtime·support_avx2
2018-03-28 Ian Lance Taylorcmd/go: add more C compiler/linker options to whitelist
2018-03-28 Jakob Weisblatcrypto/x509: improve error when parsing bad ECDSA cert
2018-03-28 Diogo Pinelaregexp: document behavior of FindAll* functions when...
2018-03-27 Ian Lance Taylorcmd/go: if -race, don't run coverage on runtime packages
2018-03-27 Filippo Valsordacrypto/tls: parse certificate first in X509KeyPair...
2018-03-27 Filippo Valsordacrypto/x509: cache the result of SystemCertPool
2018-03-27 Ian Lance Taylorcmd/go: with -x, don't report removing a non-existent...
2018-03-27 erifan01math: optimize Exp and Exp2 on arm64
2018-03-27 Yuval Pavel... cmd/internal/obj/arm: add DMB instruction
2018-03-27 Ben Shicmd/internal/obj/arm64: add LDPW/LDPSW/STPW to arm64...
2018-03-27 Hana Kimcmd/trace: assign a unique span id for slice representation
next