about summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-21rustdoc: show default type parameters in genericsTom Jakubowski-0/+5
2014-06-17rustdoc: Remove outdated syntaxAlex Crichton-7/+4
2014-06-15Register new snapshotsAlex Crichton-1/+0
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-24/+17
2014-06-06rustdoc: Inline static documentation across cratesAlex Crichton-22/+19
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-1/+1
2014-05-31rustdoc: Fix cross-crate links to reexported itemsAlex Crichton-8/+2
2014-05-31doc: Fix a number of broken linksAlex Crichton-4/+10
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-30/+60
2014-05-29auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexc...bors-1/+1
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