]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-11-08 Ian Lance Taylortest: run some more tests by default
2012-11-08 Joel Singruntime: re-enable crash test on NetBSD
2012-11-08 Dmitriy Vyukovruntime: fix instrumentation of slice append for race...
2012-11-08 Brad Fitzpatricknet: close fds eagerly in DialTimeout
2012-11-08 Brad Fitzpatrickcmd/api: bug fix for goapi's lame type checker
2012-11-08 Shenghou Matime: clarify why timer.Stop and ticker.Stop don't...
2012-11-08 Carl Mastrangelolib9: remove unreferenced externs and getuser()
2012-11-08 Anthony Martinruntime: use vDSO for gettimeofday on linux/amd64
2012-11-08 Alex Brainmancmd/go: say that -race flag can be used on windows...
2012-11-08 Ian Lance Taylorcmd/gc: warn about slice indexes larger than int in...
2012-11-08 Nigel Taodoc/effective_go: don't use ALL_CAPS for variable names.
2012-11-07 Nigel Taoimage/jpeg: handle fill bytes.
2012-11-07 Rémy Oudomphengcmd/gc: fix internal compiler error with broken structs.
2012-11-07 David Symondsarchive/tar: avoid writing ModTime that is out of range.
2012-11-07 Rémy Oudomphengcmd/6g, cmd/8g: mark used registers in indirect addressing.
2012-11-07 Rémy Oudomphengruntime: use runtime·callers when racefuncenter's pc...
2012-11-07 Ian Lance Taylortest: run index test by default
2012-11-07 Russ Coxapi: refresh next.txt
2012-11-07 Russ Coxcmd/gc: fix escape analysis bug
2012-11-07 Dmitriy Vyukovruntime/race: add Windows support
2012-11-07 Ian Lance Taylorreflect: fix test of whether structs are identical
2012-11-07 Roger Peppecrypto/x509: fix DecryptPEMBlock
2012-11-07 Russ Coxcmd/gc: annotate local variables with unique ids for...
2012-11-07 Russ Coxcmd/gc: fix go:nointerface export comment
2012-11-07 Mikio Haranet: fix protocol number for IPv6 test
2012-11-07 Dmitriy Vyukovruntime/race: lazily allocate shadow memory
2012-11-07 Dmitriy Vyukovcmd/gc: racewalk: instrument returnsfromheap params
2012-11-07 Dmitriy Vyukovcmd/gc: racewalk: do not double function calls
2012-11-07 Dmitriy Vyukovcmd/gc: refactor racewalk
2012-11-07 Alex Brainmannet: implement IPv6 support for windows
2012-11-07 Carl Mastrangelocrypto/sha1: Make sha-1 do block mixup in place
2012-11-06 Ian Lance TaylorCONTRIBUTORS: Add Carl Mastrangelo (Google CLA).
2012-11-06 Rémy Oudomphengcmd/6g: fix use of large integers as indexes or array...
2012-11-06 Shenghou Macmd/go: invoke gcc -print-libgcc-file-name only once
2012-11-06 Shenghou Masort: fix comment for various Search routines
2012-11-06 Shenghou Manet/rpc: give hint to pass a pointer to Register
2012-11-06 Péter Surányicmd/godoc: initialize filesystem and metadata for -url
2012-11-06 Daniel Morsingcmd/gc, runtime: avoid unnecessary copy on type assertion.
2012-11-06 Ian Lance Taylortest: fix index.go to pass with recent index checks
2012-11-06 Ian Lance Taylorcmd/gc: don't require that slice index constants be...
2012-11-06 Ian Lance Taylorcmd/gc: check for array bounds overflow in slice expression
2012-11-06 Dmitriy Vyukovruntime: mark race instrumentation callbacks as nosplit...
2012-11-06 Dmitriy Vyukovcmd/go: use correct paths with race detector
2012-11-06 Dmitriy Vyukovruntime: fix deadlock in parallel for test
2012-11-06 Dmitriy Vyukovruntime: disable parallel for tests under race detector.
2012-11-05 Andrew GerrandA+C: Péter Surányi (individual CLA)
2012-11-05 Andrew Gerrandcmd/godoc: use normal gofmt printer settings for playgr...
2012-11-04 Shenghou Manet: fix timeout slack calculation
2012-11-04 Dave Cheneycmd/5g: improve shift code generation
2012-11-04 Alex Brainmannet: do not test TestReadWriteDeadline timeout upper...
2012-11-02 Rob Pikesort: make return value for 'not found' clearer in...
2012-11-02 Rémy Oudomphengcmd/gc: instrument blocks for race detection.
2012-11-02 Dmitriy Vyukovnet/http: fix data race in test
2012-11-02 Shenghou Maruntime/cgo, go/build: cgo support for FreeBSD/ARM
2012-11-02 Jeff R. Allenmisc/benchcmp: show memory statistics, when available
2012-11-02 Alex Brainmannet: add missing locking in windows Shutdown
2012-11-02 Rémy Oudomphengcmd/5g, cmd/6g: fix out of registers with array indexing.
2012-11-02 Nigel Taoimage/png: update palette out-of-bounds comment.
2012-11-02 Oling Catspec: we're now at Unicode 6.2.0
2012-11-02 Russ Coxcmd/gc, cmd/ld: struct field tracking
2012-11-02 Alex Brainmannet: use better error messages on windows
2012-11-01 Robert Griesemergo/ast: document use of Data field for method objects
2012-11-01 Robert Griesemerexp/types: move exp/types/staging -> exp/types
2012-11-01 Robert Griesemerexp/types, exp/gotype: remove exp/types
2012-11-01 Ian Lance Taylormisc/cgo/test: changes to pass when using gccgo
2012-11-01 Eric Roshan... crypto: use better hash benchmarks
2012-11-01 Rémy Oudomphengnet: fix race in TestReadWriteDeadline.
2012-11-01 Robert Griesemerencoding/binary: skip blank fields when (en/de)coding...
2012-11-01 Russ Coxbuild: do not run race tests with cgo disabled
2012-11-01 Dmitriy Vyukovcmd/gc: fix build
2012-11-01 Dmitriy Vyukovcmd/gc: racewalk: fix a bunch of minor issues
2012-11-01 Han-Wen Nienhuyssyscall: add {Get,Set,List,Remove}xattr on Linux.
2012-11-01 Rémy Oudomphengcmd/gc, runtime: pass PC directly to racefuncenter.
2012-11-01 Robert Griesemerexp/types/staging: filling in more blanks
2012-11-01 Ian Lance Taylorcmd/cgo: improve gccgo support
2012-11-01 Ian Lance Taylorcmd/go: fixes to gccgo support
2012-11-01 Ian Lance Taylorgo/build: support compiler as build constraint
2012-11-01 Dmitriy Vyukovcmd/gc: racewalk: fix instrumentation of ninit lists
2012-11-01 Rémy Oudomphengcmd/gc: fix incomplete export data when inlining with...
2012-11-01 Dmitriy Vyukovrun.bash: add sanity test for race detector
2012-11-01 Rémy Oudomphengcmd/gc: fix inlining bug with local variables.
2012-11-01 Ryan Hitchmancompress/flate: shrink decompressor struct for better...
2012-11-01 Daniel Morsingcmd/gc: do simple bounds checking of constant indices...
2012-11-01 Robert Griesemerspec: clarify returns, defer statements, and panics
2012-11-01 Jan Ziakruntime: move Itab to runtime.h
2012-11-01 Alexey Borzenkovnet: fix a bad cast in dnsmsg.go
2012-11-01 Jan Ziakruntime: add memorydump() debugging function
2012-11-01 Russ Coxcmd/gc: avoid %#x of 0
2012-11-01 Andrew Gerrandwebsite: remove floating topbar
2012-11-01 Rémy Oudomphengcmd/5g, cmd/6g, cmd/8g: remove width check for componen...
2012-11-01 Alex Brainmanrun.bat: make output consistent
2012-11-01 Mikio Haraall: clear execute bit
2012-11-01 Nigel Taoimage/png: degrade gracefully for palette index values...
2012-10-31 Dan Callahanencoding/json: clarify correct usage of struct tags...
2012-10-31 Robert GriesemerA+C: adding Dan Callahan (individual CLA)
2012-10-31 Robert Griesemerspec: slight wording change to remove a formal contradi...
2012-10-31 Adam Langleycrypto/cipher: add examples
2012-10-31 Robert Griesemergofmt: simplify slices of the form s[a : len(s)] to...
2012-10-31 Rob Pikesrc/lib9/utf: update to Unicode 6.2.0
2012-10-31 Rob Pikespec: we're now at Unicode 6.2.0
next