]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-06-03 Russ Coxcmd/compile: remove Node.Ntest, Node.Stkdelta
2015-06-03 Russ Coxcmd/compile: remove Node.Nincr, Node.Nelse, Node.Initplan
2015-06-03 Shenghou Macmd/dist: enable extlink test on linux/arm64
2015-06-03 Austin Clementsruntime: print start of GC cycle in gctrace, rather...
2015-06-02 Rob Piketext/template: clarify the documentation around templat...
2015-06-02 Austin Clementsruntime: implement GC stack barriers
2015-06-02 Austin Clementsruntime: avoid double-scanning of stacks
2015-06-02 Austin Clementsruntime: steal space for stack barrier tracking from...
2015-06-02 Austin Clementsruntime: decouple stack bounds and stack allocation...
2015-06-02 Austin Clementsruntime: clean up signalstack API
2015-06-02 Austin Clementsruntime: increase precision of gctrace times
2015-06-02 Andrew Gerrandnet/http: set nosniff header when serving Error
2015-06-02 Håvard Haugenfmt: fix buffer underflow for negative integers
2015-06-02 Mikio Haranet: fix parsing literal IP addresses in local database
2015-06-02 Mikio Hararuntime: fix data race in BenchmarkChanPopular
2015-06-02 Robert Griesemermath/big: implement fmt.Formatter-compatible (*Float...
2015-06-02 Dave Cheneynet: fix undetected set and not used error
2015-06-02 Dave Cheneycmd/pprof/internal/profile: fix missing error check
2015-06-02 Dave Cheneycmd/cover: fix missing error check in test
2015-06-01 Alexandre Cesaromime: fix names of examples
2015-06-01 Didier Speziatext/template: fix variadic function call corner case
2015-06-01 Didier Speziahtml/template: prevent panic when escaping actions...
2015-06-01 Rob Pikeregexp: suggest go doc, not godoc
2015-06-01 Konstantin... cmd/doc: try better when looking for package dir
2015-06-01 Aamir Khantext/template: template must be initialized at the...
2015-06-01 Rob Pikeencoding/gob: fix infinite recursion caused by ignoring...
2015-06-01 Austin Clementsruntime: document that runtime.GC() blocks until GC...
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
next