]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-10-28 David du Colombieros: fix write on Plan 9
2014-10-28 Rob Pikedoc/go1.4.html: breaking compiler change, no plugins...
2014-10-28 Russ Coxdoc/asm: explain coordination with garbage collector
2014-10-28 Russ Coxos: fix build
2014-10-28 Rob Pikedoc/go1.4.html: new ports
2014-10-28 Russ Coxos: do not assume syscall i/o funcs return n=0 on error
2014-10-28 Rob Pikedoc/go1.4.html: vanity imports and internal packages
2014-10-28 Jens Frederichruntime: add PauseEnd array to MemStats and GCStats
2014-10-28 Russ Coxsyscall: fix ParseRoutingSockaddr with unexpected subme...
2014-10-28 Russ Coxcmd/go: add get -f flag
2014-10-28 Mikio Haranet: add test for lookupIPDeadline
2014-10-28 Rob Pikedoc/go1.4.html: much of the go command's changes
2014-10-28 Rob Pikedoc/go1.4.html: runtime and performance
2014-10-28 Russ Coxruntime: disable fake time on nacl
2014-10-28 Russ Coxsyscall: accept pre-existing directories in nacl zip...
2014-10-28 Shenghou Maruntime: add fake time support back.
2014-10-28 Rob Pikedoc/go_mem.html: don't be clever
2014-10-27 Robert Griesemerspec: permit parentheses around builtin function names
2014-10-27 Andrew Gerrandhtml/template: fix build after encoding/js escaping...
2014-10-27 Russ Coxtest: make maplinear more robust
2014-10-27 Russ Coxencoding/json: encode \t as \t instead of \u0009
2014-10-27 Rob Pikedoc/go1.4.html: first pieces of release notes
2014-10-27 Austin Clementsruntime: fix endianness assumption when decoding ftab
2014-10-27 Ian Lance Taylornet: if a DNS lookup times out, forget that it is in...
2014-10-27 Emil Hessmanmisc/makerelease/windows: fix 404 help URL in installer
2014-10-26 Rob Pikedoc/go_faq.html: fix a couple of nits
2014-10-25 Peter Collingbournecmd/go: pass $CGO_LDFLAGS to linker with the "gccgo...
2014-10-24 Gustavo Niemeyercmd/go: add bzr support for vcs root checking
2014-10-24 Rob Pikedoc/go1.4.txt: unsafe is outside go1 compatibility...
2014-10-24 Rob Pikeunsafe: document that unsafe programs are not protected
2014-10-24 Russ Coxnet/http/pprof: run GC for /debug/pprof/heap?gc=1
2014-10-24 Russ Coxcmd/gc: synthesize zeroed value for non-assignment...
2014-10-24 Russ Coxdoc/go1.4: encoding/csv
2014-10-24 Russ Coxencoding/csv: for Postgres, unquote empty strings,...
2014-10-23 Robert Griesemerspec: minimal documention of unsafe.Pointer conversions
2014-10-23 Ian Lance Taylorgccgo_install.html: the 4.9 release series supports...
2014-10-22 Dmitriy Vyukovsync: release Pool memory during second and later GCs
2014-10-22 Ian Lance Taylortest: add more cases to recover.go
2014-10-22 Russ CoxCONTRIBUTORS: add Austin Clements's google.com email...
2014-10-22 Dave Cheneyruntime/cgo: encode BLX directly, fixes one clang build...
2014-10-21 Jens Frederichmisc/makerelease: set version number in Windows installer
2014-10-21 Dave Cheneyundo CL 156430044 / 5d69cad4faaf
2014-10-21 Keith Randallruntime: warn that cputicks() might not be monotonic.
2014-10-21 Ian Lance Taylorcmd/ld: fix addstrdata for big-endian systems
2014-10-21 Brad Fitzpatricktime: panic with a more helpful error on use of invalid...
2014-10-21 Russ Coxcmd/gc: disallow call of *T method using **T variable
2014-10-21 Russ Coxcompress/gzip: allow stopping at end of first stream
2014-10-20 Dave Cheneycmd/cgo: disable clang's integrated assembler
2014-10-20 Alex Brainmandebug/pe: use appropriate type for sizeofOptionalHeader32
2014-10-20 Keith Randallruntime: fix flaky TestBlockProfile test
2014-10-20 David du Colombierruntime: handle non-nil-terminated environment strings...
2014-10-20 David du Colombieros/exec: fix number of expected file descriptors on...
2014-10-20 Rob Pikeflag: roll back 156390043 (flag setting)
2014-10-20 Rob Pikecmd/go: set exit status for failing "go generate" run.
2014-10-20 Ian Lance Taylorreflect: fix TestAllocations now that interfaces hold...
2014-10-20 Ian Lance Taylorreflect: allocate correct type in assignTo and cvtT2I
2014-10-20 Russ Coxregexp: fix TestOnePassCutoff
2014-10-20 Ian Lance Taylorregexp/syntax: fix validity testing of zero repeats
2014-10-20 Russ Coxdebug/pe: remove use of unsafe
2014-10-20 Daniel Morsingcmd/gc: emit code for extern = <N>
2014-10-20 Rob Pikeencoding/gob: add custom decoder buffer for performance
2014-10-20 Brad Fitzpatrickdoc/go1.4.txt: add compress/* Reset note
2014-10-20 James Robinsoncompress/flate: add Reset() to allow reusing large...
2014-10-19 Rob Pikedoc/go1.4.txt: flags can now be set at most once
2014-10-19 Rob Pikeflag: disallow setting flags multiple times
2014-10-19 Ian Lance Taylorregexp: correct doc comment for ReplaceAllLiteralString
2014-10-19 Rob Pikeencoding/gob: fix print format in generated decoder...
2014-10-19 Keith Randallruntime: dequeue the correct SudoG
2014-10-18 Rob Piketext/template: fix bug in pipelined variadics
2014-10-18 Rob Pikeencoding/gob: use simple append-only buffer for encoding
2014-10-17 Rob Pikeencoding/gob: custom array/slice decoders
2014-10-17 Dmitriy Vyukovruntime/pprof: fix memory profiler test
2014-10-17 Russ Coxcmd/gc: don't use static init to initialize small struc...
2014-10-17 Russ Coxreflect: a few microoptimizations
2014-10-17 Rob Pikeencoding/gob: speed up encoding of arrays and slices
2014-10-17 Russ Coxruntime/pprof: fix test
2014-10-17 Russ Coxruntime: remove comment that leaked into CL 153710043
2014-10-17 Brad FitzpatrickCONTRIBUTORS: add James Robinson (Google CLA)
2014-10-17 Russ Coxundo CL 159990043 / 421fadcef39a
2014-10-16 Robert Griesemerspec: define "variable"
2014-10-16 Damien Neilreflect: fix struct size calculation to include termina...
2014-10-16 Damien NeilCONTRIBUTORS: add Damien Neil
2014-10-16 David du Colombiersyscall: don't cache environment variables on Plan 9
2014-10-16 Russ Coxruntime/pprof: disable new memory test
2014-10-16 Russ Coxruntime: make pprof a little nicer
2014-10-16 Dmitriy Vyukovruntime: fix memory profiler
2014-10-16 Russ Coxcmd/gc: elide write barrier for x = x[0:y] and x =...
2014-10-16 Adam Langleycrypto/tls: support TLS_FALLBACK_SCSV as a server.
2014-10-15 Russ Coxcmd/gc: simplify compiled code for explicit zeroing
2014-10-15 Nigel Taounicode/utf8: fix docs for DecodeRune(empty) and friends.
2014-10-15 Chris Manghanecmd/go: add '_go_' suffix to go files compiled by gccgo...
2014-10-15 Russ Coxcmd/gc: do not copy via temporary for writebarrierfat...
2014-10-15 Russ Coxreflect: shorten value to 3 words
2014-10-15 Russ Coxreflect: add fast path for FieldByIndex with len(index...
2014-10-15 Russ Coxruntime: remove hand-generated ptr bitmaps for reflectcall
2014-10-15 Russ Coxdatabase/sql: add Drivers, returning list of registered...
2014-10-15 Russ Coxos/exec: document that Stdin goroutine must finish...
2014-10-15 Chris Manghanecmd/gc: blank methods are not permitted in interface...
2014-10-15 Brad Fitzpatricknet/http: don't send implicit gzip Accept-Encoding...
2014-10-15 Brad Fitzpatricknet/http: don't reuse a server connection after any...
next