summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [dev.garbage] runtime: Write barrier code.Rick Hudson2014-10-141-16/+129
* [dev.garbage] all: merge default into dev.garbageRuss Cox2014-10-064-22/+49
|\
| * runtime: update docs, code for SetFinalizerRuss Cox2014-10-062-17/+33
| * cmd/8l: accept R_386_GOT32 in push instructionRuss Cox2014-10-061-5/+13
| * net: disable TestDualStackUDPListener in short modeRuss Cox2014-10-061-0/+3
* | [dev.garbage] all: merge default into dev.garbageRuss Cox2014-10-069-290/+419
|\ \ | |/ |/|
| * [dev.garbage] merge default into dev.garbageRuss Cox2014-10-03333-26462/+47919
| |\
| * | [dev.garbage] runtime: scan and mark phase refactoringRick Hudson2014-10-034-263/+404
| * | [dev.garbage] runtime: make sure G.param and SudoG.elem do not hold stale poi...Russ Cox2014-10-024-2/+30
| * | [dev.garbage] runtime: remove another BitsMultiWordRuss Cox2014-10-022-15/+8
| * | [dev.garbage] cmd/gc: never generate BitsMultiWordRuss Cox2014-10-011-5/+3
* | | syscall: another attempt to keep windows syscall pointers liveAlex Brainman2014-10-052-15/+100
* | | fmt: print &map like &slice and &structRob Pike2014-10-033-3/+52
* | | crypto/x509: add OpenELEC system root location.Dave Cheney2014-10-041-0/+1
* | | fmt: part 2 of the great flag rebuild: make %+v work in formattersRob Pike2014-10-033-154/+127
* | | runtime: clear sg.selectdone before saving in SudoG cacheRuss Cox2014-10-032-1/+10
* | | runtime: clear stale values from G.param and SudoG.elemRuss Cox2014-10-034-2/+27
* | | cmd/cc, runtime: disallow structs without tagsRuss Cox2014-10-038-755/+495
| |/ |/|
* | undo CL 138250043 / 4eda5e4001fdAlex Brainman2014-10-032-33/+6
* | fmt: make the %#v verb a special flagRob Pike2014-10-023-84/+196
* | math/big: math.Exp should return result >= 0 for |m| > 0Robert Griesemer2014-10-022-3/+17
* | encoding/binary: fix error messageRobert Griesemer2014-10-022-40/+53
* | syscall: support UID/GID map files for Linux user namespacesMrunal Patel2014-10-021-12/+111
* | syscall: fix Setenv for plan 9Nicolas Owens2014-10-021-0/+1
* | run.bat: comment text properlyAlex Brainman2014-10-021-1/+1
* | time: A Timer must be properly created before use (documentation).Robert Griesemer2014-10-011-0/+1
* | encoding/json: don't panic on incorrect map argumentRobert Griesemer2014-10-012-3/+15
* | encoding/binary: slightly better documentationRobert Griesemer2014-10-011-3/+4
* | fmt: fix internal unknownType functionRob Pike2014-10-011-3/+3
* | reflect: fix IsValid vs Kind mismatch after Elem of nil interfaceRuss Cox2014-10-012-1/+17
* | testing: clearer commentRobert Griesemer2014-10-011-1/+1
* | net/rpc: shut down connection if gob has errorRob Pike2014-10-011-1/+24
* | os, syscall: add UnsetenvBrad Fitzpatrick2014-10-019-12/+135
* | x509: Fixed ASN.1 encoding in CRL Distribution Points extensionPaul van Brouwershaven2014-09-301-1/+1
* | cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal.Alan Donovan2014-09-301-0/+3
* | go/format, cmd/gofmt: added missing comments, minor internal cleanupRobert Griesemer2014-09-302-13/+52
* | net/http/httputil: ensure DumpRequestOut dumps all of BodyBrad Fitzpatrick2014-09-302-3/+39
* | encoding/asn1: fix unmarshaling of implicitly tagged UTF-8 strings.Adam Langley2014-09-302-4/+13
* | cmd/go: sometimes name tmp test binary test.test.exe on WindowsRuss Cox2014-09-301-0/+37
* | cmd/pprof: add Go implementationRuss Cox2014-09-3019-0/+7728
* | cmd/gc: fix call order in array literal of slice literal of make chanRuss Cox2014-09-301-2/+12
* | compress/*: note that NewReader may introduce bufferingRuss Cox2014-09-304-4/+11
* | compress/zlib: mention that NewReaderDict can return ErrDictionaryRuss Cox2014-09-301-0/+1
* | log/syslog: try /var/run/log, for FreeBSDRuss Cox2014-09-301-1/+1
* | cmd/objdump: move armasm, x86asm into internal packagesRuss Cox2014-09-3033-24625/+35092
* | regexp/syntax: reject large repetitions created by nesting small onesRuss Cox2014-09-302-0/+47
* | runtime: fix scanning of gc work bufferKeith Randall2014-09-301-4/+8
* | runtime: fix throwsplit checkDmitriy Vyukov2014-09-301-1/+1
* | runtime: initialize traceback variables earlierKeith Randall2014-09-293-10/+31
* | net/http: make Transport.CloseIdleConnections also close pending dialsBrad Fitzpatrick2014-09-293-5/+74