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
2019-08-27
text/template: avoid allocating a new common in copy
tnclong
2019-08-27
text/template: replace bytes.Buffer with strings.Builder
Dong-hee Na
2019-06-27
text/scanner: remove AllowDigitSeparator flag again
Robert Griesemer
2019-06-20
text/scanner: rename AllowNumberbars to AllowDigitSeparators
Robert Griesemer
2019-06-17
html/template, text/template: document glob semantics
Andrew Gerrand
2019-06-07
text/template: clarify the safety of Template.New
Daniel Martí
2019-05-23
text/template: add a slice function to the predefined global functions
Ariel Mashraki
2019-05-22
all: shorten some tests
Russ Cox
2019-05-14
text/template: fix truth handling of typed interface nils in if and with
Bjørn Erik Pedersen
2019-05-04
all: add Unwrap and Is methods to various error types
Damien Neil
2019-04-29
all: remove a few unused parameters
Daniel Martí
2019-03-24
text/template: allow using -}} with many spaces
Daniel Martí
2019-03-12
text/tabwriter: use a single defer per Write call
Daniel Martí
2019-03-08
all: simplify multiple for loops
Daniel Martí
2019-02-26
text/template: error on method calls on nil interfaces
Daniel Martí
2019-02-26
text/template: improve nil errors in evalField
Daniel Martí
2019-02-26
text/template: accept new number syntax
Russ Cox
2019-02-20
text/scanner: don't liberally consume (invalid) floats or underbars
Robert Griesemer
2019-02-11
text/scanner: accept new Go2 number literals
Robert Griesemer
2019-02-11
text/scanner: don't crash when calling TokenText in error handler
Robert Griesemer
2018-10-29
text/template/parse: simplify Tree.pipeline
Daniel Martí
2018-10-28
text/template/parse: error on bad range variables
Daniel Martí
2018-10-24
text/template: recover panics during function calls
Daniel Martí
2018-10-23
text/template: removed truncation of context in error message
Alexandre Maari
2018-10-19
text/template: drop unused sortKeys function
Seebs
2018-10-18
fmt: print maps in key-sorted order
Rob Pike
2018-10-11
text/template: explain that integer constants can overflow
Rob Pike
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-09-05
text/template: simplify line tracking in the lexer
Daniel Martí
2018-08-29
text/template: fix newline counting in raw strings
Daniel Martí
2018-08-23
text/template: Put bad function name in quotes in panic from (*Template).Funcs
Michal Bohuslávek
2018-08-20
text/scanner: don't allow Float exponents with no mantissa
Ben Hoyt
2018-07-09
html/template: ignore untyped nil arguments to default escapers
Ian Lance Taylor
2018-06-28
text/template/parse: fix a comment around the assign operator
Andrew Braunstein
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í
[prev]
[next]