]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2013-02-13 Brad Fitzpatrickio: document and test new CopyN return behavior
2013-02-13 Lucio De Recmd/5l: fix print format
2013-02-13 Brad Fitzpatrickdatabase/sql: add currently-disabled broken test
2013-02-13 Robert Griesemergo/types: adjust gcimporter to actual gc export data
2013-02-13 Dmitriy Vyukovruntime: instrument slicebytetostring for race detection
2013-02-13 Christian Himpelarchive/tar: append a slash when deriving header info...
2013-02-13 David Symondsdoc: adjust indentation in Effective Go commentary...
2013-02-13 Alex Brainmannet: change server_test.go so we could see failure...
2013-02-13 Alan Donovanexp/ssa: add Instruction.Operands and Value.Referrers...
2013-02-13 Robert Griesemergo/types: print, println accept 0 or more arguments
2013-02-13 Alex Brainmanos: do not use hosts file for windows tests
2013-02-12 Alan Donovanexp/ssa: omit Function's package name when printing...
2013-02-12 Shenghou Maencoding/xml: fix htmlAutoClose and its generating...
2013-02-12 Alan Donovantest: ensure all failing tests exit nonzero.
2013-02-12 Shenghou Mago/build, runtime/cgo: cgo support for NetBSD/ARM
2013-02-12 Shenghou Masync/atomic: support NetBSD/ARM (ARM11 or above)
2013-02-12 Shenghou Masyscall: NetBSD/ARM support
2013-02-12 Shenghou Maruntime: NetBSD/ARM support
2013-02-12 Marcel van... exp/locale/collate: moved low-level collation functionality
2013-02-12 Robert Griesemergo/types: len(((*T)(nil)).X) is const if X is an array
2013-02-12 Alan Donovanexp/ssa: special-case 'range' loops based on type of...
2013-02-11 Alan Donovantest: a number of fixes.
2013-02-11 Rob Pikevet: improve flag handling
2013-02-11 Robin Eklindapi: Update readme.
2013-02-11 Russ Coxsync: add caution about where to call (*WaitGroup).Add
2013-02-11 Russ Coxspec: only require parens around ambiguous conversions
2013-02-11 Russ Coxspec: document fp rounding during explicit constant...
2013-02-11 Russ Coxspec: reject top-level init names
2013-02-11 Andrew Gerrandmisc/dashboard: add missing return value
2013-02-11 Andrew Gerrandcontainer/list: add package example
2013-02-11 Nigel Taoexp/html, exp/html/atom: delete, as they're moving...
2013-02-11 Volker Doblerexp/cookiejar: implementation of SetCookies
2013-02-11 Dave Cheneydoc: update contribute.html
2013-02-11 Shane Hansenarchive/tar: read/write extended pax/gnu tar archives
2013-02-10 Lucio De Recmd/8l/asm.c: Unused function arguments, suppress warnings.
2013-02-10 Dave Cheneydoc: move os specific build instructions to wiki
2013-02-10 Greg Warddoc: link to wiki Projects page instead of old Project...
2013-02-10 Andrew GerrandA+C: Greg Ward (individual CLA)
2013-02-09 Russ Coxspec: clarify that any unsafe.Pointer type is okay...
2013-02-09 Dave Cheneynet/http: more request benchmarks
2013-02-09 Russ Coxspec: clarify that f(g()) requires that g return >...
next