]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-04-10 Andrew GerrandA+C: Preetam Jinka (individual CLA)
2014-04-10 Robert Griesemerundo CL 86220044 / 41388e58be65
2014-04-10 Robert Griesemerbufio: fix potential endless loop in ReadByte
2014-04-09 Robert Griesemerbufio: fix UnreadByte
2014-04-09 Rob Pikesync.Pool: better documentation
2014-04-09 Rémy Oudomphengcmd/6g: relax constraint on variables that need zeroing.
2014-04-09 Rui Ueyamamisc/emacs: ignore backquote in comment or string
2014-04-09 Russ Coxruntime: use 3x fewer nanotime calls in garbage collection
2014-04-09 Russ Coxdoc: tweak Solaris wording
2014-04-09 Russ Coxruntime: fix flaky linux/386 build
2014-04-09 Jan Ziakcmd/gc: drop { } around single-line if-statement body
2014-04-09 Jan Ziakcmd/gc: avoid confusing error message "ovf in mpaddxx"
2014-04-09 Jan Ziakcmd/gc: ignore blank (_) labels in label declarations
2014-04-09 Rob Pikehtml/template: fix two unrelated bugs
2014-04-09 Rob Pikedoc/go1.3.html: go command, major library changes
2014-04-09 David du Colombierruntime: fix GOTRACEBACK on Plan 9
2014-04-09 Rob Pikedoc/go1.3.html: gc precision, nacl, solaris
2014-04-09 Brad Fitzpatrickdoc: add a couple net/http go1.3 items
2014-04-09 Russ Coxruntime: cache gotraceback setting
2014-04-09 Rick Arnoldcmd/go: allow use of Context in 'go list -f'
2014-04-09 Carl Chatfieldreflect: fix variadic arg for funcs created by MakeFunc.
2014-04-09 Russ CoxA+C: Carl Chatfield (individual CLA)
2014-04-08 Rob Pikedoc/go1.3.html: gccgo status
2014-04-08 Adam Langleycrypto/(ec)dsa: use Fermat's inversion.
2014-04-08 Rob Pikedoc/go1.3.html: linker, go command, miscellany
2014-04-08 Rob Pikedoc/go1.3.html: Performance, plus some library details
2014-04-08 Robert Griesemergo/doc: fix URL matched in ToHTML
2014-04-08 Josh Bleecher... encoding/xml: unmarshal into interfaces
2014-04-08 Alexander Zhavnerchikencoding/xml: Makes XML Marshaler take into account...
2014-04-08 Russ CoxA+C: Alexander Zhavnerchik (individual CLA)
2014-04-08 Russ Coxreflect, runtime: fix crash in GC due to reflect.call...
2014-04-08 Dmitriy Vyukovruntime/race: more precise handling of channel synchron...
2014-04-08 Ian Lance Taylorliblink: remove code that is never executed
2014-04-08 Rob Pikedoc/go1.3.html: drop support for windows 2000
2014-04-08 Keith Randallruntime: make sure associated defers are copyable befor...
2014-04-08 Keith Randallruntime: fix heapdump bugs.
2014-04-07 Mikio Haranet: move error messages related to OpError into net.go
2014-04-07 Mikio Haranet: remove "net:" prefix from error messages
2014-04-07 Albert Strasheimcmd/go: Check error from SWIG link step.
2014-04-07 Brad Fitzpatricknet/textproto: simplify common header interning
2014-04-07 Lucio De Relibbio, libmach: warnings from the Plan 9 tool chain
2014-04-07 Dmitriy Vyukovnet: fix data race in benchmark
2014-04-07 Brad FitzpatrickA+C: StalkR (individual CLA)
2014-04-07 Andrew Gerrandbuild: remove depdenency on GNU make
2014-04-06 Russ Coxcmd/8g: fix liveness for 387 build (including plan9)
2014-04-06 Alex Brainmansyscall: use unsafe.Pointer instead of uintptr on windo...
2014-04-04 Keith Randallcmd/gc: compute size of keys & values before making...
2014-04-04 Keith Randallruntime: fix plan9 warning.
2014-04-04 Jan Ziakcmd/gc: check duplicate keys in maps with interface...
2014-04-04 Rémy Oudomphengcmd/6g, cmd/8g: disable Duff's device on NaCl.
2014-04-04 Alex Brainmannet: fix format string in TestAcceptIgnoreSomeErrors
2014-04-04 Alex Brainmanos/exec: always try appropriate command extensions...
2014-04-04 Mikio Haranet: drop unnecessary indirection from PacketConn tests
2014-04-04 Mikio Haracmd/gc: fix build
2014-04-04 Russ Coxcmd/gc, runtime: make GODEBUG=gcdead=1 mode work with...
2014-04-04 Mikio Haranet: don't export netFD closeRead and closeWrite methods
2014-04-03 Mike Andrewscmd/dist: reflect local changes to tree in goversion
2014-04-03 Russ Coxruntime: test malformed address fault and fix on OS X
2014-04-03 Russ Coxruntime: handle fault during runtime more like unexpect...
2014-04-03 Russ Coxcmd/gc, runtime: optimize map[string] lookup from ...
2014-04-03 Russ Coxruntime: use mincore correctly in addrspace_free
2014-04-03 Russ Coxcmd/gc: reject builtin function calls in len(fixed...
2014-04-03 Russ Coxcmd/cc: emit gc bitmaps in read-only memory
2014-04-03 Robert Griesemergo/doc: fix ToText
2014-04-03 Shenghou Mafmt: fix go syntax formatting of []byte(nil)
2014-04-03 Russ Coxnet: accept a few more errors in Accept4 wrapper
2014-04-03 Russ Coxnet/url: add test of "Windows" file URL
2014-04-03 David Thomasarchive/tar: add support for GNU sparse files.
2014-04-03 Russ CoxA+C: David Thomas (individual CLA)
2014-04-03 Russ Coxruntime: fix fault during arm software floating point
2014-04-03 Brad Fitzpatricknet/http: clarify Request fields' client-vs-server...
2014-04-03 Russ Coxruntime: print up to 10 words of arguments
2014-04-03 Keith Randallcmd/ld: get rid of map.bucket's data field from dwarf...
2014-04-03 Dave Cheneyruntime: check that new slice cap doesn't overflow
2014-04-03 Dave Cheneycmd/gc: fix build
2014-04-03 Ian Lance Taylornet: don't export netFD readFrom, writeTo, readMsg...
2014-04-02 Dave Cheneycmd/pack: fix format string error in log message
2014-04-02 Brad Fitzpatrickcrypto/tls: deflake TestConnReadNonzeroAndEOF
2014-04-02 Russ Coxruntime: revert change to PoisonPtr value
2014-04-02 Russ Coxcmd/gc, cmd/ld, runtime: compact liveness bitmaps
2014-04-02 David du Colombiercmd/8g, cmd/gc: fix warnings on Plan 9
2014-04-02 Russ Coxcmd/gc: shorten even more temporary lifetimes
2014-04-02 Keith Randallcmd/gc: Don't zero more than we need.
2014-04-02 Mikio Haranet: enable unixpacket test on available platforms
2014-04-02 Mikio Haranet: make WriteTo, WriteToUnix and WriteMsgUnix fail...
2014-04-02 Dmitriy Vyukovruntime: ignore pointers to global objects in SetFinalizer
2014-04-02 Keith Randallruntime: zero at start of frame more efficiently.
2014-04-02 Russ Coxcmd/5g, cmd/8g: fix build
2014-04-02 Russ Coxcmd/gc: shorten more temporary lifetimes
2014-04-01 Andrew Gerrandtime: increase timeout in negative sleep duration test
2014-04-01 Keith Randallruntime: get rid of most uses of REP for copying/zeroing.
2014-04-01 Russ Coxruntime: use correct pc to obtain liveness info during...
2014-04-01 Russ Coxcmd/gc: shorten temporary lifetimes when possible
2014-04-01 Russ Coxruntime: adjust GODEBUG=allocfreetrace=1 and GODEBUG...
2014-04-01 Shenghou Maapi: update next.txt
2014-04-01 Shenghou Mahtml/template: fix broken links
2014-04-01 Shenghou Macmd/gc: fix spurious "bad negated constant" for complex...
2014-03-31 Russ Coxbenchcmp: leave a forwarding script
2014-03-29 Shenghou Macmd/ld: pass -Qunused-arguments to clang during host...
2014-03-29 Mike Andrewscmd/ld: don't delete output binary if not "ordinary...
next