]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-03-30 Alexandru Moșoicmd/compile: generalize strength reduction of mulq
2016-03-30 Matthew Dempskycmd/compile: get rid of redundant Type helper functions
2016-03-30 Josh Bleecher... cmd/compile: s/typeX/typX/
2016-03-30 Josh Bleecher... cmd/compile: add Type.Elem
2016-03-30 Josh Bleecher... cmd/compile: add typMap
2016-03-30 Alexandru Moșoicmd/compile: use inc/dec for bytes, too
2016-03-30 Brad Fitzpatrickinternal/testenv: prefer to find go binary in GOROOT
2016-03-30 Matthew Dempskycmd/compile: rename Type.IsPtr to Type.IsPtrShaped
2016-03-30 Josh Bleecher... cmd/compile: add typPtr
2016-03-30 Josh Bleecher... cmd/compile: add typWrapper and Type.Wrapped
2016-03-30 Josh Bleecher... cmd/compile: add typChan
2016-03-30 Josh Bleecher... cmd/compile: use IsSlice and IsArray instead of checkin...
2016-03-30 Alexandru Moșoicmd/compile: ignore dead phis in fuse
2016-03-30 Joe Tsaicompress/gzip: fix error handling in Read
2016-03-30 kortschakcmd/dist: make fortran test conditional on bash existence
2016-03-30 Joe Tsaidebug/elf: deflake file_test.go
2016-03-30 Michael Mundaycmd/asm: add s390x support
2016-03-30 Josh Bleecher... cmd/compile: move substAny to type.go
2016-03-30 Michael Mundaycmd/internal/obj: add copyright header to files
2016-03-30 Michael Mundaycmd/internal/obj/s390x: add s390x support
2016-03-30 Keith Randallcmd/compile: define high bits of AuxInt
2016-03-30 Brad Fitzpatricknet/http: reuse HTTP/1 Transport conns more for gzipped...
2016-03-30 Shahar Kohanimcmd/compile, cmd/link: record lengths in object file
2016-03-30 Ian Lance Taylorcmd/compile: don't skip PPARAMOUT in esccall after...
2016-03-30 Austin Clementsruntime: print sweep ratio if gcpacertrace>0
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
next