]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2016-02-21 Josh Bleecher... net/url: simplify value lookup
2016-02-21 Josh Bleecher... encoding/hex: minor cleanup
2016-02-21 Josh Bleecher... bytes: make Buffer comment more accurate
2016-02-21 Mikio Haranet: add missing aborted connection handling on accept...
2016-02-21 Mikio Haranet/internal/socktest: add missing support for AcceptEx
2016-02-21 Mikio Haranet: make newLocalListener handle network argument...
2016-02-21 Mikio Haranet: deflake TestDialerDualStackFDLeak
2016-02-20 David Crawshawcmd/compile: update some type names in comments
2016-02-20 David Crawshawcmd/link: typo in error message
2016-02-20 Matthew Dempskycmd/compile: simplify if statement parsing
2016-02-20 Matthew Dempskynet: fix race in (*resolverConfig).tryUpdate
2016-02-20 Shenghou Maruntime: use correct psABI SP alignment before calling...
2016-02-20 Matthew Dempskycmd/compile: eliminate global fileparser
2016-02-20 Matthew Dempskycmd/compile: eliminate pushedio and savedstate
2016-02-20 Matthew Dempskycmd/compile: change two pushedio.bin tests to use impor...
2016-02-20 Matthew Dempskycmd/compile: eliminate Io.infile and Io.cp
2016-02-20 Matthew Dempskycmd/compile: switch cannedimports to use a Biobuf
2016-02-20 Matthew Dempskycmd/compile: refactor export data parsing
2016-02-20 Ian Lance Taylorcmd/api: fix benchmark to ignore internal packages
2016-02-19 Martin Möhrmannfmt: remove math package dependency and avoid float...
2016-02-19 Matthew Dempskycmd/compile: refactor import statement parsing
2016-02-19 Matthew Dempskycmd/compile: make -A and -newexport compatible
2016-02-19 Matthew Dempskycmd/compile: load builtin export data only once
2016-02-19 David Chasecmd/compile: don't walk field-name syntax in esc.go
2016-02-19 Damien Neilcmd/go: don't assume cc supports -gno-record-gcc-switches
2016-02-19 Matthew Dempskycmd/compile: refresh builtin.go
2016-02-19 Tal Shprechercmd/compile: avoid leak of dottype expression if type...
2016-02-19 Ian Lance Taylorruntime: skip cgo check for non-pointer slice elements
2016-02-19 Mohit Agarwalcmd/go: don't set GO15VENDOREXPERIMENT in TestSymlinksV...
2016-02-19 Russ Coxcmd/dist: accept "//+build" with no spaces, like go...
2016-02-19 Russ Coxcmd/internal/obj: hoist fieldtrack code out of x86...
2016-02-19 Russ Coxcmd/cgo: do not use gcc -xc - to compile standard input
2016-02-19 Russ Coxcmd/go: remove GO15VENDOREXPERIMENT variable
2016-02-19 Russ Coxcmd/link: remove alternate -X flag spelling
2016-02-19 Russ Coxcmd/asm: remove nonexistent amd64 instructions
2016-02-19 Russ Coxcmd/asm: remove support for amd64 3DNow! instructions
2016-02-19 Nathan VanBenschotenall: replace strings.Index with strings.Contains where...
2016-02-19 Ian Gudgernet: fix packDomainName encoding of root and invalid...
2016-02-19 Benoit Sigourecmd/gofmt: Ignore file not found errors.
2016-02-18 Brad Fitzpatricknet/http: fix bug where http2 wasn't enabled on Default...
2016-02-18 Rhys Hiltnercmd/link/internal/ld: remove unused call to os.Getwd
2016-02-18 Matthew Dempskycmd/compile: cleanup mkbuiltin.go
2016-02-18 Matthew Dempskycmd/compile: eliminate Io.importsafe
2016-02-18 Damien Neilcmd/go, cmd/link: make builds deterministic
2016-02-18 Matthew Dempskycmd/cgo: support multiple-value special form in VarDecl
2016-02-18 Robert Griesemertext/scanner: mention package when reporting errors...
2016-02-18 Matt Bostocksort: Fix typo in stable sort comment
next