]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2014-12-19 Matthew Dempskyruntime: simplify cpuprof hash calculation
2014-12-19 Brad Fitzpatrickdoc: start go1.5.txt
2014-12-19 Alex Brainmanruntime: use go generate for zcallback_windows.go
2014-12-19 David Crawshawcompress/bzip2: s/repeat_power/repeatPower/
2014-12-19 Shenghou Matest/fixedbugs/issue9355: fix build on windows and...
2014-12-18 Austin Clementscmd/ld: add fallthrough comment
2014-12-18 Austin Clementsliblink: fail for too-large register offset constants
2014-12-18 Austin Clementscmd/ld: set ELF ABI version for ppc64x
2014-12-18 Keith Randallcmd/gc: resolve static addresses of the form &x.f at...
2014-12-18 Shenghou Maruntime/cgo: guard against redefinition of PTHREAD_KEYS_MAX
2014-12-18 Guobiao Meiruntime: fix a minor typo in comments
2014-12-18 Adam Langleycrypto/tls: change default minimum version to TLS 1.0.
2014-12-18 Ben Burkertcrypto/tls: enable TLS_FALLBACK_SCSV in server with...
2014-12-18 Josh Bleecher... test: add missing linkx test
2014-12-18 Ian Lance Taylorcmd/go: gc never permits C files; gccgo always does
2014-12-18 Jan Merclcmd/yacc: Prevent index out of range. Fixes #9099.
2014-12-18 Emil Hessmanpath/filepath: remove named result parameter for VolumeName
2014-12-18 Austin Clementsliblink: generate correct code for MOVD $-n(Rm), x...
2014-12-18 Daniel Morsingcmd/gc: remove outdated warning from pre-go1.
2014-12-18 David du Colombiercmd/gc: fix warning on Plan 9
2014-12-18 Shenghou Mamisc/chrome/gophertool: update for the git/gerrit trans...
2014-12-18 Shenghou Maapi: update next.txt
2014-12-18 Ian Lance Taylortest: add bug494: test case miscompiled by gccgo
2014-12-18 Andrew Gerranddoc: fixes to contributor docs
2014-12-18 Andrew Gerranddoc: update source install instructions
2014-12-18 Andrew Gerranddoc: use 'git-codereview' in contributor docs
2014-12-17 Kato Kazuyoshios: handle the sticky bit separately for *BSD and Solaris
2014-12-17 Ian Lance Taylortest: add test that gccgo failed to compile
2014-12-16 Rick Hudsonruntime: add profiling infrastructure for the Concurrent GC
2014-12-16 Brad Fitzpatrickreflect: remove a double negative, use the rtype.pointe...
2014-12-16 Keith Randallruntime: fix deadlock in runtime.Stack
2014-12-16 Brad Fitzpatricknet/http/httputil: don't use DisableKeepAlives in DumpR...
next