]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-02-10 Russ Coxruntime: do not zero blocks on free (this time for...
2010-02-10 Alex Brainman8l: pe executable building code changed to include...
2010-02-10 Russ Coxgc: fix mkopnames and color grep interaction
2010-02-10 Russ Coxld: unused variable
2010-02-10 Russ CoxA+C: add Alex Brainman (individual CLA)
2010-02-10 Russ Coxclean new garbage collector benchmark binaries
2010-02-10 Charles L.... math: add Exp2; 386 FPU versions of Exp2 and Log1p
2010-02-10 Russ Coxruntime: garbage collection + malloc performance
2010-02-10 Michael Hoisiemime: new package, use in http
2010-02-10 Russ Coxfix garbage benchmark Makefile.
2010-02-10 Petar Maymounkovhttp: protect io.WriteString in Request/Response.Write...
2010-02-10 Ken Thompsonbug fix in 6c/8c/5c mis-aligned
2010-02-10 Russ Coxfix NaCl build for latest runtime changes
2010-02-10 Russ Coxruntime: fix FreeBSD build
2010-02-09 Russ Coxdashboard: auto-update builder.sh.
2010-02-09 Charles L.... math: add functions Log2, Nextafter, Fdim, Fmax, Fmin
2010-02-09 Evan Shaw8a/8l: Added CMOVcc instructions
2010-02-09 Russ Coxadd simple garbage collector benchmarks to dashboard
2010-02-09 Fazlul Shahriarmake units compile
2010-02-09 Russ Cox.hgignore: ignore .gitignore (already ignoring .git)
2010-02-09 Russ Coxruntime: allow arbitrary return type in SetFinalizer.
2010-02-09 Russ Coxgc: fix method expression bug
2010-02-08 Ian Lance TaylorStruct field ambiguity test.
2010-02-08 Russ Coxruntime: instrument malloc + garbage collector.
2010-02-08 Dean PrichardFix *l/*c -V flag segfault
2010-02-08 Andrew Gerrand*l/*c: add -V flag to display version number
2010-02-08 Evan Shawtesting: Fix comment typo
2010-02-07 Adam Langleyencoding/pem: add marshalling support.
2010-02-07 Russ Coxruntime: introduce MemStatsType
2010-02-07 Kai Backmanfix comment
2010-02-06 Nigel Taodraw.Draw fast paths for a nil mask (and RGBA dst).
2010-02-06 Ian Lance TaylorMatch gccgo error message.
2010-02-06 Ian Lance TaylorMatch gccgo error messages.
2010-02-06 Petar Maymounkovhttp: sort header keys when writing Response or Request...
2010-02-05 Ken Thompsonbug in const float divide
2010-02-05 Charles L.... math: Atan2 special cases and tests; atan2_386
2010-02-05 Rob PikeUgly hack to provide some mechanism for printing docume...
2010-02-05 Russ Coxdashboard: present benchmarks
2010-02-05 Adam Langleyasn1: Fixes and additions to marshalling
2010-02-05 Adam Langleycrypto/tls: typo fix
2010-02-05 Stephen Weinbergpath: make Join variadic
2010-02-05 Dean Prichard5a/6a/8a/5c/6c/8c: remove fixed-size arrays for -I...
2010-02-05 Charles L.... math: special cases for Modf, Frexp and Ldexp; added...
2010-02-05 Ian Lance TaylorMatch gccgo error messages.
2010-02-05 Andrew Gerrandrelease.2010-02-04
2010-02-05 Andrew Gerrandrelease.2010-02-04 step one weekly.2010-02-04
2010-02-05 Rob Pikehandle nils safely in Printf.
2010-02-04 Joe PoirierAdded mingw specific build stubs.
2010-02-04 Christopher... time: Sleep through interruptions
2010-02-04 Christopher... FreeBSD: Kill only takes pid & signal
2010-02-04 Russ CoxA+C: Joe Poirier (individual CLA)
2010-02-04 Andrew Gerrand6l: move mapped symbol table lower in memory
2010-02-04 Andrew GerrandAdded Andrew Gerrand to CONTRIBUTORS
2010-02-04 Nigel TaoIn draw.Draw, separate the source-point and mask-point.
2010-02-04 Russ Coxsyscall: on freebsd, darwin, give Kill same signature...
2010-02-04 Nigel TaoAdd named colors (e.g. image.Blue), suitable for exp...
2010-02-04 Petar Maymounkovhttp: use ChunkWriter in Request.Write
2010-02-04 Christopher... os/signal: send SIGCHLDs to Incoming
2010-02-04 Kai Backmansearch for runtime.a in the package path instead of...
2010-02-04 Russ Coxarm: toss make-arm.bash
2010-02-04 Rob PikeAdd RFC822 formats as named constants.
2010-02-04 Rob Pikeadd apple's .DS_Store to ignored list
2010-02-04 Russ Coxdebug/gosym: fix test for new 6l
2010-02-04 Russ Coxfinalizers; merge package malloc into package runtime
2010-02-04 Russ Coxld: include main and runtime in the library loop
2010-02-03 Andrey Mirtchovskisort: fix comment typo
2010-02-03 Russ Coxfix build - misc ... vs ...T fixes
2010-02-03 Kai Backmanadded note about the GOARM env variable
2010-02-02 Russ Coxbug252: make ... vs ...T crossing an error, at least...
2010-02-02 Russ Coxgc: bug250, bug251 - recursive interface types
2010-02-02 Nigel TaoNew image.A type, to represent anti-aliased font glyphs.
2010-02-02 Ian Lance TaylorMatch gccgo error messages.
2010-02-02 Russ Coxgc: bug246
2010-02-02 Russ Coxmath: change Cosh test to close, not veryclose (needed...
2010-02-02 Charles L.... math: add functions; update tests and special cases
2010-02-02 Russ Coxgc: bug242
2010-02-02 Rob Pike...T is now implemented
2010-02-02 Robert Griesemerupdate printer tests to use new syntax
2010-02-02 Russ Coxio: revised Pipe implementation
2010-02-02 Rob Pikeallow any scalar type in xml.Unmarshal.
2010-02-02 Ian Lance TaylorMatch gccgo error messages.
2010-02-02 Ian Lance TaylorIgnore the temporary files used for improved error...
2010-02-02 Ian Lance TaylorFix for gccgo, which uses a package prefix.
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...
next