go /
go /
bedfc2c2f1ca8f933cb523397cbb76660f9bce61 - 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
- 222462e Various cleanups: by Robert Griesemer · 15 years ago
- 3997495 gc: semicolons by Russ Cox · 15 years ago
- cd00bc7 bug in 6g optimizer 8g still needs fixing by Ken Thompson · 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
- 0714fbb misc/bash: completion file for bash suggested by Alex Ray <ajray@ncsu.edu> by Russ Cox · 15 years ago
- 3490958 encoding/binary: Add support for slices of arrays of fixed-size values. by Maxim Ushakov · 15 years ago
- ddde7f6 Add a Makefile in place of all.bash. Update docs to reflect this change. by Devon H. O'Dell · 15 years ago
- 7835b79 syslog: new package by Yves Junqueira · 15 years ago
- 8b3b1ed mkbuiltin: generate builtin.c directly by Yongjian Xu · 15 years ago
- d5b7d77 A+C: by Russ Cox · 15 years ago
- 128974a bytes, strings: allow -1 in Map to mean "drop this character". by Kei Son · 15 years ago
- 67aa139 - make make test working again - some factoring for easier experimentation by Robert Griesemer · 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
- 130ac74 Spec modified to reflect new semicolon rules. 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
- 9bf0aab trailing comma's are not accepted with current syntax by Robert Griesemer · 15 years ago
- b301351 test/fixedbug: drop obsolete bug125, bug166 by Russ Cox · 15 years ago
- 581530e make test/ken safe for optional semis 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
- 60d4e30 make test/fixedbugs save for optional semis by Robert Griesemer · 15 years ago
- 4d44d6a missed a couple of files in test by Robert Griesemer · 15 years ago
- 542099d making some more non-gofmt'ed files save for new semicolon rule by Robert Griesemer · 15 years ago
- 5f5dcfb - gofmt these files by Robert Griesemer · 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
- 09cec0e hgtags: add release tag, again. by Russ Cox · 15 years ago
- 76bd476 hgtags: looks like they have to be full hashes by Russ Cox · 15 years ago
- daf1676 hgtags: add release pointing at 2009-12-09's checkin. by Russ Cox · 15 years ago
- c02e4ae hgtags: tag release.2009-12-07 (where gccgo is) by Russ Cox · 15 years ago
- 5facb84 doc/contribute: try to make it clearer that you send a review with hg mail, not hg submit. by Russ Cox · 15 years ago weekly.2009-12-09
- 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
- d55abfd doc: split contribute.html into code.html and contribute.html by Russ Cox · 15 years ago
- 9165331 Make the operations on the global rng thread safe. by Roger Peppe · 15 years ago
- 3ca1b1d Continuation of issue 221 fix. When 8g or 6g or 5g are called with a by Charles L. Dorian · 15 years ago
- 8a5b76c json package: Fixed handling of nil values by Ross Light · 15 years ago
- 7d7d95a Added my name to the AUTHORS and CONTRIBUTORS list 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
- aacb515 A+C: two more names 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
- b73b43e 6l, 8l: make string buffer big enough for 8 chars (and then some) by Russ Cox · 15 years ago weekly.2009-12-07
- 86c0c54 test/bench: faster fasta (mostly due to bufio fix) by Russ Cox · 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
- ea98e4b changes necessary to get the new chameneosredux onto shootout.alioth.debian.org . 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
- 864c6bc test/bench: use range in reverse-complement by Russ Cox · 15 years ago
- 864c757 gc/runtime: pass type structure to makeslice. by Russ Cox · 15 years ago
- 6f14cad gc: walk pointer in range on slice/array by Russ Cox · 15 years ago
- 7c4aeec 6g/8g optimizer fix: throw functions now in runtime by Russ Cox · 15 years ago
- e2b23e4 test/bench: dead code in reverse-complement by Russ Cox · 15 years ago
- d7402ce gotest: stop if the // gotest commands fail by Russ Cox · 15 years ago
- 2807621 net: more fiddling with the udp test. by Russ Cox · 15 years ago
- d539d07 libmach: fix disassembly of MOVLQSX by Russ Cox · 15 years ago
- 01f0f16 gotest: ignore *_test.pb.go 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
- 2a5f0c6 spec: document that built-ins cannot be used as func values 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
- f2c7a20 8l: fix print line number format, buffer overflow by Russ Cox · 15 years ago
- 3b858fb net: turn off empty packet test by default by Russ Cox · 15 years ago
- 9da6666 gc: check for assignment to private fields during initialization by Russ Cox · 15 years ago
- 62be24d 6g code gen bug by Ken Thompson · 15 years ago
- f3d63be Add Count, Cycle, ZipWith, GroupBy, Repeat, RepeatTimes, Unique to exp/iterable. by Michael Elkins · 15 years ago
- e93132c crypto/rsa: fix shadowing error. by Adam Langley · 15 years ago
- cf37254 runtime: fix Caller crash on 386. by Russ Cox · 15 years ago
- 6301fb4 faq: add question about translation by Russ Cox · 15 years ago
- 9a86cc6 codereview: do not gofmt deleted files by Russ Cox · 15 years ago
- aaa2374 Make.conf: fix if $HOME has spaces by Russ Cox · 15 years ago
- 7e5055c runtime: malloc fixes by Russ Cox · 15 years ago
- 10a349a The String() method requires global state that makes it not work outside of this package, by Rob Pike · 15 years ago
- fcc4dd6 error propagation in gob/encoder. by Rob Pike · 15 years ago
- bc3e347 Add ReadFrom and WriteTo methods to bytes.Buffer, to enable i/o without buffer allocation. by Rob Pike · 15 years ago
- 7e7008f gc: Allow allow data types up to 1GB by Christopher Wedgwood · 15 years ago
- 6db683f - include type-associated consts and vars when filtering a PackageDoc by Robert Griesemer · 15 years ago
- c6e316a4 gc: handle _ = <-c in select. by Russ Cox · 15 years ago