]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2010-01-13 Russ Coxgodoc: skip template wrapping for complete HTML files
2010-01-13 Ian Lance TaylorClarify when expressions are evaluated for a range...
2010-01-13 Devon H. O... cgo: handle C99 bool type
2010-01-13 Russ Coxcodereview: split name list only on commas; some user...
2010-01-13 Russ Coxruntime: reset DF flag after running external code...
2010-01-13 Rob Pikedon't worry about the number of spaces when parsing.
2010-01-13 Rob Pikeignore $GOARCH inside the compiler and linker.
2010-01-13 Kevin Ballard Fix minor issues with updating go-mode in an empty...
2010-01-13 Rob Piketo improve the chances for compatibility, open a window...
2010-01-13 Rob Pikefix typo found by kevin ballard
2010-01-13 Robert GriesemerLight-weight scanner for general use.
2010-01-12 Adam LangleyAdd 'bench' target to makefiles.
2010-01-12 Evan Shawkate: Highlighting improvements
2010-01-12 Russ Coxruntime: fix bug in preemption checks; was causing...
2010-01-12 Roger PeppeFix bug that prevented the gofmt test script being...
2010-01-12 Charles L.... math: special cases for Ceil, Exp, Floor, Log, Log10
2010-01-12 Adam Langleyasn1: fix marshaling of structures with >1 elements.
2010-01-12 Adam Langleyasn1: fix parsing of elements after a string in a struc...
2010-01-12 Rob Pikedelete debugging prints
2010-01-12 Rob Pikedelete debugging prints
2010-01-12 Rob Pikeadd pprof output format to prof.
2010-01-12 Charles L.... math: special cases for Fmod
2010-01-11 Bill Neubauerdoc/contribute.html: change copyright year
2010-01-11 Devon H. O... cgo: Make constants #define'd in C available to Go...
2010-01-11 Yongjian Xugc: clean opnames.h
2010-01-11 Robert GriesemerRemove -oldprinter flag from gofmt; all code is
2010-01-11 Rob PikeClean up and make consistent the comments in the math...
2010-01-11 Russ Coxmath: fix pow10 comment, test portable Sqrt
2010-01-11 David SymondsReplicate signal names from syscall in os/signal.
2010-01-11 Robert GriesemerPartial work-around for gofmt bug.
2010-01-10 Charles L.... math: Sqrt using 386 FPU.
2010-01-09 Russ Coxruntime: check for preemption due to garbage collection
2010-01-09 Russ Coxcodereview: do not send mail when submitting for others
2010-01-08 Charles L.... math: special cases for Atan, Asin and Acos
2010-01-08 Rob Pikefix typo
2010-01-08 Russ Coxgc: bug238
2010-01-08 Russ Coxgc: bug219, bug239, bug240
2010-01-08 Russ Coxgc: bug241
2010-01-08 Rob PikeRewrite tokenizer to clean up and fix a bug with spaces...
2010-01-08 Adam LangleyAdd builder scripts.
2010-01-08 Russ Coxadd doc/devel/index.html, linked from nav bar
2010-01-08 Russ Coxcodereview: repeated hg mail sends "PTAL"
2010-01-08 Russ Coxhttp: most of a URL shouldn't use URL-escaping
2010-01-08 Rob PikeAdd a parser to the time package, the inverse of time...
2010-01-07 Robert Griesemeradded some missing periods
2010-01-07 Rob Pikemake Format about twice as fast by removing allocations...
2010-01-07 Rob Pikeupdate timing logs for benchmarks.
2010-01-07 Evan Shaw8g: float->uint64 conversion optimization
2010-01-07 Evan Shawlibmach: Add disassembly for newly implemented opcodes
2010-01-07 Russ Coxruntime: close TODO now that 8c bug is fixed
2010-01-07 Rob Pikeadd a standard interface that wraps ReadByte, io.ReadByter
2010-01-07 Russ Coxsync make-arm.bash with make.bash
2010-01-07 Russ Cox8c: only refer to extern register variables in MOVL...
2010-01-07 Russ Coxdeps.bash: handle space between .go and \ in GOFILES=
2010-01-07 Hector ChuPorted runtime to Windows.
2010-01-07 Russ Coxtime: fix Makefile so deps.bash is happy (fixes build)
next