]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-09-23 Shenghou Madoc/go1.2: document that godoc and vet will always...
2013-09-23 Andrew Gerranddoc: mention os/exec StdinPipe change in Go 1.2 doc
2013-09-23 Rob Pikedoc/go1.2.html: fix 3-index slice example
2013-09-23 Dmitry Chestnykhnet/http: send correct time in Date header.
2013-09-23 ChaiShushanmisc/notepadplus: fix some number syntax highlight...
2013-09-22 Andrew GerrandA+C: Nathan John Youngman (individual CLA)
2013-09-22 Dmitriy Vyukovruntime/race: update runtime to r191161.
2013-09-22 Alex Brainmanruntime/pprof: run TestGoroutineSwitch for longer
2013-09-22 Brad Fitzpatrickcmd/api: always do API check if hg is available
2013-09-21 Dominik Honnefdoc/go1.2.html: Go 1.2, not Go1.2
2013-09-21 Rob Pikedoc/go1.2.html: pre-emption; cgo and C++
2013-09-21 Carl Shapirotest/chan: avoid wrap-around in memstats comparison
2013-09-20 Russ Coxcmd/yacc: report correct line for 'default action cause...
2013-09-20 Russ Coxtest/run: print command line for running an individual...
2013-09-20 Russ Coxcmd/gc: fix imported and not used error for import .
2013-09-20 Russ Coxcmd/gc: print expression in 'duplicate case in switch...
2013-09-20 Russ Coxruntime: avoid allocation of internal panic values
2013-09-20 Robert Griesemertest/fixedbugs/bug295.go: fix test in anticipation...
2013-09-20 Shenghou Macmd/ld: fix "ld -s" to not discard pclntab.
2013-09-20 David Symondscrypto/x509: update comment on system root cert locations.
2013-09-19 Ian Lance Taylortest: add a test that causes gccgo to get a failure...
2013-09-19 Andrew Gerranduntag go1.2rc1
2013-09-19 Rémy Oudomphengcmd/gc: cleanup SWITCH nodes after walk.
2013-09-19 Andrew Gerrandtag go1.2rc1
2013-09-19 Andrew Gerrandmisc/dist: add 'label' part of distro name, include...
2013-09-19 Shenghou Macmd/ld: handle IMAGE_SYM_CLASS_LABEL symbols.
2013-09-19 Shenghou Macmd/go: fix missing __mingw_fprintf symbol for cgo...
2013-09-19 Shenghou Macmd/ld: handle duplicate static symbols in COFF and...
2013-09-19 Rob Pikecmd/go: write the WORK=/tmp/... line to stderr
2013-09-18 Ian Lance Taylortest: add a test that gccgo failed to compile
2013-09-18 Ian Lance Taylortest: add a test that gccgo failed to compile
2013-09-18 Alan Donovantest: disable failing tests under ssa/interp.
2013-09-18 Ian Lance Taylortest: add a test that crashed gccgo
2013-09-18 Thomas Habetsnet/http/cgi: use 'https://' for urls if HTTPS is set.
2013-09-18 Andrew GerrandC: add Thomas Habets (Google CLA)
2013-09-18 Dave Cheneycmd/gc: fix set but not used error
2013-09-18 Ian Lance Taylorcmd/go: add basic docs on calling between Go and C/C++
2013-09-17 Robert Griesemertest: avoid future 'declared and not used' error
2013-09-17 Robert Griesemerencoding/xml: remove dead code
2013-09-17 Ian Lance Taylorreflect: test method calls on pointers to pointers
2013-09-17 Russ Coxcmd/gc: eliminate redundant &x.Field nil checks
2013-09-17 Adam Langleycrypto/tls: don't select ECDSA ciphersuites with only...
2013-09-17 Ian Lance Taylorcmd/cgo: rearrange and update documentation
2013-09-17 Josh Bleecher... text/template/parse, html/template: copy Tree.text...
2013-09-17 Dave Cheneycmd/6c, cmd/6g, cmd/cc: fix undefined behavior warnings
2013-09-17 Carl Shapiroruntime: export PCDATA value reader
2013-09-17 Rémy Oudomphengcmd/gc, runtime: inline append in frontend.
2013-09-17 Russ Coxcmd/nm: make -S listing a bit more accurate
2013-09-17 Russ Coxbuild: disable precise collection of stack frames
2013-09-16 Rob Pikeeffective_go: add a discussion of labeled break and...
2013-09-16 Rob Pikespec: add example for continue to label
2013-09-16 Adam Langleycrypto/tls: fix TLS 1.2 client certificates.
2013-09-16 Ian Lance Taylorcmd/cgo: remove inaccurate comment
2013-09-16 Russ Coxcmd/gc: do not report fields when looking for methods
2013-09-16 Russ Coxruntime: fix uint64 division on 386
2013-09-16 Russ Coxcmd/gc: fix divide by zero error in compiler
2013-09-16 Russ Coxruntime: fix freebsd build
2013-09-16 Russ Coxcmd/cgo: fix build (missing file from earlier CL)
2013-09-16 Russ Coxnet: make all.bat run for ordinary Windows users
2013-09-16 Russ Coxcmd/cgo: allow C.malloc(0) always
2013-09-16 Russ Coxruntime: make ARM integer div-by-zero traceback-friendly
2013-09-16 Russ Coxruntime, syscall: work around FreeBSD/amd64 kernel bug
2013-09-16 Rob Pikecmd/go: document that "main" is a reserved import path
2013-09-16 Han-Wen Nienhuysnet/rpc: log I/O and internal errors only if debugLog...
2013-09-16 Nigel Taodoc/go1.2.html: add a "New packages" section similar to
2013-09-16 Rob Pikecmd/nm: put the -S flag in the usage message
2013-09-16 Andrew Gerranddoc: re-organize golang.org site content
2013-09-16 Rob Pikedoc/go1.2.html: compiler changes
2013-09-16 Andrew Gerrandsort: move example to package level and simplify further
2013-09-16 Andrew Gerranddoc: add uninstallation instructions
2013-09-16 Andrew Gerrandcmd/gofmt: document -s transformations
2013-09-16 Rob Pikedoc/go1.2.html: net/http, encoding, performance, librar...
2013-09-16 Rob Pikeencoding/gob: ignore chan and func fields of structures
2013-09-15 Russ Coxruntime: fix CPU profiling on Windows
2013-09-15 Russ Coxgo/build: add ctxt.MatchFile
2013-09-15 Russ Coxencoding/xml: document behavior for undefined name...
2013-09-15 Rob Pikefmt: %b for complex64 and complex128
2013-09-14 Rémy Oudomphengcmd/gc: don't generate algs for internal map types.
2013-09-13 Russ Coxos/exec: add more caveats to StdoutPipe, StderrPipe
2013-09-13 Russ Coxruntime: avoid inconsistent goroutine state in profiler
2013-09-13 Russ Coxreflect: document FieldByName shortcoming
2013-09-13 Dave Cheneysyscall: add TCIOFLUSH family of constants
2013-09-13 Russ Coxcmd/5l: fix handling of RET.EQ in wrapper function
2013-09-13 Jamie Wilkinsongoyacc: Fix debug printing of the lexed token's ID...
2013-09-13 Rob PikeC: Jamie Wilkinson (Googler CLA)
2013-09-13 Rob Piketext/template/parse: mostly roll back the error detecti...
2013-09-13 Russ Coxcmd/go: do not support code.google.com/r/zzz projects
2013-09-13 Andrew Gerrandmisc/dist: include cover and vet, add -tool flag to...
2013-09-12 Russ Coxencoding/xml: add Encoder.Flush
2013-09-12 Russ Coxruntime, cmd/gc, cmd/ld: ignore method wrappers in...
2013-09-12 Josh Bleecher... go/token: rename RemoveLine to MergeLine, improve docum...
2013-09-12 Nicholas Sullivancrypto/x509: allow ECDSA public keys to be marshaled.
2013-09-12 Adam LangleyA+C: Nicholas Sullivan
2013-09-12 Han-Wen Nienhuysnet/rpc: document thread safety requirements of codec...
2013-09-12 Brad Fitzpatricknet/http: document ServeMux handling of pattern "/"
2013-09-12 Rob Pikedoc/go1.2.html: cover, template, vet
2013-09-12 Mikio Haradoc/go1.2.html: happy eyeballs on net
2013-09-12 Rob Piketext/template: catch unmatched right delimiter
2013-09-12 Mikio Haranet: move mock ICMP into separate file
2013-09-12 Mikio Haranet: make TestDialFailPDLeak shorter
next