]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-12-22 Russ Coxruntime/debug: document that Stack is deprecated
2012-12-22 Russ Coxcmd/gc: add diagnostic for var, type, const named init
2012-12-22 Russ Coxcmd/go: remove debugging flag introduced in CL 6996054
2012-12-22 Russ Coxcmd/gc: make forward declaration in pure Go package...
2012-12-22 Russ Coxcmd/gc: fix eval order in select
2012-12-22 Russ Coxcmd/yacc: fix debug print of token name
2012-12-22 Russ Coxruntime: coalesce 0-size allocations
2012-12-22 Russ Coxruntime: ignore failure from madvise
2012-12-22 Russ Coxruntime: aggregate defer allocations
2012-12-22 Shenghou Mamisc/benchcmp: show byte allocation statistics
2012-12-22 Emil Hessmantesting: fix example test fd leak
2012-12-22 Stéphane Travostinoencoding/json: A JSON tag can be any valid JSON string.
2012-12-22 Russ Coxfmt: document width and flags a bit more
2012-12-22 Rick Arnoldflag: add implicit boolFlag interface
2012-12-22 Rémy Oudomphengcmd/gc: fix wrong interaction between inlining and...
2012-12-22 Rémy Oudomphengcmd/gc: do not accept (**T).Method expressions.
2012-12-22 Daniel Morsingcmd/gc: Reject parenthesised .(type) expressions.
2012-12-22 Russ Coxcmd/6l, cmd/8l: add -Z flag to zero stack frame on...
2012-12-22 Russ Coxundo CL 6938073 / 1542912cf09d
2012-12-22 Erik St. Martin regexp: fix index panic in Replace
2012-12-22 Russ CoxA+C: Erik St. Martin (individual CLA)
2012-12-22 Adam Langleycrypto/des: add an example to demonstrate EDE2 operation.
2012-12-22 Russ Coxencoding/gob: document that structs only encode/decode...
2012-12-22 Russ Coxcmd/gc: fix error line in switch expr eval
2012-12-22 Chris Jonesencoding/xml: Marshal ",any" fields
2012-12-22 Mikio Haranet: fix timeout tests
2012-12-21 Rémy Oudomphengcmd/8g: introduce temporaries in byte multiplication.
2012-12-21 Dave Cheneycmd/5g: avoid temporaries in agen OINDEX
2012-12-21 Robert Griesemergo/ast: ast.DeclStmt.Decl must be an *ast.GenDecl node...
2012-12-21 Rémy Oudomphengmisc/pprof: don't look for browser in current directory.
2012-12-21 Rémy Oudomphengcmd/gc: mapassign2 doesn't exist anymore.
2012-12-21 Shenghou Macmd/dist: make GOARM detection better compatible with...
2012-12-21 Dmitriy Vyukovruntime/race: update linux runtime to r170876.
2012-12-21 Dmitriy Vyukovcmd/go: improve wording of race detector documentation
2012-12-21 Mikio Haranet: make unix connection tests more robust
2012-12-21 Alex Brainmanos: remove dead code
2012-12-21 Dave Cheneynet/http: simplify serve() connection close
2012-12-21 David Symondscmd/vet: expand printf flags understood by %s and %q.
2012-12-20 Rémy Oudomphengcmd/gc: remove an incorrect assertion in escape analysis.
2012-12-20 Andrew Gerrandgo/doc: don't synthesize code for examples that are...
2012-12-20 Andrew Gerrandcmd/godoc: redirect for file with trailing /
2012-12-20 Russ Coxmath: handle exponent separately in Log2
2012-12-20 Joel Singcgo: enable cgo on openbsd
2012-12-20 Joel Singcmd/[568]l: do not generate PT_TLS on openbsd
2012-12-20 Joakim Sernbrantnet/http: only call client SetCookie when needed
2012-12-19 Andrew Gerrandtesting: only capture stdout when running examples
2012-12-19 Brad Fitzpatricknet/http: fix server connection leak on Handler's panic...
2012-12-19 Dave Cheneygo/token: fix data race on FileSet.last
2012-12-19 Dave Cheneygo/token: add test for concurrent use of FileSet.Pos
2012-12-18 Andrew GerrandC: add Shawn Ledbetter (Google CLA)
2012-12-18 Shenghou Maall: fix typos
2012-12-18 Shenghou Macmd/go: pass gccgoflags at the end of gccgo command...
2012-12-18 Jingcheng Zhangruntime: use "mp" and "gp" instead of "m" and "g" for...
2012-12-18 Adam LangleyA+C: Eric Milliken (individual CLA)
2012-12-18 Shenghou Macmd/5l, cmd/6l, cmd/8l: fix function symbol generation...
2012-12-18 Shenghou Maruntime: use clock_gettime to get ns resolution for...
2012-12-18 David Symondsgo/doc: add "hdr-" prefix to headers generated from...
2012-12-17 Robert Griesemerexp/gotype: disable failing tests and add a few more
2012-12-17 Rémy Oudomphengcmd/6g: fix componentgen for funarg structs.
2012-12-17 Dave Cheneydebug/elf: handle missing shstrndx in core files
2012-12-17 Dave Cheneytime: fix panic with time.Parse(time.StampNano, ... )
2012-12-17 Brad Fitzpatricknet/http: fix goroutine leak in error case
2012-12-17 Robert Griesemerexp/types: completed typechecking of parameter passing
2012-12-17 Russ Coxcmd/gc: add GOEXPERIMENT=zerostack to clear stack on...
2012-12-17 Shenghou Mafmt, encoding/gob: fix misuse of Read
2012-12-17 Anthony Martinsyscall: lazily populate the environment cache on Plan 9
2012-12-17 Shenghou Macmd/cgo: access errno from void C function
2012-12-17 Anthony Martinruntime: implement getenv for Plan 9
2012-12-17 Russ Coxtest: add "duplicate" struct map key test
2012-12-17 Rick Arnoldnet/smtp: remove data race from TestSendMail.
2012-12-17 Shenghou Maos: fix docs for Expand
2012-12-17 Shenghou Manet/http/pprof: fix doc for /debug/pprof/
2012-12-17 Shenghou Maapi/next.txt: update
2012-12-17 Christopher... syscall: document that documentation is platform specific
2012-12-17 Dmitriy Vyukovcmd/gc: racewalk: fix compiler crash
2012-12-17 Oling Catfmt: fix a typo
2012-12-17 Rémy Oudomphengencoding/json: cleanup leftover redundant variables.
2012-12-17 Rick Arnoldnet/smtp: add optional Hello method
2012-12-17 Jan Ziakruntime: struct Obj in mgc0.c and buffers in scanblock()
2012-12-17 Christopher... cmd/fix: Add keys to printer.Config composite literals.
2012-12-17 Russ CoxA+C: Christopher Cahoon (individual CLA)
2012-12-16 Andrew GerrandA+C: Alexander Surma (individual CLA)
2012-12-16 Mikio Haranet: change ListenUnixgram signature to return UnixConn...
2012-12-15 Rémy Oudomphengcmd/gc: fix defaultlit of shifts used in interface...
2012-12-15 Mikio Harasrc: gofmt -w -s
2012-12-14 Jingcheng Zhangbuiltin: correct comment on builtin function delete().
2012-12-14 Adam LangleyA+C: Casey Marshall (individual CLA)
2012-12-14 James David... database/sql: adds test for fix in issue 4433.
2012-12-14 Dmitriy Vyukovruntime/race: update runtime to r170112.
2012-12-14 Dmitriy Vyukovruntime/race: update runtime to r170112.
2012-12-14 Alex Brainmancmd/go: handle os signals
2012-12-13 Ian Lance Taylortest: s/float/float32/
2012-12-13 Nick Craig... os: Improve the accuracy of os.Chtimes
2012-12-13 Brad FitzpatrickA+C: Nick Craig-Wood (individual CLA)
2012-12-13 Ian Lance Taylortest: move map delete test to nil.go
2012-12-13 Dave Cheneycmd/{5,6,8}g: reduce size of Prog and Addr
2012-12-13 Shenghou Matest/nil.go: delete on nil maps no longer panics
2012-12-13 Shenghou Maruntime: deletion on nil maps is a no-op now
2012-12-13 Shenghou Malib/godoc/example.html: htmlify the play code
2012-12-13 Shenghou Maio: SectionReader.ReadAt should return EOF when buf...
next