summary refs log tree commit diff
path: root/src/rustdoc/markdown_writer.rs
AgeCommit message (Expand)AuthorLines
2012-10-04De-mode comm::ChanTim Chevalier-4/+4
2012-09-23core: Demode optionBrian Anderson-2/+2
2012-09-23Fix trans for region patterns (&P)Niko Matsakis-1/+1
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-59/+58
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-2/+2
2012-09-08core/std: finish making futures sendable + test.. still issuesJeff Olson-4/+3
2012-09-05rustdoc: "import" -> "use"Patrick Walton-2/+2
2012-09-04Remove 'with'Brian Anderson-6/+6
2012-08-27Camel case various core constructorsBrian Anderson-10/+10
2012-08-27Convert core::result to camel caseBrian Anderson-2/+2
2012-08-26Camel case the option typeBrian Anderson-1/+1
2012-08-25libstd: Don't make task-local GC data when creating TCP streams.Patrick Walton-0/+1
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-16/+16
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-5/+5
2012-08-15Convert more core types to camel caseBrian Anderson-5/+5
2012-08-14Convert more core types to camel caseBrian Anderson-3/+3
2012-08-14Fix more fallout in rustdoc.Graydon Hoare-1/+1
2012-08-13De-mode core::future.Graydon Hoare-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-6/+6
2012-08-05Switch alts to use arrowsBrian Anderson-12/+12
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-5/+5
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-1/+10
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-41/+41
2012-07-04Remove empty argument lists from do expressionsBen Striegel-4/+4
2012-07-01Convert to new closure syntaxBrian Anderson-8/+8
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-4/+4
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-3/+3
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-1/+1
2012-03-26Disallow ret inside of block functionsMarijn Haverbeke-2/+3
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-4/+4
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-12/+5
2012-03-10wibbleTim Chevalier-3/+2
2012-03-09Add an infinite loop constructTim Chevalier-1/+1
2012-03-06rustdoc: Write links correctly for multi-page docsBrian Anderson-8/+16
2012-03-06rustdoc: Run pandoc in a way that won't deadlock waiting for IOBrian Anderson-6/+13
2012-03-06rustdoc: Add some more error reporting for pandocBrian Anderson-2/+25
2012-03-04rustdoc: Build appropriate filenames for pagesBrian Anderson-23/+75
2012-03-03rustdoc: Convert markdown writer to a writer_factoryBrian Anderson-11/+65
2012-03-03rustdoc: Remove some bogus error handling around process spawningBrian Anderson-8/+2
2012-03-01rustdoc: Stop having pandoc write the TOCBrian Anderson-1/+0
2012-03-01rustdoc: Teach rustdoc to run pandocBrian Anderson-6/+74
2012-02-29rustdoc: Extract markdown_writer from markdown_passBrian Anderson-0/+96