]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-03-07 Russ Coxtest/run: fix builders
2012-03-07 Russ Coxcmd/gc: do not confuse unexported methods of same name
2012-03-07 Russ Coxtest: invoke go command in run.go
2012-03-07 Alex Brainmanexp/wingui: getting relocated to
2012-03-07 Shenghou Macmd/go: always provide .exe suffix on windows
2012-03-07 Shenghou Macmd/dist: fix build for Linux/ARM
2012-03-07 Francisco Souzahgignore: ignore run.out generated by misc/cgo/stdio...
2012-03-07 Mikio Harasync/atomic: disable store and load test on a single...
2012-03-07 Russ Coxnet: fix TestDialTimeout on windows builder
2012-03-07 Francisco Souzamisc/cgo: re-enable testso
2012-03-07 Russ Coxnet: disable another external network test
2012-03-07 Russ Coxcmd/go: fix run errors
2012-03-07 Shenghou Matest/run: use all available cores on ARM system
2012-03-07 Shenghou Macmd/go, cmd/godoc, net: fix typo
2012-03-07 Russ Coxmisc/cgo/test: fix build
2012-03-07 Russ Coxnet: disable use of external listen along with other...
2012-03-07 Rob Pikego_faq: a simple binary is a little smaller now
2012-03-07 Russ Coxmisc/cgo: re-enable some tests
2012-03-07 Russ Coxfmt, log: stop using unicode
2012-03-07 Rob Pikego/build: delete Makefile
2012-03-07 Rob Pike.hgignore: delete references to Make.inc and syslist.go
2012-03-07 Rob Pikeexp/wingui: remove reference to Make.inc
2012-03-07 Rob Pikeall: remove some references to Make.inc etc.
2012-03-07 Rob Pikestrconv: remove dependence on unicode and strings
2012-03-07 Andrew Gerrandmisc/dist: fix glob pattern under windows
2012-03-07 Andrew Gerrandmisc/dist: prepare source archives
2012-03-07 Ian Lance Taylordoc: add note about import . to Go 1 compatibility...
2012-03-07 Brad Fitzpatrickdatabase/sql: add docs about connection state, pooling
2012-03-07 Johan Euphrosinedoc: fix typos in laws_of_reflection article, add copyr...
2012-03-07 Alex Brainmanos: fix SameFile to work for directories on windows
2012-03-06 Adam Langleydeps: allow crypto/x509 cgo and io/ioutil.
2012-03-06 Brad Fitzpatrickdatabase/sql: fix typo bug resulting in double-Prepare
2012-03-06 Shenghou Madoc: update links
2012-03-06 Rob Pikepath/filepath: disable AbsTest on windows
2012-03-06 Shenghou Madoc: remove unsued progs and makehtml script, update...
2012-03-06 Rob Pikepath/filepath/path_test.go: repair and enable TestAbs
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
next