]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-08-31 Ian Lance Taylortest: don't assign address of array to slice.
2010-08-31 Scott Lawrencemisc/bash: add *.go completion for gofmt
2010-08-31 Scott Lawrencemisc: add zsh completion (using compctl)
2010-08-31 Nigel Taodoc: add round-robin flag to io2010 balance example.
2010-08-30 Ian Lance Taylorproc, eval: Don't assign address of an array to a slice.
2010-08-30 Luuk van Dijk8l: emit DWARF in ELF.
2010-08-30 Christian Himpelbuild: remove unnecessary references to GOBIN and GOROOT
2010-08-30 Vincent Ambomisc/fraise: syntax highlighting for Fraise.app (OS X)
2010-08-30 Andrew GerrandA+C: Vincent Ambo
2010-08-30 Rob Pikeregexp: interpret all Go characer escapes \a \b \f...
2010-08-30 Evan Shawcodereview: Fix uploading for Mercurial 1.6.3
2010-08-29 Evan Shawcrypto/tls: Fix doc typo
2010-08-29 Scott Lawrencedoc: various changes for validating HTML
2010-08-29 Rob Pikerpc: fix bug that caused private methods to attempt...
2010-08-27 James Fysh Documentation: Fix a bug in the example in Constants...
2010-08-27 Rob Piketemplate: finally fix space handling around actions.
2010-08-27 Rob PikeCLA: Add James Fysh
2010-08-27 Robert Griesemergofmt: permit omission of first index in slice expression
2010-08-27 Russ Cox8g: use FCHS, not FMUL, for minus float
2010-08-27 Scott Lawrencego/printer: align ImportPaths in ImportDecls if Package...
2010-08-27 Andrew Gerranddoc: fix margins in root.html
2010-08-27 Andrew Gerranddoc: remove console.log line from root.html
2010-08-27 Andrew Gerranddoc: fix wiki codelab title and srcextract.go
2010-08-27 Russ CoxMake.pkg: never use quietgcc
2010-08-26 Charles L.... math: amd64 version of Sincos
2010-08-26 Russ Coxcodereview: speed upload
2010-08-26 Russ Coxbuild: fix cgo with -j2
2010-08-26 Kyle Consalusgc: brace nit from last review
2010-08-26 Ian Lance Taylornetchan: Fix race condition in test.
2010-08-26 Russ Coxcodereview: consistent indent, cut dead code
2010-08-26 Robert Griesemergo/typechecker: 2nd step towards augmenting AST with...
2010-08-26 Russ Coxcodereview: fix hang on standard hg commands
2010-08-26 Russ Coxcodereview: print status when hung
2010-08-26 Scott Lawrencemisc/emacs: make _ a word symbol
2010-08-26 Corey Thomassonnet: add LookupMX
2010-08-26 Kyle Consalusruntime: special case copy, equal for one-word interfac...
2010-08-26 Jukka-Pekka... crypto/hmac: make Sum idempotent
2010-08-26 Evan Shawnet/textproto: Handle multi-line responses
2010-08-26 Scott Lawrencehttp: obscure passwords in return value of URL.String
2010-08-26 Russ CoxA+C: Corey Thomasson (individual CLA)
2010-08-26 Ian Lance Taylorruntime: Correct commonType.kind values to match compiler.
2010-08-26 Christian Himpel.hgignore: ignore src/cmd/cc/y.output
2010-08-26 Andrew Gerranddoc/go_learning: add links to more German docs
2010-08-25 Russ Coxgoinstall: use https for Google Code checkouts
2010-08-25 Russ Coxgotest: allow make test of cgo packages (without make...
2010-08-25 Russ Coxbuild: let pkg/Makefile coordinate building of Go commands
2010-08-25 Russ Coxlibcgo: update Makefile to use Make.inc
2010-08-25 Russ Coxcodereview: really disable codereview when not available
2010-08-25 Russ Coxbuild: delete Make.386 Make.amd64 Make.arm
2010-08-25 Jukka-Pekka... websocket: fix missing Sec-WebSocket-Protocol on server...
2010-08-25 Russ CoxA+C: Jukka-Pekka Kekkonen (individual CLA)
2010-08-25 Martin Neubauersrc/pkg/Makefile: delete use of QUOTED_GOBIN
2010-08-25 Andrew GerrandA+C: Martin Neubauer
2010-08-25 Russ Coxgo/doc: use correct escaper for URL
2010-08-25 Russ Coxsyscall: change BUG(brainman) to NOTE(brainman)
2010-08-25 Andrew Gerrandtag release.2010-08-25
2010-08-25 Andrew Gerrandrelease.2010-08-25 weekly.2010-08-25
2010-08-25 Rob Pikescanner: change package comment to be clearer about...
2010-08-25 Russ Coxgotest: remove lingering references to $GOBIN
2010-08-25 Russ Coxbuild: fix build again - not sure where the " went...
2010-08-25 Ian Lance Taylortime: Remove unused zoneinfo.go (replaced by zoneinfo_u...
2010-08-25 Russ Coxbuild: fix build - last CL missed Make.clib
2010-08-25 Russ Coxbuild: update, streamline documentation for new $GOBIN
2010-08-25 Russ Coxbuild: $GOBIN defaults to $GOROOT/bin
2010-08-24 Jan H. Hosangtime.Parse should not require minutes for time zone
2010-08-24 Ian Lance Taylortest: Add testcase which crashes gccgo.
2010-08-24 Russ Coxruntime: fix freebsd/386 mmap
2010-08-24 Russ Coxgc: fix parenthesization check
2010-08-24 Rob Pikeeffective go: fix errors caught by HaWe
2010-08-24 Ian Lance Taylordoc: Update gccgo information for recent changes.
2010-08-24 Scott Lawrenceos: make return type of FileInfo.Permission() consisten...
2010-08-23 Russ Coxhttp: doc nit
2010-08-23 Ken Thompsonbetter job on 2007043
2010-08-23 Kai Backmanarm: fix build, regenerate syscall files
2010-08-23 Andrew Gerrandio: prevent ReadAtLeast spinloop if min > len(buf)
2010-08-22 Scott Lawrencenet/ipsock.go: fix error checking bug
2010-08-22 Scott Lawrencehttp: fix typo in http.Request documentation
2010-08-21 Russ Coxlibmach: implement register fetch for 32-bit x86 kernel
2010-08-20 Robert Griesemerfix build
2010-08-20 Ivan Krasinsyscall: regenerate syscall/z* files for linux/386...
2010-08-20 Ken Thompsonattempt to gete better registeration
2010-08-19 Robert Griesemergo/ast Fprint: handle cycles in AST
2010-08-19 Rob Pikemime: delete unnecessary constant conversions.
2010-08-19 Adam Langleycrypto/ocsp: add missing Makefile
2010-08-19 Robert Griesemergo/ast, gofmt: facility for printing AST nodes
2010-08-19 Christopher... clean.bash: fix standalone runs
2010-08-19 Russ CoxA+C: Eric Clark (individual CLA)
2010-08-19 Eric Clarkcgo: add C.GoStringN
2010-08-19 Rob Pikefmt: add sentence about return values to docs for Print...
2010-08-19 Christopher... doc: add missing paren (pointed out by nbjoerg)
2010-08-18 Luuk van DijkDwarf output for 6l.
2010-08-18 Russ Coxrun.bash: fix freebsd build (i hope)
2010-08-18 Russ Coxbuild: no required environment variables
2010-08-18 Russ Coxcgo: fix build: use $GCC, not $CC
2010-08-18 Russ Coxhttp: parse query string always, not just in GET
2010-08-17 Russ Coxjsonrpc: use `error: null` for success, not `error...
2010-08-17 Luuk van Dijkruntime: correct line numbers for .goc files.
2010-08-17 Robert Griesemerreflect: allow PtrValue.PointTo(nil)
2010-08-17 Russ CoxCONTRIBUTORS: add Luuk van Dijk (Google CLA)
2010-08-17 Scott LawrenceMake.common: add .PHONY rule
next