]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-02-24 Gustavo Niemeyerencoding/xml: fix anonymous field Unmarshal example
2012-02-24 Shenghou Macmd/vet: don't give error for Printf("%+5.2e", x)
2012-02-24 Shenghou Madoc: update codelab/wiki to Go 1.
2012-02-24 Sanjay Menakuruos: fix minor typo
2012-02-24 Rob Piketest/bench/shootout: update post-Makefile
2012-02-24 Rob Pikereflect.DeepEqual: don't panic comparing functions
2012-02-24 Rob Piketest: document ken/*.go
2012-02-24 Russ Coxruntime: fix arm
2012-02-24 Russ Coxgc: fix escape analysis + inlining + closure bug
2012-02-24 Rob Piketest: fix the fix of the rename tests.
2012-02-24 Russ Coxld: fix alignment of rodata section
2012-02-24 Russ Coxspec: allow disallow of \uFFFD in import path
2012-02-24 Russ Coxcmd/cc: grow some global arrays
2012-02-24 Russ Coxnet/rpc: silence read error on closing connection
2012-02-24 Mikio Haranet: reorganize test files
2012-02-24 Brad Fitzpatricktest: add cmpout to testlib
2012-02-24 Rob Pikedoc/go1: document ProcessState
2012-02-24 Brad Fitzpatricktest: add temporary show_skips flag.
2012-02-24 Robert Griesemergodoc: fine-tuning .css
2012-02-24 David Symondsnet/http: add overlooked 418 status code, per RFC 2324.
2012-02-24 Rob Piketest/[n-z]*.go: add documentation
2012-02-24 Scott Lawrencehtml/template: make doctype check case-insensitive
2012-02-23 Rob Piketest/[n-r]*.go: add documentation
2012-02-23 Robert Griesemergodoc: bring back highlighting, selections, and alerts
2012-02-23 Robert Griesemergodoc: consistent placement of documentation sections
2012-02-23 Shenghou Maruntime: check for ARM syscall failures
2012-02-23 Scott Lawrencedist: treat CC as one unit
2012-02-23 Stefan Nilssonbinary: remove unnecessary dummy type.
2012-02-23 Robert Griesemergodoc: don't show testdata directories
2012-02-23 Russ Coxgo/parser: expand test cases for bad import
2012-02-23 Russ Coxruntime: darwin signal masking
2012-02-23 Russ Coxruntime: linux signal masking
2012-02-23 Anthony Martincc: fix an out of bounds array access
2012-02-23 Robert Griesemermath: slightly more readable comments
2012-02-23 Adam Langley6a/6l: add IMUL3Q and SHLDL
2012-02-23 Robert Griesemergo spec: import path implementation restriction
2012-02-23 Rob Piketest: commentary for [h-m]*.go
2012-02-23 Robert Griesemerexp/types: fix package comment
2012-02-23 Robert Griesemergodoc: remove dead code
2012-02-23 Robert Griesemergo/parser: check import path restrictions
2012-02-23 Robert Griesemergo cmd: print more than one error when running go test
2012-02-23 Andrew Gerrandtag weekly.2012-02-22
2012-02-23 Andrew Gerrandweekly.2012-02-22 weekly.2012-02-22
2012-02-23 Brad Fitzpatricknet/http: some more cookie tests
2012-02-23 Gustavo Niemeyerencoding/xml: add example and docs for anon fields
2012-02-23 Mikio Haranet: add a bit clarified multicast listener tests
2012-02-23 Russ Coxpprof: add Profile type
2012-02-23 Russ Coxruntime: goroutine profile, stack dumps
2012-02-23 Gustavo Niemeyerencoding/xml: move Unmarshal example to function
2012-02-23 Alex Brainmantime: run full TestTicker test even during short tests
2012-02-22 Russ Cox5a: fix same arm bug
2012-02-22 Russ Cox5c, 5g, 5l: fix arm bug
2012-02-22 Russ Coxcmd/dist: fix install cmd/5g on non-arm system
2012-02-22 Mikio Haranet: make raw IP tests robust
2012-02-22 Mikio Haranet: make parseProcNetIGMP more robust
2012-02-22 Rob Pikeos: make the system info a value not a pointer on unix
2012-02-22 Shenghou Mabuilder: reuse existing workspace if possible
2012-02-22 Russ Coxnet: delete debugging print
2012-02-22 Brad Fitzpatrickbuilder: update for os.Wait changes.
2012-02-22 Robert Griesemergo/printer, gofmt: improved comma placement
2012-02-22 Robert Griesemergodoc: proper index range checking when extracting...
2012-02-22 Gustavo Niemeyercgo: fix definition of opaque types
2012-02-22 Robert Griesemergo/doc: move firstSentence into go/doc
2012-02-22 Mikio Haranet: replace error variable name oserr with err
2012-02-22 Robert Griesemergodoc: fix potential index out-of-bounds error
2012-02-22 Russ Coxld: get symbol table letters right
2012-02-22 Russ Coxgc: new, less strict bool rules
2012-02-22 Russ Coxgc: never crash during a debugging print
2012-02-22 Rob Pikespec: refine the wording about variables in type switches
2012-02-22 Russ Coxcmd/go: add tool -n flag
2012-02-22 David Symondscmd/fix: remove os.Wait gofix.
2012-02-22 Devon H. O... runtime: fix FreeBSD signal handling around thread...
2012-02-22 Joe Poiriermisc/dist/windows: fix broken icon, other misc
2012-02-22 Russ Coxld: only set SNOPTRBSS during load
2012-02-22 Andrew Gerranddoc: move styles to style.css
2012-02-22 Russ Coxgc: return of ideal bool
2012-02-22 Russ Coxld: add NOPTRBSS for large, pointer-free uninitialized...
2012-02-22 Russ Coxspec: make all comparison results untyped bool
2012-02-22 Robert Griesemergodoc: fix absolute->relative mapping
2012-02-22 Devon H. O... runtime: use SYSCALL instead of INT 0x80 in FreeBSD...
2012-02-22 Andrew Gerrandgodoc: adjust line height in pre blocks
2012-02-22 Brad Fitzpatricknet/http: update test to use time.Duration better
2012-02-22 Brad Fitzpatricknet/textproto: accept bad MIME headers as browsers do
2012-02-21 Rémy Oudomphengtest: use testlib in a few more cases.
2012-02-21 Andrew Gerrandgodoc: fix playground url
2012-02-21 Robert Griesemertext/tabwriter: fix documentation by adding an example.
2012-02-21 Andrew Gerrandmisc/goplay: remove redundant chdir
2012-02-21 Andrew Gerrandgodoc: support flat directory view again
2012-02-21 Andrew Gerranddoc: support redirect-on-share
2012-02-21 Bobby Powerscmd/dist: fix pprof permissions
2012-02-21 Russ Coxnet/smtp: use EHLO then HELO
2012-02-21 Russ Coxruntime: avoid malloc during malloc
2012-02-21 Shenghou Macodereview: add submit message support for newer clone...
2012-02-21 Mike Rossetcmd/go: pass 2, remove reference to incomplete -file...
2012-02-21 Mike Rossetcmd/go: 'go help test' remove documentation for incompl...
2012-02-21 Adam Langleycmd/*: add -d option to bison.
2012-02-21 Marcel van... exp/norm: Added Iter type for iterating on segment...
2012-02-21 Rémy Oudomphengtest: fix bug423.go to actually fail with older releases.
2012-02-21 Rémy Oudomphengcmd/api: record return type of functions for variable...
2012-02-21 Andrew Gerranddashboard: rename buttons to satisfy pedantic souls
next