]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-12-03 Carl Shapiroruntime: move stack scanning into the parallel mark...
2013-12-03 Keith Randallruntime: get rid of concatstring's vararg C argument.
2013-12-03 Keith Randallruntime: fix race detector when map keys/values are...
2013-12-03 Keith Randallreflect: test to make sure big Zero()-obtained objects...
2013-12-03 Keith Randallreflect: fix Zero() implementation - not every type...
2013-12-02 Keith Randallreflect: prevent the callXX routines from calling makeF...
2013-12-02 Keith Randallruntime: don't use ... formal argument to deferreturn.
2013-12-02 Keith Randallruntime: pass key/value to map accessors by reference...
2013-12-01 Andrew Gerrandtag go1.2
2013-11-27 David Symondsmisc/vim: send Fmt errors to the quickfix list instead...
2013-11-25 Oling Catdoc/install.html: fix a tag.
2013-11-25 David Symondsmisc/vim: describe how to get gofmt-on-save behaviour.
2013-11-20 Rob PikeREADME: Fix installation instructions
2013-11-20 Andrew Gerranddoc: update installation instructions
2013-11-19 dvyukovtest: revert unintentional commits
2013-11-19 dvyukov-
2013-11-19 dvyukov13+
2013-11-18 Andrew Gerrandmisc/dist: fix file regexp
2013-11-18 Andrew Gerrandtag go1.2rc5
2013-11-15 Brad FitzpatrickC: add Marko Mikulicic (Google CLA)
2013-11-14 Russ Coxdoc/asm: more about SP, ARM R11
2013-11-14 Russ Coxencoding/gob: do not use MarshalText, UnmarshalText
2013-11-13 Andrew Gerrandencoding/gob: expose encode/decode example
2013-11-13 Andrew Gerrandtag go1.2rc4
2013-11-13 Rob Pikesrc/cmd/?a: link to new assembler document
2013-11-13 Rob Pikedoc/asm.html: new document, a brief guide to the assembler
2013-11-13 Robert Griesemerspec: clarify rules for blank identifiers
2013-11-13 Andrew Gerranddoc: use the same wording for OS X as the other OSes
2013-11-13 Andrew Gerranddoc: we support all recent versions of OS X
2013-11-12 Robert GriesemerCONTRIBUTORS: add additional e-mail address for Richard...
2013-11-12 Robert GriesemerA+C: Richard Musiol (individual CLA)
2013-11-11 David Crawshawmisc/vim: add a gofmt_command flag for :Fmt
2013-11-11 Olivier Duperraycmd/godoc: document package-level examples
2013-11-08 Dominik Honnefmisc/emacs: various cleanups
2013-11-08 Sameer Ajmaniemacs: allow users to customize the gofmt command,...
2013-11-07 Russ Coxcmd/cgo: fix handling of array of pointers when using...
2013-11-06 Ian Lance Taylordoc: update note about GCC 4.8.2 in gccgo instructions
2013-11-05 Ato Arakigo/doc: add full stop of Japanese, Chinese and Korean.
2013-11-05 Andrew GerrandA+C: Ato Araki (individual CLA)
2013-11-05 Andrew Gerranddoc/go1.2: link to cgo documentation
2013-11-04 Brad Fitzpatricknet/textproto: fix CanonicalMIMEHeaderKey panic
2013-11-04 Andrew GerrandC: add Robert Snedegar (Google CLA)
2013-11-01 Brad FitzpatrickC: add Brad Garcia (Google CLA)
2013-11-01 Andrew Gerrandtag go1.2rc3
2013-10-31 Russ Coxcmd/5l, runtime: fix divide for profiling tracebacks...
2013-10-31 Russ Coxundo CL 19810043 / 352f3b7c9664
2013-10-30 Russ Coxcmd/5l, runtime: make ARM integer division profiler...
2013-10-30 Rob Pikedoc/go1.2.html: delete repeated word
2013-10-30 Rob Pikedoc/go1.2.html: stack sizes, thread limits
2013-10-30 Russ Coxcmd/cgo: accept extra leading _ on __cgodebug_data...
2013-10-30 Alan Donovanundo CL 19010044 / dbcd720e5396
2013-10-30 Brad Fitzpatrickdatabase/sql: document Result methods
2013-10-29 Julien Schmidtdatabase/sql: Fix typos in doc
2013-10-29 David SymondsA+C: Jakob Borg (individual CLA).
2013-10-29 Russ Coxtime: correct path to time zone zip file on Unix
2013-10-29 Russ Coxencoding/xml: fix doc comment
2013-10-29 Brad Fitzpatricknet/http/httputil: fix DumpRequestOut with ContentLengt...
2013-10-29 Dominik Honnefmisc/emacs: various cleanups
2013-10-29 Russ Coxos: do not return Lstat errors from Readdir
2013-10-29 Russ Coxcmd/gc: silence clang warning
2013-10-29 Dominik Honnefmisc/emacs: support godef-jump on import statements
2013-10-29 Russ Coxdebug/dwarf: add DWARF 4 form constants
2013-10-29 Andrew Gerranddoc: update front page summary text
2013-10-29 Russ Coxcmd/cgo: stop using -fno-eliminate-unused-debug-types
2013-10-28 Russ Coxruntime: relax preemption assertion during stack split
2013-10-28 Josh Bleecher... net: handle single-line non-\n-terminated files correct...
2013-10-25 Andrew Gerrandnet/url: fix Encode doc comment
2013-10-25 Andrew Gerrandmisc/linkcheck: better redirect handling, use meaningfu...
2013-10-24 Brad Fitzpatrickstrings: fix Replacer bug with prefix matches
2013-10-24 Matthew Cottinghamdatabase/sql: link to wiki in package docs
2013-10-24 Brad FitzpatrickC+A: add Matthew Cottingham (Individual CLA)
2013-10-23 Jeff Sickelplan9: correct create permissions with union directory
2013-10-23 Andrew Gerrandmisc/dist: use go.tools release branch
2013-10-22 Russ Coxtest/mapnan: use time.Now instead of syscall.Getrusage
2013-10-22 Russ Coxcmd/cgo: use __typeof__, -w instead of typeof, -Wno-all
2013-10-22 Shenghou Matime: fix ParseDuration overflow when given more than...
2013-10-22 Dominik Honnefmisc/emacs: handle empty "import ()" in go-goto-imports
2013-10-22 Russ Coxmath: remove unnecessary source file
2013-10-22 Bill Neubauergo/build: document the go1.2 build tag
2013-10-21 Adam Langleycrypto/x509: name constraints should be a disjunction.
2013-10-21 Adam Langleycrypto/tls: advertise support for RSA+SHA1 in TLS 1...
2013-10-21 David Symondsnet/mail: fix minor doc typo.
2013-10-20 Shenghou Macmd/yacc: fix stderr on Windows.
2013-10-18 Russ Coxcmd/cgo: fix line number in an error message
2013-10-18 Russ Coxcmd/cgo: stop using compiler error message text to...
2013-10-18 Russ Coxcmd/gc: shorten name used for map bucket type
2013-10-18 Russ Coxnet: make sure failed Dial returns nil Conn
2013-10-18 Dmitriy Vyukovruntime: remove nomemprof
2013-10-18 Andrew Gerrandmisc/dist: build race packages when os suffix present
2013-10-18 Andrew Gerrandtag go1.2rc2
2013-10-18 Andrew Gerrandapi: add go1.2.txt, use in tests
2013-10-18 Andrew Gerrandmisc/dist: set default go.tools tag
2013-10-17 Brad Fitzpatricknet/url: fix regression when serializing relative URLs
2013-10-17 Ian Lance Taylorruntime: correct test for when to poll network
2013-10-17 Ian Lance Taylorruntime: correct parameter name in MCentral_AllocList...
2013-10-17 Russ Coxencoding/xml: accept chains of interfaces and pointers
2013-10-17 Alberto García... database/sql: make tests repeatable with -cpu=n,n
2013-10-17 David SymondsA+C: add Jamie Turner (Dropbox corporate CLA).
2013-10-16 Brad Fitzpatrickdatabase/sql: fix some test fmt verbs
2013-10-16 Robert Griesemerspec: clarify re-use of underlying arrays in slice...
next