]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-03-06 Andrew Gerranddoc: add "The go command" article based on Russ' mail
2012-03-06 Robert Griesemergo/parser: fix build (temporarily disable recent change)
2012-03-06 Robert Griesemergo/parser: better error sync. if commas are missing
2012-03-06 Adam Langleycrypto/tls: make the package description more accurate...
2012-03-06 Shenghou Matime: during short test, do not bother tickers take...
2012-03-06 Ian Lance Taylorruntime: remove unused runtime·signame and runtime...
2012-03-06 Maxim Pimenovcmd/go: honour buildflags in go run
2012-03-06 Rémy Oudomphengnet: do not use reflect for DNS messages.
2012-03-06 Mikio Haranet: add skip message to test
2012-03-06 Brad Fitzpatrickcmd/go: allow go get with arbitrary URLs
2012-03-06 Alex Brainmancmd/dist: use correct hg tag for go version
2012-03-06 Andrew Gerranddoc/gopher: flip frontpage gopher's eyes
2012-03-06 Russ Coxcmd/go: add -compiler
2012-03-06 Russ Coxstrconv: add table-based isPrint
2012-03-06 Brad Fitzpatrickgo/build: fix windows and plan9 builds
2012-03-06 Rob Pikestrconv: remove dependency on bytes
2012-03-06 Andrew Gerrandgodoc: switch on +1 buttons
2012-03-06 Andrew Gerranddoc: update install docs for Windows and Go 1, add...
2012-03-06 Russ Coxgo/build: add dependency test
2012-03-06 Rob Pikeunicode/utf16: delete dependence on package unicode
2012-03-06 Russ Coxcmd/godoc: fixes
2012-03-06 Russ Coxbuild: use run.go for running tests
2012-03-06 Russ Coxruntime: add Compiler
2012-03-06 Russ Coxnet: silence another epoll print
2012-03-06 Andrew Gerranddoc: add more gophers
2012-03-06 Mikio Haranet: fix windows build
2012-03-06 Mikio Haranet: improve server and file tests
2012-03-06 Ian Lance Taylortest: match gccgo error messages for bug388.go
2012-03-06 Rob Pikeunicode/utf8: remove dependence on unicode.
2012-03-05 Ian Lance Taylorreflect: fix comment spacing
2012-03-05 Robert Griesemermisc/xcode: fix typos
2012-03-05 Emil HessmanXcode: Example install of language specification for...
2012-03-05 Robert GriesemerC+A: adding c.emil.hessman@gmail.com
2012-03-05 David Symondsexpvar: add locking to String, and use RWMutex properly...
2012-03-05 Andrew Gerrandmisc/dist: add windows packaging support
2012-03-05 Rémy Oudomphengruntime: wait for main goroutine before setting GOMAXPROCS.
2012-03-05 Brad Fitzpatricknet: remove all direct fmt and bytes imports
2012-03-05 Russ Coxcmd/gc: if $GOROOT_FINAL is set, rewrite file names...
2012-03-05 Russ Coxruntime/debug: fix test when source cannot be found
2012-03-05 Ugorji Nwokecmd/godoc: remove extra / in paths
2012-03-05 Russ CoxA+C: Ugorji Nwoke (individual CLA)
2012-03-05 Brad Fitzpatricknet: remove more use of fmt
2012-03-05 Sameer Ajmanimisc/emacs: fix extra indentation after comments that...
2012-03-05 Brad Fitzpatricknet: don't import bytes or fmt in mac.go
2012-03-05 Russ Coxcmd/go: sync type Package and go list doc
2012-03-05 Shenghou Matest/run.go: fix build
2012-03-05 Shenghou Masyscall: fix mkall.sh, mksyscall_linux.pl, and regen...
2012-03-05 Brad Fitzpatrickexpvar: add missing locking in String methods
2012-03-05 Rémy Oudomphengcmd/go: honor buildflags in go test.
2012-03-05 Russ Coxcmd/gc: must not inline panic, recover
2012-03-05 Russ Coxcmd/gc: show duplicate key in error
2012-03-05 Paul Bormancsv: clarify what a negative FieldsPerRecord means
2012-03-05 Russ Coxencoding/json: document that nil slice encodes as ...
2012-03-05 Russ Coxgodoc: quiet log spam
2012-03-05 Adam Langleycrypto/x509: enforce path length constraint.
2012-03-05 Adam Langleycrypto/x509: don't include empty additional primes...
2012-03-05 Adam Langleyencoding/asn1: handle UTCTime before the year 2000
2012-03-05 Shenghou Mabuilder: use short test for subrepos
2012-03-05 Mikio Haranet: make Dial and Listen behavior consistent across...
2012-03-05 Russ Coxgodoc: support $GOPATH, simplify file system code
2012-03-05 Stefan Nilssonencoding/binary: improve package comment.
2012-03-05 Volker Doblerstrings: Rename example to match function name.
2012-03-05 Andrew Gerranddoc: fix download link on front page
2012-03-05 Andrew Gerrandtag weekly.2012-03-04
2012-03-05 Andrew Gerrandweekly.2012-03-04 weekly.2012-03-04
2012-03-05 Andrew Gerranddoc: add command docs page, canonicalize reference...
2012-03-05 Andrew Gerranddoc: add help page, update project page
2012-03-05 Andrew Gerranddoc: clean up docs page, refer to wiki, change install...
2012-03-05 Andrew Gerrandcmd: update formatting of usage messages
2012-03-05 Rob Pikedoc/progs: update for go 1
2012-03-05 Rob Pikecmd/go: fix grammar error in help messages
2012-03-05 Shenghou Madoc/effective_go: minor fix
2012-03-04 Scott Lawrencehtml/template: fix comment typo
2012-03-04 Dave Cheneymisc: update usage message in benchcmp for go tool
2012-03-04 Andrew Gerranddoc: change menu, tweak front page
2012-03-04 Mikio Haranet: move MAC address parser into distinct file
2012-03-04 Francisco Souza doc: fix another typo in article on defer, panic...
2012-03-04 Andrew Gerrandgodoc: fix codewalks
2012-03-04 Francisco Souzadoc: fixed minor typo in article on defer
2012-03-04 Andrew GerrandA+C: add Francisco Souza
2012-03-03 Andrew Gerrandgodoc: hide "Subdirectories" subheading if it is the...
2012-03-03 Rob Piketext/template: one more test case
2012-03-03 Rob Piketext/template: clean up function values
2012-03-03 Russ Coxcmd/go: fix relative imports again
2012-03-03 Andrew Gerranddoc: remove roadmap document
2012-03-03 Andrew Gerranddoc: change wording on references page
2012-03-02 Rémy Oudomphengmisc: add zsh completion for go tool.
2012-03-02 Rob Pikedoc/install-source.html: update for go tool
2012-03-02 Robert GriesemerXcode: move Xcode3 specific files into sub directory
2012-03-02 Shenghou Mafix build for FreeBSD/amd64
2012-03-02 Shenghou Mald: allow more -L options
2012-03-02 Robert Griesemergo/printer: simpler exprList code, more tests
2012-03-02 Robert Griesemerall: more typos
2012-03-02 Shenghou Manet: during short test, don't bother timeout longer...
2012-03-02 Shenghou Madoc/go1: minor corrections
2012-03-02 Rémy Oudomphengcmd/go: avoid repeated include dirs.
2012-03-02 Sanjay Menakurudoc: fix some HTML errors in code.html
2012-03-02 Russ Coxcmd/go: fix test import dependency bug
2012-03-02 Rémy Oudomphengcmd/go: fixes for gccgo.
2012-03-02 Gustavo Niemeyerbuild: add GO_ prefix to LDFLAGS and GCFLAGS
next