]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-11-01 Andrew Gerrand[release-branch.go1.2] test/mapnan: use time.Now instea...
2013-11-01 Andrew Gerrand[release-branch.go1.2] cmd/cgo: use __typeof__, -w...
2013-11-01 Andrew Gerrand[release-branch.go1.2] time: fix ParseDuration overflow...
2013-11-01 Andrew Gerrand[release-branch.go1.2] misc/emacs: handle empty "import...
2013-11-01 Andrew Gerrand[release-branch.go1.2] math: remove unnecessary source...
2013-11-01 Andrew Gerrand[release-branch.go1.2] go/build: document the go1.2...
2013-11-01 Andrew Gerrand[release-branch.go1.2] crypto/x509: name constraints...
2013-11-01 Andrew Gerrand[release-branch.go1.2] crypto/tls: advertise support...
2013-11-01 Andrew Gerrand[release-branch.go1.2] net/mail: fix minor doc typo.
2013-11-01 Andrew Gerrand[release-branch.go1.2] cmd/yacc: fix stderr on Windows.
2013-11-01 Andrew Gerrand[release-branch.go1.2] cmd/cgo: fix line number in...
2013-11-01 Andrew Gerrand[release-branch.go1.2] cmd/cgo: stop using compiler...
2013-11-01 Andrew Gerrand[release-branch.go1.2] cmd/gc: shorten name used for...
2013-10-31 Andrew Gerrand[release-branch.go1.2] net: make sure failed Dial retur...
2013-10-31 Andrew Gerrand[release-branch.go1.2] runtime: remove nomemprof
2013-10-31 Andrew Gerrand[release-branch.go1.2] misc/dist: build race packages...
2013-10-18 Andrew Gerrandgo1.2rc2 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...
2013-10-16 Alberto García... database/sql: Fix connection leak and potential deadlock
2013-10-16 Alberto García... database/sql: fix double decrement of numOpen count...
2013-10-16 Shenghou Macmd/cgo: simpler fix for issue 6506.
2013-10-16 Shenghou Madoc/effective_go.html: fix code example
2013-10-15 Russ Coxcmd/cgo: print the builtin prolog after the per-file...
2013-10-15 Alex Brainmanundo CL 14231047 / 2f4c2dde2756
2013-10-15 Russ Coxcmd/cgo: fix Xcode 5 incompatibility for #defined expre...
2013-10-15 Russ Coxmisc/cgo/test: cut out non-standard functions
2013-10-15 Russ Coxmisc/cgo/test: fix build (define prototype for alloca)
2013-10-15 Russ Coxcmd/cgo: work around bug in clang debug info for builti...
2013-10-15 Oling Catdoc/contrib.html: fix some tags
2013-10-15 Alex Brainmanruntime/pprof: disable flaky TestGoroutineSwitch on...
2013-10-14 Keith Randallcmd/gc: fix comment about performing indexing at compil...
2013-10-14 Michael Piateknet/http: skip content-type sniffing if the header...
2013-10-14 David SymondsC: add Michael Piatek (Google CLA).
2013-10-14 Ian Lance Taylordebug/dwarf: report the value of an unrecognized attrib...
2013-10-14 Shenghou Macmd/api: make it work even when cgo is disabled
2013-10-12 Shenghou Madoc: fix small HTML problems
2013-10-11 Rob Pikedoc/effective_go.html: fix unescaped less-than character
2013-10-11 Ian Lance Taylorgo/build: add GOOS and GOARCH to name of gccgo pkg...
2013-10-11 Ian Lance Taylorgo/build: fix test if built with CGO_ENABLED=0
2013-10-11 Ian Lance Taylormisc/cgo/test: fix C panic test to work with gccgo
2013-10-11 Ian Lance Taylordoc/progs: don't try building cgo tests if CGO_ENABLED=0
2013-10-11 Shenghou Macmd/gc: re-word some error messages
2013-10-11 Andrew Gerrandgo.tools/misc/dist: copy doc.go from go.tools to go...
2013-10-11 Yasuhiro Matsumotomisc/vim: complete packages in src directory
2013-10-11 Rob Pikedoc/effective_go.html: fix a couple of cosmetic issues
2013-10-11 Francesc Campoylib/codereview: return an empty list when CONTRIBUTORS...
2013-10-10 Dominik Honnefcodereview: fix hg sync closing of CLs for subrepositories
2013-10-10 Dominik Honnefmisc/emacs: send correct content-length to the playground
2013-10-10 Dominik Honnefmisc/emacs: don't treat (foo)(bar) as a function call...
2013-10-09 Ian Lance Taylornet: fix TestDialFailPDLeak to work when GOMAXPROCS...
2013-10-09 Keith Randallruntime: markfreed's error reports should be prefixed...
2013-10-09 Ian Lance Taylorcmd/go: add any .c/.cc files to the SWIG shared library
2013-10-09 Ian Lance Taylorruntime/cgo: mark callback functions as NOSPLIT
2013-10-09 Russ Coxdebug/dwarf: handle surprising clang encoding
2013-10-09 Ian Lance Taylornet: fix typo in failure message in test
2013-10-09 Russ Coxcompress/flate: fix infinite loop on malformed data
2013-10-08 Rob Pikelib/time: update time zone files to version 2013g
2013-10-08 Rob Pikeencoding/gob: add examples
2013-10-08 Andrew Gerranddoc: fix a few broken links
2013-10-08 Alan Donovantest: revert changes made for Go SSA interpreter test.
2013-10-08 Carl Shapirocmd/go, runtime: express armv5t architecture constraint...
2013-10-08 Andrew GerrandA+C: Tw (individual CLA)
2013-10-08 Andrew Gerranddoc/articles/wiki: fix path handling and clean up test...
2013-10-07 Rob Pikemath: the trig functions work in radians; document...
2013-10-07 Robert Griesemerspec: unsafe.Pointers are pointers
2013-10-07 Dominik Honnefmisc/emacs: find unused imports where path and package...
2013-10-07 Joel Singos/user: fix user lookups on dragonfly
2013-10-07 Joel Singos/user: enable tests on all supported platforms
2013-10-07 Joel Singos/signal: make test logs reflect reality
2013-10-07 Jeff Sickelcodereview: move dotfiles out of user home director...
2013-10-07 Russ CoxA+C: Jeff Sickel (individual CLA)
2013-10-05 David SymondsA+C: add Marko Juhani Silokunnas (individual CLA).
2013-10-04 Keith Randallruntime: fix bug in maps at the intersection of iterato...
2013-10-04 Keith Randallruntime: remove 3 unused declarations.
2013-10-04 Ian Lance Taylorreflect: test using a MakeFunc value in a couple of...
2013-10-04 Mikio Haradoc/go1.2.html: update a minor change to syscall
2013-10-04 Alex Brainmanruntime: collect profiles even while on g0 stack
2013-10-04 Andrew GerrandA+C: Matt Reiferson (individual CLA)
2013-10-03 Andrew Gerranddoc: move spec and memory model back to /ref/
2013-10-03 Robert Griesemerspec: added additional links, added missing 'label'
2013-10-03 Ian Lance Taylorreflect: add a test that gccgo mishandled
2013-10-03 Robert Henckespec: fix small typo in comment for example
2013-10-03 Robert Henckegofmt: explain why lower bounds aren't automatically...
2013-10-03 Russ Coxdoc: remove link to PackageVersioning wiki
2013-10-03 Rob Pikesync/atomic: explain how to subtract an unsigned constant
2013-10-03 Russ Coxgo/doc: update ToHTML doc comment
2013-10-03 Russ Coxruntime: change default stack segment size to 8 kB
2013-10-03 Russ Coxdoc/faq: add a FAQ about versioning
2013-10-03 Dave Daycmd/gc: support -installsuffix in the compiler and...
2013-10-03 Yasuhiro Matsumotomisc/vim: Autocompletion for :Godoc command
2013-10-03 Russ Coxnet: use original argument in lookup error
next