]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-08-17 Martin Möhrmannruntime: improve makechan memory checks and allocation...
2017-08-17 Martin Möhrmannruntime: avoid zeroing hmap fields in makemap twice
2017-08-17 Kyle Shannoncmd/go: add fossil to general server regexp in get
2017-08-17 Bryan C. Mills{net,os/user,plugin}: eliminate unnecessary C round...
2017-08-17 Ian Lance Taylortest: add test that caused gccgo compiler crash
2017-08-17 Ilya Tocarcmd/compile/internal/ssa: combine more const stores
2017-08-17 isharipocmd/asm: uncomment tests for PCMPESTRI, PHMINPOSUW
2017-08-17 Bryan C. Millsmisc/cgo/testsanitizers: convert test.bash to Go
2017-08-17 crvvmath: fix inaccurate result of Exp(1)
2017-08-17 Daniel Martícmd/compile: tweaks to unindent some code
2017-08-17 Hiroshi Iokacmd/link: correct runtime/cgo detection for -linkshared
2017-08-17 Hiroshi Iokadebug/macho: add comments for ambiguious LoadCommand
2017-08-17 Hiroshi Iokadebug/macho: make tests more comprehensive
2017-08-17 Ian Lance Taylorcmd/dist: add test that deps.go is up to date
2017-08-17 Hiroshi Iokacmd/internal/obj/x86: don't apply workaround for solari...
2017-08-16 Hiroshi Iokadebug/macho: rearrange code
2017-08-16 Kyle Shannoncmd/go: add support for Fossil SCM to go get
2017-08-16 Michael Steinertcmd/cgo: unify cgo output for gc and gccgo
2017-08-16 Ian Lance Taylorcmd/dist: update deps.go for current dependencies
2017-08-16 Bryan C. Millsbytes: avoid overflow in (*Buffer).Grow and ReadFrom
2017-08-16 Agniva De Sarkerarchive/tar: add reader/writer benchmarks
2017-08-16 David du Colombiercmd/link: skip TestFieldOverlap on Plan 9
2017-08-16 Bryan C. Millsruntime/cgo: defeat inlining in x_cgo_yield
2017-08-16 Blain Smithfmt: add Stringer example
2017-08-16 Cherry Zhangmisc/nacl: add cmd/vendor/golang.org/x/arch/arm64/arm64...
2017-08-16 Wei Xiaocmd/vendor/golang.org/x/arch: pull updates from x repo
2017-08-16 Alberto Donizetticmd/compile: combine x*n + y*n into (x+y)*n
2017-08-16 Keith Randallcmd/link: fix bad dwarf for sudog<T>
2017-08-16 Ilya Tocarcmd/compile/internal/ssa: use sse to zero on amd64
2017-08-16 griesemergo/importer: make source importer more tolerant in...
2017-08-16 Daniel Martíreflect: remove useless parameter from newName
2017-08-16 Michael Stapelberggo/internal/gcimporter: fix typo: cmd/compiler → cmd...
2017-08-16 Brian Kesslermath/big: recognize z.Mul(x, x) as squaring of x
2017-08-16 Alberto Donizetticmd/go: make go tool suggest 'go doc cmd/<command>'
2017-08-16 griesemergo/types: document that Signature.Recv() is ignored...
2017-08-16 Brian Kesslermath/big: speed up GCD x, y calculation
2017-08-16 Brian Kesslermath: eliminate overflow in Pow(x,y) for large y
2017-08-16 Alex Brainmancmd/link: delete shNames
2017-08-16 Alex Brainmancmd/link: delete addpesection
2017-08-16 Alex Brainmancmd/link: use peSection everywhere
2017-08-16 Alex Brainmancmd/link: add peSection
2017-08-16 Alex Brainmancmd/link: introduce and use peFile and peStringTable
2017-08-16 Joe Tsaiarchive/tar: make Writer error handling consistent
2017-08-16 Joe Tsaiarchive/tar: add support for long binary strings in...
2017-08-15 Naoki Kanataninet/http: delete unnecessary string concatenation
2017-08-15 Ian Lance Taylortesting: don't fail all tests after racy test failure
2017-08-15 Josh Bleecher... cmd/compile: collapse runs of string constants in walkprint
2017-08-15 Josh Bleecher... cmd/compile: insert ' ' and \n at beginning of walkprint
2017-08-15 Josh Bleecher... cmd/compile: further simplify walkprint
2017-08-15 Josh Bleecher... cmd/compile: simplify walkprint
2017-08-15 Hana Kim.gitignore: include only Go project artifiacts
2017-08-15 Daniel Morsingruntime: move selectdone into g
2017-08-15 Keith Randallcmd/compile: set itab function pointers at compile...
2017-08-15 Austin Clementsruntime: make STW duration more accurate
2017-08-15 Hiroshi Iokaencoding/asn1: handle application tag in Marshal
2017-08-15 Filippo Valsordacrypto/tls: disallow handshake messages fragmented...
2017-08-15 Martins Sipenkocrypto/x509: add PublicKeyAlgorithm.String()
2017-08-15 Filippo Valsordacrypto/tls: add BenchmarkHandshakeServer
2017-08-15 Andreas Auernhammercrypto/tls: don't check whether an ec point is on a...
2017-08-15 James Hartigcrypto/x509: add MarshalPKCS8PrivateKey
2017-08-15 Austin Clementsruntime: fix getclosureptr doc
2017-08-15 Tobias Klausersyscall: really use utimensat for UtimesNano on Solaris
2017-08-15 Hana (Hyang... .gitignore: exclude /.idea/
2017-08-15 Agniva De Sarkerencoding/hex: save allocation in DecodeString()
2017-08-15 Tobias Klausersyscall: fix definition of _AT_FDCWD on dragonfly
2017-08-15 fanzha02cmd/internal/obj/arm64: fix assemble stxr/stxrw/stxrb...
2017-08-15 phcmd/internal/obj/arm64: improve arm64 wrapper prologue
2017-08-15 Hiroshi Iokamisc/cgo/testshared: call flag.Parse in TestMain
2017-08-15 philhofercmd/compile: add support for arm64 bit-test instructions
2017-08-15 David du Colombiercmd/link: skip TestSizes on Plan 9
2017-08-15 Muhammad Falak... runtime: remove redeclared structs to make tests build
2017-08-15 Martin Möhrmanncmd/compile: generate makechan calls with int arguments
2017-08-15 Joe Tsaiarchive/tar: re-implement USTAR path splitting
2017-08-15 Joe Tsaiarchive/tar: centralize errors in common.go
2017-08-15 Martin Möhrmannstrconv: cleanup variable declarations in ParseUint
2017-08-15 Martin Möhrmannruntime: simplify memory capacity check in growslice
2017-08-15 Russ Coxcmd/link: implement R_X86_64_PC64 relocations
2017-08-15 Joe Tsaiarchive/tar: add support for atime and ctime to Writer
2017-08-15 Joe Tsaiarchive/tar: reject bad key-value pairs for PAX records
2017-08-15 Joe Tsaiarchive/tar: support PAX subsecond resolution times
2017-08-15 Keith Randallruntime: initialize itab.hash always
2017-08-15 Keith Randallruntime: remove link field from itab
2017-08-15 Keith Randallruntime: remove bad field from itab
2017-08-15 Keith Randallruntime: new itab lookup table
2017-08-15 Joe Tsaiarchive/tar: properly handle header-only "files" in...
2017-08-15 Joe Tsaiarchive/tar: roundtrip reading device numbers
2017-08-15 Yuval Pavel... syscall: add missing int flag argument to utimensat
2017-08-15 Ian Lance Taylorruntime: remove unused global variable emptystring
2017-08-15 Hiroshi Iokacmd/link: improve error message
2017-08-15 Josh Bleecher... runtime: refactor out tophash calculation
2017-08-15 Josh Bleecher... runtime: unify cases in mapiternext
2017-08-15 Josh Bleecher... runtime: mask a bounded slice access in hashmap evacuate
2017-08-15 Hiroshi Iokacmd/go: correctly quote environment variables in -x...
2017-08-15 Hiroshi Iokadebug/macho: make Type implements fmt.(Go)Stringer...
2017-08-15 Hiroshi Iokacmd/link: correct Mach-O file flag
2017-08-14 Keith Randallcmd/link,compile: Provide size for func types
2017-08-14 Josh Bleecher... runtime: refactor evacuate x/y handling
2017-08-14 Josh Bleecher... runtime: calculate k only once in mapiternext
2017-08-14 Josh Bleecher... runtime: special case allocation of arrays of size 1
2017-08-14 Josh Bleecher... runtime: use integer math for hashmap overLoadFactor
next