]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2013-09-12 Dave Cheneycmd/8l: fix 386 builds
2013-09-12 Russ Coxcmd/5l, cmd/6l, cmd/8l: refactor stack split code
2013-09-12 Russ Coxundo CL 13348045 / 43675523c526
2013-09-12 Russ Coxnet/http: explain the "1.1" in the default User-Agent
2013-09-12 Robert Griesemerspec: define s[i:j:k]
2013-09-12 Rob Pikedoc/go1.2.html: status of gccgo's support for 1.2
2013-09-12 Andrew GerrandA+C: Noah Campbell (individual CLA)
2013-09-11 Rob Pikedoc/go1.2.html: some library changes (fmt, template)
2013-09-11 Rémy Oudomphengcmd/gc: inline copy in frontend to call memmove directly.
2013-09-11 Russ Coxcmd/5g, cmd/6g, cmd/8g: remove O(n) reset loop in copyprop
2013-09-11 Russ Coxundo CL 13084043 / ef4ee02a5853
2013-09-11 Russ Coxcmd/gc: allow x[i:j:k] (and x[:j:k]) into the release
2013-09-11 Russ Coxcmd/api: fix tool for recent go/build change
2013-09-11 Russ Coxundo CL 13632053 / dc7bfe0f022d
2013-09-11 Russ Coxcmd/api: break the builds
2013-09-11 Russ Coxruntime: keep args and frame in struct Func
2013-09-11 Russ Coxgo/build: reject directory with only cgo files if cgo...
2013-09-11 Ian Lance Taylorcmd/yacc: replace units example with simpler expr example
2013-09-11 Russ Coxruntime: show m stack during crash on m stack
2013-09-11 Russ Coxruntime: show runtime.panic frame in traceback
2013-09-11 Russ Coxnet: defend against broken getaddrinfo on Linux
2013-09-11 Russ Coxcmd/cgo: replace C.malloc with our own wrapper
2013-09-11 Mikio Haranet: implement TCP connection setup with fast failover
2013-09-11 Russ Coxcmd/go: use pattern to prune file tree walk
2013-09-11 Russ Coxcmd/cgo: don't say "gcc produced no output" if we ran...
2013-09-11 Russ Coxmisc/cgo/test: test of issue 4339
2013-09-11 Dave Cheneybytes: additional test coverage
2013-09-11 Robert Daniel... cmd/api: make api check directory per-user
2013-09-10 Russ Coxcmd/go: report correct directory for 'no version control'
2013-09-10 Russ Coxbuild: more "undefined behavior" fixes
2013-09-10 Russ Coxcmd/6l, cmd/8l: fix MOVL MOVQ optab
2013-09-10 Arnaud Ysmallibmach: accept OS X binary generated by external linker
2013-09-10 Brad FitzpatrickA+C: Arnaud Ysmal (individual CLA)
2013-09-10 Russ Coxcmd/go: show FAIL for errors during test setup
2013-09-10 Russ Coxcmd/go: fix go test using package main_test
2013-09-10 Russ Coxcmd/go: run benchmarks in sequence
2013-09-10 Russ Coxgo/doc: restore handling of multi-paragraph BUG comments
2013-09-10 Russ Coxcmd/go: fix error for 'go install x.go' when GOBIN...
2013-09-10 Ian Lance Taylorcmd/go: report real package in errors for go get with...
2013-09-10 Ian Lance Taylorcmd/go: build SWIG shared libraries in work directory
2013-09-10 Russ Coxcmd/go: better error for shadowed directories in GOPATH
2013-09-10 Alexis Imperial... runtime: explicit init of runtime-gdb helpers
2013-09-10 Russ CoxCONTRIBUTORS: add Alexis Imperial-Legrand (Google CLA)
2013-09-10 Russ Coxcmd/go: fix build -n output when using swig
2013-09-10 Russ Coxcmd/go: implement -x correctly for 'go vet', 'go fmt...
next