]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2016-04-06 Ross Lightos/user: wrap getgrnam_r to fix type issues
2016-04-06 Dan Petersonnet/http/pprof: note calling runtime.SetBlockProfileRat...
2016-04-06 Keith Randallcmd/compile: fix x=x assignments
2016-04-06 Dave Cheneyruntime: merge 64bit lfstack impls
2016-04-06 Brad Fitzpatrickos: consolidate os{1,2}_*.go files
2016-04-06 Brad Fitzpatrickruntime: rename os1_windows.go to os_windows.go
2016-04-06 Brad Fitzpatrickruntime: merge os{,2}_windows.go into os1_windows.go.
2016-04-06 Michael Mundayruntime: add s390x support (modified files only)
2016-04-06 Shenghou Maruntime: get randomness from AT_RANDOM AUXV on linux...
2016-04-06 Michael Mundayreflect: add s390x support
2016-04-06 Brad Fitzpatrickio: add ReadAtSizer interface
2016-04-06 Brad Fitzpatrickruntime: rename os1_linux.go to os_linux.go
2016-04-06 Brad Fitzpatrickruntime: merge os_linux.go into os1_linux.go
2016-04-06 David Symondsexpvar: Ensure strings are written as valid JSON.
2016-04-06 Brad Fitzpatricknet/http: keep request context during Client redirects
2016-04-06 Josh Bleecher... cmd/compile: encapsulate reads of gc.Type.Funarg
2016-04-06 Brad Fitzpatricknet/http: document that Handlers shouldn't mutate Request
2016-04-06 Brad Fitzpatrickruntime: minor Windows cleanup
2016-04-06 Brad Fitzpatricknet/http, net/http/httputil: start with capitals in...
2016-04-05 Matthew Dempskycmd/compile: move a lot of declarations outside of...
2016-04-05 Matthew Dempskycmd/compile: add comments explaining how declarations...
2016-04-05 Brad Fitzpatrickcrypto/rsa, crypto/ecdsa: fail earlier on zero parameters
2016-04-05 Marcel van... testing: improve output
2016-04-05 Josh Bleecher... cmd/compile: pull ssa OAPPEND expression handing into...
2016-04-05 Josh Bleecher... cmd/compile: give TLS relocations a name when dumping...
2016-04-05 Joe Tsaios: deprecate os.SEEK_SET, os.SEEK_CUR, and os.SEEK_END
2016-04-05 Robert Griesemergo/importer: match predeclared type list with gc's...
2016-04-05 David Chasecmd/compile: note escape of parts of closured-capture...
2016-04-05 Robert Griesemercrypto/dsa: eliminate invalid PublicKey early
2016-04-05 Brad Fitzpatrickdoc: add httptest.ResponseRecorder note to go1.7.txt...
2016-04-05 Dmitry Vyukovruntime: don't burn CPU unnecessarily
2016-04-05 Dmitry Vyukovruntime: sleep less when we can do work
2016-04-05 Ilya Tocarcmd/compile/internal/amd64: Use 32-bit operands for...
2016-04-05 Augusto Romanencoding/json: allow non-string type keys for (un-...
2016-04-05 Eric Lagergrenio: define SeekStart, SeekCurrent, SeekEnd constants...
2016-04-05 Alexandru Moșoicmd/compile: add a pass to print bound checks
2016-04-05 Brad Fitzpatricknet/http: zero pad Response status codes to three digits
2016-04-05 Dave Cheneycmd/compile/internal/ssa: hide gen packge from ./make...
2016-04-05 David Symondsexpvar: document that the Var interface's String method...
2016-04-05 Paul Marksnet: wait for cancelation goroutine before returning...
2016-04-05 Alex Brainmancmd/go: leave directory before removing it in TestShare...
2016-04-05 Alex Brainmandebug/gosym: do not forget to close test binay file...
2016-04-05 Alex Brainmanruntime: leave directory before removing it in TestDLLP...
2016-04-05 Brad Fitzpatricknet/http: add Request.Context and Request.WithContext
2016-04-05 Alex Brainmanruntime: remove race out of BenchmarkChanToSyscallPing1ms
2016-04-05 Hiroshi Iokapath/filepath: normalize output of EvalSymlinks on...
2016-04-05 Brad Fitzpatrickcontext: add the context package from golang.org/x...
2016-04-04 Matthew Dempskycmd/compile: minor cleanup to import loading
2016-04-04 Mikio Haranet: factor out fdMutex-related methods on netFD
2016-04-04 Mikio Haranet: rename TestSelfConnect to TestTCPSelfConnect
2016-04-04 Shahar Kohanimcmd/link: grow rdBuf lazily
2016-04-04 Robert Griesemercmd/compile: export inlined function bodies
2016-04-04 Matthew Dempskycmd/compile: use *byte for pointer to string memory
2016-04-04 Marcel van... testing: unflake TestBRun
2016-04-04 Alexandru Moșoicmd/compile: constant fold modulo
2016-04-04 Alexandru Moșoicmd/compile: fold IsInBounds of modulo.
next