2009-12-10 |
Robert Griesemer | implement NoSemis and NoStringConcat mode for go/printer |
commit | commitdiff | tree |
2009-12-10 |
Robert Griesemer | implemented InsertSemis mode for go/scanner |
commit | commitdiff | tree |
2009-12-10 |
Robert Griesemer | - unmodified copy of existing go/parser, not yet hooked up |
commit | commitdiff | tree |
2009-12-10 |
Robert Griesemer | trailing comma's are not accepted with current syntax |
commit | commitdiff | tree |
2009-12-10 |
Russ Cox | test/fixedbug: drop obsolete bug125, bug166 |
commit | commitdiff | tree |
2009-12-10 |
Robert Griesemer | make test/ken safe for optional semis |
commit | commitdiff | tree |
2009-12-10 |
Kai Backman | fix calling convention and make memmove restore the... |
commit | commitdiff | tree |
2009-12-10 |
Kai Backman | added SHUT_RD, SHOT_WR and xSHUT_RDWR to fix net compil... |
commit | commitdiff | tree |
2009-12-10 |
Robert Griesemer | make test/fixedbugs save for optional semis |
commit | commitdiff | tree |
2009-12-10 |
Robert Griesemer | missed a couple of files in test |
commit | commitdiff | tree |
2009-12-10 |
Robert Griesemer | making some more non-gofmt'ed files save for new semico... |
commit | commitdiff | tree |
2009-12-10 |
Robert Griesemer | - gofmt these files |
commit | commitdiff | tree |
2009-12-10 |
Robert Griesemer | minor manual format corrections |
commit | commitdiff | tree |
2009-12-10 |
Robert Griesemer | remove uses of string concatenation from src and misc... |
commit | commitdiff | tree |
2009-12-09 |
Russ Cox | hgtags: add release tag, again. |
commit | commitdiff | tree |
2009-12-09 |
Russ Cox | hgtags: looks like they have to be full hashes |
commit | commitdiff | tree |
2009-12-09 |
Russ Cox | hgtags: add release pointing at 2009-12-09's checkin. |
commit | commitdiff | tree |
2009-12-09 |
Russ Cox | hgtags: tag release.2009-12-07 (where gccgo is) |
commit | commitdiff | tree |
2009-12-09 |
Russ Cox | doc/contribute: try to make it clearer that you send... weekly.2009-12-09 |
commit | commitdiff | tree |
2009-12-09 |
Roger Peppe | added benchmarks to rand_test.go; |
commit | commitdiff | tree |
2009-12-09 |
Rob Pike | syscalls can return negative i/o counts. fix bugs in... |
commit | commitdiff | tree |
2009-12-09 |
Russ Cox | doc: split contribute.html into code.html and contribut... |
commit | commitdiff | tree |
2009-12-09 |
Roger Peppe | Make the operations on the global rng thread safe. |
commit | commitdiff | tree |
2009-12-09 |
Charles L.... | Continuation of issue 221 fix. When 8g or 6g or 5g... |
commit | commitdiff | tree |
2009-12-09 |
Ross Light | json package: Fixed handling of nil values |
commit | commitdiff | tree |
2009-12-09 |
Ross Light | Added my name to the AUTHORS and CONTRIBUTORS list |
commit | commitdiff | tree |
2009-12-09 |
Adrian O'Grady | Added XTEA block cipher package to src/pkg/crypto |
commit | commitdiff | tree |
2009-12-09 |
Russ Cox | runtime: start new darwin/amd64 threads on correct... |
commit | commitdiff | tree |
2009-12-09 |
Russ Cox | A+C: two more names |
commit | commitdiff | tree |
2009-12-09 |
Russ Cox | bufio: use copy - significant speedup for writers |
commit | commitdiff | tree |
2009-12-09 |
Devon H. O... | Fix stack on FreeBSD / add stack check across the board |
commit | commitdiff | tree |
2009-12-09 |
Devon H. O... | When SA_SIGINFO is set, we should use __sa_sigaction... |
commit | commitdiff | tree |
2009-12-08 |
Russ Cox | 6l, 8l: make string buffer big enough for 8 chars ... weekly.2009-12-07 |
commit | commitdiff | tree |
2009-12-08 |
Russ Cox | test/bench: faster fasta (mostly due to bufio fix) |
commit | commitdiff | tree |
2009-12-07 |
Russ Cox | runtime: don't touch pages of memory unnecessarily. |
commit | commitdiff | tree |
2009-12-07 |
Russ Cox | runtime: introduce unsafe.New and unsafe.NewArray |
commit | commitdiff | tree |
2009-12-07 |
Robert Griesemer | use a bootstrap array to avoid allocation for short... |
commit | commitdiff | tree |
2009-12-07 |
Christopher... | Remove copyBytes completely in favor of copy. |
commit | commitdiff | tree |
2009-12-07 |
Rob Pike | pick off special one-byte case in copy. worth 2x in... |
commit | commitdiff | tree |
2009-12-07 |
Roger Peppe | the AST walker currently provides no way to find out... |
commit | commitdiff | tree |
2009-12-07 |
Roger Peppe | changes necessary to get the new chameneosredux onto... |
commit | commitdiff | tree |
2009-12-06 |
Rob Pike | save a few ns by inlining (which mostly simplifies... |
commit | commitdiff | tree |
2009-12-06 |
Rob Pike | unexport Fmt. it's not needed outside this package... |
commit | commitdiff | tree |
2009-12-06 |
Rob Pike | Make printing faster by avoiding mallocs and some other... |
commit | commitdiff | tree |
2009-12-06 |
Russ Cox | runtime: disable pointer scan optimization |
commit | commitdiff | tree |
2009-12-05 |
Ian Lance Taylor | Fix syscall.Statfs and syscall.Fstatfs for 386 GNU... |
commit | commitdiff | tree |
2009-12-05 |
Russ Cox | test/bench: use range in reverse-complement |
commit | commitdiff | tree |
2009-12-05 |
Russ Cox | gc/runtime: pass type structure to makeslice. |
commit | commitdiff | tree |
2009-12-05 |
Russ Cox | gc: walk pointer in range on slice/array |
commit | commitdiff | tree |
2009-12-05 |
Russ Cox | 6g/8g optimizer fix: throw functions now in runtime |
commit | commitdiff | tree |
2009-12-05 |
Russ Cox | test/bench: dead code in reverse-complement |
commit | commitdiff | tree |
2009-12-05 |
Russ Cox | gotest: stop if the // gotest commands fail |
commit | commitdiff | tree |
2009-12-05 |
Russ Cox | net: more fiddling with the udp test. |
commit | commitdiff | tree |
2009-12-05 |
Russ Cox | libmach: fix disassembly of MOVLQSX |
commit | commitdiff | tree |
2009-12-05 |
Russ Cox | gotest: ignore *_test.pb.go |
commit | commitdiff | tree |
2009-12-04 |
Ian Lance Taylor | Add syscall.Rename for NaCl. Fixes NaCl build. |
commit | commitdiff | tree |
2009-12-04 |
Adam Langley | runtime: shift the index for the sort by one. |
commit | commitdiff | tree |
2009-12-04 |
Ian Lance Taylor | Add os.Rename. |
commit | commitdiff | tree |
2009-12-04 |
Adam Langley | Remove global chanlock. |
commit | commitdiff | tree |
2009-12-04 |
Russ Cox | bytes: asm for bytes.IndexByte |
commit | commitdiff | tree |
2009-12-04 |
Russ Cox | spec: document that built-ins cannot be used as func... |
commit | commitdiff | tree |
2009-12-04 |
Russ Cox | make Native Client support build again, |
commit | commitdiff | tree |
2009-12-04 |
Russ Cox | testing: compute MB/s in benchmarks |
commit | commitdiff | tree |
2009-12-04 |
Rob Pike | avoid an allocation inside bytes.Buffer by providing... |
commit | commitdiff | tree |
2009-12-04 |
Russ Cox | 8l: fix print line number format, buffer overflow |
commit | commitdiff | tree |
2009-12-04 |
Russ Cox | net: turn off empty packet test by default |
commit | commitdiff | tree |
2009-12-04 |
Russ Cox | gc: check for assignment to private fields during initi... |
commit | commitdiff | tree |
2009-12-04 |
Ken Thompson | 6g code gen bug |
commit | commitdiff | tree |
2009-12-04 |
Michael Elkins | Add Count, Cycle, ZipWith, GroupBy, Repeat, RepeatTimes... |
commit | commitdiff | tree |
2009-12-04 |
Adam Langley | crypto/rsa: fix shadowing error. |
commit | commitdiff | tree |
2009-12-04 |
Russ Cox | runtime: fix Caller crash on 386. |
commit | commitdiff | tree |
2009-12-04 |
Russ Cox | faq: add question about translation |
commit | commitdiff | tree |
2009-12-04 |
Russ Cox | codereview: do not gofmt deleted files |
commit | commitdiff | tree |
2009-12-04 |
Russ Cox | Make.conf: fix if $HOME has spaces |
commit | commitdiff | tree |
2009-12-04 |
Russ Cox | runtime: malloc fixes |
commit | commitdiff | tree |
2009-12-04 |
Rob Pike | The String() method requires global state that makes... |
commit | commitdiff | tree |
2009-12-04 |
Rob Pike | error propagation in gob/encoder. |
commit | commitdiff | tree |
2009-12-03 |
Rob Pike | Add ReadFrom and WriteTo methods to bytes.Buffer, to... |
commit | commitdiff | tree |
2009-12-03 |
Christopher... | gc: Allow allow data types up to 1GB |
commit | commitdiff | tree |
2009-12-03 |
Robert Griesemer | - include type-associated consts and vars when filterin... |
commit | commitdiff | tree |
2009-12-03 |
Russ Cox | gc: handle _ = <-c in select. |
commit | commitdiff | tree |
2009-12-03 |
Russ Cox | gc: recursive type error |
commit | commitdiff | tree |
2009-12-03 |
Russ Cox | gc: better diagnosis of initialization loops |
commit | commitdiff | tree |
2009-12-03 |
Russ Cox | gc: minor import grammar bug fixes |
commit | commitdiff | tree |
2009-12-03 |
Rob Pike | minor improvement to formatting: don't allocate padding... |
commit | commitdiff | tree |
2009-12-03 |
Russ Cox | gc: function argument ordering bug |
commit | commitdiff | tree |
2009-12-03 |
Russ Cox | gc: make 'invalid rune in string' a little less cryptic |
commit | commitdiff | tree |
2009-12-03 |
Rob Pike | move ReadFile, WriteFile, and ReadDir into a separate... |
commit | commitdiff | tree |
2009-12-03 |
Peter Froehlich | Runes: turn string into []int |
commit | commitdiff | tree |
2009-12-03 |
Robert Griesemer | updated documentation for gofmt |
commit | commitdiff | tree |
2009-12-03 |
Russ Cox | 8g: discard tempalloc/tempfree experiment |
commit | commitdiff | tree |
2009-12-03 |
Russ Cox | 6g etc: groundwork for eliminating redundant bounds... |
commit | commitdiff | tree |
2009-12-03 |
Robert Griesemer | Add flag -tabindent to gofmt: forces use of |
commit | commitdiff | tree |
2009-12-02 |
Russ Cox | net: test and fix support for 0-length datagram packets. |
commit | commitdiff | tree |
2009-12-02 |
Rob Pike | change the naming example from Vector to Ring due to... |
commit | commitdiff | tree |
2009-12-02 |
Ian Lance Taylor | Add copy to the list of predeclared functions. |
commit | commitdiff | tree |
2009-12-02 |
Fazlul Shahriar | gofmt: race condition in error reporting and setting... |
commit | commitdiff | tree |
2009-12-02 |
Robert Griesemer | apply gofmt to json files |
commit | commitdiff | tree |
2009-12-02 |
Rob Pike | fix segfault printing errors. add test case and improve... |
commit | commitdiff | tree |
2009-12-02 |
Rob Pike | test that arrays work properly. |
commit | commitdiff | tree |
next |