summary refs log tree commit diff
path: root/src/librustdoc/html/toc.rs
AgeCommit message (Expand)AuthorLines
2014-06-15Register new snapshotsAlex Crichton-1/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-4/+4
2014-06-06Rename Iterator::len to countAaron Turon-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-28std: Remove format_strbuf!()Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-5/+5
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-7/+7
2014-05-15Updates with core::fmt changesAlex Crichton-3/+3
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-11/+15
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-8/+9
2014-03-31rustdoc: Switch field privacy as necessaryAlex Crichton-8/+8
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-09rustdoc: add table-of-contents recording & rendering, use it with plainHuon Wilson-0/+269