]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-08-07 Ian Lance Taylorcmd/go: don't pass --buildid=none on OpenBSD
2014-08-07 Keith Randallruntime: convert equality functions to Go
2014-08-07 Adam Langleydoc: add note about crypto/tls cert selection callback.
2014-08-07 Keith Randallruntime: convert interface routines from C to Go.
2014-08-07 Ian Lance Taylorcmd/go: don't pass --buildid=none on FreeBSD
2014-08-07 Dmitriy Vyukovruntime: fix nacl/amd64p32 build
2014-08-07 Robert Griesemergo/parser: don't do method receiver checks at parse...
2014-08-07 Ian Lance Taylorcmd/go: pass --build-id=none when generating a cgo .o
2014-08-07 Keith Randallruntime: test distribution of interface hashes.
2014-08-07 Dmitriy Vyukovencoding/gob: make benchmarks parallel
2014-08-07 Russ Coxgo/build: look in $GOROOT/src/cmd/foo/bar for import...
2014-08-07 Russ Coxcmd/addr2line, cmd/nm: factor object reading into cmd...
2014-08-07 Andrew Gerrandcmd/fix: mention -help instead of the non-existent...
2014-08-07 Peter Collingbournecmd/cc, runtime: eliminate use of the unnamed substruct...
2014-08-07 Russ Coxos: in Getwd, $PWD override syscall.Getwd
2014-08-07 Russ Coxcmd/gc: remove ignored debugging arguments in Fconv...
2014-08-07 Dmitriy Vyukovruntime: convert markallocated from C to Go
2014-08-07 Dmitriy Vyukovruntime: fix plan9/windows build
2014-08-07 Dmitriy Vyukovruntime: remove mal/malloc/FlagNoGC/FlagNoInvokeGC
2014-08-07 Dmitriy Vyukovruntime: shrink stacks in parallel
2014-08-07 Andrew Gerranddoc: document new ParseMultipartForm behavior
2014-08-07 Andrew Gerrandmisc/nacl: wrap lines in README file
2014-08-07 Andrew GerrandC: add Paul Nasrat (Google CLA)
2014-08-07 Mikio Haradoc/go1.4.txt: add support for ALPN
2014-08-07 Alex Brainmandoc/go1.4.txt: implement monotonic clocks on windows
2014-08-07 Alex Brainmanpath/filepath: do not restore original working director...
2014-08-06 Russ Coxencoding/xml: add InputOffset method to Decoder
2014-08-06 Russ Coxcmd/go: revise disallowInternal
2014-08-06 Rob Pikedebug/dwarf: fix typos in comment for UnspecifiedType
2014-08-06 Keith Randallruntime: clean up naming of mcallable functions.
2014-08-06 Alan Donovantest/mapnan.go: add regression test for non-empty inter...
2014-08-06 Russ Coxruntime: use better hash for floating point inputs
2014-08-06 Russ Coxcmd/go: implement 'internal' convention
2014-08-06 Keith Randallruntime: shorten hash declarations
2014-08-06 Russ Coxruntime: use better hash for non-empty interface
2014-08-06 Russ Coxcodereview: do not hit upload_complete on first patch
2014-08-06 Russ Coxcodereview: fix submit of merge + include branch prefix...
2014-08-06 Russ Coxcmd/gc: make liveness ~10x faster
2014-08-06 Russ Coxcodereview: handle upload of merge
2014-08-06 Russ Coxcodereview: preserve branch prefix in subject during...
2014-08-06 Derek Parkerdebug/dwarf: fix Reader panic on DW_TAG_unspecified_type
2014-08-06 Brad FitzpatrickA+C: Derek Parker (individual CLA)
2014-08-06 Russ Coxcodereview: enable work and code reviews in development...
2014-08-06 Russ Coxruntime: turn off 'unexpected return pc' print on arm...
2014-08-06 Percy Wegmanncrypto/tls: Added dynamic alternative to NameToCertific...
2014-08-06 Matthew Dempskycmd/cgo: consistently map void* to *byte under -{c...
2014-08-06 Dmitriy Vyukovruntime: remove unused variable
2014-08-06 Dmitriy Vyukovruntime: simplify code
2014-08-06 David du Colombierdist: fix Plan 9 build
2014-08-06 Alex Brainmanruntime: burn cpu before calling yield in windows runti...
2014-08-06 Shenghou Maundo CL 114420043 / b613f2acdf69
2014-08-06 Rui Ueyamaliblink: encode MOVBQZX as MOVZBL instead of MOVZBQ
2014-08-06 Shenghou Maliblink, cmd/dist, cmd/5l: introduce %^ and move C_...
2014-08-06 Shenghou Macmd/cc, cmd/gc: set ctxt->debugvlog with debug['v']
2014-08-06 Shenghou Macmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code...
2014-08-06 Shenghou Maliblink: support big-endian properly
2014-08-06 Shenghou Macmd/ld: fix operator precedence
2014-08-06 Shenghou Maruntime: get rid of SA_RESTORER on ARM.
2014-08-06 Shenghou Maliblink: use LinkArch.textflag() to get text and dataflag
2014-08-06 Shenghou Maruntime: remove dead code
2014-08-06 Shenghou Maruntime: disable aeshash on NaCl at compile time
2014-08-06 Rui Ueyamaliblink: shorter encoding for zeroing register
2014-08-06 Matthew Dempskycmd/cgo: fix recursive type mapping
2014-08-06 Matthew Dempskycmd/cgo: fix handling of defs_linux.go
2014-08-06 Mikio Haranet: separate DNS transport from DNS query-response...
2014-08-06 Ian Lance Taylorcmd/cgo: for -godefs, promote first field of anonymous...
2014-08-05 Dmitriy Vyukovruntime: cache one GC workbuf in thread-local storage
2014-08-05 Rui Ueyamamime/multipart: fix Writer data race test
2014-08-05 Adam Langleydoc/go1.4.txt: document ASN.1 behaviour change.
2014-08-05 Brad Fitzpatrickmime/multipart: add Writer data race test
2014-08-05 Brad Fitzpatrickundo CL 95760043 / b2131d729e52
2014-08-05 Adam Langleycrypto/tls: add ALPN support.
2014-08-05 Dmitriy Vyukovruntime: remove type.go
2014-08-05 Robert Griesemerspec: comma-ok expressions return untyped boolean 2nd...
2014-08-05 Adam LangleyA+C: Percy Wegmann (individual CLA)
2014-08-05 Dmitriy Vyukovruntime/race: add tests for maps with big keys/vals
2014-08-05 Dmitriy Vyukovruntime: remove outdated comment
2014-08-05 Ian Lance Taylorruntime: use memmove rather than memcopy in mgc0.c
2014-08-05 Ian Lance Taylorsyscall: fix typo in comment
2014-08-05 Ian Lance Taylorruntime: remove unused enum maxround
2014-08-05 Ian Lance Taylorruntime: only use a single variable in USED
2014-08-05 Ian Lance Taylortest: add test for function type in function literal
2014-08-04 Brad Fitzpatrickarchive/zip: accept bogus trailing zeros in extras
2014-08-04 Mikio Haranet: consolidate sockaddrToAddr functions
2014-08-03 Rob Pikeencoding/gob: save a call to userType
2014-08-02 Brad Fitzpatricknet: fix Dial comment about IPv6 addresses
2014-08-01 Peter Collingbournecmd/go: use correct link flags if main package contains...
2014-08-01 Keith Randallruntime: move constants from map header to map type
2014-08-01 David du Colombiertest/run: go fmt
2014-08-01 Josh Bleecher... runtime: prevent pointless jmp in amd64 and 386 memmove
2014-08-01 Alex Brainmanruntime: implement monotonic clocks on windows
2014-07-31 Keith Randallruntime: missed a file in alg checkin
2014-07-31 Keith Randallruntime: convert hash functions to Go calling convention.
2014-07-31 Rui Ueyamastrconv: remove needless cast
2014-07-31 Keith Randallruntime: move built-in print routines to go.
2014-07-31 Keith Randallruntime: fix 32 bit build.
2014-07-31 Keith Randallruntime: convert slice operations to Go.
2014-07-31 Josh Bleecher... cmd/gc: fix example flag in comment
2014-07-31 Keith Randallruntime: use right mask to extract type kind
2014-07-31 Dmitriy Vyukovruntime: get rid of free
next