]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2014-11-14 Russ Cox[dev.garbage] all: merge dev.power64 (7667e41f3ced...
2014-11-14 Russ Cox[dev.garbage] all: merge default (f38460037b72) into...
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-12 Austin Clements[dev.power64] liblink: improve documentation of struct...
2014-11-12 Austin Clements[dev.power64] 9g: proginfo fixes
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-11 Russ Cox[dev.garbage] runtime: concurrent mark fixes
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 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
2014-11-04 Austin Clementsgc: abort if given an unknown debug (-d) flag
2014-11-03 Austin Clements[dev.power64] test: "fix" live.go test on power64x
2014-11-03 Austin Clements[dev.power64] test: disable nilptr3 test on power64x
2014-11-03 Austin Clements[dev.power64] liblink: fix printing of branch targets
2014-11-03 Austin Clements[dev.power64] 9g: fix nilopt
2014-11-03 Alan Donovanmisc/cgo/test: fix freebsd test failure by moving test...
2014-11-03 Austin Clementsruntime: make Go and C mallocgc signatures match
2014-11-03 Austin Clements[dev.power64] all: merge default into dev.power64
2014-11-03 Andrew Gerranddoc: document go get -f flag in 1.4 release notes
2014-11-02 Dave Cheney[dev.power64] cmd/objdump: disable tests on power64...
2014-11-01 Benoit Sigouremisc: Increase issue 6997's test timeout to prevent...
2014-11-01 Ian Lance TaylorA+C: add Benoit Sigoure (individual CLA)
2014-10-31 Austin Clements[dev.power64] runtime: fix gcinfo_test on power64x
2014-10-31 Austin Clements[dev.power64] reflect: fix asm on power64x
2014-10-31 Austin Clements[dev.power64] runtime: fix fastrand1 on power64x
2014-10-31 Ian Lance Taylornet/http: add missing newline in list of leaked goroutines
2014-10-31 Brad Fitzpatrickdatabase/sql: make TestDrivers not crash on second run
2014-10-31 Gabriel Aszaloscmd/go: fixed typo in doc and generator
2014-10-31 Ian Lance TaylorA+C: add Gabriel Aszalos (individual CLA)
2014-10-31 Austin Clements[dev.power64] 9g: fix under-zeroing in clearfat
2014-10-31 Brad Fitzpatricksync/atomic: fix comment referencing Value.Store's...
2014-10-30 Austin Clements[dev.power64] runtime: fix a syntax error that slipped...
2014-10-30 Nathan P Finchcmd/go: fix minor typo
2014-10-30 Brad FitzpatrickA+C: Nathan P Finch (individual CLA)
2014-10-30 Brad FitzpatrickA+C: add Jed Denlea (Fastly corporate CLA)
2014-10-30 Austin Clements[dev.power64] runtime: make asm_power64x.s go vet-clean
2014-10-30 Alan Donovanmisc/cgo/test: fix bad C test code that fails on some...
2014-10-30 Alan Donovancmd/cgo: avoid worklist nondeterminism.
2014-10-30 Austin Clements[dev.power64] runtime: fix out-of-date comment in panic
2014-10-30 Austin Clements[dev.power64] runtime: test CAS on large unsigned 32...
2014-10-30 Austin Clements[dev.power64] runtime: match argument/return type signe...
2014-10-30 Russ Cox[dev.garbage] cmd/gc, runtime: implement write barriers...
2014-10-30 Brad Fitzpatrickdoc/go1.4.html: tweak http.Transport.DialTLS wording
2014-10-30 Mikio Haradoc/go1.4.html: fix typo
2014-10-30 Andrew Gerrandtag go1.4beta1
2014-10-30 Russ Coxcmd/objdump: disable test failing on arm5 go1.4beta1
2014-10-30 Russ Coxruntime: change top-most return PC from goexit to goexi...
2014-10-29 Alex Brainmanruntime: make TestCgoExternalThreadPanic run on windows
2014-10-29 Rob Pikedoc/go1.4.html: final library changes
2014-10-29 Russ Coxcmd/objdump: use cmd/internal/objfile
2014-10-29 Rob Pikedoc/go1.4.html: gccgo status
2014-10-29 Russ Coxruntime: fix line number in first stack frame in printe...
2014-10-29 Russ Coxruntime: update comment for Callers
2014-10-29 Russ Cox[dev.garbage] all: merge dev.power64 (5ad5e85cfb99...
next