summary refs log tree commit diff
path: root/src/rustdoc/unindent_pass.rs
AgeCommit message (Expand)AuthorLines
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-12/+10
2012-07-01Convert to new closure syntaxBrian Anderson-3/+4
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-3/+3
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-3/+3
2012-03-10core: Remove the nearly empty math moduleBrian Anderson-1/+1
2012-03-08rustdoc: Rename desc_pass to text_passBrian Anderson-1/+1
2012-02-27rustdoc: Clean up pass namesBrian 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
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-2/+2
2012-02-23(core::char) rename slice -> slice_charsKevin Cantu-1/+1
2012-02-23(core::str) mostly rename len -> len_charsKevin Cantu-1/+1
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-2/+2
2012-02-01Rename str::char_slice -> str::sliceKevin Cantu-1/+1
2012-01-31Rename str::loop_chars to str::all,Kevin Cantu-2/+2
2012-01-24rustdoc: Add a pass to normalize indentation levels in doc commentsBrian Anderson-0/+120