summary refs log tree commit diff
path: root/src/rustdoc/markdown_writer.rs
AgeCommit message (Expand)AuthorLines
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