]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-04-30 Alex Brainmanos: skip TestNetworkSymbolicLink if Server service...
2017-04-30 Josh Bleecher... cmd/compile: checkwidth T when constructing *T
2017-04-29 Emmanuel Odekecmd/compile: add test for blank field in composite...
2017-04-29 Bryan C. Millsarchive/zip: replace RWMutex with sync.Map
2017-04-29 Josh Bleecher... cmd/compile: move writebarrier pass after dse
2017-04-29 Emmanuel Odekenet/http: enable TestRequestDoesntBodyCloseDoesntBlock
2017-04-29 Austin Clementsruntime: reduce Windows timer resolution when idle
2017-04-29 Hiroshi Iokamime: re-accept empty encoded-text
2017-04-29 Ben Shicmd/compile/internal/ssa: more constant folding rules...
2017-04-28 Josh Bleecher... cmd/compile: checkwidthj all expressions in walk
2017-04-28 Austin Clementsruntime/pprof: use symbol information already in profil...
2017-04-28 Daniel Theophanesdatabase/sql: ensure releaseConn is defined before...
2017-04-28 Austin Clementsruntime: make _TinySizeClass an int8 to prevent use...
2017-04-28 Austin Clementsruntime: eliminate heapBitsSetTypeNoScan
2017-04-28 Austin Clementsruntime: eliminate heapBits.hasPointers
2017-04-28 Austin Clementsruntime: separate spans of noscan objects
2017-04-28 Austin Clementsruntime: document runtime.Frames better
2017-04-28 Bryan C. Millsexpvar: replace RWMutex usage with sync.Map and atomics
2017-04-28 Brad FitzpatrickRevert "build: fail nicely if somebody runs all.bash...
2017-04-28 Bryan C. Millsmime: use sync.Map instead of RWMutex for type lookups
2017-04-28 Bryan C. Millsnet/rpc: use a sync.Map for serviceMap instead of RWMutex
2017-04-28 Bryan C. Millsencoding/json: replace encoderCache RWMutex with a...
2017-04-28 Josh Bleecher... cmd/compile: check width of embedded interfaces in...
2017-04-28 Michael Hudson... cmd/link/internal/ld: unexport ReadOnly and RelROMap
2017-04-28 Michael Hudson... cmd/internal/objabi: shrink SymType down to a uint8
2017-04-28 Michael Hudson... cmd/internal: remove SymKind values that are only check...
2017-04-28 Josh Bleecher... cmd/compile: use a map to track liveness variable indices
2017-04-28 Brad Fitzpatricknet/http: re-simplify HTTP/1.x status line writing
2017-04-28 Daniel Martícmd/go: error on space-separated list with comma
2017-04-28 Ian Lance Taylorcmd/go: don't run TestTestRaceInstall in short mode
2017-04-28 Justin Nußos/exec: document that non-comparable writers may race
2017-04-28 Michael Matloobruntime/pprof: propagate profile labels into profile...
2017-04-28 Russ Coxruntime: fix profile handling of labels for race detector
2017-04-28 Robert Griesemerspec: clarify admissible argument types for print,...
2017-04-28 Robert Griesemerbytes: clarify documentation for UnreadByte/Rune
2017-04-28 Josh Bleecher... cmd/compile: prevent infinite recursion printing types...
2017-04-28 Dmitri Shuralyovcmd/go/internal/get: allow go get on github.com/ import...
2017-04-28 Bryan C. Millsencoding/xml: replace tinfoMap RWMutex with sync.Map
2017-04-28 Alberto Donizetticmd/go: reject buildmode=pie when -race is enabled
2017-04-28 Kevin Burkeregexp: speed up QuoteMeta with a lookup table
2017-04-28 Nigel Taocompress/lzw: fix hi code overflow.
2017-04-28 Tommy Schaefersyscall: fix typo in documentation for StringToUTF16Ptr
2017-04-28 Josh Bleecher... cmd/compile: add sizeCalculationDisabled flag
2017-04-28 Josh Bleecher... Revert "cmd/compile: add Type.MustSize and Type.MustAli...
2017-04-28 Mikio Haranet: simplify probeWindowsIPStack
2017-04-28 Mikio Haranet: make zone helpers into methods of ipv6ZoneCache
2017-04-28 Mikio Harasyscall: stylistic cleanup and typo fixes in syscall_dr...
2017-04-27 Josh Bleecher... cmd/compile: minor writebarrier cleanup
2017-04-27 Josh Bleecher... cmd/compile: move Used from gc.Node to gc.Name
2017-04-27 Josh Bleecher... cmd/compile: add Type.MustSize and Type.MustAlignment
2017-04-27 Josh Bleecher... cmd/compile: dowidth more in the front end
2017-04-27 Michael Hudson... cmd/internal/objabi, cmd/link: move linker-only symkind...
2017-04-27 Hana Kimdwarf: add marker for embedded fields in dwarf
2017-04-27 Josh Bleecher... cmd/compile: randomize compilation order when race...
2017-04-27 Josh Bleecher... cmd/compile: move nodarg to walk.go
2017-04-27 Josh Bleecher... cmd/compile: move addrescapes and moveToHeap to esc.go
2017-04-27 Keith Randallcmd/internal/obj: ARM, use immediates instead of consta...
2017-04-27 Bryan C. Millsencoding/gob: replace RWMutex usage with sync.Map
2017-04-27 Bryan C. Millsreflect: use sync.Map instead of RWMutex for type caches
2017-04-27 Elias Naurmisc/ios: increase iOS test harness timeout
2017-04-27 Weichao Tangnet/http: close resp.Body when error occurred during...
2017-04-27 Wei Xiaocmd/internal/obj/arm64: fix encoding of condition
2017-04-27 Ian Lance Tayloros: use kernel limit on pipe size if possible
2017-04-27 Nigel Taoimage/jpeg: fix extended sequential Huffman table selec...
2017-04-27 Josh Bleecher... cmd/compile: compile more complex functions first
2017-04-27 Josh Bleecher... cmd/compile: add initial backend concurrency support
2017-04-26 Alex Brainmanos: do not report ModeDir for symlinks on windows
2017-04-26 Mostyn Bramley... build: fail nicely if somebody runs all.bash from a...
2017-04-26 Damien Lespiaucmd/internal/obj/x86: fix adcb r/mem8,reg8 encoding
2017-04-26 Josh Bleecher... cmd/compile: split dumptypestructs further
2017-04-26 Russ Coxruntime/pprof: ignore dummy huge page mapping in /proc...
2017-04-26 Russ Coxruntime/pprof: add /proc/self/maps parsing test
2017-04-26 Bryan C. Millsencoding/json: parallelize most benchmarks
2017-04-26 Bryan C. Millsreflect: parallelize benchmarks
2017-04-26 Bryan C. Millsencoding/gob: parallelize Encode/Decode benchmarks
2017-04-26 Bryan C. Millsencoding/xml: parallelize benchmarks
2017-04-26 Bryan C. Millssync: import Map from x/sync/syncmap
2017-04-26 Josh Bleecher... cmd/compile: minor cleanup
2017-04-26 Lynn Bogercmd/internal/obj/ppc64: use MOVDU to update stack reg...
2017-04-26 Josh Bleecher... cmd/compile: move Node.Class to flags
2017-04-26 Justin Nußencoding/csv: add option to reuse slices returned by...
2017-04-26 Brandon Bennetttesting: add argument to list tests, benchmarks, and...
2017-04-26 Russ Coxcontext: define behavior for Err before Done is closed
2017-04-26 David du Colombiernet: fix close on closed listener on Plan 9
2017-04-26 Fangming.Fangcmd/internal: fix bug getting wrong indicator in DRconv()
2017-04-26 Mike Strosakercrypto/sha256,crypto/sha512: improve performance for...
2017-04-26 Aliaksandr... runtime: align mcentral by cache line size
2017-04-26 Emmanuel Odekenet: defer file.close() + minor style cleanup
2017-04-26 Ian Lance Tayloros: consistently return ErrClosed for closed file
2017-04-26 Josh Bleecher... cmd/compile: move Node.Typecheck to flags
2017-04-26 Josh Bleecher... cmd/compile: move Node.Initorder to flags
2017-04-26 Josh Bleecher... cmd/compile: convert Node.Embedded into a flag
2017-04-26 Todd Nealplugin: resolve plugin import path issue
2017-04-26 Michael Fraenkelnet/http: make LocalAddrContext handle wildcard interface
2017-04-26 Josh Bleecher... cmd/compile: move Node.Walkdef into flags
2017-04-26 Josh Bleecher... cmd/compile: delete bitset16
2017-04-26 Ian Lance Tayloros, net, internal/poll: return consistent error for...
2017-04-26 Josh Bleecher... cmd/compile: make node.hasVal into two bools
2017-04-26 Josh Bleecher... cmd/compile: make node.Likely a flag
2017-04-25 Daniel Martíhtml/template: use bytes.ContainsAny
next