]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-04-11 David Chasecmd/compile: added stats printing to stackalloc
2016-04-11 Keith Randallcmd/compile: zero all three argstorage slots
2016-04-11 Keith Randallcmd/compile: fix -N build
2016-04-11 Josh Bleecher... image/color: add YCbCrToRGB benchmark
2016-04-11 Michael Mundaycmd/internal/obj/s390x: add MULHD instruction
2016-04-11 Brad Fitzpatricknet/http: add ServerContextKey to let a handler access...
2016-04-11 Shawn Walker... cmd/link: external linking can fail on Solaris 11.2+
2016-04-11 Dmitry Vyukovinternal/trace: support parsing of 1.5 traces
2016-04-11 Keith Randallcmd/compile: fix naming of decomposed structs
2016-04-11 Alexandru Moșoicmd/compile: bce when max and limit are consts
2016-04-11 Dan Petersonnet/http: document Error does not end the request
2016-04-11 Dominik Honnefall: use bytes.Equal, bytes.Contains and strings.Contai...
2016-04-11 Shahar Kohanimcmd/link: symbol generation optimizations
2016-04-11 Russ Coxnet/http/pprof: accept fractional seconds in trace...
2016-04-11 Dave Cheneyruntime: merge lfstack_amd64.go into lfstack_64bit.go
2016-04-11 Andrew Gerrandcmd/go: document that -run=^$ skips all tests
2016-04-11 Michael Mundaycmd/compile/internal/gc: refactor cgen_div
2016-04-11 Andrew Gerranddoc: document Go 1.6.1 and Go 1.5.4
2016-04-11 Jeremy Jackinsruntime: remove remaining references to TheChar
2016-04-11 Brad Fitzpatricknet/http: set the Request context for incoming server...
2016-04-11 Brad Fitzpatrickcontext: document that WithValue's key must be comparable
2016-04-11 David Symondscmd/vet: refresh command for updating whitelist data.
2016-04-10 Martin Möhrmannruntime: speed up makeslice by avoiding divisions
2016-04-10 Andrew Gerrandcmd/go: remove special case that puts godoc in $GOROOT/bin
2016-04-10 Andrew Gerrandtext/template: emit field error over nil pointer error...
2016-04-10 Keith Randallcmd/compile: regalloc enforces 2-address instructions
2016-04-10 Josh Bleecher... cmd/compile: avoid a spill in append fast path
2016-04-10 Josh Bleecher... runtime: avoid unnecessary map iteration write barrier
2016-04-10 Brad Fitzpatrickhtml: fix typo in UnescapeString string docs
2016-04-10 Klaus Postcompress/flate: improve short writer error test
2016-04-10 Klaus Postcompress/flate: eliminate most common bounds checks
2016-04-10 Martin Möhrmannall: replace magic 0x80 with named constant utf8.RuneSelf
2016-04-10 Dmitry Vyukovinternal/trace: fix a typo in error message
2016-04-10 Marvin Stengercmd: remove bio.Bread
2016-04-10 Emmanuel Odekeruntime: make execution error panic values implement...
2016-04-10 Wisdom Omuyacmd/go: fix typo in findInternal documentation
2016-04-09 Emmanuel Odekenet/http/httputil: DumpRequest dumps Content-Length...
2016-04-09 Brad Fitzpatrickcmd/go: fix typo in comment
2016-04-09 Dmitry Vyukovruntime: revert "do not call timeBeginPeriod on windows"
2016-04-09 Dave Cheneycmd/internal/bio: move Bgetc to link/internal/ld
2016-04-09 Dave Cheneycmd: remove unused code
2016-04-09 Dave Cheneycmd/internal/bio: embed bufio.{Reader,Writer} in bio...
2016-04-09 Dave Cheneycmd: remove bio.BufReader and bio.BufWriter
2016-04-09 Dave Cheneycmd/link/internal: make ld.Bso a *bio.Writer
2016-04-08 Michael Hudson... cmd/cgo: fix cgo with gccgo
2016-04-08 David Chasecmd/compile: insert instrumentation more carefully...
2016-04-08 Dmitry Vyukovruntime: emit file:line info into traces
2016-04-08 Michael Mundaycmd/cgo: increase s390x int type size to 8 bytes
2016-04-08 Emmanuel Odekebytes: add ContainsRune
2016-04-08 Michael Mundaysyscall: add assembly for Linux on s390x
2016-04-08 Brad Fitzpatrickcontext: disable more flaky tests on openbsd
2016-04-08 Michael Mundaytest: skip nilptr3 test on s390x
2016-04-08 Michael Mundaycmd/link: add s390x to link tool main function
2016-04-08 Rob Pikeio: change the name of ReadAtSizer to SizedReaderAt
2016-04-08 Dave Cheneycmd: replace bio.Buf with bio.Reader and bio.Writer
2016-04-08 Michael Mundaycmd/compile: cleanup -dynlink/-shared support check
2016-04-08 Dave Cheneycmd/compile/internal/gc: unexport Export
2016-04-08 Andrew Gerrandcmd/go: fix failing tests since vet was moved from...
2016-04-08 Emmanuel Odekenet/http: fixed trivial go vet warnings
2016-04-07 Keith Randallcmd/compile: Fix constant-folding of unsigned shifts
2016-04-07 Cheng-Lung... cmd/go: revise importPath when ImportPath is 'command...
2016-04-07 Joe Tsaibytes, string: add Reset method to Reader
2016-04-07 Michael Mundayruntime: add s390x support (new files and lfstack_64bit...
2016-04-07 David Crawshawcmd/link: hide go.dwarf symbols
2016-04-07 David Crawshawcmd/link: disable DWARF when not generating symtab
2016-04-07 Burcu DoganC: fix jbd's identity
2016-04-07 Brad Fitzpatrickcontext: mark more tests as flaky on OpenBSD
2016-04-07 Aliaksandr... math/big: re-use memory in Int.GCD
2016-04-07 Michael Mundaymath/big: add s390x function implementations
2016-04-07 Michael Mundaysync/atomic: add s390x implementations of atomic functions
2016-04-07 Alan Donovango/types: make Identical(nil, T) == Identical(T, nil)
2016-04-07 Dave CheneyRevert "runtime: merge lfstack{Pack,Unpack} into one...
2016-04-07 Alexandru Moșoicmd/compile: fold CMPconst and SHR
2016-04-07 Richard Millerruntime/pprof: make TestBlockProfile less timing dependent
2016-04-07 Dave Cheneyruntime: merge lfstack{Pack,Unpack} into one file
2016-04-07 Matthew Dempskycmd/link/internal/amd64: remove empty source file
2016-04-07 Matthew Dempskycmd: extract obj's Biobuf code into new bio package
2016-04-07 Matthew Dempskycmd/internal/sys: change ArchFamily constants to iotas
2016-04-07 Matthew Dempskycmd/link: remove dependency on sys.ArchFamily values
2016-04-07 Matthew Dempskycmd/compile, cmd/link: eliminate uses of ArchFamily...
2016-04-07 Matthew Dempskycmd: add new common architecture representation
2016-04-07 Michael Hudson... runtime: clamp OS-reported number of processors to...
2016-04-06 Ryan Browncmd/link: generate DWARF info using symbols
2016-04-06 Michael Mundaymath: add functions and stubs for s390x
2016-04-06 Robert Griesemercmd/compile, go/importer: minor cleanups
2016-04-06 Josh Bleecher... cmd/compile: move Type.Maplineno to separate data structure
2016-04-06 Rob Pikebytes: add ContainsAny
2016-04-06 Dave Cheneyruntime: remove unused return value from lfstackUnpack
2016-04-06 Alexandru Moșoicmd/compile: replaces ANDQ with MOV?ZX
2016-04-06 Håvard Haugenencoding/json: respect json.Marshaler when encoding...
2016-04-06 Brad Fitzpatricknet, runtime: skip flaky tests on OpenBSD
2016-04-06 Josh Bleecher... cmd/compile: shrink gc.Type in half
2016-04-06 Richard Millertest: make goprint.go wait for goroutine termination
2016-04-06 Marcel van... testing: fix flakey test on plan9
2016-04-06 Robert Griesemercmd/gofmt: make gofmt -s simplify slices in presence...
2016-04-06 Aliaksandr... icmd/vet: improved checking for variadic Println-like...
2016-04-06 Matthew Dempskycmd/link: eliminate a bunch of open coded elf64/rela...
2016-04-06 Marcel van... testing: fixed bug introduced by CL 21504
2016-04-06 Alex Brainmanruntime: use windows.NewLazySystemDLL in mksyscall_wind...
2016-04-06 Konstantin... cmd/vet: do not treat declaration as asignment in atomi...
next