summary refs log tree commit diff
path: root/src/rustdoc/sort_pass.rs
AgeCommit message (Expand)AuthorLines
2012-03-03rustdoc: Introduce the concept of a 'page'Brian Anderson-12/+12
2012-02-27rustdoc: Time passesBrian Anderson-6/+9
2012-02-24rustdoc: Remove a pointer that's no longer neededBrian Anderson-1/+1
2012-02-21rustdoc: Make it easy to switch between parallel and sequential foldsBrian Anderson-2/+2
2012-02-21rustdoc: Convert most passes to parallel foldsBrian Anderson-2/+2
2012-02-21rustdoc: Convert the astsrv constructor to a higher order fnBrian Anderson-15/+17
2012-02-21rustdoc: Rename mk_srv_from_str/file to just from_str/fileBrian Anderson-2/+2
2012-02-17rustdoc: Extract common item fields into itemdocBrian Anderson-2/+2
2012-02-03core: rename str::lteq to str::leTom Lee-1/+1
2012-01-30rustdoc: Use fewer unique pointersBrian Anderson-3/+3
2012-01-29rustdoc: Add a sorting passBrian Anderson-0/+69