about summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
2014-11-26rollup merge of #19272: tomjakubowski/rustdoc-sizedAlex Crichton-0/+3
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-24rustdoc: Render Sized? on traits and genericsTom Jakubowski-0/+3
2014-11-24rustdoc: render ast::QPathTom Jakubowski-0/+3
2014-11-24rustdoc: Render associated types on traits and implsTom Jakubowski-2/+1
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-14/+12
2014-11-16Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniqJakub Bukaj-20/+14
2014-11-06rollup merge of #18630 : nikomatsakis/purge-the-barsAlex Crichton-5/+1
2014-11-06Fallout from collection conventionsAlexis Beingessner-2/+2
2014-11-06Remove the unboxed closure `|:|` notation from types and trait references com...Niko Matsakis-5/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-3/+5
2014-10-08librustdoc/html: recognize slices not to nest A tags.NODA, Kai-1/+19
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