]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2014-11-15 Russ Cox[dev.garbage] all: merge dev.cc into dev.garbage
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 Russ Cox[dev.garbage] all: merge dev.power64 (7667e41f3ced...
2014-11-14 Joel Sing[dev.cc] runtime: convert openbsd/386 port to Go
2014-11-14 Russ Cox[dev.garbage] all: merge default (f38460037b72) into...
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 Rick Hudson[dev.garbage] runtime: Add write barriers to c code
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.garbage] runtime: concurrent mark fixes
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.garbage] runtime: add write barrier to casp
2014-11-10 Rick Hudson[dev.garbage] runtime: Coarsen the write barrier to...
2014-11-10 Rick Hudson[dev.garbage] runtime: Code to implement write barriers
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...
2014-11-06 Austin Clements[dev.power64] gc: fix etype of strings
2014-11-06 Keith Randallruntime: don't stop bitmap dump at BitsDead
2014-11-06 Russ Coxruntime: fix initial gp->sched.pc in newextram
2014-11-06 Russ Coxos: document that users of Fd should keep f alive
2014-11-06 Keith Randallos/exec: tell lsof not to block
2014-11-06 Andrew Gerrandbufio: remove unused 'panicked' variable from test
2014-11-06 Russ Coxruntime: avoid gentraceback of self on user goroutine...
2014-11-06 Russ Coxbufio: fix reading of many blank lines in a row
2014-11-06 Russ Coxdoc/go1.4.html: document new subrepo import paths
2014-11-05 Rob Pikebufio: don't loop generating empty tokens
2014-11-05 Russ Cox[dev.garbage] cmd/gc: emit pointer write barriers
2014-11-05 Austin Clements[dev.power64] 6g: don't create variables for indirect...
2014-11-05 Austin Clements5g: don't generate reg variables for direct-called...
2014-11-05 Russ Cox[dev.garbage] cmd/gc, runtime: add locks around print...
2014-11-05 Russ Cox[dev.garbage] runtime: ignore objects in dead spans
2014-11-05 Russ Cox[dev.garbage] runtime: fix a few checkmark bugs
2014-11-05 Russ Cox[dev.garbage] runtime: fix 32-bit build
2014-11-04 Austin Clements[dev.power64] gc: convert Bits to a uint64 array
2014-11-04 Rick Hudson[dev.garbage] runtime: Add gc mark verification pass.
2014-11-04 Ian Lance Taylortest: comment out failing cases from sinit.go
next