summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-3/+3
2014-10-06rustdoc: Remove dummy UnknownBound variantTom Jakubowski-5/+1
2014-10-06rustdoc: Support unboxed fn sugar in boundsTom Jakubowski-3/+3
2014-10-06rustdoc: Correctly name lifetimes in boundsTom Jakubowski-3/+11
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-3/+3
2014-10-02rustdoc: remove handling of Gc.Eduard Burtescu-1/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-3/+3
2014-09-29rustdoc: Render where clauses as appropriateTom Jakubowski-8/+37
2014-09-19Add enum variants to the type namespaceNick Cameron-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-8/+1
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-12Implement Index for HashMapP1start-6/+6
2014-07-28rustdoc: improvements to stability dashboardAaron Turon-24/+33
2014-07-25rustdoc: Fix links to Box/GcAlex Crichton-3/+3
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-1/+1
2014-07-16librustc: Implement the fully-expanded, UFCS form of explicit self.Patrick Walton-0/+3
2014-07-17deprecate Vec::getNick Cameron-1/+1
2014-07-13auto merge of #15614 : lucidd/rust/#15474, r=alexcrichtonbors-1/+4
2014-07-12auto merge of #15605 : blake2-ppc/rust/rustdoc-const-t, r=alexcrichtonbors-1/+12
2014-07-11rustdoc: render 1-tuples as (T,) instead of (T)Kevin Walter-1/+4
2014-07-11rustdoc: Change type name of raw pointer from *T to *const Troot-1/+12
2014-07-10rustdoc: Add stability dashboardAaron Turon-0/+70
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-4/+4
2014-07-02rustdoc: s/nil/unit/ internally.Huon Wilson-4/+4
2014-06-30rustdoc: incorporate stability index throughoutAaron Turon-0/+35
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