about summary refs log tree commit diff
path: root/src/rustdoc/rustdoc.rs
AgeCommit message (Expand)AuthorLines
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-09-25Demode iter-traitTim Chevalier-1/+1
2012-09-21rustdoc: Add prune_private_pass. Off for nowBrian Anderson-0/+3
2012-09-21rustdoc: CleanupBrian Anderson-95/+38
2012-09-20rustdoc: Use doc comments for rustdoc's rustdocsBrian Anderson-1/+2
2012-09-20rustdoc: Support the --help optionBrian Anderson-1/+1
2012-09-18rustdoc: Camel caseBrian Anderson-21/+21
2012-09-10Promote 'return' from a restricted keyword to a strict keywordBrian Anderson-17/+0
2012-09-05rustdoc: "import" -> "use"Patrick Walton-3/+3
2012-09-04Remove 'with'Brian Anderson-4/+4
2012-08-27Convert core::result to camel caseBrian Anderson-2/+2
2012-08-26Camel case the option typeBrian Anderson-2/+2
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-2/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-3/+3
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-3/+3
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-3/+3
2012-07-18rustdoc: Make rustdoc no longer resolve names.Patrick Walton-2/+0
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-8/+9
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-13/+13
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-2/+2
2012-07-04Remove empty argument lists from do expressionsBen Striegel-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-7/+7
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-8/+8
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-12/+12
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-9/+9
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
2012-03-16rustdoc: Escape backslashesBrian Anderson-0/+1
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-1/+1
2012-03-09rustdoc: Vastly simplify the document modelBrian Anderson-3/+0
2012-03-09rustdoc: Add the concept of 'sections'Brian Anderson-1/+2
2012-03-07rustdoc: Support #[doc(hidden)]Brian Anderson-0/+1
2012-03-06rustdoc: Remove escaping passBrian Anderson-1/+0
2012-03-06rustdoc: Escape HTML special charactersBrian Anderson-0/+1
2012-03-06rustdoc: Write links correctly for multi-page docsBrian Anderson-1/+1
2012-03-06rustdoc: Write a new file for each pageBrian Anderson-0/+1
2012-03-06rustdoc: Remove Google's copyright noticeBrian Anderson-4/+0
2012-03-03rustdoc: Convert markdown writer to a writer_factoryBrian Anderson-1/+1
2012-03-03rustdoc: Simplify the markdown_pass interface a bitBrian Anderson-1/+3
2012-03-03rustdoc: Introduce the concept of a 'page'Brian Anderson-24/+32
2012-03-02rustdoc: Begin constructing indexesBrian Anderson-0/+1
2012-03-02Revert "rust: xfail-fast run-pass/cci_no_inline_exe"Brian Anderson-1/+0
2012-03-02rust: xfail-fast run-pass/cci_no_inline_exeBrian Anderson-0/+1
2012-03-01rustdoc: Add index records to the doc treeBrian Anderson-2/+4
2012-02-29rustdoc: Refactor markdown_passBrian Anderson-4/+5
2012-02-28rustdoc: Parse command line optsBrian Anderson-7/+9
2012-02-28rustdoc: Add -h flagBrian Anderson-0/+5
2012-02-27rustdoc: Clean up pass namesBrian Anderson-1/+1
2012-02-27rustdoc: Time passesBrian Anderson-4/+31