]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-01-06 Rémy Oudomphenggo/types: less closure creations in gcimporter.
2013-01-06 Robin Eklinddoc: Updated links for sub-repository documentation.
2013-01-06 Russ Coxcmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsing
2013-01-06 Russ Coxcmd/ld: move symtab, ELF generation to portable code
2013-01-05 Dave Cheneycmd/go: avoid leaking timer if test process failed...
2013-01-04 Russ Coxcmd/ld: use native-endian symbol values in symbol table
2013-01-04 Daniel Morsingcmd/5g, cmd/6g, cmd/8g: flush return parameters in...
2013-01-04 Lucio De Recmd/5g, cmd/5l, cmd/ld: Small adjustments for the Plan...
2013-01-04 Russ Coxcmd/dist: sse auto-detect
2013-01-04 Ian Lance Taylorruntime: always incorporate hash seed at start of hash...
2013-01-04 John Graham... log/syslog: remove RFC5424 version number for greater...
2013-01-04 Jan Ziakruntime: introduce typedefs and delete struct keywords...
2013-01-03 Matthew Dempskynet/http: Sync TimeoutHandler godoc with code.
2013-01-03 Ian Lance TaylorCONTRIBUTORS: add Matthew Dempsky (Google CLA)
2013-01-03 Dave Cheneygo/types: add more logging to gc import test
2013-01-03 Nigel Taonet: fix docs for type IP: s/array/slice/.
2013-01-03 Robert Griesemerspec: clarify language about unary operator &
2013-01-02 Rémy Oudomphengcmd/8g: extend elimination of temporaries to SSE2 code.
2013-01-02 Russ Coxcmd/dist: use separate args for separate compiler flags
2013-01-02 Brad Fitzpatricknet/http: make NewRequest pick a ContentLength from...
2013-01-02 Thomas Kapplerencoding/json: don't panic marshaling anonymous non...
2013-01-02 Russ CoxA+C: Thomas Kappler (individual CLA)
2013-01-02 Rick Arnoldnet/http: document Request.URL
2013-01-02 Rémy Oudomphengcmd/8g: fix possibly uninitialized variable in foptoas.
2013-01-02 Rémy Oudomphengcmd/dist, cmd/8g: implement GO386=387/sse to choose...
2013-01-02 Russ Coxsync/atomic: document that users must deal with 64...
2013-01-02 Rémy Oudomphengcmd/gc: mark wrapper methods for unnamed types as DUPOK.
2013-01-02 Russ Coxcmd/gc: make redeclaration between import and func...
2013-01-02 Russ Coxtest/run: handle compiledir and errorcheckdir with...
2013-01-02 Russ Coxapi: add go/types to next.txt
2013-01-02 Robert Griesemergo/types: remove most remaining uses of ast.Object...
2013-01-02 Dmitriy Vyukovdoc: add race detector manual
2013-01-02 Andrew Gerranddoc: update standard copyright header
2013-01-02 Andrew GerrandA+C: Kamil Kisiel (individual CLA)
2013-01-02 Kamil Kisielcmd/godoc: ignore misnamed examples and print a warning
2013-01-01 Dave Cheneyruntime: fix freebsd/arm instruction cache flush
2013-01-01 Dave Cheneygo/build: disable cgo on freebsd/arm
2012-12-30 Russ Coxcmd/gc: do not generate code for var _ = ... unless...
2012-12-30 Ryan Sladeencoding/json: encode map key is of string kind, decode...
2012-12-30 Russ Coxruntime: say 'fatal error' instead of 'throw'
2012-12-29 Dave Cheneycmd/dist: use -pipe during bootstrap
2012-12-29 Sébastien Paolacciruntime: handle locked mmap failure on Linux
2012-12-29 Adam Langleycrypto/rsa: ensure that RSA keys use the full number...
2012-12-28 Péter Surányidoc: fix id attributes in links to godoc
2012-12-28 Robert Griesemergo/types: Steps towards removing ast.Object from export...
2012-12-28 Robert Griesemergo/types: moved from exp/types
2012-12-28 Robert Griesemerexp/types: resolve composite literal keys
2012-12-28 Brad Fitzpatrickio/ioutil: fix Discard data race
2012-12-28 Dmitriy Vyukovruntime: fix potential crash in sigqueue
2012-12-28 Dave Cheneynet: consolidate fd_{free,net,open}bsd.go into fd_bsd.go
2012-12-28 Dave Cheneycmd/ld: fix valgrind warning in strnput
2012-12-27 Jan Ziakreflect: declare slice as *[]unsafe.Pointer instead...
2012-12-27 Akshat Kumarlog/syslog: add stub for Plan 9
2012-12-26 Robert Griesemerexp/types: some comment fixes
2012-12-26 Robert Griesemerexp/types: configurable types.Check API
2012-12-25 Oling Catfmt: update an old comment; fix a typo.
2012-12-24 Dmitriy Vyukovruntime: diagnose double wakeup on Note
2012-12-24 Marcel van... exp/norm: changed API of Iter.
2012-12-24 Marcel van... exp/locale/collate: include composed characters into...
2012-12-24 Dmitriy Vyukovruntime/race: make test driver print compilation errors
2012-12-24 Rémy Oudomphengcmd/gc: fix race instrumentation of unaddressable arrays.
2012-12-23 Shenghou Madoc/articles/wiki/test.bash: suppress unnecessary output
2012-12-23 Brad Fitzpatricknet/http: match curl and others' NO_PROXY wildcard...
2012-12-22 Russ Coxruntime: zero d.free field
2012-12-22 Russ Coxruntime/debug: document that Stack is deprecated
2012-12-22 Russ Coxcmd/gc: add diagnostic for var, type, const named init
2012-12-22 Russ Coxcmd/go: remove debugging flag introduced in CL 6996054
2012-12-22 Russ Coxcmd/gc: make forward declaration in pure Go package...
2012-12-22 Russ Coxcmd/gc: fix eval order in select
2012-12-22 Russ Coxcmd/yacc: fix debug print of token name
2012-12-22 Russ Coxruntime: coalesce 0-size allocations
2012-12-22 Russ Coxruntime: ignore failure from madvise
2012-12-22 Russ Coxruntime: aggregate defer allocations
2012-12-22 Shenghou Mamisc/benchcmp: show byte allocation statistics
2012-12-22 Emil Hessmantesting: fix example test fd leak
2012-12-22 Stéphane Travostinoencoding/json: A JSON tag can be any valid JSON string.
2012-12-22 Russ Coxfmt: document width and flags a bit more
2012-12-22 Rick Arnoldflag: add implicit boolFlag interface
2012-12-22 Rémy Oudomphengcmd/gc: fix wrong interaction between inlining and...
2012-12-22 Rémy Oudomphengcmd/gc: do not accept (**T).Method expressions.
2012-12-22 Daniel Morsingcmd/gc: Reject parenthesised .(type) expressions.
2012-12-22 Russ Coxcmd/6l, cmd/8l: add -Z flag to zero stack frame on...
2012-12-22 Russ Coxundo CL 6938073 / 1542912cf09d
2012-12-22 Erik St. Martin regexp: fix index panic in Replace
2012-12-22 Russ CoxA+C: Erik St. Martin (individual CLA)
2012-12-22 Adam Langleycrypto/des: add an example to demonstrate EDE2 operation.
2012-12-22 Russ Coxencoding/gob: document that structs only encode/decode...
2012-12-22 Russ Coxcmd/gc: fix error line in switch expr eval
2012-12-22 Chris Jonesencoding/xml: Marshal ",any" fields
2012-12-22 Mikio Haranet: fix timeout tests
2012-12-21 Rémy Oudomphengcmd/8g: introduce temporaries in byte multiplication.
2012-12-21 Dave Cheneycmd/5g: avoid temporaries in agen OINDEX
2012-12-21 Robert Griesemergo/ast: ast.DeclStmt.Decl must be an *ast.GenDecl node...
2012-12-21 Rémy Oudomphengmisc/pprof: don't look for browser in current directory.
2012-12-21 Rémy Oudomphengcmd/gc: mapassign2 doesn't exist anymore.
2012-12-21 Shenghou Macmd/dist: make GOARM detection better compatible with...
2012-12-21 Dmitriy Vyukovruntime/race: update linux runtime to r170876.
2012-12-21 Dmitriy Vyukovcmd/go: improve wording of race detector documentation
2012-12-21 Mikio Haranet: make unix connection tests more robust
2012-12-21 Alex Brainmanos: remove dead code
next