summary refs log tree commit diff
path: root/src/rustdoc/sort_pass.rs
AgeCommit message (Expand)AuthorLines
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-2/+2
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
2012-06-04Get rid of warnings from instantiating typarams with non-implicitly copyable ...Michael Sullivan-0/+2
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-1/+1
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