]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-10-02 Rob Pikedoc/effective_go: fix server example that shares var...
2013-10-02 Russ Coxnet/http: be clear that HTTPS is supported
2013-10-02 Russ Coxruntime: fix finalizer test on amd64
2013-10-02 Rémy Oudomphengcmd/gc: qualified embedded fields with owner package.
2013-10-02 Frithjof Schulzecrypto/tls: Update reference to the TLS 1.2 RFC.
2013-10-02 Russ Coxruntime: do not scan stack by frames during garbage...
2013-10-02 Shenghou Macmd/dist, build: support building statically linked...
2013-10-02 Andrew Gerranddoc: rename @go_nuts to @golang
2013-10-02 Dave Daycmd/go: use -installsuffix to determine the includes...
2013-10-01 Yasuhiro Matsumotomisc/vim: Separate package and package members.
2013-10-01 David SymondsC: add Dave Day (Google CLA).
2013-09-30 Carl Shapiroundo CL 14154043 / 3e485428767e
2013-09-30 Carl Shapiroencoding/gob: do not hide pointer argument for the...
2013-09-29 Dave Cheneyrace.bash, race.bat: build a race enabled cmd/cgo befor...
2013-09-28 Ian Lance Taylortest: match gccgo error messages for blank1.go
2013-09-28 Ian Lance Taylortest: recognize gccgo error message in index.go
2013-09-28 Robin Eklindsyscall: Fix one issue detected by vet.
2013-09-27 Kamil Kisielencoding/json: Tweak documentation for Encoder.Encode.
2013-09-27 Carl Shapiroreflect: expose reflect.call argument slice to the...
2013-09-27 Yasuhiro Matsumotomisc/vim: "PACKAGE DOCUMENTATION" is not hilighted
2013-09-27 Yasuhiro Matsumotomisc/vim: godoc is optional. so should point installati...
2013-09-27 Rob Pikeall: fix some mistakes found by go tool vet .
2013-09-26 Andrew Gerranddoc: update links to spec and memory model
2013-09-26 Adam Langleycrypto/tls: don't select TLS 1.2 cipher suites in prior...
2013-09-26 Dave Cheneyruntime, syscall: update freebsd/arm calling convention...
2013-09-25 Shenghou Macmd/go: "go test -c -test.bench=XX fmt" shouldn't hang
2013-09-25 Andrew Gerranddoc: mention the install locations for godoc, cover...
2013-09-25 Rob Pikedoc/go1.2.html: add go/ast.SliceExpr.Slice3
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.
next