summary refs log tree commit diff
path: root/src/rustdoc
AgeCommit message (Expand)AuthorLines
2012-02-17rustdoc: Simplify desc_to_brief passBrian Anderson-97/+7
2012-02-17rustdoc: Add an item foldBrian Anderson-14/+49
2012-02-17rustdoc: Refactor itemdoc creation in extract passBrian Anderson-40/+32
2012-02-17rustdoc: Extract itemdoc creationBrian Anderson-56/+18
2012-02-17rustdoc: Extract common item fields into itemdocBrian Anderson-296/+423
2012-02-17rustdoc: Add path field to all item docsBrian Anderson-0/+14
2012-02-17rustdoc: Resolve imports and reexportsBrian Anderson-12/+101
2012-02-15Replace some explicit fails with 'alt check' invocationsMarijn Haverbeke-30/+12
2012-02-14Change file_substr to allow for external strings.Kevin Atkinson-1/+1
2012-02-13(core::str) add find_bytes and export it...Kevin Cantu-5/+5
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-3/+3
2012-02-06Self types for ifacesMarijn Haverbeke-1/+1
2012-02-05rustdoc: Resolve some FIXMEsBrian Anderson-6/+2
2012-02-03Store info about file "substr".Kevin Atkinson-1/+1
2012-02-03rustdoc: Add various sorting passesBrian Anderson-1/+71
2012-02-03core: rename str::lteq to str::leTom Lee-1/+1
2012-02-03Start on in-crate monomorphizingMarijn Haverbeke-0/+3
2012-02-03Store item paths in ast_map, get rid of trans::local_ctxtMarijn Haverbeke-20/+20
2012-02-03Remove experimental GC codeMarijn Haverbeke-1/+0
2012-02-01rustdoc: Add support for type itemsBrian Anderson-12/+253
2012-02-01Rename str::char_slice -> str::sliceKevin Cantu-1/+1
2012-01-31rustdoc: Split the pruning of undocumented branches into two passesBrian Anderson-104/+187
2012-01-31rustdoc: Add impl docs to demo modBrian Anderson-0/+11
2012-01-31rustdoc: Write markdown for implsBrian Anderson-1/+96
2012-01-31rustdoc: Apply string ops to impl docsBrian Anderson-18/+81
2012-01-31rustdoc: Promote impl descriptions to brief descriptionsBrian Anderson-1/+38
2012-01-31rustdoc: Prune undocumented implsBrian Anderson-18/+88
2012-01-31rustdoc: Refactor testsBrian Anderson-530/+246
2012-01-31rustdoc: Pull impl docs out of attributesBrian Anderson-5/+67
2012-01-31rustdoc: Gather types of implsBrian Anderson-25/+161
2012-01-31rustdoc: Rename impldoc.for_ty to self_tyBrian Anderson-2/+2
2012-01-31rustdoc: Prune unexported implsBrian Anderson-1/+10
2012-01-31rustdoc: Extract impl doc nodes from ASTBrian Anderson-0/+66
2012-01-31rustdoc: Add impl doc nodeBrian Anderson-5/+43
2012-01-31Rename str::loop_chars to str::all,Kevin Cantu-2/+2
2012-01-31Require alts to be exhaustiveTim Chevalier-4/+32
2012-01-30rustdoc: Reenable a working testBrian Anderson-4/+2
2012-01-30rustdoc: Add some rustdocsBrian Anderson-0/+2
2012-01-30rustdoc: Add ifaces to demo moduleBrian Anderson-0/+69
2012-01-30rustdoc: Write markdown for ifacesBrian Anderson-6/+120
2012-01-30rustdoc: Apply generic string ops to ifacesBrian Anderson-3/+100
2012-01-30rustdoc: Promote iface descriptions to brief descriptionsBrian Anderson-1/+44
2012-01-30rustdoc: Prune undocumented ifacesBrian Anderson-19/+124
2012-01-30rustdoc: Add iface attribute docs to the doc treeBrian Anderson-24/+106
2012-01-30rustdoc: Add attribute parsing for ifaces and methodsBrian Anderson-3/+20
2012-01-30rustdoc: Add iface method type info to the doc treeBrian Anderson-11/+185
2012-01-30rustdoc: Add a test that unexported ifaces are prunedBrian Anderson-0/+9
2012-01-30rustdoc: Extract iface doc nodes from the ASTBrian Anderson-0/+56
2012-01-30rustdoc: Add definition of iface docsBrian Anderson-5/+50
2012-01-30rustdoc: Use fewer unique pointersBrian Anderson-123/+124