]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2013-08-08 Rob Pikeflag: export commandLine, the previously internal defau...
2013-08-07 Keith Randallruntime: Record jmpdefer's argument size.
2013-08-07 Brad Fitzpatrickbuild: change how cmd/api is run in run.bash and run.bat
2013-08-07 Dmitriy Vyukovruntime: fix traceback in cgo programs
2013-08-07 Dmitriy Vyukovruntime: do not run TestCgoSignalDeadlock on windows...
2013-08-07 Carl Shapirocmd/cc, cmd/gc, runtime: emit bitmaps for scanning...
2013-08-07 Keith Randallruntime: convert .s textflags from numbers to symbolic...
2013-08-07 Pieter Droogendijknet/http: Various fixes to Basic authentication
2013-08-07 Ian Lance Taylortest: add cases to return.go that gccgo got wrong
2013-08-07 Ian Lance Taylortest: fix return.go to remove unused labels
2013-08-07 Ian Lance Taylortest: fix return.go to not use fallthrough in a type...
2013-08-07 Keith Randallcmd/ld: Put the textflag constants in a separate file.
2013-08-07 Alex Brainmannet: fix small bug introduced by 48f7c4dd87fe
2013-08-07 Josh Bleecher... net/http: do not send redundant Connection: close heade...
2013-08-07 Brad Fitzpatricknet/http: treat HEAD requests like GET requests
2013-08-06 Rob Pikeall: fix up language in a couple of comments
2013-08-06 Rob Pikedoc/articles/laws_of_reflection.html: fix name of variable
2013-08-06 Rob Pikefmt: fix up zero padding
2013-08-06 Brad Fitzpatrickstrings: add IndexByte benchmark
2013-08-06 Keith Randallruntime: don't mark the new call trampolines as NOSPLIT.
2013-08-06 Mikio Haranet: add dial, listenStream and listenDatagram methods...
2013-08-06 Rob Pikeruntime: use correct types for maxstring and concatstring
2013-08-06 Brad Fitzpatrickos: fix plan9 build
2013-08-06 Dustin Sallingsarchive/zip: allow user-extensible compression methods
2013-08-06 Brad FitzpatrickA+C: Dustin Sallings (individual CLA)
2013-08-06 Russ Coxruntime/pprof: adjust test
2013-08-06 Dmitriy Vyukovnet: test that Read/Write do 0 allocations
2013-08-06 Mikio Harasyscall: fix IPv6 wrong network mask on latest FreeBSD
2013-08-06 ChaiShushanmisc/notepadplus: simplify Function List regex
2013-08-06 Mikio Haranet: separate pollster initialization from network...
2013-08-06 David du Colombierruntime: fix Plan 9 build
2013-08-06 Brad Fitzpatricknet: detect bad F_DUPFD_CLOEXEC on OS X 10.6
2013-08-06 Rob Pikeruntime: change int32 to intgo in findnull and findnullw
2013-08-06 Dmitriy Vyukovnet: fix intentional build breakage introduced in 12413043
2013-08-06 Dmitriy Vyukovnet: reduce number of memory allocations during IO...
2013-08-06 Dmitriy Vyukovruntime: use gcpc/gcsp during traceback of goroutines...
2013-08-06 Kyle Lemonsflag: document the zero value of FlagSet
2013-08-06 Keith Randallruntime: Use old reflect.call implementation from cgo.
2013-08-06 Brad Fitzpatrickapi: update next.txt
2013-08-05 Russ Coxruntime/pprof: test multithreaded profile, remove OS...
2013-08-05 Brad Fitzpatrickundo CL 12486043 / ab644299d124
2013-08-05 Brad Fitzpatrickall: use strings.IndexByte instead of Index where possible
2013-08-05 Pieter Droogendijkcontainer/heap: add Fix and document the min is element 0.
2013-08-05 Brad Fitzpatricknet: use F_DUPFD_CLOEXEC when duping fds
2013-08-05 Keith Randallreflect: Get rid of the test for the error message...
2013-08-05 Brad Fitzpatrickstrings: use runtime assembly for IndexByte
2013-08-05 Dave Cheneyruntime: tune append crossover on amd64 and 386
2013-08-05 Keith Randallcmd/gc: get rid of redundant slice bound check.
2013-08-05 Rémy Oudomphengcmd/gc: fix inlining of unnamed structs with embedded...
2013-08-05 Russ Coxcompress/bzip2: support concatenated files
next