]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-03-07 Matthew Dempskycmd/compile: change signatlist to []*Type
2017-03-07 Andrew Bentoncrypto/x509: rename and reposition rsaPublicKey struct...
2017-03-07 Daniel Martínet: remove unused Interface parameter
2017-03-07 Alex Brainmancmd/link: use IMAGE_SYM_CLASS_STATIC for local symbols
2017-03-07 Hiroshi Iokanet/mail: ignore whitespace between adjacent 'encoded...
2017-03-07 Josselin Costanziencoding/base64: add alphabet and padding restrictions
2017-03-07 Michael Mundaycmd/compile: regenerate knownFormats
2017-03-07 Jaana Burcu... doc: add link to the setting GOPATH guide
2017-03-06 Robert GriesemerRevert "cmd/compile: improve error message if init...
2017-03-06 philhofercmd/compile: emit OffPtr for first field in SSA'd structs
2017-03-06 Daniel Martínet/http: remove unused ResponseWriter params
2017-03-06 Robert Griesemercmd/compile/internal/syntax: print position info for...
2017-03-06 Matthew Dempskycmd/internal/obj, cmd/compile: rip off some toolstash...
2017-03-06 Matthew Dempskycmd/internal/obj: move STEXT-only LSym fields into...
2017-03-06 Matthew Dempskycmd/internal/obj: remove AUSEFIELD pseudo-op
2017-03-06 Matthew Dempskycmd/compile: preserve Type.nod in copytype
2017-03-06 Quentin Smithtest/fixedbugs: add test for #19403
2017-03-06 Austin Clementsruntime: strongly encourage CallersFrames with the...
2017-03-06 Daniel Martígo/internal/gccimporter: actually use pkg parameter
2017-03-06 Ian Lance Taylorinternal/poll: only start Windows goroutines when we...
2017-03-06 Josselin Costanziencoding/base64: fix decode reports incorrect index
2017-03-06 Austin Clementsruntime: avoid repeated findmoduledatap calls
2017-03-06 Matthew Dempskycmd/internal/goobj: update to support go19ld
2017-03-06 Matthew Dempskycmd/internal/obj, cmd/link: bump magic string to go19ld
2017-03-06 Daniel Martíregexp/syntax: remove unused flags parameter
2017-03-06 Robert Griesemergo/internal/gcimporter: return (possibly incomplete...
2017-03-06 Robert Griesemergo/internal/srcimporter: return (possibly incomplete...
2017-03-06 Robert Griesemergo/types: continue type-checking with fake packages...
2017-03-06 Austin Clementsruntime: lock-free fast path for mark bits allocation
2017-03-06 Austin Clementsruntime: don't hold global gcBitsArenas lock over alloc...
2017-03-06 Josh Bleecher... cmd/compile: avoid generating some dead blocks
2017-03-06 Aliaksandr... cmd/compile/internal/gc: convert Sym.Flags to bitset8
2017-03-06 Daniel Martíencoding/gob: remove unused ut and atyp parameters
2017-03-06 Russ Coxtest/locklinear: deflake again
2017-03-06 Daniel Martígo/doc: remove unused tok parameter
2017-03-06 Daniel Martígo/printer: remove unused comment parameter
2017-03-06 Daniel Martígo/types: remove unused field parameter
2017-03-06 Eitan Adlerall: remove the the duplicate words
2017-03-06 Daniel Martíencoding/xml: remove unused start parameter
2017-03-06 Daniel Martístrconv: remove unused append rune width param
2017-03-05 Cherry Zhangcmd/compile: mark MOVWF/MOVFW clobbering F15 on ARM
2017-03-05 Josh Bleecher... runtime: add slicebytetostring benchmark
2017-03-04 Josh Bleecher... cmd/internal/src: cache prefixed filenames
2017-03-04 Kevin Burkeos/user: add non-cgo versions of Lookup, LookupId
2017-03-04 Giovanni Bajocmd/compile: improve generic rules for BCE based on...
2017-03-04 Austin Clementsruntime: make ReadMemStats STW for < 25µs
2017-03-04 Austin Clementsruntime: remove unused gcstats
2017-03-04 Elias Naurmisc/ios,cmd/go, runtime/cgo: fix iOS test harness...
2017-03-04 Elias NaurRevert "cmd/go, misc: switch from breakpoint to SIGUSR2"
2017-03-04 Josh Bleecher... cmd/compile: cull UINF
2017-03-04 Dmitri Shuralyovgo/build: fix lack of error for Import of nonexistent...
2017-03-04 Elias NaurRevert "cmd/go: add comment about SIGUSR2 on iOS"
2017-03-04 Elias NaurRevert "cmd/go, misc: rework cwd handling for iOS tests"
2017-03-04 Elias NaurRevert "all: test adjustments for the iOS builder"
2017-03-03 Matthew Dempskycmd/compile/internal/gc: replace Node.Ullman with Node...
2017-03-03 David Lazarcmd/compile: include position info in exported function...
2017-03-03 David Lazarcmd/compile: add flag for debugging PC-value tables
2017-03-03 David Lazarcmd/internal/obj: avoid duplicate file name symbols
2017-03-03 David Lazarruntime: use inlining tables to generate accurate trace...
2017-03-03 David Lazarcmd/compile: copy literals when inlining
2017-03-03 David Lazarcmd/compile,link: generate PC-value tables with inlinin...
2017-03-03 Aliaksandr... cmd/compile: pack bool fields in Node, Name, Func and...
2017-03-03 Johan Brandhorstnet/http/httptest: add Client and Certificate methods...
2017-03-03 Matthew Dempskycmd/compile/internal/ssa: remove Hmul{8,16}{,u} ops
2017-03-03 Cherry Zhangcmd/compile: remove zeroing after newobject
2017-03-03 Cherry Zhangcmd/compile: fix optimization of Zero newobject on...
2017-03-03 Matthew Dempskycmd/compile/internal/gc: remove OHMUL Op
2017-03-03 Austin Clementsruntime: clarify access to mheap_.busy
2017-03-03 Austin Clementsruntime: simplify sweep allocation counting
2017-03-03 Austin Clementsruntime: don't rescan finalizers queue during mark...
2017-03-03 Austin Clementsruntime: remove wbufptr
2017-03-03 Austin Clementscmd/compile: accept string debug flags
2017-03-03 Cherry Zhangcmd/compile: get rid of "volatile" in SSA
2017-03-02 Will Storeyimage/gif: handle an extra data sub-block byte.
2017-03-02 Josh Bleecher... runtime/pprof: fix data race between Profile.Add and...
2017-03-02 Robert Griesemergo/types: don't exclude package unsafe from a Package...
2017-03-02 Robert Griesemergo/types: support type checking of external tests with...
2017-03-02 Robert Griesemergo/types: gotype to always report the same first error now
2017-03-02 Josh Bleecher... cmd/dist, cmd/compile: eliminate mergeEnvLists copies
2017-03-02 Brad Fitzpatricknet/http: clean up Transport.RoundTrip error handling
2017-03-02 Mike Danesecrypto/tls: make Config.Clone also clone the GetClientC...
2017-03-02 Josh Bleecher... Revert "Revert "cmd/vet/all: remove pprof from the...
2017-03-02 Josh Bleecher... cmd/vet/all: remove printf hacks
2017-03-02 Josh Bleecher... cmd/vet/all: vet using only source
2017-03-02 Josh Bleecher... cmd/vet: support importing from source
2017-03-02 Josh Bleecher... cmd/vet: refactor to support alternative importers
2017-03-02 Heschi Kreinickcmd/trace: traces may end with pending mark assists
2017-03-02 Josh Bleecher... runtime: delay marking maps as writing until after...
2017-03-02 Matthew Dempskycmd/compile: add missing WBs for reflect.{Slice,String...
2017-03-02 Josh Bleecher... cmd/vet/all: use SizesFor to calculate archbits
2017-03-02 Josh Bleecher... cmd/vet: use types.SizesFor
2017-03-02 Josh Bleecher... go/types: add a compiler param to SizesFor
2017-03-02 Josh Bleecher... cmd/compile: don't crash when slicing non-slice
2017-03-02 Russ Coxtime: strip monotonic time in t.Round, t.Truncate
2017-03-02 Brad Fitzpatricknet/http: add more debugging to TestServerAllowsBlockin...
2017-03-02 Philip Hofercmd/internal/obj/arm: improve static branch prediction...
2017-03-02 Ian Lance Taylorcmd/go: fix TestFFLAGS for Fortran compilers that accep...
2017-03-02 Russ Coxdoc/devel: update release.html for new support policy
2017-03-02 Michel Lespinassevendor: import golang.org/x/net/proxy
2017-03-02 Michel Lespinassenet/http: add support for socks5 proxy
next