]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-05-31 Michael Käuflpath: fix a typo in documentation of Split
2015-05-31 Adam Langleyencoding/pem: be more permissive about decoding empty...
2015-05-30 Dmitry Vyukovdoc/go1.5.txt: mention bugs found by go-fuzz
2015-05-30 Josh Bleecher... cmd/internal/obj: combine Pcrel and Comefrom
2015-05-30 Josh Bleecher... cmd/asm: delete Addr.Reg2
2015-05-29 Brad Fitzpatrickcmd/internal/obj: shrink Prog, remove two unused fields
2015-05-29 Brad Fitzpatrickcmd/internal/obj: fix build breakage from making From3...
2015-05-29 Russ Coxcmd/old5a, cmd/old8a, cmd/old9a: rebuild y.go
2015-05-29 Robert Griesemermath/big: remove (*Float).Scan, ScanFloat; more robust...
2015-05-29 Robert Griesemermath/big: rename (*Float).Format to (*Float).Text
2015-05-29 Russ Coxcmd/internal/obj: make Prog.From3 a pointer
2015-05-29 David Symondsio: minor improvements to doc comment on WriteString.
2015-05-28 Håvard Haugenarchive/tar: terminate when reading malformed sparse...
2015-05-28 Andrew Gerrandcmd/dist: only test packages and commands that have...
2015-05-28 Robert Griesemergo/types: fix error message for embedded non-interface...
2015-05-28 Josh Bleecher... test: re-enable rotate tests
2015-05-28 David Chasecmd/compile: reject p-notation floats in Go source...
2015-05-28 Josh Bleecher... cmd/internal/gc: unembed Param field
2015-05-28 Austin Clementsruntime: disable GC around TestGoroutineParallelism
2015-05-28 Austin Clementscmd/compile: avoid temporary in race mode with slice...
2015-05-28 Austin Clementsruntime: use stripped test environment for TestGdbPython
2015-05-28 Robert Griesemermath/big: fix latent decimal conversion bug
2015-05-28 Ryan Browncmd/link/internal/ld: Skip combining dwarf for darwin...
2015-05-28 Josh Bleecher... test: remove arch char from nosplit
2015-05-28 Shenghou Macmd/internal/obj: make arm64 use RegTo2 instead of...
2015-05-28 Brad Fitzpatrickcmd/dist: don't run go list when running a specific...
2015-05-27 Robert Griesemermath/big: more cleanups (msbxx, nlzxx functions)
2015-05-27 Robert Griesemermath/big: removed TODO, cleanups
2015-05-27 Robert Griesemerstrconv: minor internal comment fix
2015-05-27 Brad Fitzpatrickarchive/zip: sanity check the TOC's declared number...
2015-05-27 David Chasecmd/compile: propagate correct line numbers in treecopy
2015-05-27 Brad Fitzpatrickdoc: update go1.5.txt
2015-05-27 Michael Hudson... cmd/internal/ld: do not depend on local symbols to...
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...
next