summary refs log tree commit diff
path: root/src/rustdoc/markdown_pass.rs
AgeCommit message (Expand)AuthorLines
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-11/+11
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-1/+1
2012-07-04Remove empty argument lists from do expressionsBen Striegel-2/+2
2012-07-03core: Convert iter::repeat to the for protocolBrian Anderson-2/+2
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-6/+6
2012-07-01Convert to new closure syntaxBrian Anderson-11/+11
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-6/+6
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-10/+10
2012-06-28Get rid of some spurious /~s in rustdoc. Oops.Michael Sullivan-5/+5
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-4/+4
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-13/+13
2012-06-25Remove resources from a few places I missedTim Chevalier-12/+0
2012-06-24Remove resourcesTim Chevalier-9/+0
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-4/+4
2012-05-13rustc: Eliminate some indirection to the syntax crateBrian Anderson-2/+2
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-3/+3
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-03-11rustdoc: Add indexes to native mods. Closes #1963Brian Anderson-0/+12
2012-03-10rustdoc: Fix native mod breakageBrian Anderson-0/+7
2012-03-10rustdoc: Write page titlesBrian Anderson-21/+66
2012-03-10rustdoc: Remove unused fnBrian Anderson-4/+0
2012-03-09rustdoc: Change the formatting for enum variantsBrian Anderson-5/+4
2012-03-09rustdoc: Simplify attribute parsingBrian Anderson-4/+6
2012-03-09rustdoc: Simplify the relation between the brief and long descriptionBrian Anderson-73/+14
2012-03-09rustdoc: Vastly simplify the document modelBrian Anderson-213/+4
2012-03-09rustdoc: Write sections in markdownBrian Anderson-60/+93
2012-03-08rustdoc: Improve formatting of subsection headersBrian Anderson-14/+21
2012-03-08rustdoc: Format return values consistentlyBrian Anderson-6/+6
2012-03-08rustdoc: Don't bother reporting the type of return valuesBrian Anderson-29/+13
2012-03-08rustdoc: Don't bother reporting the type of argumentsBrian Anderson-10/+8
2012-03-06rustdoc: Put brief descriptions in the indexesBrian Anderson-1/+12
2012-03-06rustdoc: Write links correctly for multi-page docsBrian Anderson-2/+8
2012-03-06rustdoc: Parallelize markdown_passBrian Anderson-3/+3
2012-03-06rustdoc: Write a new file for each pageBrian Anderson-15/+46
2012-03-03rustdoc: Convert markdown writer to a writer_factoryBrian Anderson-16/+13
2012-03-03rustdoc: Simplify the markdown_pass interface a bitBrian Anderson-14/+3
2012-03-03rustdoc: Introduce the concept of a 'page'Brian Anderson-17/+21
2012-03-02rustdoc: WhitespaceBrian Anderson-1/+1
2012-03-02rustdoc: Write indexes in outputBrian Anderson-0/+34
2012-03-02rustdoc: Begin constructing indexesBrian Anderson-21/+36
2012-03-02rustdoc: Remove some debug loggingBrian Anderson-2/+0
2012-03-01rustdoc: Extract markdown header logic. Needed for indexingBrian Anderson-30/+78
2012-02-29rustdoc: Extract markdown_writer from markdown_passBrian Anderson-90/+6
2012-02-29rustdoc: Write markdown to a file instead of stdoutBrian Anderson-7/+47
2012-02-29rustdoc: Use unique types for writing markdown outputBrian Anderson-32/+71
2012-02-29rustdoc: Refactor markdown_passBrian Anderson-30/+41
2012-02-27rustdoc: Time passesBrian Anderson-7/+14
2012-02-26rustdoc: Optimize some closures to avoid copyingBrian Anderson-1/+1
2012-02-26rustdoc: Rename util mod to parBrian Anderson-1/+1
2012-02-26rustdoc: Do all maps as util::anymapBrian Anderson-1/+1