about summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
2014-05-28Replace StrAllocating.into_owned() with .into_string()Kevin Ballard-1/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-3/+3
2014-05-27rustdoc: Only link to local inlined foreign itemsAlex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-10/+10
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-25rustdoc: Fix rendering of the 'static boundAlex Crichton-1/+1
2014-05-25rustdoc: Link to local reexportations of itemsAlex Crichton-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-9/+9
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-11/+19
2014-05-22rustdoc: Fill in external trait methodsAlex Crichton-3/+7
2014-05-15core: Update all tests for fmt movementAlex Crichton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-70/+70
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-19/+26
2014-05-10auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brsonbors-42/+19
2014-05-09rustdoc: Hyperlink cross-crate reexportsAlex Crichton-42/+19
2014-05-08Handle more falloutKevin Ballard-1/+1
2014-05-08auto merge of #13835 : alexcrichton/rust/localdata, r=brsonbors-69/+60
2014-05-07std: Modernize the local_data apiAlex Crichton-69/+60
2014-05-06rustc: Enable writing "unsafe extern fn() {}"Alex Crichton-5/+4
2014-04-22add support for quadruple precision floating pointDaniel Micay-0/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-7/+7
2014-04-16rustc: Remove private enum variantsAlex Crichton-1/+0
2014-04-14rustdoc: Represent item types as a small number in the search index.Kang Seonghoon-8/+10
2014-04-13rustdoc: Fix rendering closures and trait boundsAlex Crichton-21/+53
2014-04-11rustdoc: fix fallout from removing ast::Sigil.Eduard Burtescu-8/+13
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-8/+10
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-9/+9
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-8/+10
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-3/+3
2014-03-24test: Update all tests with the sync changesAlex Crichton-4/+4
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-8/+8
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-1/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-44/+44
2014-02-13auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichtonbors-4/+4
2014-02-13Add some missing Show implementations in libstdBrendan Zabarauskas-15/+14
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-4/+4
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-37/+37
2014-02-07Removed @self and @Trait.Eduard Burtescu-1/+0
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-1/+0
2014-02-03rustdoc: Remove io_error usageAlex Crichton-88/+124
2014-02-02std: rename fmt::Default to `Show`.Huon Wilson-14/+14
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-3/+3
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-4/+4
2014-01-12Removed remnants of `@mut` and `~mut` from comments and the type system.Eduard Burtescu-2/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-25/+25
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-3/+15
2014-01-03librustc: Remove `@mut` support from the parserPatrick Walton-7/+1
2013-12-16Fallout of rewriting std::commAlex Crichton-57/+55
2013-12-11Make 'self lifetime illegal.Erik Price-3/+3