]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-11-14 Dmitriy Vyukovruntime/race: more precise handling of finalizers
2012-11-14 Dmitriy Vyukovruntime: add RaceRead/RaceWrite functions
2012-11-14 Dmitriy Vyukovcmd/gc: racewalk: handle OEFACE/OCONVIFACE
2012-11-14 Dmitriy Vyukovcmd/gc: racewalk: fix instrumentation of structs
2012-11-14 Andrew Gerrandregexp: add simple package-level example
2012-11-14 Joel Singsyscall: regenerate z-files for openbsd/386
2012-11-14 Brad Fitzpatricknet/http: add missing error checking reading trailers
2012-11-13 Robert Griesemerreflect: fix FieldByNameFunc
2012-11-13 Russ Coxcmd/ld: fix build on elf systems
2012-11-13 Russ Coxreflect: add ArrayOf, ChanOf, MapOf, SliceOf
2012-11-13 Brad Fitzpatrickcmd/api: use one token.FileSet for all contexts
2012-11-13 Russ Coxruntime: allow up to 128 GB of allocated memory
2012-11-13 Joel Singsyscall: regenerate z-files for openbsd/amd64
2012-11-13 Andrew Gerranddoc: link to Go coding screencast
2012-11-13 Mikio Haranet: consolidate common socket functions for Plan 9
2012-11-13 Rémy Oudomphengcmd/8g: eliminate obviously useless temps before regopt.
2012-11-13 Rémy Oudomphengcmd/gc: fix typos in clearslim.
2012-11-13 Mikio Haranet: protocol specific listen functions return a proper...
2012-11-13 Mikio Haranet: make LocalAddr on multicast UDPConn return a liste...
2012-11-12 Jeff R. Allennet/textproto: faster header canonicalization with...
2012-11-12 Brad Fitzpatricknet/http: handle 413 responses more robustly
2012-11-12 Rémy Oudomphengcmd/6g: extend componentgen to small arrays and structs.
2012-11-12 Rémy Oudomphengcmd/5g, cmd/6g: pass the full torture test.
2012-11-12 David Symondsexp/types: avoid init race in check_test.go.
2012-11-12 Rick Arnoldencoding/json: skip unexpected null values
2012-11-12 Russ CoxA+C: Rick Arnold (individual CLA)
2012-11-12 Roger Peppecrypto/x509: implement EncryptPEMBlock
2012-11-12 Roger Peppeencoding/pem: write Proc-Type header first.
2012-11-12 Christian Himpelfaq: mention go vet in "What happens with closures...
2012-11-12 David McLeisharchive/zip: Fix bounds check panic for ZIP files with...
2012-11-12 Andrew GerrandC: add David McLeish (Google CLA)
2012-11-12 Shenghou Madoc/install: document system requirements for the FreeB...
2012-11-10 Dave Cheneycmd/5g: enable xtramodes optimisation
2012-11-10 Ian Lance Taylorruntime, runtime/cgo: track memory allocated by non...
2012-11-10 Mikio Haranet: add more tests for protocol specific methods
2012-11-09 Rémy Oudomphengcmd/6c, cmd/8c: use signed char explicitly in mul.c
2012-11-09 Dmitriy Vyukovcmd/go: fix selection of packages for testing
2012-11-09 Ian Lance Taylorruntime/pprof: fix typo in comment
2012-11-09 Shenghou Maruntime: use vDSO clock_gettime for time.now & runtime...
2012-11-09 Mikio Haranet: consolidate multiple init functions
2012-11-09 Mikio Hararuntime: re-enable crash test on FreeBSD
2012-11-08 Ian Lance Taylortest: change index.go to test size of int, not GOARCH...
2012-11-08 David Symondsarchive/tar: accept binary format when reading numeric...
2012-11-08 Russ Coxcmd/gc: fix export of inlined function body with type...
2012-11-08 Mikio Haranet: fix non-unixen build
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
next