]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-09-06 Aram Hăvărneanuruntime, syscall: rewrite syscall_solaris.goc in Go
2014-09-06 Russ Coxruntime: fix panic/wrapper/recover math
2014-09-06 Keith Randallruntime: badreflectcall runs on the G stack - convert...
2014-09-06 Keith Randallruntime: get rid of other Go->C calls in test exports.
2014-09-05 Keith Randallruntime: move gostringw and gogobytes test stubs to Go.
2014-09-05 Keith Randallruntime: run getgcmask on the M stack.
2014-09-05 Russ Coxruntime: disable StackCopyAlways
2014-09-05 Russ Coxruntime: use reflect.call during panic instead of newst...
2014-09-05 Russ Coxmisc/cgo/test: make issue5548 test pickier
2014-09-05 Russ Coxruntime: handle nil ptr load/store in arm software...
2014-09-05 Russ Coxruntime: clean up sigqueue.go
2014-09-05 Alex Brainmannet: temporarily skip TestAcceptIgnoreSomeErrors
2014-09-05 Keith Randallruntime: convert panic/recover to Go
2014-09-05 Russ Coxruntime: use cas loop to coordinate with sigprof
2014-09-05 Russ Coxsyscall: in linux/arm Syscall, zero R3, R4, R5
2014-09-05 Russ Coxruntime: use new #include "textflag.h"
2014-09-05 Russ Coxruntime: do not stop traceback at onM
2014-09-05 Russ Coxcmd/dist: another attempt at textflag.h
2014-09-05 Russ Coxcmd/dist: make textflag.h available in runtime, avoid...
2014-09-05 Russ Coxruntime: mark sysAlloc nosplit
2014-09-05 Russ Coxruntime: more C to Go conversion adjustments
2014-09-05 Brad Fitzpatrickcmd/api: don't depend on os/user or USER to check api
2014-09-04 Robert Griesemergo/parser: fix "zero day" parse error
2014-09-04 Russ Coxruntime: make more functions safe for Go
2014-09-04 Dmitriy Vyukovruntime: convert cgocall to Go
2014-09-04 Russ Coxruntime: use C for readgstatus, goroutine status values
2014-09-04 Russ Coxruntime: reconvert sigqueue.goc from C to Go
2014-09-04 Robert Griesemergo/parser: initialize file set even in only some tests...
2014-09-04 David Crawshawandroidtest.bash: drop noisy adb sync output
2014-09-04 Dmitriy Vyukovruntime: fix solaris netpoll
2014-09-04 Dmitriy Vyukovruntime: fix netbsd build
2014-09-04 Mikio Hararuntime: fix typos
2014-09-04 David du Colombierruntime: fix Plan 9 build
2014-09-04 Dmitriy Vyukovruntime: fix arm build
2014-09-04 Dmitriy Vyukovruntime: convert netpoll to Go
2014-09-04 Russ Coxruntime: fix nacl/amd64p32 build
2014-09-04 Russ Coxruntime: fix int64 reconstruction in semasleep
2014-09-04 Russ Coxruntime: fix onM test for curg on arm
2014-09-04 Russ Coxruntime: fix sigtrampPC on Windows
2014-09-04 Russ Coxruntime: correct various Go -> C function calls
2014-09-04 Russ Coxruntime: reject onM calls from gsignal stack
2014-09-04 Russ Coxruntime: refactor/fix asmcgocall/asmcgocall_errno
2014-09-04 Mikio Haranet: fix parsing literal IPv6 address with zone identif...
2014-09-04 Russ Coxruntime: give 2 words back in notetsleep_internal
2014-09-04 Mikio Haranet: fix parsing literal IP address in builtin dns...
2014-09-03 Rob Piketext/template: 0xef is an integer, not a floating-point...
2014-09-03 Russ Coxruntime: make entersyscall/exitsyscall safe for stack...
2014-09-03 Robin Eklindspec: Add link to rune literals from string literals...
2014-09-03 Russ Coxruntime: convert symtab.c into symtab.go
2014-09-03 Brad Fitzpatrickruntime: relax flaky GC pause test
2014-09-03 Russ Coxruntime: remove guard against uninitialized forcegc.g
2014-09-03 Dmitriy Vyukovruntime: adopt race detector for runtime written in Go
2014-09-03 Rick Hudsonruntime: Start and stop individual goroutines at gc...
2014-09-03 Keith Randallruntime: deferproc/deferreturn in Go
2014-09-03 Russ Coxcmd/cgo, runtime: write cgo stub wrappers in Go, not C
2014-09-03 Russ Coxruntime: make onM and mcall take Go func values
2014-09-03 Russ Coxruntime: convert a few traceback-related functions...
2014-09-03 Russ Coxruntime: introduce, use funcPC to convert Go func to PC
2014-09-03 Alex Brainmanruntime: increase windows prof thread priority sooner
2014-09-02 Russ Coxruntime: avoid race with forcegc helper
2014-09-02 David du Colombierruntime: don't allocate a new string in snprintf
2014-09-02 David du Colombierruntime: handle empty environment variables on Plan 9
2014-09-02 Keith Randallruntime: unify fastrand1 and fastrand2
2014-09-02 Keith Randallruntime: convert select implementation to Go.
2014-09-02 David Leon Gilcrypto: Add SHA3 functions in go.crypto/sha3 to the...
2014-09-02 Adam LangleyA+C: David Leon Gil (individual CLA)
2014-09-02 Russ Coxruntime: convert traceback*.c to Go
2014-09-02 Russ Coxcmd/gc: fix runtime print(hex(x))
2014-09-02 Keith Randallruntime: move reflect trampolines into thunk file.
2014-09-02 Marko Tiikkajadatabase/sql: Avoid re-preparing statements when all...
2014-09-02 Dmitriy Vyukovruntime: convert clearpools/registerPoolCleanup to Go
2014-09-02 Matthew Dempskyruntime: convert cpuprof from C to Go
2014-09-02 Alex Brainmanruntime/pprof: adjust cpuHogger so that tests pass...
2014-09-02 David du Colombierruntime: fix gogetenv on Plan 9
2014-09-02 Russ Coxruntime: fix race detector running Go code on g0 of...
2014-09-02 Alex Brainmantime: update generated zoneinfo_abbrs_windows.go
2014-09-01 Russ Coxruntime: fix Stack
2014-09-01 Russ Coxruntime: convert mprof.goc to mprof.go
2014-09-01 Russ Coxruntime: fix windows build
2014-09-01 Russ Coxruntime: change concatstring panic to gothrow
2014-09-01 Russ Coxruntime: include os_*.h in the generated Go structs
2014-09-01 Russ Coxruntime: change PC, SP values in Stkframe, Panic, Defer...
2014-09-01 Dmitriy Vyukovruntime/race: better handling of atomic operations
2014-09-01 Rui Ueyamastrings: use Rabin-Karp algorithm for LastIndex.
2014-09-01 Russ Coxruntime: remove old malloc test programs
2014-09-01 Brad Fitzpatrickarchive/zip: add Writer.Flush
2014-09-01 Russ Coxruntime: paste mprof.goc into mprof.go as comments
2014-09-01 Ian Lance Taylormisc/cgo/testcdefs: comment out test of packed structs
2014-09-01 Russ Coxcmd/ld: diagnose Go calling C
2014-09-01 Dmitri Shuralyovnet/http: fix typo in comment
2014-09-01 Nigel Taoimage/png: make the CompressionLevel constants negative...
2014-08-31 Ian Lance Taylorruntime: fix Linux build
2014-08-30 Russ Coxcmd/cc: generate error if #pragma pack off does anything
2014-08-30 Russ Coxruntime: translate env*.c to Go
2014-08-30 Dmitriy Vyukovruntime/pprof: make CPU profiling tests more robust
2014-08-30 Russ Coxruntime: preallocate panic errors for index and slice
2014-08-30 Keith Randallruntime: convert chanrecv to Go
2014-08-30 Evan Kroskenet/url: make Userinfo.String() escape ? and add test...
2014-08-30 Evan Kroskego/doc/headscan: update script to count headings with...
2014-08-30 Robin Eklindspec: Fix indentation and remove trailing white space...
next