summary refs log tree commit diff
path: root/src/doc/trpl/static-and-dynamic-dispatch.md
AgeCommit message (Expand)AuthorLines
2015-03-15Strip trailing whitespaceTamir Duberstein-1/+1
2015-03-11Rewrite the dynamic dispatch section to focus on usage rather than implementa...Ms2ger-49/+68
2015-02-24Rollup merge of #22719 - steveklabnik:typo_fix, r=alexcrichtonManish Goregaokar-2/+2
2015-02-23Rollup merge of #22593 - brson:spatch, r=steveklabnikManish Goregaokar-4/+5
2015-02-23Static and dynamic dispatch: missing wordSteve Klabnik-2/+2
2015-02-21Minor grammar/spelling fixes to the "Static and Dynamic Dispatch" docinrustwetrust-9/+9
2015-02-20docs: Explain static dispatch advantage more clearlyBrian Anderson-4/+5
2015-02-09Add documentation on trait objects.Steve Klabnik-0/+286