about summary refs log tree commit diff
path: root/src/librustdoc/clean.rs
AgeCommit message (Expand)AuthorLines
2014-05-25rustdoc: Move inlining to its own moduleAlex Crichton-2083/+0
2014-05-25rustdoc: Get [src] links working for inlined doxAlex Crichton-12/+35
2014-05-25rustdoc: Use csearch for impl loadingAlex Crichton-1/+1
2014-05-25rustdoc: Inline reexported modulesAlex Crichton-0/+27
2014-05-25rustdoc: Inline names of function argumentsAlex Crichton-18/+26
2014-05-25rustdoc: Inline argument names of foreign methodsAlex Crichton-4/+14
2014-05-25rustdoc: Don't show reexported enum variantsAlex Crichton-0/+3
2014-05-25rustdoc: Inline enums across cratesAlex Crichton-0/+66
2014-05-25rustdoc: Start inlining structs across cratesAlex Crichton-27/+186
2014-05-25rustdoc: Inline documentation of `pub use`Alex Crichton-18/+113
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-29/+29
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-3/+3
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+4
2014-05-22rustdoc: Fill in external trait methodsAlex Crichton-28/+339
2014-05-15rustdoc: functions in ffi blocks are unsafeCorey Richardson-1/+1
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-62/+70
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-1/+1
2014-05-09rustdoc: Hyperlink cross-crate reexportsAlex Crichton-47/+37
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-2/+2
2014-05-08auto merge of #13835 : alexcrichton/rust/localdata, r=brsonbors-8/+7
2014-05-07std: Modernize the local_data apiAlex Crichton-8/+7
2014-05-07auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwaltonbors-1/+1
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-9/+9
2014-05-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-6/+12
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-9/+9
2014-05-06rustc: Enable writing "unsafe extern fn() {}"Alex Crichton-1/+1
2014-05-04auto merge of #13898 : nikomatsakis/rust/type-bounds-b, r=acrichtobors-1/+2
2014-05-03Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ...Niko Matsakis-1/+2
2014-05-03rustdoc: Put bangs on the names of macrosAlex Crichton-1/+1
2014-05-03rustdoc: Stop requiring a crate ID attributeAlex Crichton-5/+11
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-9/+9
2014-05-02syntax: store char literals/tokens as `char`s rather than u32s.Huon Wilson-2/+1
2014-04-29rustdoc: Make strip_hidden use a dedicated hidden item if any.Kang Seonghoon-1/+16
2014-04-28auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonwbors-1/+18
2014-04-27rustdoc: External module item links to the module contents. Fixes #12926.Kang Seonghoon-1/+18
2014-04-26rustdoc: Moved `SCHEMA_VERSION` to `clean`.Kang Seonghoon-0/+4
2014-04-26syntax: ViewItemUse no longer contains multiple view paths.Kang Seonghoon-2/+2
2014-04-24rustdoc: fix de-@rooting falloutNiko Matsakis-3/+6
2014-04-20rustdoc: Display tuple structs correctlyAlex Crichton-10/+9
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-9/+9
2014-04-11rustdoc: fix fallout from removing ast::Sigil.Eduard Burtescu-6/+4
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-3/+4
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-11/+11
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-3/+4
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-1/+1
2014-03-31rustdoc: Switch field privacy as necessaryAlex Crichton-98/+106
2014-03-25rustdoc: render derived impls separatelyCorey Richardson-1/+14
2014-03-25rustdoc: add some docs for item typesCorey Richardson-0/+6
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-1/+1
2014-03-22rustdoc: Fix fallout of removing get()Alex Crichton-6/+4