summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* runtime: more NOPTRRuss Cox2014-09-247-2/+22
* cmd/go: strip -fsanitize= flags when building cgo objectDmitriy Vyukov2014-09-251-0/+8
* build: fix elf buildsRuss Cox2014-09-244-10/+27
* fmt: document and fix the handling of precision for strings and byte slicesRob Pike2014-09-243-8/+25
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-2432-77/+126
* debug/dwarf: correct name for clang-generated complex typeRuss Cox2014-09-241-0/+11
* cmd/gc: fix import of package with var func returning _Russ Cox2014-09-241-10/+5
* src: pass GO_GCFLAGS down to go test stdBrad Fitzpatrick2014-09-241-1/+1
* cmd/gc: run escape analysis always (even in -N mode)Russ Cox2014-09-243-13/+7
* cmd/go: prohibit C sources files unless using cgoRuss Cox2014-09-246-0/+26
* runtime: fix LastGC commentRuss Cox2014-09-241-2/+2
* runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero2014-09-246-13/+49
* cmd/pack: fix c command for existing fileRob Pike2014-09-233-20/+57
* os: add a comment inside RemoveAllBrad Fitzpatrick2014-09-231-0/+2
* os: fix another case where RemoveAll should return nilBrad Fitzpatrick2014-09-231-0/+3
* runtime: fix runtime.Breakpoint on ARMv5Dave Cheney2014-09-231-1/+1
* runtime: remove unused function declarationDmitriy Vyukov2014-09-221-1/+0
* text/template: type-check chained node as argumentRob Pike2014-09-222-0/+10
* fmt: document that self-recursive data structures can be fatalRob Pike2014-09-221-0/+4
* fmt: make printing of ints 25-35% fasterRob Pike2014-09-222-4/+47
* text/template: allow comparison functions to work between any integersRob Pike2014-09-223-56/+105
* database/sql: Close per-tx prepared statements when the associated tx endsMarko Tiikkaja2014-09-222-5/+67
* net/http: replace z_last_test hack with testing.MainBrad Fitzpatrick2014-09-221-9/+21
* image/gif: don't let the per-frame transparent index modify the globalNigel Tao2014-09-222-10/+61
* runtime: be very careful with bad pointer testsKeith Randall2014-09-201-3/+2
* runtime: Fix interaction between Goexit and defersKeith Randall2014-09-192-1/+105
* cmd/go: fix typoSameer Ajmani2014-09-191-2/+2
* net/http: document server recovering panicsRuss Cox2014-09-191-0/+6
* runtime: add runtime? prefix to some static variablesRuss Cox2014-09-193-76/+76
* cmd/go, testing: add TestMain supportRuss Cox2014-09-193-7/+113
* net/http: ensured that proxy errors are returned by Transport.RoundTrip.John Tuley2014-09-192-1/+19
* runtime: rename SchedType to SchedTRuss Cox2014-09-182-4/+4
* syscall: mark ECONNRESET, ECONNABORTED as temporary network errorsRuss Cox2014-09-181-1/+1
* runtime: release Windows thread handle in unminitRuss Cox2014-09-181-0/+2
* runtime: fix GOARM<7 buildDave Cheney2014-09-191-0/+9
* path/filepath: document that Glob ignores i/o errorsRuss Cox2014-09-181-4/+4
* runtime: revise TestSetPanicOnFaultRuss Cox2014-09-181-8/+15
* runtime: allow OutputDebugString to be sent to debuggerAlex Brainman2014-09-193-30/+6
* reflect: adjust Value.String to give correct answer for methodsRuss Cox2014-09-182-1/+17
* os: handle 'has been removed' error as IsNotExist on Plan 9David du Colombier2014-09-181-1/+1
* runtime: remove useless code around of EXCEPTION_BREAKPOINTAlex Brainman2014-09-195-26/+0
* runtime: fix Windows SysUsedRuss Cox2014-09-181-0/+12
* runtime: show frames for exported runtime functionsRuss Cox2014-09-181-1/+8
* lib9, cmd/ld: fixes for cross-linking on a Windows hostIan Lance Taylor2014-09-182-8/+15
* os: skip TestRemoveAllRace on WindowsRuss Cox2014-09-181-0/+8
* go/doc: document rationale for recent changeRobert Griesemer2014-09-181-1/+4
* bytes, strings: document that FieldsFunc f must not be statefulRuss Cox2014-09-182-0/+4
* syscall: fix infinite recursion in itoaRuss Cox2014-09-183-1/+29
* go/doc: treat _ consts as exportedJosh Bleecher Snyder2014-09-185-9/+170
* runtime: fix handling of GOTRACEBACKDavid du Colombier2014-09-181-11/+11