]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-05-22 Robert Griesemercmd/compile/internal/gc: simplify mpgetflt (remove...
2015-05-22 Robert Griesemercmd/compile/internal/gc: correctly use Float32 in mpgetfltN
2015-05-22 Shenghou Mago/build: make ArchChar always return "?" to match...
2015-05-22 Robert Griesemercmd/compile/internal/big: update to latest version...
2015-05-22 Robert Griesemermath/big: fix Float.Float64 conversion for denormal...
2015-05-22 Robert Griesemermath/big: add more Float.Float64 conversion tests
2015-05-22 Robert Griesemermath/big: fix Float.Float32 conversion for denormal...
2015-05-22 Elias Naurruntime: don't always unblock all signals
2015-05-22 Dave Cheneynet: fix panic in TestDialerDualStack
2015-05-22 David Chasecmd/internal/gc: move check for large-hence-heap-alloca...
2015-05-22 David Chasecmd/internal/gc: make indirect calls properly escape-y
2015-05-22 Robert Griesemermath/big: gofmt nat_test.go
2015-05-22 Vlad Krasnovmath/big: Simple Montgomery Multiplication to accelerat...
2015-05-21 Russ Coxruntime: fix callwritebarrier
2015-05-21 Austin Clementsruntime: eliminate write barrier from adjustpointers
2015-05-21 Josh Bleecher... cmd/internal/obj: remove F3t field from Prog
2015-05-21 Russ Coxcmd/go: set correct install location for cmd/compile...
2015-05-21 Russ Coxall: retire architecture letter in file names, public API
2015-05-21 Russ Coxall: build and use go tool compile, go tool link
2015-05-21 Russ Coxcmd/compile, cmd/link: create from 5g, 5l, etc
2015-05-21 Russ Coxcmd/link: move to cmd/newlink
2015-05-21 Ryan Browncmd/internal/ld: output dwarf in external link mode...
2015-05-21 Rick Hudsonruntime: turn work buffer tracing off by default
2015-05-21 Austin Clementsruntime: make runtime.callers walk calling G, not g0
2015-05-20 Shenghou Maencoding/gob: fix docs
2015-05-20 Mikio Haranet: document that ListenMulticastUDP is for simple...
2015-05-20 Alan Donovango/parser: parse incomplete selection "fmt." as a blank...
2015-05-20 Rob Pikecmd/doc: fix handling of paths like ./fmt
2015-05-20 Rick Hudsonruntime: remove unused quiesce code
2015-05-20 Michael Hudson... cmd/go: change Package.Shlib to be the absolute path...
2015-05-20 Mikio Haranet: fix the series of TestLookup and external tests
2015-05-20 Mikio Haranet: fix data race in TestSocket{Conn,PacketConn}
2015-05-19 Josh Bleecher... Revert "cmd/internal/ld: output dwarf in external link...
2015-05-19 Shenghou Mamisc/cgo/testshared: when checking for RPATHs also...
2015-05-19 Shenghou Macmd/internal/gc: handle 64-bit const i/j/k in cgen_slic...
2015-05-19 Didier Speziahtml/template: fix string iteration in replacement...
2015-05-19 Shenghou Macmd/go: fix build
2015-05-19 Austin Clementscmd/internal/gc: remove incorrect "write barrier prohib...
2015-05-19 Alexander Zolotovcmd/go: run gofmt from current GOROOT
2015-05-19 Ryan Browncmd/internal/ld: output dwarf in external link mode...
2015-05-19 Russ Coxcmd/internal/gc: sync nowritebarrier checks and write...
2015-05-19 Russ Coxcmd/internal/gc: type of str[i] is byte, not uint8
2015-05-19 Rick Hudsonruntime: run background mark helpers only if work is...
2015-05-19 Austin Clementsruntime: minor clean up to heapminimum
2015-05-19 Russ Coxruntime: add fast check for self-loop pointer in scanobject
2015-05-19 Russ Coxcmd/internal/gc: add missing write barrier in append...
2015-05-19 Shenghou Matime: document that not all Unix time can be represented
2015-05-19 Aaron Jacobsflag: Fix up a package comment a bit.
2015-05-18 Josh Bleecher... cmd/internal/gc: rearrange Node fields
2015-05-18 Josh Bleecher... cmd/internal/gc: separate Node param fields
2015-05-18 Josh Bleecher... cmd/6g, cmd/internal/gc: use Etype instead of Ostk
2015-05-18 Josh Bleecher... cmd/internal/gc: make all Node depths int32
2015-05-18 Josh Bleecher... runtime/pprof: write heap statistics to heap profile...
2015-05-18 Daniel Morsingcmd/pprof/internal/profile: ignore comments when parsin...
2015-05-18 Rob Pikecmd/doc: put blank lines around comment for types,...
2015-05-18 Michael Hudson... misc/cgo/testshared: rewrite in Go
2015-05-18 Robert Griesemerspec: fix typo
2015-05-18 David Chasecmd/internal/gc: extend escape analysis to pointers...
2015-05-18 Austin Clementsruntime: use separate count and note for forEachP
2015-05-18 Austin Clementsruntime: hold worldsema while starting the world
2015-05-18 Austin Clementsruntime: disallow preemption during startTheWorld
2015-05-18 Austin Clementsruntime: factor stoptheworld/starttheworld pattern
2015-05-18 Austin Clementsruntime: don't start GC if preemptoff is set
2015-05-18 Alex Brainmanruntime: correct exception stack trace output
2015-05-17 Shenghou Mabuildall.bash: exit 1 when make.bash fails
2015-05-17 Austin Clementsruntime: eliminate runqvictims and a copy from runqsteal
2015-05-17 Shenghou Macmd/dist: add -k to "dist test" to keep going after...
2015-05-16 Russ Coxcmd/internal/gc: refine ginscmp comment
2015-05-16 Russ Coxreflect: make PtrTo(FuncOf(...)) not crash
2015-05-16 Russ Coxruntime: replace GC programs with simpler encoding...
2015-05-16 Didier Speziatext/template: fix race condition on function maps
2015-05-15 Russ Coxruntime: make mapzero not crash on arm
2015-05-15 Michael Hudson... cmd/internal/ld: prevent creation of .dynamic and ...
2015-05-15 Michael Hudson... cmd/5l, etc, cmd/internal/ld: consolidate implementatio...
2015-05-15 Michael Hudson... cmd/5l, etc, cmd/internal/ld: consolidate implementatio...
2015-05-15 Russ Coxruntime: test and fix heap bitmap for 1-pointer allocat...
2015-05-15 Josh Bleecher... cmd/internal/gc: unembed Name field
2015-05-15 Alex A Skinnernet: redo resolv.conf recheck implementation
2015-05-15 Robert Griesemergo/parser: better error message for missing ',' in...
2015-05-15 Matthew Dempskycmd/internal/obj: update callers to Linkline{fmt,hist...
2015-05-15 Matthew Dempskycmd/internal/gc, cmd/yacc: merge yaccerrors.go into...
2015-05-15 Brad Fitzpatricksyscall: don't run fcntl child process test on iOS
2015-05-15 Brad FitzpatrickRevert "cmd/internal/gc: ignore declarations of types...
2015-05-15 HÃ¥vard Haugenencoding/json: fix decoding of types with '[]byte'...
2015-05-15 Daniel Morsingcmd/internal/gc: ignore declarations of types for goto...
2015-05-15 Josh Bleecher... cmd/internal/gc: separate Name-only Node fields
2015-05-15 Josh Bleecher... cmd/internal/gc: convert Val.U to interface{}
2015-05-15 Josh Bleecher... cmd/internal/gc: explicitly set zero bool Val
2015-05-15 Josh Bleecher... cmd/5g, etc: prepare Node.Val to be unexported
2015-05-15 Josh Bleecher... cmd/5g, etc: prepare to unexport gc.Mp*
2015-05-15 Russ Coxruntime: allocate map element zero values for reflect...
2015-05-15 Russ Coxruntime: optimize heapBitsBulkBarrier a tiny amount
2015-05-15 Russ Coxruntime: use memmove during slice append
2015-05-15 David Symondscmd/go: fix count of number of reserved names (doc...
2015-05-15 Patrick Mezardinternal/syscall/windows/registry: fix read overrun...
2015-05-15 Shenghou Masyscall: add test for Flock_t roundtrip
2015-05-15 Shenghou Masyscall: add explicit build tags
2015-05-15 Mikio Haracmd/doc: fix build
2015-05-15 Shenghou Masyscall: fix F_SETLK{,W} on linux/ppc64
2015-05-14 Rob Pikecmd/doc: trim unexported methods from interfaces
next