]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2016-02-29 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-28 Todd Neal[dev.ssa] cmd/compile: add max arg length to opcodes
2016-02-27 Ian Lance Taylorcmd/cgo: recognize known C typedefs as types
2016-02-27 Ian Lance Taylorcmd/compile: change Func.Cvars to the new Nodes type
2016-02-27 Martin Möhrmannfmt: simplify buffer write methods and adjust calls...
2016-02-27 Justin Nußstrconv: Avoid allocation in AppendQuote*
2016-02-27 Mikio Haracrypto/tls: don't send IPv6 literals and absolute FQDNs...
2016-02-27 Martin Möhrmannfmt: change padding functions to avoid package init
2016-02-27 Matthew Dempskycmd/compile: remove unneeded test binary
2016-02-27 David du Colombierdebug/gosym: fix TestPCLine on Plan 9
2016-02-27 Keith Randall[dev.ssa] cmd/compile: with -N, don't put JMPs after...
2016-02-27 Brad Fitzpatrickdoc: go1.7.txt updates
2016-02-27 Matthew Dempskycmd/compile: simplify lexinit and lexfini
2016-02-27 Ian Lance Taylorcmd/compile: change Func.{Enter,Exit} from NodeList...
2016-02-26 Martin Möhrmannfmt: use public io.RuneScanner interface for ScanState...
2016-02-26 Josh Bleecher... cmd/compile: consolidate alg code
2016-02-26 Matthew Dempskycmd/compile: eliminate prectab
2016-02-26 Ian Lance Taylorcmd/compile: change Func.Inldcl from []*Node to *[...
2016-02-26 Ian Lance Taylorcmd/compile: convert Func.Cvars from *NodeList to ...
2016-02-26 Josh Bleecher... cmd/compile: recognize more memory runs in generated...
2016-02-26 Josh Bleecher... cmd/compile: factor shared code from geneq and genhash
2016-02-26 Robert Griesemercmd/compile: track pragmas in lexer rather than global...
2016-02-26 Matthew Dempskycmd/compile: stop representing keywords as Syms
2016-02-26 Matthew Dempskycmd/compile: fix contrived line number errors
2016-02-26 Ian Lance Taylorcmd/compile: create test binary in temp directory
2016-02-26 Ian Lance Taylorcmd/compile: change Func.{Dcl,Inldcl} from NodeList...
2016-02-26 Matthew Dempskycmd: stop looking for __.(GO)?SYMDEF entries in archives
2016-02-26 Richard Millersync/atomic: new file for plan9_arm support
2016-02-26 Caio Marcelo... cmd/go: show position in error for wrong signature...
2016-02-26 Matt T. Proudtesting/quick: generate more map and slice states
2016-02-26 Richard Millersyscall: new files for plan_arm support
2016-02-26 Michael McConvillecrypto/rand: use the getentropy syscall on OpenBSD
2016-02-26 Jeff R. Allenmisc/cgo: fix wrong quote character
2016-02-26 Keith Randallcmd/internal/obj: Fix generation of assembly with -S
2016-02-26 Ian Lance Taylorruntime: more deflaking of TestCgoCheckBytes
2016-02-26 Keith Randall[dev.ssa] test: remove extra tests from non-SSA builds
2016-02-26 Derek Shockeymisc/git: Fix non-literal period in pre-commit grep
2016-02-26 Caio Marcelo... cmd/go: better error for test functions with wrong...
2016-02-26 Dmitry Vyukovsync/atomic: reduce test in short mode
2016-02-26 Rick Arnoldnet/url: support query string without values
2016-02-26 Dmitry Vyukovruntime: unwire g/m in dropg always
2016-02-26 Austin Clementsruntime: remove workbuf logging
2016-02-26 David Crawshawcmd/compile: remove uncommonType.name
2016-02-26 Datong Suncrypto/x509: better documentation for ParsePKIXPublicKey
2016-02-26 Matthew Dempskycmd/compile, go/parser: simpler binary expression parsing
2016-02-26 Keith Randall[dev.ssa] cmd/compile: get rid of nil checks before...
2016-02-26 Shenghou Mabuild: use go tool dist list
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 Keith Randall[dev.ssa] cmd/compile: shrink stack guard
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 David Chase[dev.ssa] cmd/compile: enhance command line option...
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 Keith Randall[dev.ssa] cmd/compile: small improvements
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 Randall[dev.ssa] cmd/compile: identical values are the same...
2016-02-24 Keith Randall[dev.ssa] cmd/compile: fix @ rewrite rules
2016-02-24 Keith Randall[dev.ssa] cmd/compile: update TODO
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 David Chase[dev.ssa] cmd/compile: reduce line number churn in...
2016-02-24 Todd Neal[dev.ssa] cmd/compile: speed up cse
2016-02-24 Robert Griesemercmd/compile: factor our literal lexing from main lexer...
2016-02-24 Keith Randall[dev.ssa] cmd/compile: leave JMPs in when using -N
2016-02-24 Jure Hamsort: fix for nondeterministic less function in quickso...
next