index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
text
Age
Commit message (
Expand
)
Author
2018-06-22
text/template/parse: undo breaking API changes
Daniel Theophanes
2018-06-04
text/tabwriter: fix BenchmarkPyramid and BenchmarkRagged again
Josh Bleecher Snyder
2018-05-08
text/scanner: return RawString token rather than String for raw string literals
Shengyu Zhang
2018-05-07
text/tabwriter: don't mimic previous lines on flush
Josh Bleecher Snyder
2018-05-06
text/tabwriter: fix BenchmarkPyramid and BenchmarkRagged
Josh Bleecher Snyder
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2018-04-19
text/template: improve comment example in doc
Zheng Dayu
2018-04-14
text/tabwriter: reduce allocations from tracking cells
Josh Bleecher Snyder
2018-04-10
text/template: copy Decl field when copying PipeNode
Ian Lance Taylor
2018-04-04
text/tabwriter: remove internal use of bytes.Buffer (cleanup)
Robert Griesemer
2018-04-04
text/template: add variable assignments
Daniel Martí
2018-03-10
text/scanner: add examples
Adam Woodbeck
2018-02-21
text/template: fix the documentation of the block action
Yury Smolsky
2018-02-20
text/template: avoid assiging unnecessary variable
Kunpei Sakai
2018-02-19
text/template: remove associate's error return
Daniel Martí
2018-02-19
text/template: differentiate nil from missing arg
Daniel Martí
2018-02-13
text/template: never call reflect.Zero(nil)
Daniel Martí
2018-02-06
text/template: revert CL 66410 "add break, continue actions in ranges"
Ian Lance Taylor
2017-11-10
text/template: remove unnecessary lexer field
Ariel Mashraki
2017-11-09
text/template: remove unused lexer field
Ariel Mashraki
2017-10-31
all: unindent some if bodies by exiting early
Daniel Martí
2017-10-17
text/template: add break, continue actions in ranges
Tim Cooper
2017-09-22
all: use sort.Slice in a few more places
Daniel Martí
2017-09-13
text/template: check ignored error in a test
Daniel Martí
2017-09-12
all: remove strings.Contains check around Replace
Daniel Martí
2017-09-07
text/template: fix pos info when trimming newlines
Daniel Martí
2017-08-29
all: join some chained ifs to unindent code
Daniel Martí
2017-08-18
all: unindent some big chunks of code
Daniel Martí
2017-08-12
text/template: support indexing into *int* maps
Emmanuel Odeke
2017-06-09
all: single space after period
Brad Fitzpatrick
2017-05-14
text/scanner: clarify documentation on Pos and Position
Robert Griesemer
2017-05-12
text/scanner: use correct token position in example
Robert Griesemer
2017-05-05
html/template: allow safe usage of predefined escapers in pipelines
Samuel Tan
2017-05-05
template: warn about interleaved nature of writes
Dieter Plaetinck
2017-04-25
all: remove some unused parameters in test code
Daniel Martí
2017-04-19
all: remove redundant returns
Daniel Martí
2017-04-04
text/template: fix handling of empty blocks
Rob Pike
2017-03-21
text/template,html/template: state that Funcs must happen before parsing
Rob Pike
2017-02-09
text/template: fix method lookup on addressable nil pointer
Russ Cox
2017-02-07
text/template: remove duplicate logic in conditional
Seth Vargo
2016-11-18
text/template: handle option missingkey=error consistently
Özgür Kesim
2016-11-15
text/template: efficient reporting of line numbers
Rob Pike
2016-11-14
Revert "text/template: efficient reporting of line numbers"
Brad Fitzpatrick
2016-11-14
text/template: efficient reporting of line numbers
Rob Pike
2016-11-11
text/template: reintroduce implicit indirect of interface values in builtin f...
Russ Cox
2016-10-28
html/template, text/template: drop defined template list from errors
Russ Cox
2016-10-26
all: freeze net/rpc and reword the 'frozen' message in other frozen packages
Rob Pike
2016-10-24
testing/quick, text/tabwriter: freeze packages
Brad Fitzpatrick
2016-10-24
all: minor vet fixes
Josh Bleecher Snyder
2016-10-24
html/template, text/template: docs and fixes for template redefinition
Russ Cox
[next]