]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-12-11 Russ CoxA+C:
2009-12-11 Kei Sonbytes, strings: allow -1 in Map to mean "drop this...
2009-12-11 Robert Griesemer- make make test working again
2009-12-11 Robert GriesemerNew flags for gofmt:
2009-12-11 Robert Griesemerrename exp/parser package to oldParser
2009-12-11 Robert GriesemerSpec modified to reflect new semicolon rules.
2009-12-10 Robert Griesemerimplement NoSemis and NoStringConcat mode for go/printer
2009-12-10 Robert Griesemerimplemented InsertSemis mode for go/scanner
2009-12-10 Robert Griesemer- unmodified copy of existing go/parser, not yet hooked up
2009-12-10 Robert Griesemertrailing comma's are not accepted with current syntax
2009-12-10 Russ Coxtest/fixedbug: drop obsolete bug125, bug166
2009-12-10 Robert Griesemermake test/ken safe for optional semis
2009-12-10 Kai Backmanfix calling convention and make memmove restore the...
2009-12-10 Kai Backmanadded SHUT_RD, SHOT_WR and xSHUT_RDWR to fix net compil...
2009-12-10 Robert Griesemermake test/fixedbugs save for optional semis
2009-12-10 Robert Griesemermissed a couple of files in test
2009-12-10 Robert Griesemermaking some more non-gofmt'ed files save for new semico...
2009-12-10 Robert Griesemer- gofmt these files
2009-12-10 Robert Griesemerminor manual format corrections
2009-12-10 Robert Griesemerremove uses of string concatenation from src and misc...
2009-12-09 Russ Coxhgtags: add release tag, again.
2009-12-09 Russ Coxhgtags: looks like they have to be full hashes
2009-12-09 Russ Coxhgtags: add release pointing at 2009-12-09's checkin.
2009-12-09 Russ Coxhgtags: tag release.2009-12-07 (where gccgo is)
2009-12-09 Russ Coxdoc/contribute: try to make it clearer that you send... weekly.2009-12-09
2009-12-09 Roger Peppeadded benchmarks to rand_test.go;
2009-12-09 Rob Pikesyscalls can return negative i/o counts. fix bugs in...
2009-12-09 Russ Coxdoc: split contribute.html into code.html and contribut...
2009-12-09 Roger PeppeMake the operations on the global rng thread safe.
2009-12-09 Charles L.... Continuation of issue 221 fix. When 8g or 6g or 5g...
2009-12-09 Ross Lightjson package: Fixed handling of nil values
2009-12-09 Ross LightAdded my name to the AUTHORS and CONTRIBUTORS list
2009-12-09 Adrian O'GradyAdded XTEA block cipher package to src/pkg/crypto
2009-12-09 Russ Coxruntime: start new darwin/amd64 threads on correct...
2009-12-09 Russ CoxA+C: two more names
2009-12-09 Russ Coxbufio: use copy - significant speedup for writers
2009-12-09 Devon H. O... Fix stack on FreeBSD / add stack check across the board
2009-12-09 Devon H. O... When SA_SIGINFO is set, we should use __sa_sigaction...
2009-12-08 Russ Cox6l, 8l: make string buffer big enough for 8 chars ... weekly.2009-12-07
2009-12-08 Russ Coxtest/bench: faster fasta (mostly due to bufio fix)
2009-12-07 Russ Coxruntime: don't touch pages of memory unnecessarily.
2009-12-07 Russ Coxruntime: introduce unsafe.New and unsafe.NewArray
2009-12-07 Robert Griesemeruse a bootstrap array to avoid allocation for short...
2009-12-07 Christopher... Remove copyBytes completely in favor of copy.
2009-12-07 Rob Pikepick off special one-byte case in copy. worth 2x in...
2009-12-07 Roger Peppethe AST walker currently provides no way to find out...
2009-12-07 Roger Peppechanges necessary to get the new chameneosredux onto...
2009-12-06 Rob Pikesave a few ns by inlining (which mostly simplifies...
2009-12-06 Rob Pikeunexport Fmt. it's not needed outside this package...
2009-12-06 Rob PikeMake printing faster by avoiding mallocs and some other...
2009-12-06 Russ Coxruntime: disable pointer scan optimization
2009-12-05 Ian Lance TaylorFix syscall.Statfs and syscall.Fstatfs for 386 GNU...
2009-12-05 Russ Coxtest/bench: use range in reverse-complement
2009-12-05 Russ Coxgc/runtime: pass type structure to makeslice.
2009-12-05 Russ Coxgc: walk pointer in range on slice/array
2009-12-05 Russ Cox6g/8g optimizer fix: throw functions now in runtime
2009-12-05 Russ Coxtest/bench: dead code in reverse-complement
2009-12-05 Russ Coxgotest: stop if the // gotest commands fail
2009-12-05 Russ Coxnet: more fiddling with the udp test.
2009-12-05 Russ Coxlibmach: fix disassembly of MOVLQSX
2009-12-05 Russ Coxgotest: ignore *_test.pb.go
2009-12-04 Ian Lance TaylorAdd syscall.Rename for NaCl. Fixes NaCl build.
2009-12-04 Adam Langleyruntime: shift the index for the sort by one.
2009-12-04 Ian Lance TaylorAdd os.Rename.
2009-12-04 Adam LangleyRemove global chanlock.
2009-12-04 Russ Coxbytes: asm for bytes.IndexByte
2009-12-04 Russ Coxspec: document that built-ins cannot be used as func...
2009-12-04 Russ Coxmake Native Client support build again,
2009-12-04 Russ Coxtesting: compute MB/s in benchmarks
2009-12-04 Rob Pikeavoid an allocation inside bytes.Buffer by providing...
2009-12-04 Russ Cox8l: fix print line number format, buffer overflow
2009-12-04 Russ Coxnet: turn off empty packet test by default
2009-12-04 Russ Coxgc: check for assignment to private fields during initi...
2009-12-04 Ken Thompson6g code gen bug
2009-12-04 Michael ElkinsAdd Count, Cycle, ZipWith, GroupBy, Repeat, RepeatTimes...
2009-12-04 Adam Langleycrypto/rsa: fix shadowing error.
2009-12-04 Russ Coxruntime: fix Caller crash on 386.
2009-12-04 Russ Coxfaq: add question about translation
2009-12-04 Russ Coxcodereview: do not gofmt deleted files
2009-12-04 Russ CoxMake.conf: fix if $HOME has spaces
2009-12-04 Russ Coxruntime: malloc fixes
2009-12-04 Rob PikeThe String() method requires global state that makes...
2009-12-04 Rob Pikeerror propagation in gob/encoder.
2009-12-03 Rob PikeAdd ReadFrom and WriteTo methods to bytes.Buffer, to...
2009-12-03 Christopher... gc: Allow allow data types up to 1GB
2009-12-03 Robert Griesemer- include type-associated consts and vars when filterin...
2009-12-03 Russ Coxgc: handle _ = <-c in select.
2009-12-03 Russ Coxgc: recursive type error
2009-12-03 Russ Coxgc: better diagnosis of initialization loops
2009-12-03 Russ Coxgc: minor import grammar bug fixes
2009-12-03 Rob Pikeminor improvement to formatting: don't allocate padding...
2009-12-03 Russ Coxgc: function argument ordering bug
2009-12-03 Russ Coxgc: make 'invalid rune in string' a little less cryptic
2009-12-03 Rob Pikemove ReadFile, WriteFile, and ReadDir into a separate...
2009-12-03 Peter FroehlichRunes: turn string into []int
2009-12-03 Robert Griesemerupdated documentation for gofmt
2009-12-03 Russ Cox8g: discard tempalloc/tempfree experiment
2009-12-03 Russ Cox6g etc: groundwork for eliminating redundant bounds...
2009-12-03 Robert GriesemerAdd flag -tabindent to gofmt: forces use of
2009-12-02 Russ Coxnet: test and fix support for 0-length datagram packets.
next