]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-12-20 Christopher... .hgignore: ignore autogenerated files
2011-12-20 Russ Coxruntime/cgo: fix build
2011-12-20 Russ Coxgo: build runtime/cgo
2011-12-20 Rob Pikepanics: use the new facilities of testing.B instead
2011-12-20 Robert Griesemergo/ast, parser: remember short variable decls. w/ corre...
2011-12-20 Rob Piketesting: allow benchmarks to print and fail
2011-12-20 Maxim Pimenovcgo: support export for built-in types
2011-12-20 Roger Peppeencoding/binary: add more benchmarks
2011-12-20 Robert Hencketime: JSON marshaler for Time
2011-12-20 Russ Coxgo: build runtime
2011-12-20 Ian Lance Taylorsyscall: remove unnecessary semicolon from mksyscall.pl
2011-12-20 Ian Lance Taylorstrconv: remove obsolete comment.
2011-12-20 Ian Lance Taylorruntime: correct '.' to '·' in comments
2011-12-20 Andrew Gerranddashboard: todo sends full Commit with Kind field
2011-12-20 Andrew Gerrandencoding/binary: add Write and Read examples
2011-12-20 Joel Sing5l/6l/8l: add support for netbsd signature note section
2011-12-20 Alex Brainmannet/http: test should not leave tmp files behind on...
2011-12-20 Alex Brainmanos: make sure Remove returns correct error on windows
2011-12-20 Alex Brainmanold/template: close file in TestAll before deleting it
2011-12-20 Andrew Gerranddashboard: display correct package build state
2011-12-19 Andrew Balholmhtml: ignore <caption>, <col>, <tbody> etc. when parsin...
2011-12-19 Brad Fitzpatrickzip: fix data race in test
2011-12-19 Mikio Harasyscall: regenerate z-files for linux/arm
2011-12-19 Ian Lance Taylorexec: disable new test to fix build
2011-12-19 Rémy Oudomphengstrconv: implement faster parsing of decimal numbers.
2011-12-19 Rob Pikedoc: delete go course notes
2011-12-19 Ian Lance Taylornet, syscall, os: set CLOEXEC flag on epoll/kqueue...
2011-12-19 Russ Coxgc: avoid unsafe in defn of package runtime
2011-12-19 Russ Coxruntime: separate out auto-generated files, take 2
2011-12-19 Rémy Oudomphengencoding/json: cleanup leftover variables in array...
2011-12-19 Rémy Oudomphengstrconv: reduce buffer size for multi-precision decimals.
2011-12-19 Brad Fitzpatrickexec: add test to verify net package's epoll fd doesn...
2011-12-19 Christopher... syscall: Changes to the syscall package to support...
2011-12-19 Adam Langleycrypto/tls: don't assume an RSA private key in the...
2011-12-19 Alex Brainmannet/http: test both texta and textb values, not texta...
2011-12-19 Alex Brainmanio/ioutil: close file in TestWriteFile before deleting it
2011-12-19 Andrew Gerranddashboard: improve formatting of build status page
2011-12-19 Andrew Gerrandbuilder: send commit time to dashboard
2011-12-19 Andrew Gerrandarchive/zip: add SetModTime method to FileHeader
2011-12-19 Andrew Gerranddashboard: hide build status column (package builder...
2011-12-19 Nigel Taohtml: handle text nodes in foreign content.
2011-12-19 Andrew Gerrandencoding/json: examples for Marshal and Unmarshal
2011-12-19 Gustavo Niemeyertext/template: fix handing of nil arguments to functions
2011-12-18 Paul Sbarravim: fix go filetype detection
2011-12-18 Andrew Gerranddoc: suggest code.google.com/p/go instead of go.googlec...
2011-12-17 Christopher... os: Add NetBSD support for recent signal changes.
2011-12-17 Rob Pikeruntime: use correct traceback file on arm
2011-12-17 Andrew Gerrandgoinstall: only suggest -fix for bad imports when appro...
2011-12-17 Andrew Gerrandgo/build: remove 'go/build' from error messages
2011-12-16 Russ Coxruntime: hg revert -r 6ec0a5c12d75
2011-12-16 Robert Griesemergo/printer, gofmt: fine tuning of line spacing
2011-12-16 Russ Coxruntime: fix build on gri's machine
2011-12-16 Russ Coxruntime: fix build
2011-12-16 Olivier Duperraywebsocket: fix a trivial example server
2011-12-16 Russ Coxruntime: separate out auto-generated files
2011-12-16 Russ Coxruntime: fix build
2011-12-16 Russ Coxruntime: make more build-friendly
2011-12-16 Rob Pikeencoding/gob: arrays are zero only if their elements...
2011-12-16 Rob Pikegob: isZero for struct values
2011-12-16 Maxim Pimenovvarious: use $GCFLAGS and $GCIMPORTS like Make does
2011-12-16 Volker Doblernet/http: Added interface for a cookie jar.
2011-12-16 Miki Tebekacodereview: Initialize "found" in codereview.py.
2011-12-16 Mikio Harasyscall: sort Makefile, mkall.sh and mkerrors.sh entries
2011-12-16 Mikio Haranet: sort Makefile entries
2011-12-16 Alex Brainmango/build: make sure syslist.go is gofmted
2011-12-16 Russ Coxgo: implement test command
2011-12-16 Andrew Gerranddashboard: improve key panic message
2011-12-16 Russ Coxio/ioutil: remove another reference to _test
2011-12-15 Andrew Gerrandmisc/dashboard: user interface
2011-12-15 Russ Coxcrypto/tls: quiet build
2011-12-15 Alex Brainmanld: allow for IMAGE_REL_AMD64_ADDR32NB relocation type
2011-12-15 Russ Coxos/exec: fix -test.run argument for new 'go test'
2011-12-15 Russ Coxio/ioutil, old/template: do not assume _test exists...
2011-12-15 Rob Pikegovet: add checking for printf verbs
2011-12-15 Volker Doblergodoc: Allow examples for methods.
2011-12-15 Andrew Gerrandtesting: trim spaces before comparing example output
2011-12-15 Nigel Taohtml: handle end tags in foreign objects.
2011-12-15 Robert Griesemergo/printer, gofmt: don't write too many newlines
2011-12-15 Dave Cheneyexp/ssh: simplify Stdin/out/errPipe methods
2011-12-15 Rob Pikegovet: divide the program into one file per vetting...
2011-12-15 Rob Pikefmt: speed up floating point print, clean up some code
2011-12-15 Brad Fitzpatrickjson: use strconv.Append variants to avoid allocations...
2011-12-15 Russ Coxgo: help messages for 'go test'
2011-12-15 Robert Griesemergo spec: be precise about newlines
2011-12-15 Robert Griesemergo/scanner: strip CRs from raw literals
2011-12-15 Russ Coxmore tags for go/build
2011-12-15 Brad Fitzpatricksql: add Rows.Columns
2011-12-15 Brad Fitzpatrickjson: some tests to demonstrate bad error messages
2011-12-15 Russ Coxos: make compatible with go/build
2011-12-15 Russ Coxtest/bench/go1: first draft of Go 1 benchmark suite
2011-12-15 Christopher... os: OS-dependent bits to support NetBSD.
2011-12-15 Luuk van Dijkgc: inlining, allow empty bodies, fix _ arguments.
2011-12-15 Luuk van Dijkgc: omit argument names from function types in error...
2011-12-15 Luuk van Dijkgc: better loopdepth analysis for labels
2011-12-15 Roger Peppetime: new AddDate method
2011-12-15 Dave Cheneyexp/ssh: rename ClientAuthPublicKey helper ClientAuthKe...
2011-12-15 Russ Coxgc: implement and test \r in raw strings
2011-12-15 Andrew Gerranddoc: remove an errant dot.
2011-12-15 Andrew Gerrandtag weekly.2011-12-14
2011-12-15 Andrew Gerrandweekly.2011-12-14 weekly.2011-12-14
next