]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-02-16 Robert Griesemergodoc support for directories outside $GOROOT
2010-02-16 Robert Griesemerremove assumption that all files belonging to a package...
2010-02-16 Robert GriesemerDon't print ()'s around a range clause's expression.
2010-02-16 Russ Coxgc: test & fix handling of very long string constants
2010-02-16 Ian Lance TaylorFix printing of named floating point types.
2010-02-12 Robert Griesemerupdate gofmt test script
2010-02-12 Russ Coxhttp: clarify ServeHTTP return
2010-02-12 Russ Coxgc: diagnose invalid array bounds
2010-02-12 Russ Coxruntime: dummy gettime for mingw/386.
2010-02-11 Robert Griesemercorrect meaning of "absolute" and "relative"
2010-02-11 Robert GriesemerSteps towards more flexible godoc:
2010-02-11 Kai Backmanstop the 5c optimizer from clobbering extern static...
2010-02-11 Russ Coxruntime: delete MHeapMapCache, which is useless
2010-02-11 Nigel Taoexp/draw test.
2010-02-11 Petar MaymounkovAdded tests for http.Request/Response.Write()
2010-02-11 Russ Coxarm: take out fixedbugs/bug120 - gives inconsistent...
2010-02-11 Russ Coxnet: use slightly less predictable dns request id
2010-02-10 Russ Coxarm: fix build on android
2010-02-10 Russ Coxruntime: tighten garbage collector
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.
next