]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2016-02-26 Andrew Gerranddoc: add issue and pull request templates
2016-02-26 Matthew Dempskycmd/compile: simplify error sorting
2016-02-26 Matthew Dempskycmd/compile: rationalize (lex)?lineno handling
2016-02-26 Keith Randallruntime: avoid using REP prefix for IndexByte
2016-02-25 kortschakcmd/dist: don't run fortran test if fortran compilation...
2016-02-25 Austin Clementsruntime: eliminate unused _Genqueue state
2016-02-25 Austin Clementsruntime: eliminate a conditional branch from heapBits...
2016-02-25 Austin Clementsruntime: use only per-P gcWork
2016-02-25 Austin Clementsruntime: pass gcWork to markroot
2016-02-25 Austin Clementsruntime: remove noescape hacks from gcWork
2016-02-25 Austin Clementsruntime: remove unnecessary clears of the heap bitmap
2016-02-25 Austin Clementsruntime: document non-obvious requirement on sudog...
2016-02-25 Austin Clementsruntime: improve initSpan documentation
2016-02-25 Austin Clementsruntime: fix heapBitsSweepSpan comment
2016-02-25 Dmitriy Dudkincmd/go: clear cmd cache to avoid duplicate loads errors
2016-02-25 Brad Fitzpatricknet/textproto: permit all valid token chars in Canonica...
2016-02-25 Ian Lance Taylordoc/go1.7: mention CallersFrames and Frames
2016-02-25 Ian Lance Taylorruntime, runtime/pprof: add Frames to get file/line...
2016-02-25 Ian Lance Taylorcmd/internal/obj: don't crash on nil in Prog.String
2016-02-25 Emmanuel Odekenet/http: refactored internal shouldClose for readability
2016-02-25 Dmitry Vyukovruntime: fix getcallerpc args
2016-02-25 David Crawshawcmd/compile: remove rtype.ptrToThis
2016-02-25 Rick Arnoldexpvar: document that Get returns nil for non-existent...
2016-02-25 Mikio Haranet: re-enable TestDualStack{TCP,UDP}Listener on dragonfly
2016-02-25 Mikio Haranet: make TestGoLookupIPWithResolverConfig robust
2016-02-25 Mikio Haranet: fix typo
2016-02-25 Robert Griesemercmd/compile: adjust starting token value
2016-02-25 Matthew Dempskycmd/compile: fix off-by-1 in getr
2016-02-25 Burcu Dogandoc: add android/arm as a valid GOOS/GOARCH combination
2016-02-25 Tal Shprechercmd/asm: fix EOF message on operand parsing errors.
2016-02-25 Matthew Dempskycmd/compile: cleanup escape sequence lexing
2016-02-24 Damien Neilcmd/go: skip consistent cgo build test on Solaris.
2016-02-24 Josh Bleecher... cmd/compile: clean up getlinepragma
2016-02-24 Keith Randallcmd/compile: don't free the Prog list if we look at...
2016-02-24 Alberto Donizettiunicode/utf16: speed up and clean up Encode and EncodeRune
2016-02-24 Burcu Doganos: fix tests on brillo
2016-02-24 Keith Randallcmd/compile: reuseable cache of Prog structs
2016-02-24 Keith Randallcmd/compile: Drop references to Prog structs after...
2016-02-24 Martin Möhrmannall: fix typos and spelling
2016-02-24 Eric Lagergrenencoding/csv: clarify that TrimLeadingSpace can trim...
2016-02-24 David du Colombiercmd/compile: don't use duffzero on Plan 9
2016-02-24 David Crawshawcmd/compile: embed type string header in rtype
2016-02-24 Robert Griesemercmd/compile: factor our literal lexing from main lexer...
2016-02-24 Jure Hamsort: fix for nondeterministic less function in quickso...
2016-02-24 kortschakcmd/go, go/build: add support for Fortran
2016-02-24 Catalin Nicutarcmd/vet: add a check for tests with malformed names
2016-02-24 Shenghou Macmd/dist: introduce list subcommand to list all support...
2016-02-24 Robert Griesemercmd/compile: towards simpler and faster lexing: always...
2016-02-24 Shenghou Ma.gitignore: ignore src/go/build/zcgo.go
2016-02-24 Mikio Haranet: rename test files
2016-02-24 Shenghou Maruntime, syscall: switch linux/386 to use int 0x80
2016-02-24 Ian Lance Taylorruntime: deflake TestCgoCheckBytes
2016-02-24 Shenghou Macmd/compile/internal/gc: update comment after c2go
2016-02-24 Shenghou Macmd/dist, go/build: make cmd/dist generate cgoEnabled...
2016-02-24 Matthew Dempskycmd/compile: remove parser lineno hack for issue #13267
2016-02-24 Keith Randallcmd/compile: keep JMPs around with -N
2016-02-23 Prashant Varanasinet: fix for DialTimeout errors with large timeout
2016-02-23 Robert Griesemercmd/compile: give informative error instead of "stupid...
2016-02-23 Robert Griesemertext/tabwriter: clarify documentation
2016-02-23 Alberto Donizettiunicode/utf16: speed up and clean up Decode
2016-02-23 Matthew DempskyRevert "cmd/compile: move hiter, hmap, and scase defini...
2016-02-23 Paul Marksnet: use dialTCP cancelation for DualStack dialing.
2016-02-23 Robert Griesemerspec: fix EBNF for slice syntax
2016-02-23 David Crawshawcmd/compile: stop aligning string data
2016-02-23 Alberto Donizettiregexp: remove unreachable code
2016-02-23 Harshavardhananet/http/httputil: Keep response headers when response...
2016-02-23 Shawn Smithall: fix typos
2016-02-23 Alberto Donizettiunicode/utf16: add benchmarks
2016-02-23 Matthew Dempskycmd/compile: add copyright notice to util.go
2016-02-23 Matthew Dempskycmd/compile: use path.Join in importfile
2016-02-23 Robert Griesemercmd/compile: move Io state into lexer and remove Io...
2016-02-23 Robert Griesemernet/http: fix typo in doc string
2016-02-23 Keith Randallruntime: unify memeq and memequal
2016-02-22 Brady Sullivancrypto/tls: Improve ambiguous comment in cipher_suites.go
2016-02-22 Rob Pikecmd/doc: handle embedded fields properly
2016-02-22 Matthew Dempskyruntime: move machport into darwin's mOS
2016-02-22 Matthew Dempskyruntime: simplify stack copying in ThreadCreateProfile
2016-02-22 Josh Bleecher... cmd/compile: disable checknils during alg eq generation
2016-02-22 Caio Marcelo... cmd/cover: don't overskip children nodes when adding...
2016-02-22 Robert Griesemercmd/compile: bring vendored copy of math/big up-to...
2016-02-22 Josh Bleecher... cmd/compile: reuse []Flow
2016-02-22 Matthew Dempskycmd/compile: move hiter, hmap, and scase definitions...
2016-02-22 Keith Randallcmd/compile: inline {i,e}facethash
2016-02-22 Matthew Dempskycmd/compile: make cmpstackvarlt properly asymmetric
2016-02-21 Austin Clementsruntime: remove unused parfor code
2016-02-21 Matthew Dempskycmd/compile: replace Order's use of NodeLists with...
2016-02-21 Shenghou Maruntime: fix missing word in comment
2016-02-21 Shenghou Mago/types: skip $GOROOT/src/*.go in TestStdlib
2016-02-21 Matthew Dempskynet: fix TestUpdateResolvConf after CL 18860
2016-02-21 Matthew Dempskycmd/compile, runtime: eliminate unnecessary algorithm...
2016-02-21 Shenghou Maruntime: when crash with panic, call user Error/String...
2016-02-21 Josh Bleecher... cmd/compile: use && in generated eq algs
2016-02-21 Josh Bleecher... cmd/compile: don't generate algs for [0]T and [1]T
2016-02-21 Suharsh Sivakumarnet: ensure lookupStatic* returns copy of slice to...
2016-02-21 Josh Bleecher... all: use cannot instead of can not
2016-02-21 Martin Möhrmannfmt: fix zero padding for NaN
2016-02-21 Robert Griesemercmd/compile: set lexer nlsemi state directly
2016-02-21 Robert Griesemercmd/compile: test for lower-case letters first in isAlpha
2016-02-21 Robert Griesemercmd/compile: remove gratuituous copying of lexer token...
2016-02-21 Matthew Dempskycmd/compile: simplify import path handling
next