summary refs log tree commit diff
path: root/src/librustdoc/fold.rs
AgeCommit message (Expand)AuthorLines
2012-12-13Rename Send trait to OwnedBrian Anderson-6/+6
2012-12-05librustc: Hook borrow check loan checking up to the moves-based-on-type infra...Patrick Walton-22/+19
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-31/+31
2012-11-27rustdoc: Make fold require Clone instead of CopyBrian Anderson-16/+36
2012-11-20rustdoc: More demodingBrian Anderson-4/+4
2012-11-20rustdoc: Begin removing legacy modesBrian Anderson-57/+61
2012-11-20rustdoc: Remove legacy exportsBrian Anderson-42/+21
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-0/+393