- 3c6bf09 crypto/tls: make Listener a pointer. by Adam Langley · 15 years ago
- 1245e93 Update documentation around time.Sleep to specify its precision, and suggest by Devon H. O'Dell · 15 years ago
- 2be4897 Use t.Errorf for formatted error output. by Ian Lance Taylor · 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
- 9ebb596 crypto/tls: extensions and Next Protocol Negotiation by Adam Langley · 15 years ago
- 3f25c8a Fix comment for Chmod. by Peter Froehlich · 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
- 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
- b15fefd Experimental alternative implementation of the vector package by Jan Mercl · 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
- d85bb81 first stub for softfloats, intercepts float instructions and skips by Kai Backman · 15 years ago
- d2a835f time: add ISO 8601 time format by Ben Olive · 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
- 8bf5872 Basic image/jpeg decoder. by Nigel Tao · 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
- 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
- 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
- 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
- 8e2608e Add basic http authentication support. Fixes #407. by Ivan Krasin · 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
- 1c72959 1) Change default gofmt default settings for by Robert Griesemer · 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
- 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
- 6877777 fix bug for large counts: used a one-byte buffer. by Rob Pike · 15 years ago
- 222462e Various cleanups: by Robert Griesemer · 15 years ago
- 97a08f7 parser changed to reflect new semicolon rules by Robert Griesemer · 15 years ago
- b9b89f5 fix printer test for new syntax by Robert Griesemer · 15 years ago
- 857d4cf Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src by Devon H. O'Dell · 15 years ago
- 3490958 encoding/binary: Add support for slices of arrays of fixed-size values. by Maxim Ushakov · 15 years ago
- 7835b79 syslog: new package by Yves Junqueira · 15 years ago
- 128974a bytes, strings: allow -1 in Map to mean "drop this character". by Kei Son · 15 years ago
- bda2074 New flags for gofmt: by Robert Griesemer · 15 years ago
- 02d41ec rename exp/parser package to oldParser by Robert Griesemer · 15 years ago
- 57909b5 implement NoSemis and NoStringConcat mode for go/printer by Robert Griesemer · 15 years ago
- a70caf4 implemented InsertSemis mode for go/scanner by Robert Griesemer · 15 years ago
- 2b3813d - unmodified copy of existing go/parser, not yet hooked up by Robert Griesemer · 15 years ago
- d08d33f fix calling convention and make memmove restore the g and m registers. by Kai Backman · 15 years ago
- 76f7803 added SHUT_RD, SHOT_WR and xSHUT_RDWR to fix net compilation error by Kai Backman · 15 years ago
- 2e4334e minor manual format corrections by Robert Griesemer · 15 years ago
- 295ceb4 remove uses of string concatenation from src and misc directory by Robert Griesemer · 15 years ago
- a8ed75d added benchmarks to rand_test.go; by Roger Peppe · 15 years ago
- 51f2932 syscalls can return negative i/o counts. fix bugs in ReadAt and WriteAt not to include by Rob Pike · 15 years ago
- 9165331 Make the operations on the global rng thread safe. by Roger Peppe · 15 years ago
- 8a5b76c json package: Fixed handling of nil values by Ross Light · 15 years ago
- 6ebfd1e Added XTEA block cipher package to src/pkg/crypto by Adrian O'Grady · 15 years ago
- 0400a7f runtime: start new darwin/amd64 threads on correct stack, by Russ Cox · 15 years ago
- 132c42f bufio: use copy - significant speedup for writers by Russ Cox · 15 years ago
- 5a4a08f Fix stack on FreeBSD / add stack check across the board by Devon H. O'Dell · 15 years ago
- cdce732 When SA_SIGINFO is set, we should use __sa_sigaction on FreeBSD by Devon H. O'Dell · 15 years ago
- 0d3301a runtime: don't touch pages of memory unnecessarily. by Russ Cox · 15 years ago
- 33649bd runtime: introduce unsafe.New and unsafe.NewArray by Russ Cox · 15 years ago
- a4a8224 use a bootstrap array to avoid allocation for short vectors by Robert Griesemer · 15 years ago
- 8c22dd2 Remove copyBytes completely in favor of copy. by Christopher Wedgwood · 15 years ago
- 20c1ec2 pick off special one-byte case in copy. worth 2x in benchmarks (38ns->16ns). by Rob Pike · 15 years ago
- 80e17d6 the AST walker currently provides no way to find out how the by Roger Peppe · 15 years ago
- f91cd44 save a few ns by inlining (which mostly simplifies things anyway). by Rob Pike · 15 years ago
- 353ef80 unexport Fmt. it's not needed outside this package any more by Rob Pike · 15 years ago
- 4c0e51c Make printing faster by avoiding mallocs and some other advances. by Rob Pike · 15 years ago
- ed6fd1b runtime: disable pointer scan optimization * broken by reflect, gob by Russ Cox · 15 years ago
- 44c1eb6 Fix syscall.Statfs and syscall.Fstatfs for 386 GNU/Linux. by Ian Lance Taylor · 15 years ago
- 864c757 gc/runtime: pass type structure to makeslice. by Russ Cox · 15 years ago
- 2807621 net: more fiddling with the udp test. by Russ Cox · 15 years ago
- 9e0b68d Add syscall.Rename for NaCl. Fixes NaCl build. by Ian Lance Taylor · 15 years ago
- e79bcf8 runtime: shift the index for the sort by one. by Adam Langley · 15 years ago
- 0b5cc31 Add os.Rename. by Ian Lance Taylor · 15 years ago
- d1740bb Remove global chanlock. by Adam Langley · 15 years ago
- d6b3f37 bytes: asm for bytes.IndexByte by Russ Cox · 15 years ago
- 609eeee make Native Client support build again, by Russ Cox · 15 years ago
- 11384ee testing: compute MB/s in benchmarks by Russ Cox · 15 years ago
- 4ed5717 avoid an allocation inside bytes.Buffer by providing a static array. by Rob Pike · 15 years ago
- 3b858fb net: turn off empty packet test by default by Russ Cox · 15 years ago