]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2014-11-20 Russ Cox[dev.cc] all: merge dev.power64 (f57928630b36) into...
2014-11-20 Alex Brainman[dev.cc] runtime: convert remaining windows C code...
2014-11-19 Austin Clements[dev.cc] runtime: add explicit siginfo.si_addr field
2014-11-19 Austin Clements[dev.cc] runtime: decode power64 branch instructions...
2014-11-19 Austin Clements[dev.cc] runtime: allow more address bits in lfstack...
2014-11-19 Alex Brainman[dev.cc] runtime: update sys_windows_386.s and sys_wind...
2014-11-18 Austin Clements[dev.cc] runtime: merge power64 onM/onM_signalok into...
2014-11-18 Austin Clements[dev.cc] runtime: catch defs_linux_power64*.go up to...
2014-11-18 Austin Clements[dev.cc] runtime: convert power64-specific .c and ...
2014-11-18 Austin Clements[dev.cc] runtime: convert power64 assembly files for...
2014-11-18 Austin Clements[dev.cc] runtime: convert power64 signal handlers from...
2014-11-18 Austin Clements[dev.cc] 9a: make RET a synonym for RETURN; use "g...
2014-11-18 Austin Clements[dev.cc] cmd/9c: remove
2014-11-18 Russ Cox[dev.cc] runtime: generate GOOS- and GOARCH-specific...
2014-11-18 Russ Cox[dev.cc] runtime: convert defs_linux_power64*.h to go
2014-11-18 Austin Clements[dev.cc] runtime: two missed references to "M stack"
2014-11-17 David du Colombier[dev.cc] cmd/gc: fix warning on Plan 9
2014-11-17 Alex Brainman[dev.cc] runtime: replace deleted netpollfd function
2014-11-16 David du Colombier[dev.cc] cmd/8g: work around "out of fixed registers...
2014-11-15 Dave Cheney[dev.cc] runtime: fix _sfloat thunk
2014-11-14 Dave Cheney[dev.cc] runtime: fix bus error accessing auxv random...
2014-11-14 David du Colombier[dev.cc] liblink: fix warnings on Plan 9
2014-11-14 Austin Clements[dev.power64] liblink: fix Solaris build
2014-11-14 Russ Cox[dev.cc] runtime: change set_sec to take int64
2014-11-14 Austin Clements[dev.power64] 6g,9g: formatters for Prog and Addr details
2014-11-14 Russ Cox[dev.cc] runtime: fix lfstack for amd64 addresses in...
2014-11-14 Russ Cox[dev.cc] runtime: fix linux build
2014-11-14 Joel Sing[dev.cc] runtime: convert dragonfly/amd64 port to Go
2014-11-14 Russ Cox[dev.cc] all: merge dev.power64 (7667e41f3ced) into...
2014-11-14 Austin Clements[dev.power64] liblink: generate dnames[5689] for D_...
2014-11-14 Austin Clements[dev.power64] 5g,6g,8g,9g: debug prints for regopt...
2014-11-14 Joel Sing[dev.cc] runtime: convert openbsd/386 port to Go
2014-11-14 Austin Clements[dev.power64] 5g,6g,8g: synchronize documentation for...
2014-11-14 Aram Hăvărneanu[dev.cc] runtime: fix nil pointer crash handler bug...
2014-11-14 Alex Brainman[dev.cc] runtime: convert netpoll_windows.c to Go
2014-11-14 Joel Sing[dev.cc] runtime: convert openbsd/amd64 port to Go
2014-11-13 Austin Clements[dev.power64] 9g: implement regopt
2014-11-13 Austin Clements[dev.power64] 9l: remove enum as's tag for c2go
2014-11-13 Austin Clements[dev.power64] 6g,8g: remove unnecessary and incorrect...
2014-11-13 Joel Sing[dev.cc] runtime: make SIGSYS notifiable on freebsd...
2014-11-13 Aram Hăvărneanu[dev.cc] runtime: convert Solaris port to Go
2014-11-13 Alex Brainman[dev.cc] runtime: convert mem_windows.c to Go
2014-11-13 Alex Brainman[dev.cc] runtime: add missing cb_max const
2014-11-12 Austin Clements[dev.power64] liblink: improve documentation of struct...
2014-11-12 Joel Sing[dev.cc] [dev.cc] runtime: fix freebsd cgo __progname...
2014-11-12 Austin Clements[dev.power64] 9g: proginfo fixes
2014-11-12 Russ Cox[dev.cc] runtime: delete scalararg, ptrarg; rename...
2014-11-12 Russ Cox[dev.cc] runtime/cgo: add comment about import _ "unsafe"
2014-11-12 Austin Clements[dev.power64] 9g: fix width check and width calculation...
2014-11-12 Russ Cox[dev.cc] runtime/cgo: fix freebsd build?
2014-11-12 Russ Cox[dev.cc] runtime: fix arm5 build
2014-11-12 Russ Cox[dev.cc] runtime/cgo: add missing import _ "unsafe...
2014-11-12 Russ Cox[dev.cc] runtime: convert freebsd to Go
2014-11-12 Russ Cox[dev.cc] runtime: convert softfloat_arm.c to Go + build...
2014-11-11 Russ Cox[dev.cc] runtime: bring back mgc0.h
2014-11-11 Russ Cox[dev.cc] runtime: convert arch-specific .c and .h files...
2014-11-11 Russ Cox[dev.cc] runtime: convert operating system support...
2014-11-11 Russ Cox[dev.cc] runtime: convert scheduler from C to Go
2014-11-11 Russ Cox[dev.cc] runtime: convert race implementation from...
2014-11-11 Russ Cox[dev.cc] runtime: convert parallel support code from...
2014-11-11 Russ Cox[dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to Go
2014-11-11 Russ Cox[dev.cc] runtime: convert basic library routines from...
2014-11-11 Russ Cox[dev.cc] build: disable API check until all systems...
2014-11-11 Russ Cox[dev.cc] runtime: convert assembly files for C to Go...
2014-11-11 Russ Cox[dev.cc] runtime: convert signal handlers from C to Go
2014-11-11 Russ Cox[dev.cc] runtime/cgo: convert from C to Go
2014-11-11 Russ Cox[dev.cc] runtime: convert header files to Go
2014-11-11 Russ Cox[dev.cc] runtime: convert memory allocator and garbage...
2014-11-11 Russ Cox[dev.cc] runtime: convert panic and stack code from...
2014-11-11 Russ Cox[dev.cc] cmd/dist: adjust for build process without...
2014-11-11 Russ Cox[dev.cc] liblink: resolve bss vs other conflict regardl...
2014-11-11 Russ Cox[dev.cc] cmd/go: adjust go, cgo builds & disable cc
2014-11-11 Russ Cox[dev.cc] cmd/gc: changes for removing runtime C code
2014-11-11 Russ Cox[dev.cc] cmd/cgo: generate only Go source files
2014-11-11 Russ Cox[dev.cc] reflect: interfaces contain only pointers
2014-11-11 Russ Cox[dev.cc] cmd/5c, cmd/6c, cmd/8c, cmd/cc: remove
2014-11-10 Russ Cox[dev.cc] create new branch
2014-11-10 Russ Coxtest: fix nacl build
2014-11-10 Russ Coxcmd/internal/objfile: minor edits
2014-11-10 Russ Coxruntime: fix sudog leak in syncsemrelease
2014-11-10 Russ Coxruntime/cgo: add +build tags to files named for $GOOS
2014-11-10 Russ Coxcmd/dist: remove old misc/pprof
2014-11-10 Russ Coxcmd/pprof: install as go tool pprof
2014-11-09 Andrew Gerrandundo CL 169000043 / 05b838013df9
2014-11-09 Andrew Gerrandundo CL 166380043 / 0b54a0927656
2014-11-09 Andrew Gerrandcmd/api: bump go.tools golden CL hash
2014-11-09 Andrew Gerrandcmd/go: use golang.org/x/... import paths
2014-11-09 Andrew Gerrandall: use golang.org/x/... import paths
2014-11-09 Andrew Gerrandcmd/api: use golang.org/x/... import paths
2014-11-09 Adam Langleylib/codereview: fix with more recent hg revisions.
2014-11-08 Brad Fitzpatricknet/http: fix benchmark goroutine leak
2014-11-07 Ian Lance Taylorcmd/go: disable warnings from cmd/cc when building...
2014-11-07 Austin Clements[dev.power64] 5g: fix mistaken bit-wise AND in regopt
2014-11-07 Russ Coxcmd/internal/objfile: add Disasm
2014-11-07 Russ Coxcmd/objdump, cmd/pprof: factor disassembly into cmd...
2014-11-06 Austin Clements[dev.power64] 5g: fix etype and width of itable Addrs
2014-11-06 Russ Coxdoc/go1.4.html: leave stack size at 2 kB
2014-11-06 Russ Coxdoc: change "/s/..." links to be on golang.org
2014-11-06 Josh Bleecher... test: move linkx and sinit to run.go
2014-11-06 Austin Clements[dev.power64] 9g: fix addr width calculation; enable...
next