about summary refs log tree commit diff
path: root/src/rustdoc/sort_pass.rs
AgeCommit message (Collapse)AuthorLines
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵Daniel Patterson-77/+0
per #3543
2012-10-22Merge remote-tracking branch 'original/incoming' into incomingSimon BD-1/+1
2012-10-12Make moves explicit in rustdocTim Chevalier-1/+1
2012-09-27Put function argument last in sort function. Fixes #3265.Simon BD-1/+1
2012-09-18rustdoc: Camel caseBrian Anderson-15/+15
2012-09-05rustdoc: "import" -> "use"Patrick Walton-2/+2
2012-09-04Remove 'with'Brian Anderson-4/+4
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-4/+4
API is (for now) mostly by value, there are options to use it by reference if you like. Hash and equality functions must be pure and by reference (forward looking to the day when something like send_map becomes the standard map).
2012-08-01Clean out transitional lint.Graydon Hoare-2/+2
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-3/+4
2012-07-14Move the world over to using the new style string literals and types. Closes ↵Michael Sullivan-16/+16
#2907.
2012-07-04convert doc-attributes to doc-comments using ↵Gareth Daniel Smith-1/+1
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
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
types.
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
This will allow it to manage the destruction of the astsrv after I convert it to a task
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