]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-05-19 Dmitriy Vyukovruntime: properly set G status after syscall
2013-05-19 Dave Cheneymisc/dashboard: add go.tools to list of subrepos
2013-05-18 Anthony Martinruntime, cmd/gc: clean up function protoypes
2013-05-18 Anthony Martinruntime: mark usleep as NOSPLIT on Plan 9
2013-05-18 Anthony Martinruntime: fix newproc debugging print
2013-05-18 Keith Randallcompress/flate: faster version of forwardCopy
2013-05-18 Dominik Honnefcmd/go: Update documentation of go run to match current...
2013-05-17 Brad Fitzpatrickbufio: make Reader buffer transient
2013-05-17 Rob Pikecmd/vet: delete; it now lives in the go.tools subrepo
2013-05-17 Keith Randallruntime: faster x86 memmove (a.k.a. built-in copy())
2013-05-17 Shenghou Mamisc/cgo/test: deflake TestParallelSleep once more
2013-05-17 Shenghou Macmd/ld: emit .tbss section when doing dynamic internal...
2013-05-17 Alex Brainmanos: clarify windows read console code
2013-05-17 Alex Brainmanruntime: revert 3c2cddfbdaec
2013-05-17 Alex Brainmanruntime: do not mark os memory as executable on windows
2013-05-16 Carl Shapiroruntime: fix scanning of not started goroutines
2013-05-16 Adam Langleycrypto/tls: fix flakey test.
2013-05-16 Alex Brainmanos: use small buffer when reading from windows console
2013-05-16 Rémy Oudomphengcmd/gc: repair make(T) in export data for inlining.
2013-05-16 Brad Fitzpatricktime: add Time.FormatAppend
2013-05-15 Robert Henckereflect: use visit structure for map key in DeepEqual
2013-05-15 Dmitriy Vyukovruntime: fix GC scanning of slices
2013-05-15 Rob Pikemisc/dashboard/codereview: add cshapiro and mpvl to...
2013-05-15 Dmitriy Vyukovruntime: add simple malloc benchmarks
2013-05-15 Keith Randallruntime: Optimize aeshash a bit. Use a better predicte...
2013-05-15 Dmitriy Vyukovruntime: transfer whole span from MCentral to MCache
2013-05-15 Adam Langleycrypto/rsa: check for minimal PKCS#1 v1.5 padding.
2013-05-15 Adam Langleycrypto/tls: ignore empty TLS records.
2013-05-15 Adam Langleymath/big: save some copies in binaryGCD.
2013-05-15 Dmitriy Vyukovruntime: unset m->locks after actual lock unlock
2013-05-15 Dmitriy Vyukovruntime: use enums instead static vars for debugging
2013-05-15 Dmitriy Vyukovruntime: inline size to class conversion in malloc()
2013-05-15 Alex Brainmanmisc/cgo/test: add missing import
2013-05-15 Shenghou Mamisc/cgo/test: test for issue 5337.
2013-05-15 Brad Fitzpatrickcmd/godoc: don't warn about HEAD requests
2013-05-15 Shenghou Macmd/yacc: don't emit line comment when -l is given
2013-05-15 Alexey Borzenkovos/user: faster user lookup on Windows
2013-05-15 Dominik Honnefmisc/emacs: Add support for methods with unnamed receiver
2013-05-15 Jonathan Hseutesting/quick: fix for aliased types, delete duplicate...
2013-05-14 Carl Shapiroruntime: enable stack scanning by frames
2013-05-14 Brad Fitzpatrickdatabase/sql: use method values instead of generating...
2013-05-14 Rémy Oudomphengcmd/gc: fix race instrumentation of selectors T(v)...
2013-05-14 Keith Randallruntime/bytes: fast Compare for byte arrays and strings.
2013-05-14 Brad Fitzpatrickencoding/json: allocate less in NewEncoder
2013-05-14 Rob Pikecmd/vet: fix for changes to go/types package
2013-05-14 Alberto García... net/http: Fix basic authentication with empty password
2013-05-14 Brad FitzpatrickA+C: Alberto García Hierro (individual CLA)
2013-05-14 Shenghou Maarchive/tar: skip NUL-filled unused octal fields
2013-05-14 Robin Eklindimage: minor update of comments.
2013-05-14 Shenghou Macmd/gc: improve syntax error for "import testing"
2013-05-14 Shenghou Madoc/go_spec: fix typos
2013-05-14 Bill Thiedemisc/vim: test.sh seems to only work on Mac OS X.
2013-05-14 Brad Fitzpatrickcmd/api: don't print out except.txt removed features...
2013-05-14 Brad Fitzpatrickgo/token: let FileSet.AddFile take a negative base
2013-05-13 Andrew Gerrandtag go1.1
2013-05-13 Dmitriy Vyukovruntime/race: improve public documentation
2013-05-13 Nigel Taodoc: add a "New packages" section to the 1.1 release...
2013-05-08 Andrew Gerrandtag go1.1rc3
2013-05-08 Ian Lance Taylorruntime: fix crash in select
2013-05-08 Robert Griesemerspec: fix incorrect example
2013-05-08 Andrew Gerranddoc: pull front page featured articles using new blog...
2013-05-08 Ian Lance Taylorcmd/cgo: pass -Wsystem-headers when looking for errors
2013-05-08 Alex Brainmannet: fix dial race on plan9 and windows
2013-05-07 Rob Pikeeffective_go.html: be more accepting in the guidelines...
2013-05-07 Andrew Gerrandtag go1.1rc2
2013-05-07 Brad Fitzpatrickapi: add go1.1.txt; update cmd/api to use it
2013-05-06 Dmitriy Vyukovruntime: fix crash in badsignal()
2013-05-06 Shenghou Maruntime: reduce max arena size on windows/amd64 to...
2013-05-06 Brad Fitzpatrickdatabase/sql: remove an unused field from Rows
2013-05-06 Andrew Gerranddoc: add FAQ entry about language changes
2013-05-06 Shenghou Masyscall: fix prototype of Fchflags (API change)
2013-05-06 Jeremiah Harmsengo/doc/example: Fix bug causing false negatives for...
2013-05-06 Andrew GerrandC: add Jeremiah Harmsen (Google CLA)
2013-05-06 Brad Fitzpatrickimage/png: fix error message to not return width twice
2013-05-04 Shenghou Mago/build: document GOOS.go also has implicit GOOS build...
2013-05-03 Keith Randalltext/template: comment fix
2013-05-03 Andrew Gerranddoc: fix formatting in effective go code snippet
2013-05-03 Shenghou Maruntime/cgo: fix build for ARM
2013-05-03 Shenghou Macmd/ld: add .note.GNU-stack section for external linking
2013-05-03 Brad Fitzpatrickregexp: doc fix
2013-05-02 Russ Coxdoc: only U+FEFF is a byte-order mark; U+FFFE is not
2013-05-02 Alex Brainmancmd/ld: fix SDYNIMPORT symbol test
2013-05-02 Rob Pikecmd/ld: fix another unsigned value causing bugs on...
2013-05-01 David du Colombierlibmach: fix build on Plan 9
2013-05-01 Ian Lance Taylorcmd/cgo: correct pragma name in comment
2013-05-01 Ian Lance Taylorruntime/cgo: export symbols in both internal and extern...
2013-05-01 Ian Lance Taylorcmd/ld: fix syms that are both cgo_import_static &...
2013-05-01 Andrew Gerranddoc: link to Go 1.1 release notes
2013-05-01 Alex Brainmannet: do not call syscall.Bind twice on windows
2013-04-30 Rob Pikecmd/ld: when linking externally, only generate dwarf...
2013-04-30 Russ Coxcmd/go: undo CL 8119049
2013-04-30 Ian Lance Taylorcmd/ld: emit relocs for DWARF info when doing an extern...
2013-04-30 Rob Pikeos/exec: disable TestExtraFilesFDShuffle
2013-04-30 Cosmos Nicolaousyscall: fix a bug in the shuffling of file descriptors...
2013-04-30 Rob Pikesyscall: fix exec_bsd.go to accompany exec_linux.go...
2013-04-30 Rob Pikecmd/ld: another attempt at the relocation overflow fix
2013-04-30 Rob Pikecmd/ld: fix check for address wrap in relocation
2013-04-30 Andrew Gerranddoc/go1.1: remove discussion of "go run" change
2013-04-30 Rob Pikecmd/ld: disable relocation range check so build can...
2013-04-30 Rob Pikecmd/gc: fix some overflows in the compiler
next