]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2010-01-22 Ian Lance TaylorFix build: add new file to Makefile.
2010-01-22 Firmansyah... Add authentication.
2010-01-22 Nigel TaoA+C: add Firmansyah Adiputra (individual CLA)
2010-01-22 Christopher... Trim space on input to make searching more robust.
2010-01-20 Ken Thompsonpart 2 of sudoaddable optimization
2010-01-20 Russ Coxcodereview: accommodate recent change to ui.prompt
2010-01-20 Russ Coxcleanup toward eliminating package global name space
2010-01-20 Russ Coxruntime: wait to allocate mach semaphores backing Locks...
2010-01-20 Ian Lance TaylorAdd explicit locking.
2010-01-20 Ken Thompsonstart of better addressing of
2010-01-20 Rob Pikefirst part of networked channels.
2010-01-20 Russ Coxhttp: handle old HTTP/1.0 unchunked "read to EOF" bodies.
2010-01-20 Russ Coxtime: make tick.Stop a little more robust
2010-01-19 Russ Coxgc: const debug bool = false
2010-01-19 Russ Coxcompress/zlib: add example to doc comment
2010-01-19 Russ Coxld: unused variable
2010-01-19 Russ Coxhash: document that Sum does not change hash state
2010-01-19 Russ Coxlibc: add goos, goarch, goroot. fixes build
2010-01-19 Petar MaymounkovSignificant extension to http.Response, which now adher...
2010-01-19 Russ Coxbuild: move GOOS, GOARCH, GOROOT lookup into central...
2010-01-19 Russ CoxA+C: add Petar Maymounkov (individual CLA)
2010-01-19 Russ Coxadd bug246 (issue 492)
2010-01-19 Russ Coxgc: bug245
2010-01-19 Russ Coxgc: multiple return value at top-level invoked multiple...
2010-01-19 Russ Coxgc: bug243
2010-01-19 Russ Coxgc: more precise handling of import .
2010-01-19 Russ Coxgc: be more specific about copy type errors
2010-01-18 Russ Coxreflect: fix garbage collection bug in Call.
2010-01-18 Russ Coxnet: enable UDP broadcast before it is needed (instead...
2010-01-18 Russ Coxspec: mention Inf and NaN are supported at run time.
2010-01-16 Robert GriesemerUrgent parser/gofmt fix.
2010-01-16 Rob Pikegive bufio.Writer.WriteString the same signature as
2010-01-15 Ian Lance TaylorTest order of evaluation in tuple assignments.
2010-01-15 Ian Lance TaylorDon't check array bounds if we have been told not to.
2010-01-15 Russ Coxtemplate: look inside interface values
2010-01-15 Yves JunqueiraUse /etc/hosts when resolving names.
2010-01-15 Robert Griesemer Steps towards tracking scopes for identifiers.
2010-01-15 Jan H. HosangImplemented ExtendFront/Back functions to insert a...
2010-01-15 Charles L.... math: special cases for Hypot
2010-01-15 Charles L.... math: 386 FPU functions
2010-01-15 Ian Lance TaylorTest evaluation of range variables.
2010-01-15 Rob Pikebe more explicit about initialization of embedded fields.
2010-01-15 Nigel TaoFix s/Width/Height/ typo in draw.go.
2010-01-14 Rob Pikefix +0000 time zones.
2010-01-14 Russ Coxruntime: add demo running Go on raw (emulated) hw
2010-01-14 Russ Coxdoc/devel/release.html: fix dumb typo
2010-01-14 Devon H. O... runtime: GS already set up by setldt in Linux/386;...
2010-01-14 Russ Coxruntime cleanup.
2010-01-14 Russ Cox.hgtags: add release, release.2010-01-13
2010-01-14 Russ Coxrelease.2010-01-13: final checkin, release notes weekly.2010-01-13
2010-01-14 Rob Pikeclean up handling of numeric time zones
2010-01-14 Devon H. O... cgo: Only allow numeric / string / character type const...
2010-01-14 Russ Coxcontribute.html: suggest hg mail instead of hg upload
2010-01-14 Russ Coxcreate doc/talks/.
2010-01-13 Robert GriesemerDistinguish between html generation and html quoting...
2010-01-13 Russ Coxvector: drop rule for bench, now in Make.pkg
next