]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2016-03-09 Andrew Gerranddoc: update issue template
2016-03-09 Matthew Dempskycmd/compile: simplify Iter
2016-03-09 Andrew Gerranddoc: remove link to empty Go 1.5.3 milestone
2016-03-08 David Crawshawcmd/compile: remove rtype *uncommonType field
2016-03-08 David Chasecmd/compile: guard the &-to-<<>> opt against small...
2016-03-08 Matthew Dempskycmd/compile: relocate a bunch of Type-related code
2016-03-08 Brad Fitzpatrickcrypto/tls: test for timeout error using the net.Error...
2016-03-08 Alexandru Moșoicmd/compile/internal/ssa: simplify nil checks in opt.
2016-03-08 Matthew Dempskycmd/compile: cleanup compile function
2016-03-08 Matthew Dempskycmd/internal/obj: more Optab range simplification
2016-03-08 Brad Fitzpatrickcmd/compile: fix old comment references to go.y
2016-03-08 Ross Lightos/user: make OS-specific getgrouplist calls
2016-03-08 Ian Lance Taylorcmd/compile: remove useless declaration of llit
2016-03-08 Russ Coxcmd/go: ignore C files when CGO_ENABLED=0
2016-03-08 Ian Lance Taylorcmd/compile: fix bug in vmatch1 list traversal nodeSeq...
2016-03-08 Caio Marcelo... net/http/httptest: record trailing headers in ResponseR...
2016-03-08 David Chasecmd/compile: attach correct line number for fallthru...
2016-03-08 Brad Fitzpatrickcmd/compile: gofmt
2016-03-08 Russ Coxcmd/compile, cmd/link: eliminate string merging pass
2016-03-08 Russ Coxcmd/newlink: delete
2016-03-08 Ian Lance Taylorcmd/compile: remove nodesOrNodeList outside of syntax.go
2016-03-08 Josh Bleecher... cmd/compile: preallocate storage for three Value args
2016-03-08 Brad Fitzpatrickos/user: skip Current test on android
2016-03-08 Klaus Posthash/crc32: use slicing by 8 for Castagnoli and smaller...
2016-03-08 Josh Bleecher... cmd/compile: cache const nil, iface, slice, and ""
2016-03-08 Brad Fitzpatrickcmd/compile: fix comment accuracy after recent change
2016-03-08 Matthew Dempskycmd/compile: simplify eq and hash function generation
2016-03-08 Ian Lance Taylorcmd/compile: remove nodesOrNodeListPtr outside of syntax.go
2016-03-08 Matthew Dempskycmd/compile: fix lineno restoration after SSA compilation
2016-03-08 Aaron Zinmandarwin/amd64: fix text-relocation issues for c-archive...
2016-03-08 Matthew Dempskycmd/internal/obj: add As type for assembly opcodes
2016-03-08 David Chasecmd/compile: Tinkering with schedule for debug and...
2016-03-08 Todd Nealcmd/compile: fix load combining from a non-zero pointer...
2016-03-08 Burcu Doganruntime: listen 127.0.0.1 instead of localhost on android
2016-03-08 Matthew Dempskycmd/internal/obj: stop using as+ALAST as an opcode
2016-03-07 Brad Fitzpatrickgo/build: introduce go1.7 build tag
2016-03-07 Caio Marcelo... net/http: TimeoutHandler should start timer when servin...
2016-03-07 Ian Lance Taylorcmd/compile: change Node fields from *NodeList to Nodes
2016-03-07 Josh Bleecher... cmd/compile: inline list storage stealing
2016-03-07 Konstantin... cmd/vet: remove -test flag
2016-03-07 Josh Bleecher... cmd/compile: remove NodeList != NodeList comparisons
2016-03-07 Josh Bleecher... cmd/compile: add sizeof test for ssa types
2016-03-07 Brad Fitzpatrickos, syscall: skip tests when environment doesn't permit...
2016-03-07 Austin Clementsruntime: fix checkmark scanning of finalizers
2016-03-07 Matthew Dempskycmd/internal/obj/mips: add ALUI const
2016-03-07 Caio Marcelo... go/types: don't emit conversion error in non-numeric...
2016-03-07 Matthew Dempskyruntime: eliminate unnecessary type conversions
2016-03-07 Dave Cheneycmd/compile/internal/ppc64: clean up table initalisation
2016-03-07 Brad Fitzpatrickos/user: make Current work without cgo
2016-03-07 Matthew Dempskycmd/internal/obj: simplify Optab range handling code
2016-03-07 Ross Lightos/user: add LookupGroup, LookupGroupId, and User.Group...
2016-03-07 Brad Fitzpatrickmime/multipart: don't call Read on io.Reader after...
2016-03-07 Matthew Dempskycmd/internal/obj: remove unused ar.go
2016-03-07 Joe Tsaicompress/zlib: make errors persistent
2016-03-07 Ian Lance Taylorcmd/compile: more nodeSeq conversions
2016-03-07 Matthew Dempskycmd/compile: change Oconv to take an Op parameter
2016-03-07 Richard Millerruntime: new files for plan9_arm support
2016-03-07 Richard Millerruntime: signal handling support for plan9_arm
2016-03-07 Caio Marcelo... cmd/compile: don't emit conversion error in non-numeric...
2016-03-07 Nigel Taocompress/flate: remove unused woffset field.
2016-03-07 Josh Bleecher... cmd/compile: soup up isSamePtr
2016-03-07 Austin Clementsruntime: merge {bgMark,assist}StartTime
2016-03-06 Josh Bleecher... cmd/compile: use OffPtr when possible
2016-03-06 Josh Bleecher... cmd/compile: collapse OffPtr sequences
2016-03-06 Keith Randallcmd/compile: Combine smaller loads into a larger load
2016-03-06 Michael Hudson... cmd/compile, cmd/link, cmd/newlink: remove support...
2016-03-06 Josh Bleecher... cmd/compile: hide NodeList details in evconst
2016-03-06 Muhammed UluyolRewrite leftover references to plan9.bell-labs.com...
2016-03-06 Josh Bleecher... cmd/compile: use a uint8-sized named type for Addr...
2016-03-06 Dave Cheneycmd/compile/internal/gc: assert size of important types
2016-03-06 Martin Möhrmannfmt: refactor and unify float and complex formatting
2016-03-05 Martin Möhrmannfmt: use fewer allocations for %q string formatting
2016-03-05 Martin Möhrmannfmt: optimize byte slice and array formatting for ...
2016-03-05 Hitoshi Mitakeruntime: don't print EnableGC flag in WriteHeapProfile()
2016-03-05 Matthew Dempskycmd/compile: convert asmlist to []*Node
2016-03-05 Martin Möhrmannfmt: float formatting should not permanently change...
2016-03-05 Ian Lance Taylorcmd/compile: change parser, racewalk, range to use...
2016-03-05 Ian Lance Taylorcmd/compile: convert subr, swt, typecheck to nodeSeq
2016-03-05 Matthew Dempskycmd/compile: stop leaking 'any' type into user package
2016-03-05 Matthew Dempskycmd/compile: remove syslook's copy parameter
2016-03-05 Lynn Bogercrypto/cipher: xorBytes performance ppc64le/ppc64
2016-03-05 Ian Lance Taylorcmd/compile: convert select, sinit, ssa to nodeSeq
2016-03-04 Brad Fitzpatrickcmd/compile: don't allocate convX2X or assertX2X func...
2016-03-04 Ian Lance Taylorcmd/compile: change order.go to use nodeSeq
2016-03-04 Matthew Dempskycmd/compile/internal/ssa: chmod -x likelyadjust.go
2016-03-04 Ian Lance Taylorcmd/compile: change export.go and fmt.go to use nodeSeq
2016-03-04 Rhys Hiltnercmd/link/internal/ld: don't panic on short buildid
2016-03-04 Austin Clementsruntime: disable gcMarkRootCheck debugging check during STW
2016-03-04 Austin Clementsruntime: reset mark state before stopping the world
2016-03-04 Ian Lance Taylorruntime: fix off-by-one error finding module for PC
2016-03-04 David Crawshawcmd/link: deduplicate read-only string data
2016-03-04 David Crawshawreflect: recognize unnamed directional channels
2016-03-04 Michael Mundaycmd/link: align string data to Minalign when merging...
2016-03-04 Ian Lance Taylorcmd/compile: convert inl.go to use nodeSeq
2016-03-04 Keith Randallcmd/compile: more ssa config flags
2016-03-04 Matthew Dempskycmd/compile: small cleanup to syslook calls
2016-03-04 Robert Griesemercmd/compile: re-vendor math/big to pick up bug fix
2016-03-04 Robert Griesemermath/big: use correct precision in Float.Float32/64...
2016-03-04 David Crawshawcmd/compile: remove NUL-terminator from string data
2016-03-04 Matthew Dempskycmd/compile: simplify Eqtype
next