]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-03-30 Alex Brainmannet: skip TestInterfacesWithNetsh if "netsh help" conta...
2016-03-30 Philip Hofercmp/compile: rewrite CMP $0 with TEST
2016-03-30 Martin Möhrmannfmt: fix padding for 0 precision 0 integer value formatting
2016-03-30 Martin Möhrmannfmt: improve handling of zero padding
2016-03-30 Aliaksandr... cmd/vet: allow lock types inside built-in new()
2016-03-29 Josh Bleecher... cmd/compile: add typArray, typSlice, and typDDDArray
2016-03-29 Josh Bleecher... cmd/compile: make only one new Node in defaultlit
2016-03-29 Aliaksandr... cmd/vet: improve detecting printf-like format argument
2016-03-29 Michael Mundaydebug/elf: add s390x relocations
2016-03-29 Marvin Stengerall: use &^ operator if possible
2016-03-29 Alexandre Cesaromime: fix maximum length of encoded-words
2016-03-29 Shahar Kohanimcmd/link: remove some more dead fields from Pcln
2016-03-29 Klaus Postcompress/flate: add pure huffman deflater
2016-03-29 Brad Fitzpatricknet/http/cgi: allow CGI host to configure where child...
2016-03-29 Josh Bleecher... cmd/compile: encapsulate map value type
2016-03-29 Josh Bleecher... cmd/compile: use t.Key() instead of t.Down
2016-03-29 Alex Brainmanpath/filepath: use fsutil with TestEvalSymlinksCanonica...
2016-03-29 Matthew Dempskycmd/compile: fix plan9-amd64 build
2016-03-29 Michel Lespinassecmd/compile: optimize remaining convT2I calls
2016-03-29 Michel Lespinassecmd/compile: optimize convT2I as a two-word copy when...
2016-03-29 Michel Lespinassecmd/link: collect itablinks as a slice in moduledata
2016-03-29 Michel Lespinassecmd/compile: emit itabs and itablinks
2016-03-29 Michel Lespinasseruntime: insert itabs into hash table during init
2016-03-29 Matthew Dempskycmd/compile: remove unused write barrier helpers
2016-03-29 Josh Bleecher... cmd/compile: encapsulate Type.Argwid
2016-03-29 Richard Millersyscall: fix accidental close of exec status pipe in...
2016-03-28 Josh Bleecher... cmd/compile: clean up ... Bound marker
2016-03-28 Raul Silveracmd/pprof/internal: use and accept packed encoding...
2016-03-28 Robert Griesemercmd/compile: avoid allocation in Nodes.Set in common...
2016-03-28 Matthew Dempskycmd/compile: simplify substAny's TSTRUCT case
2016-03-28 Keith Randallcmd/compile: join indexed byte loads into larger loads
2016-03-28 Matthew DempskyRevert "cmd/asm: add s390x support"
2016-03-28 Matthew Dempskycmd/compile: cleanup alg.go for Field slices
2016-03-28 Matthew Dempskycmd/compile: rename Field's Width field to Offset
2016-03-28 Michael Mundaycmd/asm: add s390x support
2016-03-28 Josh Bleecher... cmd/compile: add EType.String and missing EType names
2016-03-28 Shinji Tanakaruntime: use set_thread_area instead of modify_ldt...
2016-03-28 Marvin Stengercmd/internal/obj: convert fields of LSym from uint8...
2016-03-28 David Chasecmd/compile: added some intrinsics to SSA back end
2016-03-28 Shahar Kohanimcmd/link: refactor symbol lookup
2016-03-28 Ian Lance Taylorcmd/compile: clear OTFUNC info when converting to OTYPE
2016-03-28 Dominik Honnefcmd/go: remove code specific to Google Code
2016-03-27 Martin Möhrmannfmt: unify array and slice formatting for bytes and...
2016-03-27 Josh Bleecher... cmd/compile: rename T_old_DARRAY and update comments
2016-03-27 Josh Bleecher... cmd/compile: remove pointless conversions in copytype
2016-03-27 Matthew Dempskycmd/compile: fix stringtoslicebytetmp optimization
2016-03-27 Dominik Honnefcmd/vet: don't treat fields like variables in rangeloop...
2016-03-27 Martin Möhrmannfmt: cleanup reflect value handling
2016-03-26 Josh Bleecher... cmd/compile: don’t generate a new Node for convas
2016-03-26 Alberto Donizetticmd/go: fix proc-count accumulation in benchmark name
2016-03-26 Martin Möhrmannfmt: split doPrint into two specialized functions
2016-03-26 Emmanuel Odekenet/http: add more audio/video mime sniffing
2016-03-26 Matthew Dempskycmd/compile: simplify keydup
2016-03-26 Ian Lance Taylormisc/cgo/testcarchive: more robust TestSignalForwarding...
2016-03-26 Josh Bleecher... cmd/compile: don’t generate Nodes for PCDATA
2016-03-26 Christopher... misc/cgo/testcarchive: split main.c into unix and non...
2016-03-25 Robert Griesemercmd/compile: reduce slice header allocation when parsin...
2016-03-25 Shenghou Maruntime, runtime/cgo: save callee-saved FP registers...
2016-03-25 Shenghou Maruntime/cgo: save callee-saved xmm registers on windows...
2016-03-25 Caleb Sparecompress/gzip: clean up zero-mtimes test
2016-03-25 David Benjamincrypto/tls: Update references to draft-ietf-tls-downgra...
2016-03-25 David Benjaminencoding/asn1: tags should be encoded in minimal form.
2016-03-25 Joe Sylveruntime: fix signal handling on Solaris
2016-03-25 David Crawshawreflect: test name data is aligned
2016-03-25 Mohit Agarwalcmd/go: stat the archive file only when executing the...
2016-03-25 David Crawshawreflect: name interface type that pins method info
2016-03-25 Marvin Stengerruntime: speed up growslice by avoiding divisions 2
2016-03-25 Elias Naurmisc/ios: fix exec wrapper locking
2016-03-25 David Crawshawcmd/compile: avoid pointers in go.string.* symbols
2016-03-25 Josh Bleecher... cmd/compile/ssa: generate less garbage in schedule
2016-03-25 Richard Millerruntime: avoid fork/exit race in plan9
2016-03-25 Dmitry Vyukovruntime: improve randomized stealing logic
2016-03-25 Elias Naurcompress/gzip: skip mtime test when GOROOT doesn't...
2016-03-25 Marcel van... cmd/go: remove double space in template
2016-03-25 Marcel van... testing: probe with N=1
2016-03-25 Marcel van... cmd/go: update alldocs.go
2016-03-25 Dominik Honnefall: delete dead non-test code
2016-03-25 Dmitry Chestnykhcrypto/hmac: simplify implementation
2016-03-25 John Jefferyreflect: add method StructTag.Lookup
2016-03-25 Caleb Spareall: zero mtimes in testdata gz files
2016-03-25 Caleb Spareencoding/json: add (*Encoder).Indent
2016-03-25 Elias Naurcmd/go: remove limits on parallel tasks in the Go comma...
2016-03-25 Elias Naurmisc/cgo/testcarchive: fix build
2016-03-25 David Crawshawcmd/compile, runtime: new static name encoding
2016-03-24 Elias Naurmisc/cgo/testcarchive: re-enable c-archive test on...
2016-03-24 Brad Fitzpatrickvendor: move golang.org/x/net/http2/hpack back to vendor
2016-03-24 Alexandru Moșoicmd/compile: simplify shifts when the counter fits...
2016-03-24 Alexandru Moșoicmd/compile: fold more of CMPQ and ANDQ
2016-03-24 Joe Sylveruntime: improve last ditch signal forwarding for Unix...
2016-03-24 Elias Nauros: skip TestStatStdin on Android
2016-03-24 Marvin Stengerruntime: fix inconsistency in slice.go
2016-03-24 Elias Naurmisc/ios: serialize iOS execution
2016-03-24 Josh Bleecher... cmd/compile: avoid allocating a Nodes for readonly...
2016-03-24 Elias Naurcmd/dist: skip testcarchive test in Android and iOS
2016-03-24 Elias Naurmisc/ios: deflake tests on darwin/arm{,arm64}
2016-03-24 Elias Naurmisc/ios: pass through SIGCONT in the exec wrapper
2016-03-24 Elias Naurruntime/cgo: block signals to the iOS mach exception...
2016-03-24 Dave Cheneycmd/compile: minor cleanups
2016-03-24 Tilman Diloimage/png: ignore trailing IDAT chunks
2016-03-24 Yasuhiro Matsumotoos: fix Stdin.Stat() on windows
next