]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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.
2009-12-02 Rob Pikechange the naming example from Vector to Ring due to...
2009-12-02 Ian Lance TaylorAdd copy to the list of predeclared functions.
2009-12-02 Fazlul Shahriargofmt: race condition in error reporting and setting...
2009-12-02 Robert Griesemerapply gofmt to json files
2009-12-02 Rob Pikefix segfault printing errors. add test case and improve...
2009-12-02 Rob Piketest that arrays work properly.
2009-12-02 Russ Coxcodereview: move reviewers to cc line after submit,
2009-12-02 Russ Coxtime: another bug in SecondsToUTC.
2009-12-02 Ian Lance TaylorAdd Shutdown to 32-bit GNU/Linux build.
2009-12-02 Devon H. O... lxml.etree is the wrong location for this alt package
2009-12-02 Devon H. O... xml.etree can also be lxml.etree (e.g. CentOS 5.4 with...
2009-12-02 Russ Coxtime: fix handling of Jan 1 1601, 1201, 801, ...
2009-12-02 Devon H. O... net: fix netFD.Close races
2009-12-02 Rob Pikeexplicitly catch attempt to decode into a value - must...
2009-12-02 Rob Pikemake io.ReadFile use Stat.Size as a hint for preallocation
2009-12-02 Devon H. O... Add syscall.Shutdown to FreeBSD i386/amd64
2009-12-02 Evan Shaw8g: Match sgen definition to declaration
2009-12-02 Devon H. O... FreeBSD needs #!/usr/bin/env bash (fixes broken build...
next