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
/
pkg
/
text
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-03
text/template: 0xef is an integer, not a floating-point value.
Rob Pike
2014-08-29
text/template/parse: restore pointer-only receivers for Type on Dot and Nil
Rob Pike
2014-08-29
text/template: add back pointer to Nodes for better error generation
Rob Pike
2014-08-13
text/scanner: improve documentation
Robert Griesemer
2014-06-17
text/scanner: fix comment
Robert Griesemer
2014-06-16
text/scanner: provide facility for custom identifiers
Robert Griesemer
2014-05-19
text/template,html/template: document that partial results may be written on ...
Rob Pike
2014-04-15
text/template: say more often that templates are safe for parallel execution
Rob Pike
2014-03-21
text/scanner: handle non-io.EOF errors
Rui Ueyama
2014-02-14
text/template: don't panic when function call evaluates a nil pointer
Rob Pike
2014-02-04
text/tabwriter: improve panic backtraces
Josh Bleecher Snyder
2014-01-27
all: use {bytes,strings}.NewReader instead of bytes.Buffers
Brad Fitzpatrick
2013-12-30
text/template: don't panic when using AddParseTree with an unparsed template
Josh Bleecher Snyder
2013-12-12
net, text/tabwriter: use cap arg to make
Josh Bleecher Snyder
2013-09-17
text/template/parse, html/template: copy Tree.text during html template clone
Josh Bleecher Snyder
2013-09-13
text/template/parse: mostly roll back the error detection for unmatched right...
Rob Pike
2013-09-12
text/template: catch unmatched right delimiter
Rob Pike
2013-09-04
text/template: allow eq to take more than two arguments
Rob Pike
2013-08-28
text/template: allow {{else if ... }} to simplify if chains
Rob Pike
2013-08-27
text/template: make the escapers for HTML etc. handle pointers correctly
Rob Pike
2013-08-21
text/template: implement comparison of basic types
Rob Pike
2013-08-13
text/template: Make function call builtin handle nil errors correctly
Elias Naur
2013-08-09
text/template/parse: nicer error when comment ends before final delimiter
Rob Pike
2013-08-03
various: deleted unused items
Rob Pike
2013-07-31
text/template/parse: print TextNodes using %s not %q
Rob Pike
2013-07-31
text/template: fix type of ComplexZero in test
Rob Pike
2013-07-23
all: be more idiomatic when documenting boolean return values.
Rob Pike
2013-05-03
text/template: comment fix
Keith Randall
2013-03-27
text/template: fix bug in evaluating a chain starting with a function.
Rob Pike
2013-03-22
build: remove dead code
Russ Cox
2013-03-08
text/template: revert minor change to Name method
Rob Pike
2013-03-06
text/template: improve error reporting for executing an empty template
Rob Pike
2013-03-05
text/template/parse: remove self-assignment.
David Symonds
2013-01-22
text/template/parse: don't show itemType in error messages
Shenghou Ma
2013-01-12
text/template: Document that range can be used on chan types.
Kamil Kisiel
2012-10-30
gofmt: apply gofmt -w src misc
Robert Griesemer
2012-10-07
text/template: fix nil crash on Templates
Rob Pike
2012-10-07
text/template: add an unexported method to Node
Rob Pike
2012-10-03
text/template: better error messages during execution,
Rob Pike
2012-09-27
text/template: fix typo of errorf as error in comment.
Josh Holland
2012-09-24
text/template: allow .Field access to parenthesized expressions
Rob Pike
2012-09-14
text/template: towards better errors
Rob Pike
2012-09-07
text/scanner: skip first character if it's a BOM
Robert Griesemer
2012-08-29
text/template: make spaces significant
Rob Pike
2012-08-24
text/template: catch (A).X as a parse error
Rob Pike
2012-08-24
text/template: allow grouping of pipelines using parentheses
Rob Pike
2012-08-15
text/scanner: report illegal hexadecimal numbers (bug fix)
Robert Griesemer
2012-08-09
text/template/parse: fix bug handling /*/
Rob Pike
2012-08-08
text/template: add 'nil' as a keyword in the language
Rob Pike
[next]