]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-01-01 Shenghou Maruntime: provide a dummy value of _SIGPROF on plan9...
2015-01-01 Shenghou Maruntime/cgo: remove unused variable
2015-01-01 Shenghou Maruntime/cgo: initialize our pthread_create wrapper...
2014-12-31 Shenghou Macmd/gc: fix filename output format verb for -s
2014-12-31 Shenghou Maruntime: ignore SIGPROF to foreign threads before cgoca...
2014-12-31 David Symondsdoc: 2015 will be the Year of the Gopher.
2014-12-30 Martin Möhrmannstrconv: optimize decimal to string conversion
2014-12-30 Alan Donovango/parser: add {map,chan,interface} to expression looka...
2014-12-30 Brad Fitzpatrickarchive/tar: document Reader.Next's behavior at the end
2014-12-30 Brad Fitzpatrickdoc: add http server trailers support to go1.5.txt
2014-12-30 Anthony Martinruntime: consolidate arch-specific signal handlers...
2014-12-30 Emil Hessmandoc: update links in FAQ
2014-12-30 Brad Fitzpatricknet/http: support for setting trailers from a server...
2014-12-29 Chris Manghanecmd/gc: logical operators should produce untyped bool...
2014-12-29 Chris Manghanetest: add fixed GoSmith bugs reported on the gcc Bugzilla
2014-12-29 Robert Griesemertesting/iotest: fix copy/paste error in comment
2014-12-29 David du Colombierruntime: rename atoi to _atoi on Plan 9
2014-12-29 Keith Randallruntime: remove go prefix from a few routines
2014-12-29 Shenghou Maliblink, cmd/ld, runtime: remove stackguard1
2014-12-28 Brad Fitzpatrickdoc: add net/smtp TLSConnectionState note in go1.5.txt
2014-12-28 Brad Fitzpatricknet/smtp: add TLSConnectionState accessor
2014-12-28 Emil Hessmanencoding/gob: address go vet report
2014-12-28 Keith Randallruntime: get rid of goalg, no longer needed
2014-12-28 Emil Hessmanencoding/json: address go vet reports
2014-12-28 Emil Hessmancmd/pack: address go vet reports
2014-12-28 Keith Randallruntime: rename gothrow to throw
2014-12-27 Guobiao Meinet/http: use t.Fatalf rather than t.Fatal in cookie_te...
2014-12-27 Martin Möhrmannstrconv/itoa: add test to generate the longest output...
2014-12-26 Shenghou Madoc: mention the crypto/cipher.Stream clarification...
2014-12-26 Shenghou Macrypto/cipher: update docs for the Stream interface
2014-12-26 Shenghou Madoc/go_spec: fix typo
2014-12-26 mattnreflect, runtime: gofmt
2014-12-26 Shenghou Macmd/ld: put .bss from external objects into real .bss...
2014-12-25 Dmitry Vyukovruntime: simplify procresize
2014-12-24 Michael Matloobregexp: fix typo in comment: s/onpass/onepass/
2014-12-24 Keith Randallreflect: fix func layout test for nacl build
2014-12-24 Marko Tiikkajadatabase/sql: Remove unnecessary call to maybeOpenNewCo...
2014-12-24 Shenghou Mamisc/cgo/test: get rid of the backdoor package
2014-12-24 Shenghou Matest/fixedbugs/issue9355: fix build on arm and power64
2014-12-23 Martin Möhrmannsort: simplify rotate and reduce calls to it
2014-12-23 Carlos Castillogo/build: add variable expansion to cgo lines
2014-12-23 Keith Randallreflect: more function layout tests
2014-12-23 Alexandre Cesaromime/multipart: moved some code to mime/internal/quoted...
2014-12-23 David du Colombierruntime: fix exit on Plan 9
2014-12-23 Guobiao Meimath/rand: fix example_test to show with the correct...
2014-12-23 David du Colombiertest: disable bug248 and bug345 tests on Plan 9
2014-12-23 David du Colombiercmd/dist: fatal shouldn't print errstr on Plan 9
2014-12-23 Alex Brainmanruntime: remove thunk_windows.s
2014-12-23 Shenghou Maruntime: add comments for blank import of "unsafe"
2014-12-23 Brad Fitzpatrickcmd/api: work around Windows rename issue on the builders
2014-12-23 Shenghou Maruntime: fix build for arm and ppc64/ppc64le
2014-12-23 Andrew Gerrandbuild: give freebsd longer to run tests
2014-12-23 Alex Brainmanruntime: import unsafe in os_windows.go (fixes windows...
2014-12-23 Keith Randallreflect: add kindNoPointers if a function layout has...
2014-12-23 Russ Coxruntime: remove thunk.s
2014-12-23 Austin Clementsmisc/cgo: fix issue 9400 test on 386
2014-12-23 Ian Lance Taylorruntime: correct ptrSize test in Linux version of sysRe...
2014-12-23 Austin Clementsruntime: run libc SIGSETXID and SIGCANCEL handlers...
2014-12-23 George Shammasnet/http/cgi: Correctly pass down the REMOTE_PORT value...
2014-12-23 Josh Bleecher... test: fix windows build
2014-12-23 Keith Randallruntime: make stack frames fixed size by modifying...
2014-12-22 Austin Clementscmd/9l: improve R_CALLPOWER error messages
2014-12-22 Mikio Harasyscall: fix the deprecated way of parsing routing...
2014-12-22 Keith Randallruntime: fix nacl build, hashmap overflow field offset...
2014-12-22 Ian Lance Taylortest: add test case that gccgo failed to link
2014-12-22 Austin Clementscmd/5l,6l,8l: remove bogus dynsym section indexes
2014-12-22 Austin Clementscmd/ld: add a text generation pass
2014-12-22 Austin Clementsliblink: code for debugging bad returns
2014-12-22 Josh Bleecher... test: migrate remaining tests to run.go
2014-12-22 Joe Shawsyscall: update go.sys doc reference to golang.org...
2014-12-22 Keith Randallruntime: a better fallback hash
2014-12-22 Keith Randallruntime: hashmap: move overflow pointer to end of bucket
2014-12-22 Josh Bleecher... cmd/gc: update hashmap code location in comments
2014-12-22 Brad Fitzpatrickgo/build: fix test on Windows
2014-12-22 Brad Fitzpatrickgo/build: fix field mismatch in unkeyed struct literal
2014-12-22 David Crawshawsyscall: check recorded version of ppid instead of 1
2014-12-22 Josh Bleecher... sort: reduce leaf calls in Stable
2014-12-22 Stan Schwertlyencoding/binary: check for unsigned integers in intData...
2014-12-22 Austin Clementscmd/ld: clean up nested if when loading bind local...
2014-12-22 Brad Fitzpatrickcmd/api: fix race in run.go with multiple builders...
2014-12-22 Peter Armitagesyscall: fs_nacl: Unlock() should be deferred.
2014-12-22 Austin Clementsliblink: remove class from %#D formatter on 6l
2014-12-22 Brad Fitzpatrickdoc: fix comment type typo
2014-12-22 Josh Bleecher... doc: note encoding/base64 unpadded encodings in go1...
2014-12-22 Bryan Fordencoding/base64: add unpadded encodings, and test all...
2014-12-22 Rob Pikefmt: fix bug in scanning of hex strings
2014-12-22 Alex Brainmansyscall: clean up TestStdcallAndCDeclCallbacks to have...
2014-12-22 Michalis Kargakisflag: Check for Set error
2014-12-21 Ben Burkertencoding/pem: eliminate allocations for newlines during...
2014-12-21 Michalis Kargakisflag: Some idiomatic fixes
2014-12-20 Jed Denleanet/http: Fix Range off-by-one error
2014-12-20 mischiefruntime: fix brk_ signature for plan9
2014-12-20 Dave Cheneyimage/draw: fix crash in clip
2014-12-20 Brad Fitzpatricknet/http: make Client.Timeout return net.Error errors...
2014-12-20 Ian Lance Taylormisc/cgo/test: skip test7978 when using gccgo
2014-12-20 Ian Lance Taylormisc/cgo/test/backdoor: add gc build tag for thunk.s
2014-12-20 Ian Lance Taylorcmd/cgo: don't #include cgo_export.h in gccgo _cgo_main.c
2014-12-20 Ian Lance Taylortesting: style change: omit unnecessary new
2014-12-19 Josh Bleecher... sort: deduplicate inner loop of Stable
2014-12-19 Emil Hessmandoc: fix typo in gccgo contribute
next