summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* plugin: add freebsd/amd64 plugin supportAyan George2019-09-036-4/+7
* Revert "runtime: remove slow time compatibility hacks for wine"Daniel Martí2019-09-024-0/+112
* cmd/doc: make -src mode deterministicIvan Trubach2019-09-021-2/+5
* net: document concurrency safety and example for Dialertomocy2019-09-022-0/+20
* std: remove unused bits of code all over the placeDaniel Martí2019-09-029-84/+6
* math/big: fix a duplicate "the" in a commentpeter zhang2019-09-021-1/+1
* net/http: merge IsDir checks in fs.go's serveFile functionspacewander2019-09-021-4/+2
* encoding/json: fix scanner byte offset on scanEnditchyny2019-09-022-0/+39
* net/http: remove redundant port validationDerek Phan2019-09-021-22/+0
* cmd/link: always set .dynsym info fieldLE Manh Cuong2019-09-011-1/+1
* encoding/json: revert Compact HTML escaping documentationTom Thorogood2019-09-011-3/+0
* encoding/json: fix panic for nil instances of TextMarshaler in map keysWilliam Poussier2019-09-012-0/+18
* cmd/compile: remove a few unused bits of codeDaniel Martí2019-09-014-30/+0
* mime: update type of .js and .mjs files to text/javascriptAndrew Bonventre2019-09-011-2/+2
* path: change the output format of ExampleSplit functionIrbe Krumina2019-09-011-6/+10
* io/ioutil: don't check for short write in WriteFilejsign2019-09-011-4/+1
* runtime: remove outdated comment in select sortkeyOu Changkun2019-09-011-2/+0
* cmd/compile: intrinsify RotateLeft32 on wasmBrian Kessler2019-08-316-29/+31
* cmd/link: set .dynsym info fieldLE Manh Cuong2019-08-312-2/+90
* ld: ensure that PE versions sync for internal and external linkageJason A. Donenfeld2019-08-312-8/+18
* ld: mark PE executables as terminal services awareJason A. Donenfeld2019-08-312-39/+47
* runtime: don't forward SIGPIPE on macOSElias Naur2019-08-311-0/+7
* cmd/compile/internal/ssa: simplify `s = s <op> x` to `s <op>= x`OlgaVlPetrova2019-08-311-7/+7
* test2json: default to "pass" when the test doesn't report failuresEli Bendersky2019-08-314-2/+3
* os: skip TestPipeThreads on GOOS=darwinEmmanuel Odeke2019-08-311-0/+2
* runtime: do not crash in lastcontinuehandler when running as DLLSimon Ferquel2019-08-314-0/+152
* cmd/compile: eliminate WASM's redundant extension & wrappingBen Shi2019-08-301-9/+23
* runtime: remove unnecessary variable decls in asm.sCherry Zhang2019-08-301-3/+0
* cmd/compile: print lines missing is_stmt if testing.Verbose()David Chase2019-08-301-4/+17
* syscall: fix duplicate commentsmicnncim2019-08-305-5/+5
* cmd/compile: optimize 386's math.bits.TrailingZeros16Ben Shi2019-08-303-1/+35
* cmd/compile: rename poset method dominates to reacheszdjones2019-08-301-20/+20
* cmd/cover: skip go list when profile is emptyRhys Hiltner2019-08-302-0/+13
* syscall: fix coredump bit for aix/ppc64Clément Chigot2019-08-301-1/+1
* runtime: monitor for suspend/resume to kick timeoutsJason A. Donenfeld2019-08-302-13/+82
* cmd/compile: update README for rulegenBen Shi2019-08-301-1/+1
* cmd/compile: regenerate known formats in fmtmap_test.goTobias Klauser2019-08-301-0/+1
* internal/fmtsort: don't out-of-bounds panic if there's a race conditionKeith Randall2019-08-301-5/+9
* runtime: use all 64 bits of hash seed on arm64Keith Randall2019-08-301-5/+5
* cmd/compile: avoid follow-on errors for literals with syntax errorsRobert Griesemer2019-08-291-23/+34
* cmd/compile/internal/syntax: add BasicLit.Bad field for lexical errorsRobert Griesemer2019-08-295-44/+57
* bytes/hash: add hashing package for bytes and stringsKeith Randall2019-08-294-50/+764
* runtime: switch default order of hashing algorithmsKeith Randall2019-08-2913-110/+146
* cmd/compile: add more Neg/Com optimizationsJosh Bleecher Snyder2019-08-294-0/+358
* cmd/compile: simplify postorderJosh Bleecher Snyder2019-08-292-22/+21
* cmd/compile: optimize more pointer comparisonsJosh Bleecher Snyder2019-08-292-18/+758
* cmd/compile: remove redundant rulesJosh Bleecher Snyder2019-08-292-82/+8
* cmd/compile: emit error message for broken typeCuong Manh Le2019-08-291-6/+1
* cmd/compile: fix internal error on complex comparisonLE Manh Cuong2019-08-291-0/+7
* cmd/compile: do not set n.Type.Sym in typecheckdeftypeLE Manh Cuong2019-08-291-2/+1