go /
go /
3c6bf09539d787d635e332fd97d97998b4b9a3e1 - 3c6bf09 crypto/tls: make Listener a pointer. by Adam Langley · 15 years ago
- 5f132b9 gc: various C nits, found by plan 9 compiler. reported by erik quanstrom. by Russ Cox · 15 years ago
- 316cb50 add exceptions to the road map. i think this just was an oversight. by Rob Pike · 15 years ago
- 1245e93 Update documentation around time.Sleep to specify its precision, and suggest by Devon H. O'Dell · 15 years ago
- 77f6f16 fix naked < and > as reported by Peter Williams <> by Rob Pike · 15 years ago
- 2be4897 Use t.Errorf for formatted error output. by Ian Lance Taylor · 15 years ago
- 939bab6 Add a test for issue 337. by Ian Lance Taylor · 15 years ago
- c1045db go_spec: use PrimaryExpr as type switch expression by Russ Cox · 15 years ago
- e1033d0 Add query to find number of subexpressions. by Peter Froehlich · 15 years ago
- b266f39 remove nums.sh by Robert Griesemer · 15 years ago
- 96da3e9 implement .repeats for maps. Fixes #309. by Rob Pike · 15 years ago
- 8c55796 make 6prof (sic) architecture-independent. by Rob Pike · 15 years ago
- 9ebb596 crypto/tls: extensions and Next Protocol Negotiation by Adam Langley · 15 years ago
- 7c91114 cgo: don't overwrite p.Crefs by Devon H. O'Dell · 15 years ago
- 3f25c8a Fix comment for Chmod. by Peter Froehlich · 15 years ago
- 617a6a5 fix documentation bug in example Fixes #452. by Rob Pike · 15 years ago
- a0862ea Cleanup: remove Exp ending in identifiers by Robert Griesemer · 15 years ago
- 8c7d001 Replace container/vector with exp/vector (faster). by Robert Griesemer · 15 years ago
- 36d645f add comment (warning about generated files) by Robert Griesemer · 15 years ago
- 41a347c hgtags: release.2009-12-22 by Russ Cox · 15 years ago
- 4551b00 hgtags: delete "release" (step 1 of new release) by Russ Cox · 15 years ago weekly.2009-12-22
- 148ee9c fix up %p by Rob Pike · 15 years ago
- d488c4b json: fix doc comment by Russ Cox · 15 years ago
- 2e853ec Allow %p on reference types, for debugging. by Rob Pike · 15 years ago
- d2a3986 update test.sh so it can run to completion again by Robert Griesemer · 15 years ago
- b15fefd Experimental alternative implementation of the vector package by Jan Mercl · 15 years ago
- 95e00d2 adding individual contributor by Robert Griesemer · 15 years ago
- 4ab0ce1 8g: add TESTL etc to reg opt by Russ Cox · 15 years ago
- c276d87 cgo: interpret $CGOPKGDIR as absolute path if rooted by Russ Cox · 15 years ago
- fa98cf6 More evaluation order tests, for global variables and switch. by Ian Lance Taylor · 15 years ago
- 0d66825 gc: method expressions on concrete types by Russ Cox · 15 years ago
- 1f0e6a4 new comments for bytes.NewBuffer and NewBufferString. by Rob Pike · 15 years ago
- 50d6c81 runtime: fix race condition by Adam Langley · 15 years ago
- 057e7d9 fix build, enable an exp/eval's assignment check by Robert Griesemer · 15 years ago
- 5dc6c80 report an error for illegal octal numbers instead of treating them as floats by Robert Griesemer · 15 years ago
- c5f41cc removed semantic check from parsers by Robert Griesemer · 15 years ago
- 10e85df Make.pkg: fix cgo for TARG=a/b by Russ Cox · 15 years ago
- 044ebae cgo: include line number information to keep go/printer happy by Russ Cox · 15 years ago
- d85bb81 first stub for softfloats, intercepts float instructions and skips by Kai Backman · 15 years ago
- 4ddcb0e fix for gofmt rewrite matcher bug by Robert Griesemer · 15 years ago
- 6a4b249 gc: fix compiler crash by Russ Cox · 15 years ago
- 7fcf422 use new tab indentation format in godoc, but convert by Robert Griesemer · 15 years ago
- d2a835f time: add ISO 8601 time format by Ben Olive · 15 years ago
- 95c776c A+C: Ben Olive (individual CLA) by Russ Cox · 15 years ago
- 9277b02 Allow cgo to accept multiple .go inputs for a package by Devon H. O'Dell · 15 years ago
- 7a5f4be Use BitSize instead of the field's type native ByteSize when calculating by Devon H. O'Dell · 15 years ago
- a812332 Updated the XGB python script to generate semicolon-free source for xproto.go. by Tor Andersson · 15 years ago
- 08579c2 runtime: if os/signal is not in use, crash on by Russ Cox · 15 years ago
- 96ee38b make it more explicit that design discussions should happen before code reviews by Rob Pike · 15 years ago
- 59a3cae - Parse expressions as opposed to statements for gofmt rewrite patterns. by Robert Griesemer · 15 years ago
- 8bf5872 Basic image/jpeg decoder. by Nigel Tao · 15 years ago
- 2e5a720 Add roadmap document. by Ian Lance Taylor · 15 years ago
- b6bac1c Don't ignore flags controlling the amount of source code parsed by Robert Griesemer · 15 years ago
- 42a2e95 add the ability to invoke niladic single-valued methods in templates. by Rob Pike · 15 years ago
- a8fbf5d This patch enables cgo utility to correctly convert enums in the C source by Moriyoshi Koizumi · 15 years ago
- 5211472 rand: Zipf distributed random variates. by William Josephson · 15 years ago
- 7f501c0 bytes, strings: add new function Fields by Andrey Mirtchovski · 15 years ago
- d5bcf7b math: special cases for Pow by Charles L. Dorian · 15 years ago
- 3269647 doc/install.html: how to update to a new release by Russ Cox · 15 years ago
- b586649 os/signal: new package by David Symonds · 15 years ago
- a47a45e Fix for scanner bug (introduced with most recent change). by Robert Griesemer · 15 years ago
- 69bed16 syscall: RawSyscall must not call exitsyscall by Russ Cox · 15 years ago
- 163ecda new semicolon rule in effective_go.html. by Rob Pike · 15 years ago
- f64bb56 rand: add explicit Int31n to avoid 64-bit divide on 32-bit machines by Russ Cox · 15 years ago
- 1e9e7ec math: faster, easier to inline IsNaN, IsInf by Russ Cox · 15 years ago
- d16bc7a runtime: return zero value in x, ok = <-c when ok == false by Russ Cox · 15 years ago
- c715b58 gc: fix import name resolution by Russ Cox · 15 years ago
- 8e2608e Add basic http authentication support. Fixes #407. by Ivan Krasin · 15 years ago
- 5d754bf gc: bug fixes. by Russ Cox · 15 years ago
- 101f499 gc: allow ... in method lists by Russ Cox · 15 years ago
- 45ca9f7 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- d65a5cc 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- a3d1045 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- 34356e9 update tutorial. by Rob Pike · 15 years ago
- 1c72959 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- d122bb2 gc: double-check usage of ... by Russ Cox · 15 years ago
- 0282cc5 gc: var x, ok = m[y] by Russ Cox · 15 years ago
- 84e7cb0 Tweak test to work with both 6g and gccgo. by Ian Lance Taylor · 15 years ago
- 8274742 codereview: add golang-dev@googlegroups.com by Russ Cox · 15 years ago
- 55ca7a2 fix TODO: insert semicolons before any sequence of comments by Robert Griesemer · 15 years ago
- dec5bb7 xml: handle unexpected EOF while parsing and fix a bug in name by Arvindh Rajesh Tamilmani · 15 years ago
- 19c1835 runtime: in exitsyscall, avoid confusing garbage collector by Russ Cox · 15 years ago
- 31de4d4 improved formatting of import declarations and by Robert Griesemer · 15 years ago
- 2a52782 crypto/sha256: new package by Andy Davis · 15 years ago
- 0d3f5a8 simpler fix for the negative rune problem, spotted seconds after submitting the previous fix. by Rob Pike · 15 years ago
- a9e8bef generate replacement rune when asked to encode a negative rune value. by Rob Pike · 15 years ago
- fe0eb17 archive/tar: bug fixes. by Christopher Wedgwood · 15 years ago
- 8793f62 don't show semicolons anymore with godoc by Robert Griesemer · 15 years ago
- 6112e80 A+C: two more names by Russ Cox · 15 years ago
- bbd4cb3 fix naked < as reported by pwil3058@gmail.com by Rob Pike · 15 years ago
- d14c813 When the buffer is empty, reset b.off to the beginning of the buffer by Rob Pike · 15 years ago
- 5857890 syscall: fix error return bug for 64-bit return on 32-bit platform by Christopher Wedgwood · 15 years ago
- 977e19d 8l: add support for PE output. by Hector Chu · 15 years ago
- 2ef330e clean.bash: stop if $GOROOT is not set by Christopher Wedgwood · 15 years ago
- 31645cc Ported godefs to Windows. by Hector Chu · 15 years ago
- 978c3e9 gc: fix comment by Russ Cox · 15 years ago
- f646296 Update goyacc to new syntax, still with semicolons. by Rob Pike · 15 years ago
- bedfc2c more on the optimizer trying to get alizses to optimize by Ken Thompson · 15 years ago
- 6877777 fix bug for large counts: used a one-byte buffer. by Rob Pike · 15 years ago