summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-3/+3
2014-10-06rustdoc: Include lifetimes in re-exported boundsTom Jakubowski-0/+4
2014-10-06rustdoc: Remove dummy UnknownBound variantTom Jakubowski-5/+3
2014-10-06rustdoc: Support unboxed fn sugar in boundsTom Jakubowski-6/+18
2014-10-06rustdoc: Correctly name lifetimes in boundsTom Jakubowski-10/+19
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-8/+0
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-3/+3
2014-10-02rustdoc: remove handling of Gc.Eduard Burtescu-7/+0
2014-10-02syntax: ast: remove TyBox and UnBox.Eduard Burtescu-1/+0
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-3/+3
2014-09-30Fixes ICE when using reexported unit-like structsMichael Kainer-6/+2
2014-09-29rustdoc: Render where clauses as appropriateTom Jakubowski-1/+23
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-2/+2
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-4/+4
2014-09-19Add enum variants to the type namespaceNick Cameron-19/+19
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-1/+61
2014-09-17rustdoc: Correctly distinguish enums and typesP1start-2/+9
2014-09-16Fallout from renamingAaron Turon-23/+23
2014-09-15Port coherence to use the new trait matching codeNiko Matsakis-1/+1
2014-09-14rustdoc: fix fallout from using ptr::P.Eduard Burtescu-15/+15
2014-09-08rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-437/+407
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-10/+10
2014-08-28Fallout from stabilizing core::optionAaron Turon-10/+10
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-23/+22
2014-08-27auto merge of #16766 : kevinmehall/rust/issue-15976, r=alexcrichtonbors-8/+1
2014-08-26rustdoc: Don't assume that a doc attribute was sugared: Fixes #15976Kevin Mehall-8/+1
2014-08-26DST coercions and DST structsNick Cameron-2/+3
2014-08-14librustc: Implement simple `where` clauses.Patrick Walton-12/+12
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-43/+74
2014-08-08auto merge of #16285 : alexcrichton/rust/rename-share, r=huonwbors-3/+3
2014-08-07Rename `Share` to `Sync`Alex Crichton-3/+3
2014-08-07Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`,Niko Matsakis-0/+6
2014-08-06AST refactoring: merge PatWild and PatWildMulti into one variant with a flag.Felix S. Klock II-2/+2
2014-08-05Fixes missing overflow lint for i64 #14269Falco Hirschenberger-2/+0
2014-07-28rustdoc: remove extraneous .move_iter().collect()sCorey Richardson-24/+24
2014-07-28rustdoc: show struct field docs when inlinedCorey Richardson-3/+13
2014-07-25rustdoc: Inline items from foreign modsAlex Crichton-16/+22
2014-07-25rustdoc: Correctly handle local renamingsAlex Crichton-5/+16
2014-07-25rustdoc: Fix links to Box/GcAlex Crichton-11/+45
2014-07-25rustdoc: Fix inlining type parametersAlex Crichton-34/+12
2014-07-25rustdoc: Hide impls for #[doc(hidden)] traitsAlex Crichton-2/+27
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-1/+0
2014-07-20Implement new mod import sugarJakub Wieczorek-6/+12
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-0/+2
2014-07-16librustc: Allow the new UFCS explicit self in trait definitions, andPatrick Walton-1/+1
2014-07-16librustc: Implement the fully-expanded, UFCS form of explicit self.Patrick Walton-19/+29
2014-07-17deprecate Vec::getNick Cameron-1/+1
2014-07-15change to new trait style for method field refsJohn Clements-11/+12
2014-07-13refactor Method definition to make space for macrosJohn Clements-10/+11
2014-07-12auto merge of #15613 : cmr/rust/rustdoc-arg-patterns, r=alexcrichtonbors-3/+10