]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-09-25 Andrew Gerranddoc: fix typo in install-source.html
2013-09-25 Andrew Gerranddoc: document installation of go.tools commands
2013-09-25 Ian Lance Taylorcmd/cgo: fix so that tests pass again when using gccgo
2013-09-25 Rob Pikehtml/template: update the Tree field after parsing...
2013-09-24 Robert Griesemergo/ast: add Slice3 field to SliceExpr
2013-09-24 Kamil Kisielmath/big: Fix variable name in documentation for *Int...
2013-09-24 Russ Coxsync/atomic: adjust for new runtime.cas64 prototype
2013-09-24 Russ Coxcmd/cgo: retain Go pointer passed to C call for duratio...
2013-09-24 Shenghou Macmd/dist, cmd/go: embed default C++ compiler into cmd/go
2013-09-24 Alex Brainmannet: re-enable raw socket tests on windows
2013-09-24 Brad Fitzpatrickencoding/json: don't cache value addressability when...
2013-09-24 Russ Coxnet: ensure that ResolveTCPAddr(addr.String()) reproduc...
2013-09-24 Albert Strasheimnet: fix Close of autobind unix listener
2013-09-24 Andrew Gerrandreflect: update docs; Interface can return a method...
2013-09-23 Russ Coxnet/http: accept Content-Range for entire file
2013-09-23 Dmitriy Vyukovmisc/pprof: support block profile
2013-09-23 Brad Fitzpatrickapi: update next.txt
2013-09-23 Russ Coxcmd/cgo: update #cgo docs to reflect reality
2013-09-23 Russ Coxruntime/pprof: fix profile parser in test
2013-09-23 Russ Coxcrypto/tls: document that the package supports TLS 1.2
2013-09-23 Russ Coxundo CL 13321048 / 9567c5da6e25
2013-09-23 Kamil Kisielreflect: add example for StructTag
2013-09-23 Shenghou Macmd/ld: fix "_image_base__ not defined" problem for...
2013-09-23 Péter Surányigo/build: add go1.2 build tag
2013-09-23 Rob Pikefmt: one bad index shouldn't spoil them all
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
next