]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-08-12 Ian Lance TaylorA+C: Thiago Fransosi Farina (individual CLA)
2014-08-12 Matthew Dempskyrun.bash: run misc/cgo/testgodefs/test.bash
2014-08-12 Matthew Dempskycmd/cgo: fix default alignment for empty structs
2014-08-11 Matthew Dempskycmd/cgo: iterate over names in deterministic order
2014-08-11 Andres Erbsencrypto/tls: implement tls-unique channel binding (RFC...
2014-08-11 Andrew Gerrandcompress/{gzip,zlib}: mention that Close flushes
2014-08-11 Chris Manghanecmd/gc: comma-ok assignments produce untyped bool as...
2014-08-11 Shenghou Macmd/8g: fix build
2014-08-11 Shenghou Maruntime: no need to set R9 to m for runtime.sigpanic...
2014-08-11 Shenghou Mamisc/nacl/testzip.proto: add fewer files to the zip
2014-08-11 Russ CoxA+C: Andrew Bursavich (individual CLA)
2014-08-11 Russ Coxcmd/6g, cmd/8g: fix, test byte-sized magic multiply
2014-08-11 Matthew Dempskycmd/link: fix zig-zag decoding
2014-08-08 Rob Pikedoc/go1.4.txt: go.sys subrepo created
2014-08-08 Rob PikeA+C: Joel Stemmer (individual CLA)
2014-08-08 Joel Stemmertime: Fix missing colon when formatting time zone offse...
2014-08-08 Ian Lance Taylortest: add another test case that gccgo crashed on
2014-08-08 Dmitriy Vyukovruntime: bump MaxGcprocs to 32
2014-08-08 Matthew Dempskyruntime: mark functions as static where possible
2014-08-08 Dmitriy Vyukovruntime: fix data race in stackalloc
2014-08-08 Russ Coxsyscall: ignore EINVAL/ENOENT from readdirent on OS...
2014-08-08 Dmitriy Vyukovencoding/gob: fix data races in benchmarks
2014-08-08 Mikio Haracmd/go: fix build in airplane mode
2014-08-08 Alex Brainmandebug/pe/testdata: make sure gcc-amd64-mingw-exec has...
2014-08-08 Shenghou Mamisc/nacl/testzip.proto: include cmd/internal/* to...
2014-08-08 Alex Brainmanos: simplify windows Getwd (fixes build)
2014-08-07 Andrew Gerrandencoding/json: document coercion of invalid UTF-8 chara...
2014-08-07 Andrew Gerrandflag: mention -h in docs
2014-08-07 Andrew Gerrandcmd/go: download test dependencies of all named packages
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
next