]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-02-02 Ian Lance TaylorMatch gccgo error messages.
2010-02-02 Russ Coxgc: final ...T bug for the day
2010-02-02 Robert GriesemerCorrected broken assertion.
2010-02-02 Robert Griesemerdon't report a couple of meaningless errors in command...
2010-02-01 Rob PikeChange type of Printf's args to ... interface{}
2010-02-01 Russ Coxnacl: fix build, finally fixed 8l convergence bug
2010-02-01 Russ Coxdashboard: avoid seeing cron's sh -c in ps check
2010-02-01 Petar Maymounkovhttp: test for ReadReqeust
2010-02-01 Russ Coxgc: ... T corner cases
2010-02-01 Rob Pikelanguage FAQ entry on braces and semicolons
2010-02-01 Russ Coxgc: add ... T, rework plain ...
2010-02-01 Rob Pikeadd link to go build dashboard.
2010-02-01 Rob PikeFix redirection if the page is in a subdirectory.
2010-02-01 Rob Pikethe package global name space problem is addressed...
2010-02-01 Ian Lance TaylorFix expected string.
2010-01-30 Ian Lance TaylorMatch gccgo error messages.
2010-01-30 Ian Lance TaylorNew gccgo error message; match both compilers with...
2010-01-30 Ian Lance TaylorMatch gccgo error message.
2010-01-30 Ian Lance TaylorRecognize gccgo error messages.
2010-01-30 Nigel TaoCheck gzip strings for NUL elements, since they are...
2010-01-30 Nigel TaoAdd a GZIP test for the empty payload.
2010-01-30 Petar Maymounkovhttp: increase header line limit, let req.Host override...
2010-01-30 Ian Lance TaylorLong-overdue update for semicolon change.
2010-01-30 Ian Lance TaylorThe gccgo frontend has moved to a new repository.
2010-01-29 Rob Pikefix bug in tick
2010-01-29 Devon H. O... math: Change veryclose to close for Sinh and Exp tests.
2010-01-29 Russ Coxtwo minor build fixes
2010-01-29 Rob Pikemove comment on StringHeader to fix godoc output.
2010-01-29 Russ Coxio: fix nil Write bug in Pipe
2010-01-29 Ken Thompsonadded StringHeader to reflect
2010-01-29 Dean Prichardavoid overflow of symb buffer in 5a/6a/8a/5c/6c/8c
2010-01-29 Nigel Taogzip deflater (i.e., writer).
2010-01-28 Russ Coxgc: tweak error messages, avoid internalization setting...
2010-01-28 Petar Maymounkovhttp: add lexing functions
2010-01-28 Petar MaymounkovCosmetic bug or compliance fixes in http.Response.
2010-01-28 Rob PikeAn experimental implemenation of Ticker using two gorou...
2010-01-28 Robert Griesemersupport for ...T parameters (go/* packages)
2010-01-28 Russ Coxcodereview: make sure each mail has a reviewer
2010-01-28 Russ Coxdashboard: move key.py out of the way,
2010-01-28 Michael HoisieAllow underscores in XML element names (except for...
2010-01-28 Rob PikeRegularize the comments for the websocket package and...
2010-01-28 Russ Coxrelease.2010-01-27, take 2
2010-01-28 Russ Coxprepare for take 2 on release.2010-01-27 weekly.2010-01-27
2010-01-28 Russ Coxgo/parser: disable scoping code always
2010-01-28 Russ Coxrelease.2010-01-27
2010-01-28 Russ Coxprepare for release.2010-01-27
2010-01-28 Russ Coxcodereview: correct handling of files created with...
2010-01-27 Russ Coxucsd cns talk, focused on networking
2010-01-27 Russ Coxdashboard: builder tweaks
2010-01-27 Ken Thompsonchange print print buffer size
2010-01-27 Russ Coxgc: implement defer print/println/panic/panicln
2010-01-27 Rob Pikenote that ...T is not yet implemented.
2010-01-27 Russ Coxdashboard: look for key in $GOROOT before $HOME
2010-01-27 Rob Pikeadd definition of new parameter style
2010-01-27 Russ Coxgodashboard: fiddling
2010-01-27 Robert GriesemerMore steps towards tracking of identifier scopes.
2010-01-27 Robert GriesemerClarify parsing of channel types.
2010-01-27 Russ Coxgc: improved syntax errors
2010-01-27 Kai Backmansmall embedded target for arm.
2010-01-27 Russ Coxcgo: update for package global name space
2010-01-27 Russ Coxpatch: handle text diffs from git
2010-01-27 Michael Hoisienet: fix segfault if /etc/hosts fails to open or doesn...
2010-01-27 Russ Coxgc: do not treat .6 different from .a anymore
2010-01-26 Icarus Sparryos: in test, allow Hostname to return FQDN even if...
2010-01-26 Icarus Sparrygotest still assumes that gopack is in your PATH
2010-01-26 Russ CoxA+C: add Icarus Sparry (individual CLA)
2010-01-26 Adam Langleydashboard: add benchmarking support.
2010-01-26 Charles L.... math: 386 FPU hypot
2010-01-26 Robert GriesemerAllow func() func().
2010-01-26 Robert GriesemerBug in go/parser when coverting identifier lists.
2010-01-26 Russ Coxgc: fix chan <- chan precedence.
2010-01-26 Russ Coxspec: allow func() func().
2010-01-26 Robert Griesemerchannel types parsed not according to spec by 6g
2010-01-26 Kai Backmansalvaging 183105 from dead client
2010-01-26 Russ Coxin C and asm, replace pkg·name with ·name
2010-01-26 Stephen Weinbergxml: add Escape, copied from template.HTMLEscape.
2010-01-26 Russ CoxA+C: add Stephen Weinberg (individual CLA)
2010-01-26 Petar Maymounkovhttp: make Request.Body an io.ReadCloser, matching...
2010-01-26 Russ Coxld: typo
2010-01-26 Russ Coxcc: correct handling of leading ·
2010-01-26 Russ Coxeliminate package global name space
2010-01-26 Russ Coxruntime, type switch: eliminate package global name...
2010-01-26 Russ Cox5l, 6l, 8l: accept only one object file
2010-01-26 Robert Griesemersteps towards a simplified parser interface
2010-01-25 Ian Lance TaylorAdd an explicit patent grant to the Go license.
2010-01-25 Andrey Mirtchovskinet: parse aliases in /etc/hosts correctly
2010-01-25 Robert GriesemerA <- token in an expression may introduce a channel...
2010-01-25 Robert GriesemerScoping snapshot.
2010-01-25 Russ Coxld: do not load the same object file multiple times.
2010-01-25 Christopher... Remove top-level (src/) Makefile.
2010-01-25 Russ Coxgc: record full package paths in runtime type data
2010-01-25 Russ Coxgc: bug247, reported by rob
2010-01-25 Russ Coxgc: cut some dead code, fix 6g -S output
2010-01-25 Rob Pikelist awk in the dependencies needed for installation
2010-01-24 Rob Pikelog.Fatal does not exist. Use log.Crash.
2010-01-23 Russ Coxeliminate the package global name space assumption...
2010-01-23 Dean Prichard5a/6a/8a: avoid fixed-sized file name buffer
2010-01-23 Russ CoxA+C: Dean Prichard (individual CLA)
2010-01-23 Russ Coxgc: do not build builtin.c automatically; use golden...
2010-01-22 Russ Coxtypo
next