about summary refs log tree commit diff
path: root/src/rustdoc/markdown_index_pass.rs
AgeCommit message (Expand)AuthorLines
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-250/+0
2012-09-28rustdoc: Fix build errorsBrian Anderson-2/+2
2012-09-24rustdoc: Fix for generations of anchors. #3570Brian Anderson-1/+8
2012-09-23core: Demode optionBrian Anderson-7/+7
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-18rustdoc: Camel caseBrian Anderson-34/+34
2012-09-18Revert "rustc: Change all non-keyword uses of "link""Patrick Walton-8/+8
2012-09-18rustc: Change all non-keyword uses of "link"Patrick Walton-8/+8
2012-09-05rustdoc: "import" -> "use"Patrick Walton-1/+1
2012-09-04Remove 'with'Brian Anderson-8/+8
2012-08-26Camel case the option typeBrian Anderson-9/+9
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-2/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-2/+2
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-3/+5
2012-07-17Get rustdoc working with std::par instead of its own par library. Closes #2885.Zack Corr-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-58/+59
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-1/+1
2012-07-09rustdoc: Filter out another invalid id characterBrian Anderson-0/+3
2012-07-09rustdoc: Filter some characters that aren't valid pandoc header idsBrian Anderson-0/+6
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-1/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-3/+3
2012-07-01Convert to new closure syntaxBrian Anderson-3/+3
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-5/+5
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+2
2012-03-11rustdoc: Add indexes to native mods. Closes #1963Brian Anderson-6/+45
2012-03-10rustdoc: Put native mods on their own pages. Closes #1959Brian Anderson-1/+16
2012-03-10rustdoc: Fix generation of impl links. Closes #1953Brian Anderson-1/+8
2012-03-09rustdoc: Simplify attribute parsingBrian Anderson-1/+2
2012-03-07rustdoc: Implement more rules for generating internal pandoc linksBrian Anderson-2/+11
2012-03-06rustdoc: Put brief descriptions in the indexesBrian Anderson-0/+15
2012-03-06rustdoc: Write links correctly for multi-page docsBrian Anderson-15/+66
2012-03-03rustdoc: Introduce the concept of a 'page'Brian Anderson-5/+5
2012-03-02rustdoc: Begin constructing indexesBrian Anderson-0/+92
2012-03-02Revert "rust: xfail-fast run-pass/cci_no_inline_exe"Brian Anderson-29/+0
2012-03-02rust: xfail-fast run-pass/cci_no_inline_exeBrian Anderson-0/+29