]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-09-11 Rémy Oudomphengcmd/6g, cmd/8g: eliminate extra agen for nil comparisons.
2012-09-11 Nigel Taostrings: more thorough Replacer tests.
2012-09-11 Andrew GerrandC: spell Brian's name correctly
2012-09-11 Alex Brainmanmisc/cgo/life: disable it temporarily on windows, becau...
2012-09-11 Russ Coxencoding/json: handle anonymous fields
2012-09-11 Brian Slesinskyadoc css: topbar sticks to the top of large windows.
2012-09-11 Andrew GerrandC: add Brian Slesinsky (Google CLA)
2012-09-10 Mikio Haranet: delete unused IP-level socket option helpers
2012-09-10 David Symondsdoc: Don't imply incorrect guarantees about data races.
2012-09-10 Mikio Haranet: rename files to clarify platform dependency
2012-09-10 Robert Griesemerexp/types/staging: typechecker API
2012-09-10 Rob Pikegc: initial BOM is legal.
2012-09-10 Adam Langleyundo CL 6498092 / 4ff71bc1a199
2012-09-10 Adam Langley6l/8l: emit correct opcodes to F(SUB|DIV)R?D.
2012-09-10 Brad Fitzpatricknet/http: add If-None-Match and If-Range support to...
2012-09-10 Nigel Tao6g: delete unnecessary OXXX initialization.
2012-09-10 Adam Langleycrypto/rand: typo fix from a69e30463bf4
2012-09-10 Adam Langleycrypto/rand: zero length reads shouldn't crash on Windows.
2012-09-09 Rémy Oudomphengcmd/8g: import componentgen from 6g.
2012-09-09 Mikio Haranet: change cname lookup test target to iana.org
2012-09-08 Marcel van... exp/locale/collate: added indices to builder for reusin...
2012-09-08 Marcel van... exp/locale/collate: switch from DUCET to CLDR for the...
2012-09-08 Robert Griesemertext/scanner: skip first character if it's a BOM
2012-09-07 Robert Griesemergo/scanner: add missing BOM test
2012-09-07 Rob Pikefaq: go does not have duck typing
2012-09-07 Robert Griesemergo/scanner: skip first character if it's a BOM
2012-09-07 Rob Pikefaq: mercurial vs. git
2012-09-07 Albert Strasheimsyscall: Test SCM credentials on Linux.
2012-09-07 Rob Pikespec: an initial BOM can be ignored
2012-09-07 Lucio De Renet,mime: Minor corrections to documentation comments.
2012-09-07 Rob Pikecmd/yacc: allow leading underscore in token name
2012-09-07 Rob Pikefaq: another way to solve the closure/variable/range...
2012-09-07 Rémy Oudomphengcmd/6g: avoid taking the address of slices unnecessarily.
2012-09-07 Dave Cheneyruntime: arm: abort if hardware floating point missing
2012-09-07 Joel Singcgo: use debug data section for ELF
2012-09-06 Rob Pikecmd/yacc: always import fmt, safely
2012-09-06 Rob Pikespec: ignore BOMS outside of string and rune literals.
2012-09-06 Joel Singsyscall: regenerate/update netbsd z-files
2012-09-06 Dave Cheneycrypto/tls: fix data race on conn.err
2012-09-06 Andrew GerrandC: add Manu Garg (Google CLA)
2012-09-06 Marcel van... exp/locale/collate/build: moved some of the code to...
2012-09-06 Nigel Taoimage/jpeg: fix quantization tables to be in zig-zag...
2012-09-06 Nigel Taocmd/gc: re-order some OFOO constants. Rename ORRC to...
2012-09-05 Russ Coxreflect: faster FieldByName, FieldByNameFunc
2012-09-05 Oling Catdoc/go_spec: fix a typo
2012-09-05 Nigel TaoA+C: Oling Cat (individual CLA)
2012-09-04 Nigel Taocmd/gc: add commentary to the OXXX constants.
2012-09-04 Alan Donovanruntime: fix typo in openbsd-only symbol name.
2012-09-04 Sébastien Paolaccinet: fix {FileConn, FileListener, FilePacketConn} fd...
2012-09-04 Alan Donovanruntime: discard SIGPROF delivered to non-Go threads.
2012-09-04 Alan Donovanruntime/pprof: emit end-of-log marker at end of CPU...
2012-09-04 Andrew Gerrand doc: fix typo in Concurrency Patterns article
2012-09-04 Andrew Gerrand doc: link to references from docs page
2012-09-04 Patrick Crosbynet/http/pprof: updated documentation (run an http...
2012-09-03 Alex Brainmanruntime: increase stack frame during cgo call on window...
2012-09-03 Alex Brainmanrun.bat: do not run misc\cgo\stdio test on windows...
2012-09-02 Shenghou Macmd/5l: embed $GOARM value into binary as runtime.goarm
2012-09-02 Shenghou Madoc/progs: use test/run.go for testing on Windows
2012-09-01 Russ Coxcmd/gc: fix PkgPath of byte, rune types
2012-09-01 Uriel Mangadocodereview.py: correct error handling without decorator
2012-09-01 Russ CoxA+C: add Uriel Mangado (individual CLA)
2012-09-01 Shenghou Macmd/ld: support zero-filled section for Mach-O files
2012-09-01 Daniel Morsingcmd/gc: Suggest *T in error for x.(T) if it would work.
2012-09-01 Rémy Oudomphengcmd/6g, cmd/8g: eliminate short integer arithmetic...
2012-09-01 Russ Coxcmd/go: be clear that import loops are bad
2012-09-01 Rémy Oudomphengstrconv: faster FormatFloat for fixed number of digits.
2012-09-01 Marcel van... exp/locale/collate: Added functionality to parse and...
2012-09-01 Marcel van... exp/locale/collate: first changes that introduce implem...
2012-08-31 Dave Cheneysyscall: add PtraceSyscall(pid int, signal int)
2012-08-31 Russ CoxA+C: 0/2 on spelling email addresses correctly
2012-08-31 Patrick Higginsnet/http: added ParseTime function.
2012-08-31 Shawn Smithencoding/xml: parse comments in DOCTYPE
2012-08-31 Russ CoxA+C: Patrick Higgins, Shawn Smith (individual CLA)
2012-08-31 Ivan Krasinruntime: add vdso support for linux/amd64. Fixes issue...
2012-08-31 Rémy Oudomphengcmd/gc: fix escape analysis bug with variable capture...
2012-08-31 Alexandru Moșoinet/rpc/jsonrpc: handles missing "params" in jsonrpc.
2012-08-31 Russ Coxtest: restore nigel's bug451 as bug452.
2012-08-31 Russ Coxruntime/pprof: restore articles in type doc comments
2012-08-31 Akshat Kumarsrc: Add support for 64-bit version of Plan 9
2012-08-31 Daniel Morsingcmd/gc: mark broken type declarations as broken.
2012-08-31 Russ Coxnet/http: add (*ServeMux).Handler method
2012-08-31 Christian Himpelnet/http: fix inserting of implicit redirects in serve mux
2012-08-31 Dave Cheneycgo/misc/test: burn CPU to improve sleep accuracy
2012-08-31 Robert GriesemerA+C: added Alan Donovan (Google corporate license)
2012-08-31 Nigel Taoexp/html: change a node's children from a slice to...
2012-08-30 Robert Griesemergo/scanner: don't print garbage if there's no error
2012-08-30 Rob Pikecmd/gc: string conversion for surrogates
2012-08-30 Rob Pikepath: improve documentation for Dir
2012-08-30 Dmitriy Vyukovnet/rpc: protect serviceMap with RWMutex
2012-08-30 Rob Piketext/template: make spaces significant
2012-08-29 Rob Pikego_spec.html: clarify rune and string literals
2012-08-29 Andrew Balholmcmd/yacc/units.txt: fix exchange rates
2012-08-29 Shenghou Macmd/ld: handle a special case of scattered relocation...
2012-08-29 Shenghou Masyscall: extract an ExampleLoadLibrary from comment
2012-08-29 Andrew GerrandA+C: add Patrick Crosby (individual contributor)
2012-08-28 Dave Cheneynet/http/httputil: fix race in DumpRequestOut
2012-08-28 Rob Piketest/bench/shootout: pidigits is much faster
2012-08-28 Mikio Haranet: delete unused socket-level option helpers
2012-08-28 Christopher... math/big: Replace RCLQ + ANDQ with SETCS in unrolled...
2012-08-27 Shenghou Macmd/api: recognize version "devel" as dev. branch and...
next