]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-08-13 Dmitriy Vyukovruntime: eliminate excessive notewakeup calls in timers
2013-08-13 Dmitriy Vyukovsyscall: disable cpu profiling around fork
2013-08-13 Dmitriy Vyukovruntime: fix network timers related crash
2013-08-13 Andrew Gerrandtag go1.1.2
2013-08-13 David Symondsgo/doc: permit a package synopsis to end with ":\n".
2013-08-13 Andrew Gerranddoc: release notes for go1.1.2
2013-08-13 Russ Coxcmd/gc: add temporary-merging optimization pass
2013-08-13 Rob Pikedoc/go1.2.txt: bufio.{Writer,Reader}.Reset
2013-08-13 Brad Fitzpatrickcmd/api: don't fail API check if there's no network
2013-08-13 Russ Coxcmd/6l: fix printing of frame size in TEXT instruction
2013-08-13 Russ Coxcmd/gc: move flow graph into portable opt
2013-08-13 Rob Pikego/build: change the wording of NoGoError and comment...
2013-08-13 Elias Naurtext/template: Make function call builtin handle nil...
2013-08-13 Russ Coxcmd/6g, cmd/8g: proginfo carry fixes
2013-08-12 Russ Coxcmd/gc: support for "portable" optimization logic
2013-08-12 Volker Doblernet/http: do not send malformed cookie domain attribute
2013-08-12 Keith Randallruntime: change textflags from numbers to symbols
2013-08-12 Dmitriy Vyukovruntime/race: add end-to-end test
2013-08-12 Dmitriy Vyukovruntime: remove unused m->racepc
2013-08-12 Dmitriy Vyukovsync/atomic: specify argsize for asm routines
2013-08-12 Russ Coxcmd/5g: factor out prog information
2013-08-12 Russ Coxcmd/5l: fix encoding of new MOVB, MOVH instructions
2013-08-12 Dmitriy Vyukovruntime: fix ARM assembly formatting
2013-08-12 Keith Randallall: change textflags from numbers to symbols.
2013-08-12 Keith Randallmath: convert textflags from numbers to symbols
2013-08-12 Keith Randallsyscall: Convert textflags from numbers to symbols.
2013-08-12 Russ Coxcmd/8g: factor out prog information
2013-08-12 Andrew Gerrandbufio: add Writer example
2013-08-12 Rob Pikebufio: make it clear that the client must call Writer...
2013-08-12 Rob Pikecrypto/rand: simplify example to exploit properties...
2013-08-12 Russ Coxcmd/6g: move opt instruction decode into common function
2013-08-12 Rob Pikedoc/go1.2.txt: json and ampersands
2013-08-11 Dmitriy Vyukovruntime/pprof: add block profile test
2013-08-11 Brad Fitzpatricknet/http: simplify server, use bufio Reader.Reset and...
2013-08-11 Brad Fitzpatrickbufio: drop buffer recycling, add Reader.Reset and...
2013-08-10 Russ Coxcmd/gc: zero pointers on entry to function
2013-08-10 Russ Coxdoc: update go1.2.txt
2013-08-10 ChaiShushanstrconv: fix typo in docs
2013-08-10 Mikio Haranet: move InvalidAddrError type into net.go
2013-08-09 Pieter Droogendijkdoc/go1.2.txt: Added missing changes since 1st of August
2013-08-09 Carl Shapirocmd/cc, cmd/gc, runtime: Uniquely encode iface and...
2013-08-09 Rob Pikeencoding/binary: better description for intReadSize
2013-08-09 Russ Coxcmd/api: eliminate duplicate package import work
2013-08-09 Rob Pikeencoding/binary: fast path for reading slices
2013-08-09 Russ Coxgo/build: add AllTags to Package
2013-08-09 Russ Coxencoding/json: escape & always
2013-08-09 Keith Randallruntime: Better test tracebackability of jmpdefer when...
2013-08-09 Taru Karttunennet/http: Make ReadResponse work with a nil Request...
2013-08-09 Dominik Honnefmisc/emacs: add support for mode=count coverage
2013-08-09 Nicolas Owensnet: fix LookupSRV ordering on plan 9
2013-08-09 Pieter Droogendijkmime: escape backslash in attribute values
2013-08-09 Carl Shapirocmd/cc: use a temporary bitmap when constructing pointe...
2013-08-09 Pieter Droogendijkstrings: add test for Count
2013-08-09 Brad Fitzpatrickio/ioutil: add WriteString to Discard
2013-08-09 Dmitriy Vyukovruntime: fix netbsd build
2013-08-09 Dmitriy Vyukovnet: add special netFD mutex
2013-08-09 Brad Fitzpatrickencoding/json: faster encoding
2013-08-09 Ian Lance Taylornet: give C.getaddrinfo a hint that we only want SOCK_S...
2013-08-09 Dominik Honnefmisc/emacs: clear previous overlays before adding new...
2013-08-09 Ian Lance Taylortest: update bug086.go for current gccgo behaviour
2013-08-09 Rob Pikeencoding/binary: fix 32-bit build
2013-08-09 Rob Pikeencoding/binary: speed up writing slices of integers
2013-08-09 Russ Coxcmd/go: cgo programs depend on syscall
2013-08-09 Dmitriy Vyukovruntime: traceback running goroutines
2013-08-09 Rob Pikeencoding/binary: document its goals better
2013-08-09 Rick Arnoldcmd/gc: make missing package error fatal
2013-08-09 Pieter Droogendijkencoding/csv: always allow trailing commas
2013-08-09 Rémy Oudomphengcmd/5c, cmd/5g, cmd/5l: turn MOVB, MOVH into plain...
2013-08-09 Russ Coxcmd/go: install godoc into correct directory
2013-08-09 Shivakumar GNmisc/pprof: pprof on windows does not provide demangled...
2013-08-09 Rob Piketext/template/parse: nicer error when comment ends...
2013-08-09 Russ Coxcmd/cc: restore correct meaning of %Q
2013-08-09 Rob Pikereflect: avoid allocation when interface's contents...
2013-08-09 David Symondsnet/mail: comment our divergence from RFC 5322.
2013-08-09 Mikio Haranet: separate unix pollster initialization from network...
2013-08-08 Volker Doblernet: avoid string operation and make valid domain names...
2013-08-08 Dominik Honnefmisc/emacs: Add support for code coverage output of...
2013-08-08 Brad Fitzpatrickcmd/api: add a benchmark over the standard library
2013-08-08 Rémy Oudomphengcmd/5c, cmd/5g, cmd/5l: introduce MOVBS and MOVHS instr...
2013-08-08 Robert Griesemercmd/api: rewrite using go/types
2013-08-08 Brad Fitzpatricknet/http: fix early side effects in the ResponseWriter...
2013-08-08 Russ Coxcmd/gc: fix stkptrsize calculation
2013-08-08 Russ Coxcmd/gc: make bitmaps shorter
2013-08-08 Brad Fitzpatrickcmd/api: show output of api tool even if exit status...
2013-08-08 Brad Fitzpatrickos: fix windows and plan9 builds
2013-08-08 Brad Fitzpatrickcmd/api: update run.go to fetch from go.tools when...
2013-08-08 ChaiShushanmisc/notepadplus: fix functionList regex issue
2013-08-08 Dmitriy Vyukovruntime: print scavenger details when forced with debug...
2013-08-08 Russ Coxcmd/gc: move large stack variables to heap
2013-08-08 Pieter Droogendijkos: make Readdir work as documented
2013-08-08 Dmitriy Sheleninencoding/xml: allow attributes stored in pointers to...
2013-08-08 Brad FitzpatrickA+C: add googlemail aliases for deemok
2013-08-08 Brad FitzpatrickA+C: Dmitriy Shelenin (individual CLA)
2013-08-08 Ryan Sladenet/mail: AddressList fails to parse addresses with...
2013-08-08 Pieter Droogendijkdoc/go1.2.txt: document previously committed features
2013-08-08 Dmitriy Vyukovruntime: use GetQueuedCompletionStatusEx on windows...
2013-08-08 Dmitriy Vyukovnet: use SetFileCompletionNotificationModes on windows...
2013-08-08 Rob Pikeregexp/syntax: make it clearer that \b and \B are ASCII...
2013-08-08 Rob Pikecontainer/list: fix typo in comment
2013-08-08 Rob Pikedoc/go1.2.txt: flag now exports CommandLine
next