]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2013-09-10 Russ Coxgo/build: allow $ in cgo LDFLAGS
2013-09-10 Russ Coxlibmach: change three more BGET macro invocations back
2013-09-10 Keith Randallruntime: clean up / align comment tabbing
2013-09-10 Mikio Haranet: remove dreg of obsoleted network poller
2013-09-10 Rob Pikedoc/go1.2.html: introduction, language changes
2013-09-10 Alex Brainmanos/exec: change windows LookPath so it works like cmd.exe
2013-09-09 Russ Coxencoding/json: document actual behavior for Unmarshal...
2013-09-09 Richard Eric... container/list: unexpected panic if Next/Prev called...
2013-09-09 Russ Coxpath/filepath: fix race with other tests
2013-09-09 Russ Coxencoding/xml: fix panic in Marshal
2013-09-09 Russ Coxsyslog: fix data race on 'crashy' in test function
2013-09-09 Russ Coxlog/syslog: use alternate format for logging to local...
2013-09-09 Ian Lance Taylorcmd/go: if there are C++ sources, use g++ as default...
2013-09-09 Russ Coxbuild: remove various uses of C undefined behavior
2013-09-09 Russ Coxruntime: remove OABI check from ARM startup
2013-09-09 Rémy Oudomphengcmd/6g: handle very wide offsets.
2013-09-09 Russ Coxcmd/gc: allow inlined struct == to mention unsafe.Point...
2013-09-09 Russ Coxcmd/cgo: record full source path to input .go files
2013-09-09 Russ Coxcmd/gc: squelch spurious "invalid recursive type" error
2013-09-09 Russ Coxcmd/gc: diagnose '_ = nil' better
2013-09-09 Russ Coxcmd/gc: more detail in import conflict error message
2013-09-09 Russ Coxcmd/gc: show package name in 'imported and not used...
2013-09-09 Russ Coxcmd/gc: fix 'internal error: typename ideal bool'
2013-09-09 Joel Singruntime: unbreak build on dragonfly
2013-09-09 Alex Brainmantime: allow more time for TestOverflowRuntimeTimer...
2013-09-09 Rob Pikedoc/go1.2.html: first cut
2013-09-08 Dominik Honnefcompress/flate: small documentation fix
2013-09-08 Emil Hessmanmisc/dist: Specify a version for the darwin package.
2013-09-08 Robert Daniel... sort: fix up example expected output formatting
2013-09-08 Andriy Lytvynovsort: add a simpler sort.Interface example
2013-09-06 Keith Randallruntime: Smhasher tests of our map hash function.
2013-09-06 Brad Fitzpatricknet: don't error when marshalling nil IP addresses
2013-09-06 Ehren Kretcompress/flate: prevent panic when reinitializing huffm...
2013-09-06 Brad FitzpatrickA+C: Ehren Kret (individual CLA)
2013-09-06 Dmitriy Vyukovruntime: account for all sys memory in MemStats
2013-09-06 Alex Brainmancmd/go: rename go.exe if cannot delete it during clean
2013-09-06 Rémy Oudomphengcmd/gc: add missing typecheck for walk-generated constants.
2013-09-06 Marco Henningsarchive/tar: fix a case where USTAR-split is not workin...
2013-09-06 Andriy Lytvynovsort: fix Example_sortMultiKeys
2013-09-06 Russ Coxcmd/5g, cmd/6g, cmd/8g: simplify for loop in bitmap...
2013-09-06 Josh Bleecher... cmd/gofmt: sort more, remove some duplicate imports
2013-09-06 Russ Coxtest: fix build (update for new error message)
2013-09-06 Dominik Honnefmisc/emacs: use built-in buffer-base-buffer instead...
2013-09-06 Anthony Martincodereview: update use of promptchoice for Mercurial 2.7
2013-09-06 Russ Coxcmd/gc: remove "send used as value" hint
2013-09-06 Anthony Martinruntime: handle timer overflow in tsleep
2013-09-06 Brad Fitzpatrickapi: update go1.1, except and next.txt with constant...
next