]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-02-20 Dmitriy Vyukovruntime/debug: deflake TestFreeOSMemory
2013-02-20 Dmitriy Vyukovruntime: fix deadlock detector false negative
2013-02-20 Dmitriy Vyukovruntime: ensure forward progress of runtime.Gosched...
2013-02-20 Brad Fitzpatrickdoc: fix old broken link
2013-02-20 Péter Surányipath/filepath, os/exec: unquote PATH elements on Windows
2013-02-20 Brian Dellisantiwindows: fix syscall.SidTypeUser so following consts...
2013-02-20 Carl Shapiroruntime: add conversion specifier to printf for char...
2013-02-20 Akshat Kumarnet: Plan 9: open data file and set remote-addr properly
2013-02-19 Mikio Haranet: set up IPv6 scoped addressing zone for network...
2013-02-19 Mikio Haranet: return correct point-to-point interface address...
2013-02-19 Alan Donovango/types: include package import path in NamedType...
2013-02-19 Robert Griesemerexp/README: update README
2013-02-19 Robert Griesemercmd/godoc: use go/build to determine package and exampl...
2013-02-19 Kamil Kisielpath/filepath: add examples for SplitList and Rel.
2013-02-19 Russ Coxpath/filepath: document Dir better
2013-02-19 Andrew Wilkinsgo/types: Use left-hand side's type as hint for right...
2013-02-19 Robin Eklinddebug/dwarf: add flag_present attribute encoding.
2013-02-19 Donovan Hidestrings: faster Count, Index
2013-02-19 Russ CoxA+C: Donovan Hide (individual CLA)
2013-02-19 Russ Coxcodereview: give up on http fetch after 30 seconds
2013-02-19 Russ Coxruntime: replace bubble sort with heap sort in select
2013-02-19 Russ Coxreflect: document tie-breaking in Select
2013-02-19 Robin Eklindsrc: use internal tests if possible
2013-02-19 Shenghou Madoc/gccgo_contribute: mention gofrontend-dev@googlegrou...
2013-02-19 Lucio De Resrc/run.rc: "go env -9" is not valid, the correct comma...
2013-02-19 Volker Doblerexp/cookiejar: store cookies under TLD+1 on nil public...
2013-02-19 Andrew Wilkinsgo/types: Permit dereferencing of named pointer types.
2013-02-18 Robert Griesemergo/types: Pkg *Package field for all objects
2013-02-18 Russ Coxruntime: preparation for non-Go threads running Go...
2013-02-18 Russ Coxcmd/6c: fix build
2013-02-18 Russ Coxcmd/6c, cmd/8c: cut stack frames by about half
2013-02-18 Dmitriy Vyukovruntime/debug: make TestFreeOSMemory repeatable
2013-02-18 David Symondsmisc/vim: update installation instructions to work...
2013-02-18 Volker Doblerexp/cookiejar: make cookie sorting deterministic.
2013-02-17 Joel Singruntime: fix sigaction struct on freebsd
2013-02-17 Rémy Oudomphengstrings: better mean complexity for Count and Index.
2013-02-16 Georg Reinkeruntime: fix build on openbsd
2013-02-16 Mikio Haranet: add IPConn through Conn test
2013-02-16 Dave Cheneyruntime: fix unused variable warning
2013-02-15 Russ Coxundo CL 7310096 / 59da6744d66d
2013-02-15 Russ Coxos: point users of ProcessState.SysUsage to getrusage(2)
2013-02-15 Russ Coxbuild: clang support
2013-02-15 Russ Coxapi: refresh next.txt
2013-02-15 Russ Coxruntime: allow mem profiles with GOGC=off
2013-02-15 Russ Coxruntime: show frame pointer values during throw
2013-02-15 Russ Coxruntime: make return from main wait for active panic
2013-02-15 Russ Coxcmd/go: reject case-insensitive file name, import colli...
2013-02-15 Russ Coxspec: clarify when range x does not evaluate x
2013-02-15 Russ Coxruntime/pprof: adjust reported line numbers to show...
2013-02-15 Russ Coxruntime: allocate heap metadata at run time
2013-02-15 Dmitriy Vyukovruntime: ensure forward progress of runtime.Gosched...
2013-02-15 Russ Coxruntime: check rt_sigaction return values on linux
2013-02-15 Russ Coxencoding/binary: make type error more specific
2013-02-15 Russ Coxexp/cookiejar: fix windows/386 build
2013-02-15 Russ Coxruntime: fix build on linux
2013-02-15 Russ Coxexp/cookiejar: fix windows builder
2013-02-15 Russ Coxruntime: fix running under nohup
2013-02-15 Adam Langleycrypto/x509: support IP SANs.
2013-02-15 Dmitriy Vyukovruntime: fix debug output
2013-02-15 Alex Brainmanmime: do not test for .wav on windows
2013-02-15 Alex Brainmanmime: use .wav instead of .bmp during windows tests
2013-02-15 Alex Brainmannet: delete TestDialTimeoutHandleLeak
2013-02-15 Alan Donovanruntime: expand error for signal received on non-Go...
2013-02-15 Cosmos Nicolaoucmd/godoc: add support for doc.Package.Notes
2013-02-15 Cosmos Nicolaougo/doc: add support for arbitrary notes
2013-02-15 Oling Catdoc/contribute: fix some tags, remove extra space.
2013-02-15 Anthony Martincmd/ld: fix -s flag for ELF executables
2013-02-15 Rémy Oudomphenglog/syslog: fix channel race in test.
2013-02-14 Dave Cheneymisc/dashboard/builder: record build result on dashboard
2013-02-14 Carl Shapirosrc/cmd/gc: fix some typos in the escape analysis comments
2013-02-14 Robert Griesemergo/parser: cleanups following CL 7307085
2013-02-14 Robert GriesemerC: add Cosmos Nicolaou (Google CLA)
2013-02-14 Daniel Morsingcmd/gc: remove node printing in redeclare errors
2013-02-14 Dmitriy Vyukovruntime: add more tests for LockOSThread()
2013-02-14 Russ Coxcmd/go: fix vet
2013-02-14 Russ Coxencoding/json: document and test use of unicode.Replace...
2013-02-14 Russ Coxcmd/gc: replace x*8 by x<<3 etc
2013-02-14 Russ Coxcmd/8g: fix sse2 compare code gen
2013-02-14 Russ Coxencoding/json: roll back Unmarshal optimization + test
2013-02-14 Russ Coxgo/types: avoid os.Getwd if not necessary
2013-02-14 Michael Matloobgo/parser: stop ParseFile after ten errors.
2013-02-14 Robert GriesemerC: add Michael Matloob (Google CLA)
2013-02-14 Brad Fitzpatricksyscall: don't make //sys lines be doc comments
2013-02-14 Russ Coxcmd/go: set $PWD when running commands
2013-02-14 Russ Coxtest/run: use correct $PWD to make os.Getwd less expensive
2013-02-14 Russ Coxos: cache Getwd result as hint for next time
2013-02-14 Brad Fitzpatricknet: document OpError
2013-02-14 Volker Doblerexp/cookiejar: implement Cookies and provided tests
2013-02-14 Dmitriy Vyukovruntime: move stack management related code to stack.c
2013-02-14 Dave Cheneynet/textproto: more efficient header parsing
2013-02-14 Robin Eklindarchive/tar: add Header.FileInfo method. Add more cases...
2013-02-14 David Symondssort: use fewer comparisons when choosing pivot.
2013-02-14 Russ Coxcmd/vet: drop column information from error
2013-02-14 Russ Coxruntime: tweak addfinroots to preserve original pointer
2013-02-14 Brad Fitzpatrickdatabase/sql: fix doc references to old package name
2013-02-14 Brad Fitzpatricknet/http: test that we preserve Go 1.0 Request.Write...
2013-02-14 Russ Coxcmd/8c: disable use of prefetch with GO386=387
2013-02-13 Julien Schmidtdatabase/sql: Add an optional Queryer-Interface (like...
2013-02-13 Dave Cheneynet: remove noisy test for issue 3590
2013-02-13 Mikio Haranet: add test for Dial and Listen arguments
next