]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-01-18 Shenghou Matime: add note about Parse()'s choice of default year
2013-01-18 Anthony Martincmd/dist: update for new flag parsing on Plan 9
2013-01-18 Russ Coxbuild: change GO386=sse to GO386=sse2
2013-01-18 Raph Leviencompress/flate: Performance improvement for inflate
2013-01-18 Russ Coxdoc/contribute.html: mention hg mail during hg change...
2013-01-18 Rémy Oudomphengcmd/gc: don't hash nor compare struct padding or blank...
2013-01-18 Andrew Gerrandlib/godoc: link to Projects wiki page instead of dashboard
2013-01-18 Alex Brainmantime: Sleep does better job then runtime.Gosched in...
2013-01-18 Andrew Gerrandmisc/dashboard/godashboard: delete
2013-01-18 Andrew Gerrandtesting: allow examples to pass (fix build)
2013-01-17 Andrew Gerrandhtml/template: remove noescape support
2013-01-17 Andrew Gerrandtesting: catch panicking example and report, just like...
2013-01-17 David SymondsC: add Carl Shapiro (Google CLA).
2013-01-17 Shenghou Maall: remove exec bit on files
2013-01-17 Shenghou Macmd/vet: don't complain about Error()
2013-01-17 Shenghou Madoc/go_spec.html: clarification about insertion during...
2013-01-17 Shenghou Macmd/godoc: when redirecting don't clear query string
2013-01-17 Shenghou Maos: use SameFile in TestStartProcess
2013-01-17 Shenghou Matesting: introduce (*B).ReportAllocs()
2013-01-17 Oling Catdoc/articles/json_and_go: fix some format.
2013-01-17 Volker Doblertime: add Timer.Reset
2013-01-17 Andrew Balholmexp/html: remove "INCOMPLETE" comment
2013-01-16 Robert Griesemergo/types: correct result type for append (bug fix)
2013-01-16 Matthew Dempskynet/http: Serve creates service goroutines, not service...
2013-01-15 Brad Fitzpatricknet/http: fix racy test
2013-01-15 Andrew Gerranddoc: fix various fragment links
2013-01-14 Mikio Haranet: simplify ListenMulticastUDP
2013-01-14 Mikio Harasyscall: simplify socket control messages
2013-01-14 Robert Griesemergo/types: set type of lhs ident in type switch guards
2013-01-14 Robert Griesemergo/types: various minor fixes
2013-01-14 Brad Fitzpatricktime: fix race
2013-01-14 Robert Griesemergo/types: mark completely imported packages as such
2013-01-14 Robert Griesemergo/types: callback for *ast.Ident -> Object mapping
2013-01-14 Francesc Campoyhtml/template: Clarifying references to "text/template...
2013-01-14 Mikio Harasyscall: simplify netlink sockets
2013-01-14 Rémy Oudomphengencoding/json: fix panics on type mismatches.
2013-01-14 Alex Brainmanencoding/gob: fix broken test (fix build)
2013-01-14 Kyle Lemonsencoding/gob: handle encoding of different indirects...
2013-01-13 Andrew Gerrandmisc/dashboard/codereview: add campoy to list of gophers
2013-01-13 Andrew Gerrandcmd/godoc: support m=text parameter for text files
2013-01-13 Robert Griesemergo/types: Moving from *ast.Objects to types.Objects...
2013-01-12 Anthony Martincmd/5l: fix invalid executable header on Plan 9
2013-01-12 Rémy Oudomphengcmd/5c: fix handling of side effects when assigning...
2013-01-12 Dave Cheneytest: limit runoutput tests on arm platforms
2013-01-12 Lucio De Rebuild: add missing function declarations for Plan 9
2013-01-12 Caleb Spare testing: document whitespace trimming of example...
2013-01-12 Kamil Kisieltext/template: Document that range can be used on chan...
2013-01-12 Ryan Sladetesting: in example, empty output not distinguished...
2013-01-11 Brad Fitzpatricknet/http/cgi: fix test case sensitivity on Windows
2013-01-11 Robert Griesemergo/types: export QualifiedName.IsSame and NamedType...
2013-01-11 Brad Fitzpatrickdatabase/sql: document args, add a couple examples
2013-01-11 Robert Griesemergo/types: Moving from *ast.Objects to types.Objects...
2013-01-11 Rémy Oudomphengtest: add rotate.go and fixedbugs/bug313
2013-01-11 Gwenael Treguierdatabase/sql: check NumInput on Stmt.Exec
2013-01-11 Rémy Oudomphengtest: adapt old-style tests to new flag parsing.
2013-01-11 Rémy Oudomphengtest: make rundir match compiledir/errorcheckdir.
2013-01-11 Brad Fitzpatricknet/http: buffer before chunking
2013-01-11 Georg Reinkeos: use syscall.Pipe2 on Linux
2013-01-11 Daniel Morsingcmd/6g, cmd/8g: Allow optimization of return registers.
2013-01-11 Stéphane Travostinobytes: fix UnreadByte failure after ReadBytes
2013-01-11 Shenghou Macmd/gc, cmd/ld: update doc.go for -race
2013-01-11 Shenghou Macmd/5g: allow optimization of return registers.
2013-01-11 Shenghou Macmd/5l: support -Z (zero stack frame at function entry)
2013-01-11 Rick Arnoldencoding/json: improve performance of Unmarshal on...
2013-01-11 Alex Brainmannet: use windows ConnectEx to dial (when possible)
2013-01-11 Georg Reinkesyscall: implement Pipe2 on Linux and use it in ForkExec
2013-01-10 Rémy Oudomphengruntime: work around 5c bug in GC code.
2013-01-10 Jan Ziakruntime: interpret type information during garbage...
2013-01-10 Ian Lance TaylorA+C: Georg Reinke (individual CLA)
2013-01-10 Dmitriy Vyukovruntime: faster segmented stacks
2013-01-10 Dmitriy Vyukovruntime: less aggressive per-thread stack segment caching
2013-01-10 Matthew Dempskydoc/contribute: Link to IssueTracker docs for more...
2013-01-09 Ian Lance Taylorcmd/cgo: for gccgo: use intgo, don't use slice as void...
2013-01-09 Robert Griesemercontainer/list: avoid memory leaks
2013-01-09 Anthony Martincmd/ld: fix incompatible type signatures on Plan 9
2013-01-09 Dave Cheneycmd/go: remove $GOROOT as a go get target
2013-01-09 Ian Lance Taylorcmd/go: get -m options from GOARCH when using gccgo
2013-01-09 Rémy Oudomphenggo/types: don't parse imported packages multiple times.
2013-01-09 Rémy Oudomphengcmd/gc: add space to export data to match linker expect...
2013-01-09 Dave Cheneycmd/dist: drop unneeded clang flags
2013-01-09 Robert Griesemergo/printer, gofmt: don't print unneeded parentheses...
2013-01-09 Robert Griesemergo/parser: better error message for declaration error
2013-01-09 Robert Griesemerspec: clarify short variable declaration corner cases
2013-01-09 Andrey Mirtchovskiutf8: fix typo.
2013-01-09 Brad Fitzpatricknet/http: don't buffer request writing if dest is alrea...
2013-01-09 Matthew Dempskydoc: Mention godoc's handling of example functions.
2013-01-09 Sameer Ajmanimisc/emacs: update go-mode syntax table and comment...
2013-01-08 Robert Griesemergo/types: "inherit" type in constant declarations w...
2013-01-08 Brad Fitzpatrickall: use io.ByteWriter now that it exists
2013-01-08 Oling Catdoc/articles/go_command: remove an extra word.
2013-01-08 Alex Brainmannet/http/cgi: make it work without REQUEST_URI environm...
2013-01-08 Jason Traviscmd/vet: fix doc typo.
2013-01-08 David SymondsA+C: Jason Travis (individual CLA)
2013-01-08 Robert Griesemerspec: s/char_lit/rune_lit/
2013-01-07 Rémy Oudomphengcmd/gc: fix uintptr(nil) issues.
2013-01-07 Dave Cheneycmd/go: use filepath.SplitList when inspecting GOPATH
2013-01-07 Andrew Gerrandgo/doc: recursively inspect selector expressions
2013-01-07 Nigel Taoimage/jpeg: handle those (unusual) grayscale images...
2013-01-07 David Symondscmd/vet: %#q is a valid format (uses raw quotes).
2013-01-07 Russ Coxcmd/gc, cmd/ld: rename -b to -race
next