]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2013-09-06 Brad Fitzpatrickcmd/api: include constant values
2013-09-06 Brad Fitzpatrickreflect: unexport BUCKETSIZE, MAXKEYSIZE, MAXVALSIZE
2013-09-06 Brad Fitzpatrickcrypto/rand: make Read use io.ReadFull
2013-09-06 Kamil Kisielnet: Fix inaccurate docs for AcceptTCP and AcceptUnix.
2013-09-06 ChaiShushanmisc/notepadplus: add interface to function list and...
2013-09-06 Lucio De Recmd/dist: Plan 9 build needs an additional include...
2013-09-06 Rob Pikecmd/go: don't leave test binary around for coverage
2013-09-06 Russ Coxtest/nilptr: add more tests
2013-09-05 Rob Pikeundo CL 13004046 / 5db14b33d6ef
2013-09-05 Ian Lance Taylorcmd/ld: emit relocations for .debug_frame in external...
2013-09-05 Rémy Oudomphengcompress/zlib: add Reset method to Writer.
2013-09-05 Rémy Oudomphengreflect: do not cache trivial values in DeepEqual.
2013-09-05 Ian Lance Taylorcmd/dist: don't print misleading warning when using...
2013-09-04 Brad Fitzpatrickcompress/flate: use bytes.NewReader instead of NewBuffe...
2013-09-04 Rob Pikehtml/template: export the parse.Tree for the escaped...
2013-09-04 Aulus Egnatius... cgo: enable cgo on dragonfly
2013-09-04 Ian Lance TaylorA+C: Aulus Egnatius Varialus (individual CLA)
2013-09-04 Ian Lance Taylorcmd/ld: don't allocate unused garbage space in pclntab...
2013-09-04 Ian Lance Taylorcmd/cgo: document command line options
2013-09-04 Ian Lance Taylorcmd/cgo: don't let #cgo directives mess up line numbering
2013-09-04 Rob Piketext/template: allow eq to take more than two arguments
2013-09-04 Mikio Haranet/http: remove dreg of obsoleted network poller
2013-09-03 Adam Langleydoc/go1.2.txt: crypto/{x509,tls} changes
next