]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-05-27 Michael Hudson... cmd/internal/ld: store the libraries a shared library...
2015-05-27 HÃ¥vard Haugenarchive/tar: don't panic on negative file size
2015-05-27 Michael Hudson... cmd/link/internal/ld: put abi hash into a note
2015-05-27 Michael Hudson... misc/cgo/testshared: do not capture output of go comman...
2015-05-27 Michael Hudson... cmd/link: replace interface{} fields with concrete...
2015-05-26 Ryan Browncmd/internal/objfile: Skip mach-o debug symbols.
2015-05-26 Brad Fitzpatrickarchive/zip: verify number of File bytes read at EOF
2015-05-26 Ian Lance Taylorcmd/link/internal/amd64: -buildmode=c-archive forces...
2015-05-26 Robert Griesemerspec: removed TODOs (invisible html comment) in favor...
2015-05-26 Alexandre Cesaronet/mail: add AddressParser type
2015-05-26 Russ Coxcmd/compile: don't cater to race detector in write...
2015-05-26 Ian Lance Taylorcmd/link/internal/ld: if -v, display external linker...
2015-05-26 Ian Lance Taylorcmd/go: permit C files if the package uses SWIG
2015-05-25 David Crawshawandroidtest.bash: clean up stale GOROOT
2015-05-25 David Crawshawmisc/android: cleaner to remove stale GOROOT files
2015-05-23 Elias Naurruntime: don't always block all signals on OpenBSD
2015-05-23 Mikio Haranet: adjust dual stack support on dragonfly
2015-05-23 Mikio Haranet: don't show verbose information when -test.v=false
2015-05-22 Robert Griesemermath/big: Always print exponent sign when using 'p...
2015-05-22 Elias Naurmisc/cgo/test: fix build for CC=clang
2015-05-22 Robert Griesemercmd/compile/internal/big: update and apply vendor.bash
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...
next