summary refs log tree commit diff
path: root/src/librustdoc/text_pass.rs
AgeCommit message (Collapse)AuthorLines
2012-12-05librustc: Hook borrow check loan checking up to the moves-based-on-type ↵Patrick Walton-3/+4
infrastructure. rs=helps-unbreak-the-build
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-12-03librustdoc: Parenthesize closure calls in tests to attempt to put out ↵Patrick Walton-4/+4
burning tinderbox. rs=rustbot
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ↵Patrick Walton-4/+4
calls. rs=refactoring
2012-11-27rustdoc: Make fold require Clone instead of CopyBrian Anderson-10/+31
2012-11-20rustdoc: More demodingBrian Anderson-3/+3
2012-11-20rustdoc: Begin removing legacy modesBrian Anderson-9/+10
2012-11-20rustdoc: Remove legacy exportsBrian Anderson-3/+1
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵Daniel Patterson-0/+265
per #3543